html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
:root{

}
div{
	/*outline:1px solid skyblue;*/
}
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
::-webkit-scrollbar-track {
	background: #fff;
}
::-webkit-scrollbar-thumb {
	background: #fe6020;
}
::-webkit-scrollbar-thumb:hover {
	background: #fe6020;
}
.mobile{
	display: none;
}
#debug{
	position: fixed;
	bottom: 0;
	right: 0;
	color:lime;
	background-color: rgba(0,0,0,0.6);
	z-index: 80000;
}
html,body{
	/*overscroll-behavior: none;
	scroll-behavior: smooth;*/
	position: relative;
	width: 100%;
	font-family:"Noto Sans TC","蘋果儷中黑","Apple LiGothic Medium","微軟正黑體","Microsoft JhengHei", "微軟雅黑體","Microsoft YaHei",system-ui,Arial,Helvetica,sans-serif;
}
body{
	font-size: 16px;
}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

/************************************************HOME**/
@media screen and (max-width:6400px){
	.container{
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.inner{
		position: relative;
		max-width: 1440px;
		margin:0 auto;
		box-sizing: border-box;
		padding:0 20px;
	}
	.nav_con{
		position: fixed;
		top: 0;
		width: 100vw;
		max-width: 640px;
		z-index: 3000;
		right: -100vw;
		transition:all 0.8s;
		/*height: 100vh;*/
		height: 100%;
	}
	.nav_con.active{
		right: 0px;
	}
	.nav_inner{
		position: relative;
		width: 100%;
		margin:0 auto;

		height: 100%;
	}
	nav{
		position: absolute;
		width: 0%;
		background-color: rgba(0,0,0,0.5);
		right: 0;
		top: 0;
		transition:width 0.8s ease-in-out;
		-webkit-backdrop-filter: blur(4px);
		backdrop-filter: blur(4px);
		width: auto;
		max-width: 620px;
		width: 100%;
		/*height: 100svh;*/
		height: 100%;
	}
	.nav_content{
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.nav_links{
		flex:1;
		display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.nav_links ul li a{
		position: relative;
		color:#fff;
		font-size: 30px;
		font-family: Montserrat,sans-serif;
		text-decoration: none;
		display: block;
	    margin-top: 30px;
	    /*margin-bottom: 30px;*/
	    margin-bottom: 10px;
	    cursor:pointer;
	}
	.nav_links ul li a:before{
		position: absolute;
		content:'';
		height: 0%;
		width: 3px;
		background-color: #fff;
		left: -20px;
		bottom: 0;
		transition:height 0.4s;
	}
	.nav_links > ul > li> a.active:before,
	.nav_links > ul > li>a:hover:before{
		height: 120%;
	}

	.nav_links > ul > li.submenu{
		position: relative;
	}
	.submenu ul{
		/*display: none;*/
		display: block;
		overflow: hidden;
		max-height: 0;
		transition: all 1s ease;
	}
	.submenu:hover ul{
		max-height: 50vh;
	}
	/*.nav_links > ul > li.submenu:after{
		position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-bottom: 10px solid transparent;
        border-top: 10px solid transparent;
        border-left: 10px solid #fff;
        font-size: 0;
        line-height: 0;
        top: 5px;
        right: -20px;
        cursor: pointer;
	}
	.nav_links > ul > li.submenu:after{
		position: absolute;
        content: '';
       width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #fff;
		font-size: 0;
		line-height: 0;
        top: 10px;
        right: -20px;
        cursor: pointer;
	}*/
	.nav_links ul li > ul{
		margin-left: 20px;
		/*opacity: 0;*/
	}
	.nav_links ul li > ul li a{
		font-size: 21px;
		line-height: 22px;
		margin-bottom: 10px;
        margin-top: 5px;
	}
	.nav_links > ul > li> ul > li> a.active:before,
	.nav_links > ul > li> ul > li> a:hover:before{
		height: 100%;
	}
	.nav_links > ul > li> ul > li> a:hover{
		color:#ff6526;
	}

	.nav_footer{
		padding-bottom: 40px;
		display: flex;
		justify-content: center;
	}
	.nav_footer_left{
		box-sizing: border-box;
		padding-left: 40px;
	}
	.nav_footer_left img{
			width: 138px;
	}
	.nav_footer_right{
		font-family: arial,sans-serif;
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
		padding:0px 40px;
		text-align: center;
	}
	.nav_footer_right a{
		color:#fff;
		text-decoration: none;
		box-sizing: border-box;
		display: inline-block;
		text-align: center;
		width: 30px;
		height: 30px;
		line-height: 30px;
	    font-weight: 400;
	    font-size: 16px;
	    font-family: Montserrat,sans-serif;
	    background-repeat: no-repeat;
	    background-size: contain;
	    margin:0 5px;
	}
	.icon_facebook{
		background-image: url("../img/icon_facebook.png");
	}
	.icon_linkedin{
		background-image: url("../img/icon_linkedin.png");
	}
	.icon_other{
		background-image: url("../img/icon_other.png");
	}
	.nav_footer_right > a:last-child{
		border:1px solid #fff;
		border-radius: 30px;
		width: auto;
		height: auto;
		padding: 7px 14px;
        border-radius: 10px;
		margin:10px 0 0 0;
	}
	.nav_close{
		position: absolute;
	    width: 40px;
	    height: 40px;
	    top: 45px;
	    right: 41px;
	    cursor: pointer;
	    transition:opacity 0.5s;
	    opacity: 0;
	}
	.nav_close:before{
		content: '';
	    position: absolute;
	    width: 40px;
	    height: 3px;
	    transform: rotateZ(-45deg);
	    background: #fff;
	    top: 17px;
	}
	.nav_close:after{
		content: '';
	    position: absolute;
	    width: 40px;
	    height: 3px;
	    transform: rotateZ(45deg);
	    background: #fff;
	    top: 17px;
	}
	.nav_con.active .nav_close{
		opacity: 1;
	}
	.header_bg{
		position: fixed;
		top: 0;
		width: 100%;
		height:100px;
		opacity: 0;
		z-index: 1000;
		background-color: rgba(0,0,0,0.5);
		transition:opacity 0.5s;
	}
	.header_bg.active{
		opacity: 1;
	}
	header{
		position: fixed;
		top: 0;
		margin:0 auto;
		width: 100%;
		box-sizing: border-box;
		padding-top: 25px;
		transition:opacity 0.5s;
		z-index: 2000;
	}
	header .inner{
		display: flex;
		justify-content: space-between;
	}
	header.active #logo{
		opacity: 1;
	}
	#logo{
		opacity: 0;
		position: relative;
		width: 108px;
		height: 51px;
		background-image: url("../img/logo2.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center top;
		transition:all 0.5s;
	}
	header.active #btn_menu{
		opacity: 1;
	}
	#btn_menu{
		position: relative;
		width: 40px;
		height: 40px;
		box-sizing: border-box;
		border-top:3px solid #fff;
		cursor: pointer;
		transition:0.4s all;
		transform-origin: left top;
		transform: scale(0.8);
		top: 10px;
		opacity: 0;
	}
	#btn_menu:before{
		position: absolute;
		top: 11px;
		right: 0;
		content:'';
		width: 32px;
		height: 3px;
		transition:0.4s all;
		transform-origin: center center;
		background-color: #fff;
	}
	#btn_menu:after{
		position: absolute;
		top: 24px;
		right: 0;
		content:'';
		width: 24px;
		height: 3px;
		transition:0.1s all;
		background-color: #fff;
	}
	#btn_menu.active{
		opacity: 0;
	}
	#keyvisual{
		position: relative;
		width: 100%;
		height: 100vh;
		height: 100svh;
		max-height: 1080px;
		display: flex;
	    justify-content: center;
	    align-items: center;
	    z-index: 100;
	}
	.keyvisual{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url("../img/keyvisual2.png");
		background-position: left 80% bottom;
		background-size: auto 100%;
		will-change:auto;
	}
	#keyvisual2{
		filter:saturate(0%) brightness(150%) contrast(80%);
	}
	#keyvisual3{
		clip-path: circle(1100px at 500px 150px);
		background-color: #ff8f66;
		background-blend-mode: luminosity;
	}
	#keyvisual4{
		clip-path: circle(700px at 500px 150px);
		transition:filter 1s;
	}
	#keyvisual4:after{
		content:'';
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	#keyvisual4.active{
		animation:aurora 10s linear 0s infinite normal forwards;
	}
	@keyframes aurora{
		0%{filter:saturate(100%) brightness(100%) hue-rotate(0deg);}
		15%{filter:	saturate(100%) brightness(100%) hue-rotate(0deg)}
		45%{filter:	saturate(60%) brightness(110%) hue-rotate(45deg)}
		60%{filter:	saturate(80%) brightness(110%) hue-rotate(20deg)}
		75%{filter:	saturate(30%) brightness(110%) hue-rotate(200deg)}
		100%{filter: saturate(100%) brightness(100%) hue-rotate(0deg)}
	}
	#keyvisual5{
		clip-path: circle(700px at 500px 150px);
		filter:saturate(0%) brightness(150%) contrast(80%);
		transition:opacity 2s;
		opacity: 1;
	}
	#keyvisual5.active{
		opacity: 0;
	}
	#keyvisual6{
		clip-path: circle(900px at 1800px 1100px);
	    background-color: #ff6c37;
	    background-blend-mode: soft-light;
		opacity: 0.7;
	}
	#keyvisual .inner{
		width: 100%;
		/*outline: 1px solid;*/
		max-width: 1400px;
		height: 100%;
	}
	#keyvisual h1{
		/*position: relative;
		font-family: "Montserrat", sans-serif;
		font-size: 55px;
		line-height: 65px;
		color:#fff;
		opacity: 0;
		user-select: none;
		font-weight:400;
		text-shadow: 5px 5px 10px rgba(0,0,0,0.3);
		top: -20px;
		color:#fff;*/

		position: absolute;
		top: 260px;
		font-family: "Montserrat", sans-serif;
		font-size: 55px;
		line-height: 65px;
		color:#fff;
		opacity: 0;
		user-select: none;
	    font-weight:400;
		text-shadow: 5px 5px 10px rgba(0,0,0,0.3);
		color:#fff;
	}
	.keyvisual_bottom_text_con{
		position: absolute;
		bottom: 80px;
		width: 100%;
		max-width: 1440px;
		display: flex;
		justify-content: flex-end;
		box-sizing: border-box;
		padding:0px 20px;
	}
	.keyvisual_bottom_text{
		font-family: "Lato", sans-serif;
		text-align: left;
		color:#fff;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 1px;
		font-weight: 300;
	}
	.keyvisual_bottom_line{
		position: absolute;
		bottom: 50px;
		width: calc( 100% - 40px);
		max-width: 1440px;
		height: 1px;
		box-sizing: border-box;
		background-color: #fff;
	}
	.keyvisual_bottom_line:after{
		content:'';
		background-image: url("../img/arrow_white.png");
		background-size: contain;
		background-repeat: no-repeat;
		color: #fff;
	    font-size: 16px;
	    position: absolute;
		width: 5px;
	    height: 10px;
	    right: -2px;
	    top: -4px;
	    line-height: 16px;
	}
	#about{
		position: relative;
		width: 100%;
		background-color: #fff;
		overflow: hidden;
		z-index: 200;
	}
	#about .inner{
		position: relative;
		display: flex;
		padding-top: 200px;
		padding-bottom: 120px;
		transition:all 0.5s;
	}
	.about_img_outer{
		position: relative;
		transition:transform 0.5s;
		z-index: 100;
	}
	.about_img_outer:hover{
		transform:scale(1.1);
	}
	.about_img_outer:before{
		position: absolute;
		content:'';
		width: 18px;
		height: 382px;
		left: -18px;
		top: 35px;
		background-color: #ff6526;
		transition:all 0.5s;
	}
	.about_img_outer img{
		width: 468px;
		height: 451px;
		box-shadow:6px 6px 10px darkgrey;
	}
	.about_img_outer .arrow{
		position: absolute;
		right: -35px;
		top: 190px;
		width: 70px;
		height: 70px;
		background-color: #ff6526;
		border-radius: 35px;
		transition:all 0.5s;
		z-index: 100;
	}
	.about_img_outer .arrow:after{
		content: '';
		border-right: 4px solid #fff;
		border-bottom: 4px solid #fff;
		top: calc(50% - 10px);
		left: calc(50% - 17px);
		position: absolute;
		width: 20px;
		height: 20px;
		transform-origin: center center;
		transform: rotateZ(-45deg);
		z-index: 20;
		transition:all 0.5s;
	}
	.about_img_mask{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgb(255,102,39,0.8);
		z-index: 10;
		background-image: url("../img/logo2.png");
		background-size: 45%;
		background-repeat: no-repeat;
		background-position: center center;
		opacity: 0;
		transition:all 0.5s;
	}
	.about_img_outer:hover .about_img_mask{
		opacity: 1;
	}
	.about_content{
		position: relative;
		box-sizing: border-box;
		padding-left: 100px;
		padding-right: 80px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.about_content .ring{
		position: absolute;
		top: 0;
		right: 80px;
		width: 96px;
		height: 96px;
		box-sizing: border-box;
		border-radius: 48px;
		border:20px solid #ff6526;
		transition:all 1s;
	}
	#about:hover .ring{
	    width: 900px;
	    height: 900px;
	    border-radius: 900px;
	    border: 160px solid rgba(226, 226, 226, 0.4);
	    top: -300px;
	    right: -180px;
	}
	.about_content_text{
		position: relative;
		z-index: 10;
	}
	.about_content h2{
		/*font-family: Lato;*/
		font-family: Montserrat;
		font-weight: 500;
		font-size: 18px;
		color:#FF6526;
		margin-bottom: 15px;
		letter-spacing: 0.5px;
	}
	.about_content h1{
		font-family: Montserrat;
		font-weight: 700;
		font-size:60px;
		margin-bottom: 15px;
	}
	.about_content p{
		font-family: Lato;
		font-weight: 300;
		font-size: 18px;
		line-height: 24px;
		color:#282828;
		margin-bottom: 35px;
		padding-right: 40px;
	}
	a.arrow_right_black{
		font-family: Montserrat;
		font-weight: 600;
		font-size: 18px;
		line-height: 36px;
		text-decoration: none;
		color: #000;
		display: inline-block;
		position: relative;
		height: 35px;
		box-sizing: border-box;
		padding: 0 30px 0 50px;
		transition:all 1s;
	}
	a.arrow_right_black:before{
		content: "";
		position: absolute;
		width: 35px;
		height: 35px;
		display: inline-block;
		background-color: #000;
		left: 0;
		border-radius: 20px;
		z-index: -2;
		transition:all 0.4s;
	}
	a.arrow_right_black:hover:before{
		width: 100%;
	}
	a.arrow_right_black:hover{
		color:#fff;
	}
	a.arrow_right_black:after{
		content: "";
		position: absolute;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		width: 13px;
		height: 13px;
		top: 11px;
		left: 9px;
		box-sizing: border-box;
		transform: rotate(45deg);
		z-index: -1;
	}
	a.arrow_right_white{
		font-family: Montserrat;
		font-weight: 600;
		font-size: 18px;
		line-height: 36px;
		text-decoration: none;
		color: #fff;
		display: inline-block;
		position: relative;
		height: 35px;
		box-sizing: border-box;
		padding: 0 30px 0 50px;
		transition:all 1s;
	}
	a.arrow_right_white:before{
		content: "";
		position: absolute;
		width: 35px;
		height: 35px;
		display: inline-block;
		background-color: #fff;
		left: 0;
		border-radius: 20px;
		z-index: -2;
		transition:all 0.4s;
	}
	a.arrow_right_white:hover:before{
		width: 100%;
	}
	a.arrow_right_white:hover{
		color:#000;
	}
	a.arrow_right_white:after{
		content: "";
		position: absolute;
		border-top: 3px solid #ff6728;
		border-right: 3px solid #ff6728;
		width: 13px;
		height: 13px;
		top: 11px;
		left: 9px;
		box-sizing: border-box;
		transform: rotate(45deg);
		z-index: -1;
	}
	#provide{
		position: relative;
		background-color: #fe5d1b;
		box-sizing: border-box;
		padding:80px 0;
		z-index: 300;
		overflow: hidden;
	}
	.provide_box{
		display: flex;
	}
	.provide_text{
		position: relative;
		z-index: 20;
	}
	.provide_box h1{
		font-family: Montserrat,sans-serif;
		font-weight: 700;
		font-size: 60px;
		color:#fff;
	}
	.provide_box ul{
		margin-top: 30px;
		margin-bottom: 40px;
		margin-left: 30px;
	}
	.provide_box li{
		font-family: Montserrat,sans-serif;
		font-weight: 400;
		color:#fff;
		font-size: 18px;
		line-height: 32px;
		list-style-type: disc;
		text-transform: uppercase;
	    letter-spacing: 1px;
	    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
	}
	.provide_box a{
		font-size: 18px;
		font-weight: 600;
		color:#fff;
		height: 34px;
	    display: inline-block;
	    line-height: 37px;
	    text-decoration: none;
	    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
	}
	.provide_box a:hover{
		text-shadow: none;
	}
	.provide_animate{
		position: relative;
		z-index: 10;
		flex:1;
		padding:0 40px;
	}
	.line_con{
		position: absolute;
	    transform-origin: left center;
	    left: 40px;
	    top: calc(50% - 160px);
	    width: 560px;
	    height: 320px;
	}
	.line01_con{
		position: absolute;
		width: 320px;
		height: 320px;
		left: 0px;
		top: calc( 50% - 160px);
	    z-index: 10;
	}
	.line01{
	    position: absolute;
		box-sizing: border-box;
	    border-radius: 160px;
	    border: 80px solid rgba(217, 217, 217, 0.4);
	    width: 320px;
	    height: 320px;
	}
	.cover01a{
		position: absolute;
		background-color: #fe5d1b;
		top: 0;
		left: 0;
		width: 320px;
		height: 160px;
	}
	.cover01b{
		position: absolute;
		background-color: #fe5d1b;
		top: 50%;
		left: 0;
		width: 320px;
		height: 160px;
		transform-origin: center top;
		transform:rotate(0);
	}
	.provide_box.active .cover01b{
		animation:line1 3s linear 1s infinite alternate forwards;
	}
	@keyframes line1{
		0%{transform:rotate(0deg);}
		20%{transform:rotate(-180deg);}
		100%{transform:rotate(-180deg);}
	}
	.line02_con{
		position: absolute;
		width: 320px;
		height: 160px;
		overflow: hidden;
		top: calc( 50% - 160px);
		left: 240px;
	    z-index: 20;
	}
	.line02{
	    position: absolute;
		box-sizing: border-box;
	    border-radius: 160px;
	    border: 80px solid rgba(217, 217, 217, 0.4);
	    width: 320px;
	    height: 320px;
	}
	.cover02a{
		position: absolute;
		background-color: #fe5d1b;
		top: 0%;
		left: 0;
		width: 320px;
		height: 160px;
		transform-origin: center bottom;
		transform:rotate(0);
	}
	.provide_box.active .cover02a{
		animation:line2 3s linear 1s infinite alternate forwards;
	}
	@keyframes line2{
		0%{transform:rotate(0deg);}
		20%{transform:rotate(0deg);}
		40%{transform:rotate(180deg);}
		100%{transform:rotate(180deg);}
	}
	.provide_box h2{
		position: absolute;
		font-family: "Lato", sans-serif;
		font-weight: 700;
		font-size: 18px;
		line-height: 20px;
		top: calc(50% - 80px);
		z-index: 40;
	}
	.provide_box h2:before{
		content:'';
		position: absolute;
		border:5px solid #fff;
		border-radius: 20px;
		width: 20px;
		height: 20px;
		box-sizing: border-box;
		top: -30px;
	}
	.provide_box h3{
		position: absolute;
		font-family: "Lato", sans-serif;
		font-weight: 700;
		font-size: 22px;
		line-height: 27.5px;
		/*left: 560px;*/
		right: 0;
	    top: calc(50% + 50px);
		z-index: 40;
	}
	.provide_box h3:before{
		content:'';
		position: absolute;
		border:20px solid rgba(217, 217, 217, 0.4);
		border-radius: 40px;
		width: 80px;
		height: 80px;
		box-sizing: border-box;
		top: -40px;
		left: -40px;
		z-index: -1;
	}
	#case{
		position: relative;
		background-color: #fff;
		box-sizing: border-box;
		padding:80px 0;
		z-index: 400;
	}
	#case .inner{
		display: flex;
		justify-content: space-between;
	}
	.case_left{
		width: 73%;
		display: flex;
	}
	.case_left_left{
		width: 33.4%;
		box-sizing: border-box;
	    padding-right: 40px;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	}
	.case01 h1{
		font-family: Montserrat,sans-serif;
		font-size: 60px;
		line-height: 60px;
		font-weight: 700;
		color:#ff6729;
		margin-bottom: 30px;
	}
	.case01 p{
		font-family: "Lato", sans-serif;
		font-size: 18px;
		/*line-height: 21.5px;*/
		line-height: 24px;
		font-weight: 300;
	}
	.case02{
		display: flex;
		margin-top: 30px;
	}
	.case02 .btn_case_left{
		display: inline-block;
		width: 49px;
		height: 49px;
		background-image: url("../img/arrow_left.png");
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	.case02 .btn_case_right{
		display: inline-block;
		margin-left: 20px;
		width: 49px;
		height: 49px;
		background-image: url("../img/arrow_right.png");
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	.case03{
		margin: 30px 0;
	}
	.case_pagination{
		display: flex;
		justify-content: space-between;
		max-width: 320px;
	}
	.case_pagination > div{
		width: 19%;
	    max-width: 50px;
	    height: 0px;
	    border: 0;
	    border-bottom: 2px solid #a9a9a9;
	    border-left: 0;
	    border-right: 0;
	    border-top: 0;
	    height: 20px;
	    cursor: pointer;
	}
	.case_pagination > div.active{
		border-bottom: 2px solid #000;
	}
	.case04{
		position: relative;
		width: 66.6%;
		aspect-ratio:1 /1;
		cursor:pointer;
	}
	.case04:hover .case04_left,
	.case04:hover .case04_right,
	.case04.updating .case04_left,
	.case04.updating .case04_right{
		transform:translate(0px,0px);
	}
	.case04_left{
		position: absolute;
		top: 5%;
		left: 5%;
		width: 90%;
		aspect-ratio:1 /1;
		border-radius: 100%;
		overflow: hidden;
		transform:translate(-30px,-40px);
		transition:transform 0.5s;
	}
	.case04_left_inner{
		position: relative;
		width: 100%;
		height: 100%;
	}
	.case04_left img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		display: block;
		clip-path: inset(0px 50% 0px 0px);
	}
	.case04_right{
		position: absolute;
		top: 5%;
		left: 5%;
		width: 90%;
		aspect-ratio:1 /1;
		border-radius: 100%;
		overflow: hidden;
		transform:translate(30px,40px);
		transition:transform 0.5s;
	}
	.case04_right img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		display: block;
		clip-path: inset(0px 0px 0px 50%);
	}
	.case_num{
		z-index: 30;
		position: absolute;
		top: calc(50% - 78px);
		left: calc(50% - 78px);
		width: 156px;
		height: 156px;
		background-color: #000;
		border-radius: 78px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: Montserrat,sans-serif;
		font-size: 80px;
		font-weight: 800;
		line-height: 80px;
		color:#fff;
	}
	.case_num span{
		display: inline-block;
		width: 80px;
	}
	.case_num span:nth-child(1){
		position: relative;
		text-align: right;
		margin-right: 5px;
	}
	.case_num span:nth-child(2){
		position: relative;
		width: 75px;
		text-align: left;
		left: 5px;
	}
	.case_right{
		width: 27%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		box-sizing: border-box;
		padding-left: 2%;
	}
	.case05_brandname{
		position: relative;
		background-color: #FE692D;
	    margin-right: 80px;
	    box-sizing: border-box;
	    padding: 35px;
	}
	/*.case05_brandname:after{
		position: absolute;
		content:'';
		background-color: #FE692D;
		width: 60px;
		height: 40px;
		bottom: -40px;
		left: 0;
	}*/
	.case05_brandname h1{
		font-family: Montserrat,sans-serif;
		font-size: 47px;
		line-height: 51px;
		font-weight: 700;
		color:#fff;
	}
	.case05_brandname h2{
		font-family: Montserrat,sans-serif;
		font-size: 25px;
		line-height: 30px;
		font-weight: 400;
		color:#fff;
	}
	.case05_brandinfo{
		font-family: "Lato", sans-serif;
		box-sizing: border-box;
		padding:20px 20px 20px 80px;
		font-size: 18px;
		line-height: 22px;
		font-weight: 300;
	}
	.case06,
	.case07,
	.case09{
		display: none;
	}
	.case08 a{
		position: relative;
		font-family: Montserrat,sans-serif;
		font-weight: 600;
		font-size: 16px;
		line-height: 35px;
	    height: 35px;
	    margin-top: 40px;
	    display: inline-block;
	    text-decoration: none;
	}
	.bg_skew{
		position: absolute;
		width: 157px;
	    height: 107px;
	    background-image: url("../img/skew.png");
	    background-position: left center;
	    background-repeat: no-repeat;
	    background-size: contain;
	    top: -33px;
	    z-index: -3;
	    opacity: 0;
	    transition:all 0.5s;
	    right: -70px;
	}
	.case08 a:hover .bg_skew{
		opacity: 1;
	}
	#insight{
		position: relative;
		box-sizing: border-box;
		padding:100px 0 120px 0;
		/*background-color: #efefef;*/
		background:linear-gradient(#EAEFF2 0%, #FFFFFF 42%, #EAEFF2 100%);
		z-index: 500;
		overflow: hidden;
	}
	.insight_bg{
		position: absolute;
		bottom: -35vw;
        right: -35vw;
        width: 80vw;
        height: 80vw;
		background-image: url("../img/insight/ellipse.png");
		background-repeat: no-repeat;
		background-size: contain;
	}
	#insight .inner{
		position: relative;
		max-width: 1240px;
		padding:0 20px;
	}
	.insight_home_top_con{
		position: relative;
		display: flex;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	.insight_home_top_con h1{
		font-family: Montserrat, sans-serif;
		font-weight: 700;
		font-size: 55px;
		line-height: 60px;
		color:#ff6729;

	}
	.insight_btns{
		display: flex;
		align-items: center;
	}
	.insight_btn{
		font-family: Montserrat, sans-serif;
		font-weight: 500;
		font-size: 21px;
		line-height: 40px;
		display: inline-block;
		background-color: #FFC3AB;
		color:#FD6121;
		box-sizing: border-box;
		padding:5px 40px;
		border-radius: 30px;
		cursor: pointer;
	}
	.insight_btn.active{
		background-color:#FD6121;
		color:#fff;
	}
	#insight_btn_lastest{

	}
	#insight_btn_oldest{
		margin-left: 20px;
	}
	.btn_insight_left{
		background-image: url("../img/arrow_left.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		width: 49px;
		height: 49px;
		display: inline-block;
		cursor: pointer;
		margin-right: 20px;
	}
	.btn_insight_right{
		background-image: url("../img/arrow_right.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		width: 49px;
		height: 49px;
		display: inline-block;
		cursor: pointer;
	}
	#insight .inner2{
		position: relative;
		margin: 0 auto;
        box-sizing: border-box;
        max-width: 1242px;
        padding: 0 20px;
	}
	.viewport {
		position: relative;
	    width: 100%;
	    height: 540px;
	    box-sizing: border-box;
	    /*padding:0 20px;*/
	    overflow: hidden;
	    margin: 0 auto;
	    -webkit-transform: translateZ(0);
	}

	.flipsnap {
		position: relative;
		height: 100%;
	    /*width: 960px; */
	    /* item width * item length */
	}

	.flipsnap:after {
	    content: '';
	    display: block;
	    clear: both;
	    height: 0;
	}

	.item {
		position: relative;
	    float: left;
	   /* width: 100%;*/
	   	/*width: 25%;*/
	   	width: 380px;
	    height: 520px;
	    font-size: 50px;
	    text-align: center;
	    box-sizing: border-box;
	    margin-right:30px;
	    border-radius: 5px;
	    overflow: hidden;
	    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	    user-select: none;
	}
	.item:nth-of-type(odd){
		background-color: #efefef;
	}
	.item:nth-of-type(even){
		background-color: #fff;
	}
	.item_img{
		position: relative;
		width: 100%;
		height: 200px;
		overflow: hidden;
	}
	.item_img img{
		object-fit: cover;
		object-position: center center;
		width: 100%;
        height: 100%;
	}
	.item_content{
		position: relative;
		box-sizing: border-box;
		padding:30px 20px;
		text-align: left;
	}
	.item_content h1{
		font-family: Montserrat, sans-serif;
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 20px;
		font-weight: 600;
		letter-spacing: -0.5px;
	}
	.item:nth-of-type(odd) .item_content h1{
		color:#ff4a00;
	}
	.item:nth-of-type(even) .item_content h1{
		color:#000;
	}
	.item:nth-of-type(odd):after{
		content:'';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 120px;
		background-color: red;
		background:linear-gradient(transparent 0% ,#efefef 40% );
	}
	.item:nth-of-type(even):after{
		content:'';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 120px;
		background-color: red;
		background:linear-gradient(transparent 0% ,#ffffff 40% );
	}
	.item_content p{
		font-family: "Lato", sans-serif;
		font-size: 14px;
		line-height: 20px;
	}
	.item_btn{
		position: absolute;
		bottom: 20px;
		right: 20px;
		font-family: Montserrat, sans-serif;
		font-size: 13px;
		line-height: 30px;
		border-radius: 40px;
		font-weight: 500;
		box-sizing: border-box;
		padding: 0px 20px;
		border: 1px solid #000;
		display: inline-block;
		text-decoration: none;
		color: #000;
		z-index: 10;
		margin-right: 10px;
	}
	.btn_all_insight_con{
		display: flex;
		width: 100%;
		justify-content: flex-end;
		margin-top: 20px;
	}

	.btn_all_insight{
		position: relative;
		font-family: Montserrat, sans-serif;
		font-weight: 600;
		font-size: 18px;
		line-height: 35px;
		display: inline-block;
		text-align: right;
		text-decoration: none;
		color:#000;
		padding-left: 45px;
	}
	.btn_all_insight:before{
		position: absolute;
		left: 0;
		top: 0;
		content:'';
		background-image: url("../img/arrow_right_black.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		width: 36px;
		height: 36px;

	}






	#client{
		position: relative;
		box-sizing: border-box;
		padding:120px 0;
		background-color: #efefef;
		z-index: 500;
		overflow: hidden;
	}
	#client .inner{
		display: flex;
	    justify-content: center;
	}
	.clients{
		display: flex;
		align-items: center;
	}
	.client_title{
		position: relative;
		font-family: Montserrat,sans-serif;
		font-weight: 700;
		font-size: 60px;
		line-height: 60px;
		color:#FF6729;
	}
	.logos{
	    position: relative;
		z-index: 1;
		padding: 0px 0px 0 100px;
	    /*
	    display: grid;
	    column-gap: 20px;
	    row-gap: 20px;
	    grid-template-columns: auto auto auto auto;
	    */
	    display: flex;
	    justify-content: flex-start;
	    flex-wrap: wrap;
	}
	.logos > div{
		box-sizing: border-box;
	    padding: 10px;
		background-color: #000;
		border-radius: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition:all 0.5s;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	.logos > div img{
		max-width: 150px;
	}
	.logo{
		position: relative;
	}
	.logo .color{
		position: absolute;
		top: 10px;
		width: 150px;
		opacity: 0;
		transition:all 0.5s;
	}
	.logos > div.logo:hover {
		background-color: #fff;
	}
	.logo:hover .color{
		opacity: 1;
	}
	.circles{
		position: absolute;
	    top: 20px;
	    left: -100px;
	    width: 350px;
	    height: 350px;
	    transform: rotate(0deg);
	}
	.circles:after{
		content: '';
	    position: absolute;
	    width: 400px;
	    height: 400px;
	    right: -230px;
	    top: 0px;
	    background: radial-gradient(#efefef 40%, transparent 90%);
	}
	@keyframes rotat{
		from{
			transform: rotate(0deg);
		}
		to{
			transform: rotate(360deg);
		}
	}
	.circle{
		position: absolute;
		box-sizing: border-box;
		width: 350px;
		height: 350px;
		border-radius: 350px;
		border:3px solid rgba(255,101,38,0.3);
	}
	.circle:nth-of-type(1){
		transform:translate(-122px, -122px);
	}
	.circle:nth-of-type(2){
		transform:translate(122px, -122px);
	}
	.circle:nth-of-type(3){
		transform:translate(-122px, 122px);
	}
	.circle:nth-of-type(4){
		transform:translate(122px, 122px);
	}
	#special{
		position: relative;
		overflow: hidden;
		z-index: 10;
		box-sizing: border-box;
		padding:100px 0;
		background-color: #151515;
		z-index: 600;
	}
	#special .inner{
		max-width: 1200px;
	}
	#special h1{
		font-family: Montserrat,sans-serif;
		font-weight: 700;
		font-size: 60px;
		line-height: 60px;
		color:#fff;
		text-align: center;
	}
	.special_boxes{
		margin-top: 40px;
		display: flex;
		justify-content: space-between;
	}
	.special_box{
		width: 32%;
		text-align: center;
	}
	.special_box a{
		/*text-decoration: none;*/
		color:#fff;
	}
	/*.special_box_icon2{
		position: relative;
		display: inline-block;
	}
	.special_box_icon2:after{
		content:'';
		position: absolute;
		top: -26px;
        right: -20px;
		background-image: url("../img/icon_special_02v.png");
		background-repeat: no-repeat;
		background-size: contain;
		width: 56px;
		height: 56px;
	}*/
	.special_box img{
		margin-bottom: 20px;
		width: 120px;
	}
	.special_box h2{
		font-family: Montserrat,sans-serif;
		font-weight: 700;
		font-size: 40px;
		color:#fff;
		margin-bottom: 20px;
	}
	.special_box p{
		font-family: "Lato", sans-serif;
		font-weight: 300;
		font-size: 18px;
		/*line-height: 22px;*/
		line-height: 24px;
		color:#fff;
		max-width: 90%;
		margin: 0 auto;
	}
	.special_box:last-child p{
		/*max-width: 86%;*/
	}
	#footer{
		position: relative;
		box-sizing: border-box;
		padding:120px 0 0 0;
		background-color: #3a3a3a;
		z-index: 700;
	}
	#footer .inner{
		display: flex;
		justify-content: space-between;
		color:#fff;
		flex-wrap:wrap;
	}
	.footer_left{
		width: 60%;
	}
	.footer_boxes{
		display: flex;
		justify-content: space-between;
	}
	.footer_box{
		width: 40%;
	}
	.footer_box:nth-child(1){
		width: 27%;
		align-items: center;
        display: flex;
	}
	.footer_box:nth-child(2){
		width: 33%;
	}
	.footer_box:nth-child(3){

	}
	.footer_box:nth-child(4){

	}
	.footer_box h1{
		font-family: Montserrat,sans-serif;
		margin-bottom: 10px;
		font-weight: 600;
		font-size: 25px;
		line-height: 35px;
	}
	.footer_box ul li a{
		color:#AEAEAE;
		font-weight: 400;
		font-size:16px;
		line-height: 22px;
		font-family: "Lato", sans-serif;
		text-decoration: none;
	}
	.footer_box p{
		color:#AEAEAE;
		font-weight: 400;
		font-size:16px;
		line-height: 22px;
		font-family: "Lato", sans-serif;
		text-decoration: none;
	}
	.footer_box img{
		max-width: 155px;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.footer_icon{
		display: flex;
		justify-content: center;
		width: 155px;
	}
	.footer_icon a{
		color: #fff;
	    text-decoration: none;
	    box-sizing: border-box;
	    display: inline-block;
	    text-align: center;
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	    font-weight: 700;
	    margin:0 5px;
	    background-repeat: no-repeat;
	    background-size: contain;
	}
	.footer_right{
		position: relative;
		width: 35%;
		margin-left: 5%;
	}
	.footer_right:before{
		content:'Get In Touch';
		position: absolute;
		font-family: Montserrat,sans-serif;
		font-weight: 600;
		font-size: 35px;
		line-height: 35px;
		color:#FB6318;
		top: -50px;
	}
	.footer_right .row{
		display: flex;
		margin-bottom: 15px;
	}
	.footer_right input::placeholder,
	.footer_right textarea::placeholder{
		color: #7D7D7D;
	}
	.footer_right input[type="text"]{
		font-family: Montserrat,sans-serif;
		flex:1;
		height: 40px;
		box-sizing: border-box;
		padding:5px 20px;
		border:1px solid #F0F0F0;
		border-radius: 20px;
		color: #ffffff;
		background-color: #3a3a3a;
		outline:0px;
		font-size: 16px;
	}
	.footer_right .row > input[type="text"]:nth-of-type(2){
		margin-left: 10px;
		width: 50%;
		flex:0 1 auto;
	}
	.footer_right textarea{
		font-family: Montserrat,sans-serif;
		flex:1;
		box-sizing: border-box;
		padding:10px 20px;
		border:1px solid #F0F0F0;
		border-radius: 10px;
		height: 140px;
		color: #ffffff;
		background-color: #3a3a3a;
		outline:0px;
		font-size: 16px;
		resize: none;
	}
	.footer_right input[type="submit"]{
		background-color: #fff;
		color:#000;
		font-weight: 600;
		border-radius: 20px;
		height: 40px;
		box-sizing: border-box;
		padding:5px 20px;
		font-family: Montserrat,sans-serif;
		cursor: pointer;
		outline:0px;
		font-size: 16px;
		border: 0;
	}
	.copyright{
		font-family: Montserrat,sans-serif;
		position: relative;
		box-sizing: border-box;
		padding:40px 0 20px  0;
		background-color: #3a3a3a;
		color:#B0B0B0;
		z-index: 800;
	}
}
@media screen and (max-width:1400px){
	.inner{
		padding:0 40px;
	}
	.keyvisual{
		background-position: left 50% bottom;
	}
	.provide_box h3{
		left:initial;
		right: 0;
	}
	.provide_box h3:before{
		opacity: 0;
	}
}
@media screen and (max-width:1200px){

	#keyvisual{
		justify-content: flex-end;
	}
	/*#keyvisual .inner{
		margin:initial;
		width: 60%;
	}*/
	#keyvisual3{
		clip-path: circle(750px at 130px 300px);
	}
	#keyvisual4{
		clip-path: circle(500px at 130px 300px);
	}
	#keyvisual5{
		clip-path: circle(500px at 130px 300px);
	}
	#keyvisual6{
		clip-path: circle(900px at 1230px 1200px);
	}
	/*#keyvisual h1{
		top: -100px;
	}*/
	.keyvisual_bottom_text_con{
		padding: 0 20px;
	}
	.keyvisual_bottom_line{
		display: none;
	}
	.provide_box{
		flex-direction: column;
		flex-direction: column-reverse;
	}
	.provide_animate {
	    position: relative;
	    flex: 1;
	    padding: 0;
	    width: 100%;
	    min-height:320px;
	    margin-bottom: 40px;
	}
	.line_con{
		left: 0;
	}
	.provide_box h2{
		position: relative;
		margin-top: 80px;
        margin-bottom: 40px;
        top: initial;
	}
	.provide_box h3{
		position: relative;
		left: initial;
        top: initial;
        text-align: right;
        right:30vw;
	}
	.provide_box h3:before{
		opacity: 0;
	}
	.provide_box h1 br{
		display: none;
	}
	.case_left{
		width: 50%;
		flex-direction: column;
	}
	.case_left_left{
		width: 100%;
		margin-bottom: 40px;
		padding-right: 0;
	}
	.case_left .case01 br{
		display: none;
	}
	.case_left .case02,
	.case_left .case03{
		display: none;
	}
	.case01 h1{
		margin-bottom: 15px;
	}
	.case04{
		width: 100%;
	}
	.case_num{
		transform:scale(0.6);
	}
	.case04_left{
		transform:translate(-15px,-20px);
	}
	.case04_right{
		transform:translate(15px,20px);
	}
	.case_right{
		width: 50%;
		padding-left: 5%;
		justify-content: flex-start;
	}
	.case05{
		margin-top: 10px;
	}
	.case06,
	.case07{
		display: block;
	}
	.case07{
		max-width: 80%;
	}
	.case_pagination > div{
		width: 16%;
	}
	#client{
		padding:100px 0;
	}
	.clients{
		flex-direction: column;
		align-items: flex-start;
	}
	.client_title {
		margin-bottom: 40px;
	}
	.client_title br{
		display: none;
	}
	#special{
		padding:100px 0 80px 0;
	}
	.logos{
		padding:0;
	}
	#footer .inner{
		flex-direction: column-reverse;
	}
	.footer_left{
		width: 100%;
	}
	.footer_boxes{
		/*justify-content: space-around;*/
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.footer_box{
		width: auto;
	}
	.footer_box:nth-child(1){width: auto;}
	.footer_box:nth-child(2){width: auto;}
	.footer_box:nth-child(3){width: auto;}
	.footer_box:nth-child(4){width: auto;}
	.footer_right{
		width: 100%;
		margin:0 auto;
		margin-bottom: 40px;
		max-width: 500px;
	}
}
@media screen and (max-width:1000px){
	#about:hover .ring,
	#about .ring{
		width: 782px;
		height: 782px;
		border-radius: 391px;
		border: 160px solid rgba(226, 226, 226, 0.4);
		top: -200px;
		right: calc(50% - 391px);
		transform: scale(1.2);
	}
	.about_content{
		padding-left: 0px;
		padding-right: 0px;
	}
	#about .inner{
		flex-direction: column;
		align-items: center;
		padding-top: 120px;
    	padding-bottom: 80px;
	}
	.about_img_outer:before{
		width: 382px;
		height: 18px;
		left: 42px;
		top: -18px;
	}
	.about_img_outer .arrow{
		right: calc(50% - 35px);
    	top: calc(100% - 35px);
	}
	.about_img_outer .arrow:after{
		top: calc(50% - 16px);
    	left: calc(50% - 12px);
		transform: rotateZ(45deg);
	}
	.about_content{
		margin-top: 60px;
	}
	.circles{
		top: 120px;
	}
	.logos{
		padding:0;
		/*grid-template-columns: auto auto auto;*/
	}
	.special_boxes{
		flex-wrap: wrap;
		justify-content: center;
	}
	.special_box{
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 40px;
	}
	.provide_box h3{
		right: initial;
	}
}
@media screen and (max-width:800px){
	#case .inner{
		flex-direction: column;
	}
	.case_left,
	.case_right{
		width: 100%;
	}
	.case_left_left{
		margin-bottom: 0;
	}
	.case_left .case02{
		display: block;
		text-align: right;
		margin-top: 0;
	}
	.case06{
		display: none;
	}
	.case_right{
		padding-left: 0;
	}
	.case07{
		display: none;
	}
	.case09{
		display: block;
		max-width: 90%;
        margin: 30px 5%;
	}
	.logos{
		padding:0;
		grid-template-columns: auto auto;
	}
	.logos > div{
		margin-left: 10px;
	}
}
@media screen and (max-width:480px){
	.mobile{
		display: block;
	}
	.nav_footer_left{
		padding-left: 20px;
	}
	.nav_footer_left img{
		max-width: 140px;
	}
	.nav_footer_right{
		padding:0 20px;
	}
	.inner{
		padding:0 20px;
	}
	.keyvisual{
		background-position: left 45% bottom;
	}
	#keyvisual{
		justify-content: flex-start;
		align-items: flex-start;
	}
	#keyvisual3{
		clip-path: circle(450px at 200px 550px);
	}
	#keyvisual4{
		clip-path: circle(300px at 200px 550px);
	}
	#keyvisual5{
		clip-path: circle(300px at 200px 550px);
	}
	#keyvisual6{
		clip-path: circle(900px at 1400px 1200px);
	}
	#keyvisual .inner{
		/*margin:initial;*/
		/*width: 100%;*/
		/*box-sizing: border-box;*/
        /*padding-top: 180px;*/
	}
	.keyvisual_bottom_text_con{
		bottom: 40px;
	}
	#keyvisual h1{
		/*top: 0;*/
		font-size: 7vw;
        line-height: 7.5vw;
	}
	.keyvisual_bottom_text br{
		display: none;
	}
	.about_img_outer{
		width: 95%;
		height: auto;
		aspect-ratio:468 / 451;
	}
	.about_img_outer img{
		width: 100%;
		height: 100%;
	}
	.about_img_outer:before{
		width: 80%;
		left: 10%;
	}
	#about .inner{
		padding-top: 100px;
		padding-bottom: 60px;
	}
	.about_content h1{
		font-size: 35px;
		line-height: 40px;
	}
	.about_content p{
		padding-right: 0;
		font-size: 16px;
		line-height: 20px;
	}
	.about_img_outer .arrow{
		transform:scale(0.8);
	}
	#provide{
		padding:20px 0 60px 0;
	}
	.provide_box h1{
		font-size: 45px;
		line-height: 50px;
	}
	.provide_box li{
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	#case{
		padding:60px 0;
	}
	.case01 h1{
		font-size: 45px;
		line-height: 50px;
	}
	.case01 p{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.case05_brandinfo{
		font-size: 16px;
		line-height: 20px;
	}
	.client_title{
		font-size: 45px;
		line-height: 50px;
	}
	.logos{
		/*grid-template-columns: auto auto;*/
	}
	.logos > div img{
		width: 100%;
	}
	.special_box{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.case05_brandinfo{
		padding:20px 0px 20px 80px;
	}
	#special h1{
		font-size: 45px;
		line-height: 50px;
	}
	.special_box h2{
		font-size: 30px;
		line-height: 34px;
	}
	.special_box p{
		font-size: 16px;
		line-height: 20px;
	}
	.item{
		width: 335px;
	}
	.footer_boxes{
		flex-wrap: wrap;
		flex-direction: column;
	}
	.footer_box{
		margin-bottom: 40px;
	}
	.footer_box:nth-of-type(1){
		text-align:center;
		order: 3;
	}
	.footer_box:nth-of-type(2){
		order:1;
	}
	.footer_box:nth-of-type(3){
		order:2;
	}
	.footer_icon{
		width: 100%;
	}
	.footer_right{
		max-width: 100%;
	}
	.footer_right .row{
		flex-wrap: wrap;
	}
	.footer_right .row > input[type="text"]:nth-of-type(2){
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}
	.insight_home_top_con{
		flex-direction: column;
	}
	.insight_btns{
		justify-content: flex-end;
		margin-bottom: 20px;
		margin-top: 20px;
	}
}

/************************************************ABOUT US**/
@media screen and (max-width:6400px){
	.aboutus01{
		position: relative;
		width: 100%;
		height: 772px;
		overflow: hidden;
		background-image: url("../img/aboutus_1_bg2.png");
		background-size: cover;
		background-position: center top -400px;
	}
	.aboutus01_right_bg{
		position: absolute;
		top: 0;
		left: 52%;
		width: 48%;
		height: 100%;
		background-image: url("../img/aboutus_1_arrowR.png");
		background-size: 100% auto;
		background-position: left bottom;
		background-repeat: no-repeat;
	}
	.aboutus01 .inner{
		position: relative;
		display: flex;
		max-width: 1440px;
		height: 100%;
	}
	.aboutus01_left{
		position: relative;
		width: 54%;
	}
	.aboutus_1_logo_bg{
		position: absolute;
		width: 592px;
		height: 389px;
		opacity: 0;
		left: -250px;
	}
	#tri2{
		position: absolute;
	    top: -15px;
	    left: 0;
	    width: 592px;
	    height: 296px;
	}
	#tri3{
		position: absolute;
	    bottom: 0;
	    width: 428px;
	    height: 322px;
	    left: 82px;
	    mix-blend-mode: multiply;
	    opacity: 0.4;
	}
	.aboutus01_left_content{
		position: relative;
		margin-top: 389px;
	}
	.aboutus01_left_content h1{
		font-family: Montserrat,sans-serif;
		font-weight: 700;
		font-size: 60px;
		line-height: 60px;
		margin-bottom: 20px;
		color:#fff;
	}
	.aboutus01_left_content p{
		font-family: "Lato", sans-serif;
		font-size: 18px;
		font-weight: 400;
		line-height: 23px;
		color:#fff;
		box-sizing: border-box;
	    padding-right: 20px;
	}
	.aboutus01_right{
		position: relative;
		width: 46%;
	}
	.aboutus01_right_content{
		position: absolute;
		bottom: 40px;
		/*left: 40px;*/
		right: 40px;
		display: flex;
		flex-direction: column;
	    justify-content: flex-end;
	    align-items: flex-end;
	}
	.aboutus01_right_content img{
		display: block;
		margin-bottom: 50px;
		transform: scale(1.25);
        transform-origin: bottom right;
	}
	.aboutus01_right_content h2{
		font-family: Montserrat,sans-serif;
		font-weight: 400;
		font-size:40px;
		line-height: 55px;
		color:#fff;
		margin-bottom: 10px;
	}
	.aboutus01_right_content h3{
		font-family: "Noto Sans", serif;
		color:#fff;
		font-size: 18px;
		font-weight: 400;
		line-height: 24px;
		max-width: 70%;
		text-align: right;
	}
	.aboutus01_right_content h3 span{
		font-family: Montserrat,sans-serif;
		font-weight: 700;
		font-size: 18px;
		line-height: 24px;
		color:#FF4D00;
	}
	.aboutus02{
		position: relative;
		width: 100%;
		height: 605px;
		overflow: hidden;
		background-color: #fff;
	}
	.aboutus02_bg_left{
		position: absolute;
	    top: 0;
	    left: 0%;
	    width: 52%;
	    height: 772px;
	    background-image: url("../img/aboutus_2_bg_left.png");
	    background-size: auto 100%;
	    background-position: right 0px bottom;
	    background-repeat: no-repeat;
	}
	.aboutus02_bg_right{
		position: absolute;
		top: 0;
		left: 52%;
		width: 48%;
		height: 100%;
		background-color: #3c3d42;
		background-image: url("../img/aboutus_2_arrowR.png");
		background-repeat: no-repeat;
		background-position: right bottom;
	}
	.aboutus02 .inner{
		display: flex;
	}
	.aboutus02_left{
		position: relative;
		width: 48%;
		box-sizing: border-box;
		padding-top: 100px;
		margin-bottom: 100px;
	}
	.aboutus02_left img{
		max-width: 100%;
	}
	.aboutus02_right{
		width: 52%;
        margin-top: 100px;
        margin-bottom: 100px;
        padding-left: 60px;
        padding-right: 0px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
	}
	.aboutus02_right_top{
		/*width: 80%;
		margin-right: 30%;
		margin-bottom: 20px;*/
		display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
    }
	}
	.aboutus02_right_top h1{
		font-family: Montserrat,sans-serif;
		font-weight: 700;
		font-size:50px;
		line-height: 55px;
		background: -webkit-linear-gradient(0deg, #9f237e, #e2054d);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin-bottom: 10px;
	}
	.aboutus02_right_top p{
		max-width: 90%;
		font-family: "Lato", sans-serif;
		font-weight: 400;
		font-size: 18px;
		line-height: 22px;
		color:#fff;
		display: block;
	}
	.aboutus02_right_bottom{
		width: 40%;
		margin-left: 60%;
	}
	.aboutus02_right_bottom p{
		position: relative;
		font-family: "Lato", sans-serif;
		font-weight: 400;
		font-size: 18px;
		line-height: 22px;
		color:#fff;
	}
	.aboutus02_right_bottom p:before{
		content:'';
		position: absolute;
		width: 75px;
		height: 149px;
		background-image: url("../img/aboutus_2_arrowM.png");
		left: -80px;
		top: 50%;
		margin-top: -75px;
	}
	.aboutus03{
		position: relative;
		width: 100%;
		height: 629px;
		overflow: hidden;
		background-color: #f5f5f5;
		background-image: url("../img/aboutus_3_arrowL.png"), url("../img/aboutus_3_2arrow.png"),url("../img/aboutus_earth.png");
		background-position: left center, left 50px top -2px,bottom right;
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-size: auto,auto,50%;
	}
	.aboutus03 .inner{
		display: flex;
		box-sizing: border-box;
		padding-top: 125px;
	}
	.aboutus03_left{
		width: 48%;
		box-sizing: border-box;
		padding-top: 80px;
		padding-right: 40px;
	}
	.aboutus03_left h1{
		font-family: Montserrat,sans-serif;
		font-weight: 700;
		font-size:50px;
		line-height: 55px;
		background: -webkit-linear-gradient(0deg, #9f237e, #e2054d);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin-bottom: 20px;
	}
	.aboutus03_left p{
		position: relative;
		font-family: "Lato", sans-serif;
		font-weight: 400;
		font-size: 18px;
		line-height: 22px;
	}
	.aboutus03_right{
		position: relative;
		box-sizing: border-box;
		padding:0 20px;
		width: 52%;
	}
	.aboutus03_right img{
		max-width: 100%;
		display: none;
	}
	.aboutus04{
		position: relative;
		width: 100%;
		height: 867px;
		overflow: hidden;
		background-color: #fff;
	}
	.aboutus04_bg_left{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	    background-image: url("../img/aboutus_4_arrow2.png");
	    background-repeat: no-repeat;
	    background-size: auto 100%;
	    background-position: left center;
	}
	.aboutus04_bg_right{
		position: absolute;
		right: 0;
		bottom: 0;
		width: 50%;
		height: 100%;
		background-image: url("../img/aboutus_4_arrowB2.png");
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	.aboutus04 .inner{
		display: flex;
		box-sizing: border-box;
	}
	.aboutus_04_left{
		width: 48%;
	    box-sizing: border-box;
	    padding-top: 95px;
	}
	.aboutus_04_left h1{
		font-family: Montserrat,sans-serif;
		font-weight: 700;
		font-size:50px;
		line-height: 55px;
		background: -webkit-linear-gradient(0deg, #9f237e, #e2054d);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin-bottom: 20px;
	}
	.aboutus_04_left h2{
		font-family: Montserrat,sans-serif;
		font-weight: 600;
		font-size:40px;
		line-height: 45px;
		color:#000;
		margin-bottom: 20px;
	}
	.aboutus_04_right{
		width: 52%;
	    box-sizing: border-box;
	    padding: 0 20px;
	    display: flex;
	    flex-direction: column;
	    justify-content: flex-start;
	}
	.aboutus_04_right img{
		margin-top: 20px;
		margin-bottom: 80px;
	}
	.aboutus_04_right p{
		position: relative;
		font-family: "Lato", sans-serif;
		font-weight: 400;
		font-size: 18px;
		line-height: 23px;
	}
}
@media screen and (max-width:1920px){
	.aboutus01{
		background-position: center top -100px;
	}
}
@media screen and (max-width: 1800px){
	.aboutus03{
		background-size: calc(( 100vw - 1440px) / 2 ) , auto, 50%;
	}
}
@media screen and (max-width:1200px){
	.aboutus_1_logo_bg{
		top: -100px;
	}
	.aboutus01{
		background-image: url("../img/aboutus_1_arrowR.png"), url(../img/aboutus_1_bg2.png);
		background-size:60% auto, cover;
		background-position:right bottom, center top;
		background-repeat: no-repeat;
	}
	.aboutus01_right_bg{
		background:none;
	}
	.aboutus02{
		height: auto;
	}
	.aboutus02_right_bottom{
		box-sizing: border-box;
		padding-bottom: 80px;
	}
	.aboutus03{
		height: auto;
		background-position: left bottom 40px, center top;
        background-size: 40px, 0,0;
	}
	.aboutus03 .inner{
		padding: 0;
		flex-direction: column-reverse;
	}
	.aboutus03_right{
		width: 100%;
		padding:0;
		text-align: center;
		display: flex;
        flex-direction: column;
	}
	.aboutus03_right img{
		display: block;
	}
	.aboutus03_right:after{
		content:'';
		position: relative;
		width: 100%;
		height: 153px;
		background-image: url("../img/aboutus_3_2arrow.png");
		background-position: center top;
		background-repeat: no-repeat;
	}
	.aboutus03_left{
		padding:40px;
		width: 100%;
	}
	.aboutus04_bg_left{
		background-position: left -300px center;
	}
}
@media screen and (max-width:1000px){
	.aboutus01{
		background-image: url(../img/aboutus_1_bg2.png);
        background-size:  cover;
        background-position: center top;
        background-repeat: no-repeat;
	}
	.aboutus01{
		height: auto;
		background-position: center top;
	}
	.aboutus01 .inner{
		padding:0;
		flex-direction: column;
	}
	.aboutus01_left{
		width: 100%;
		padding:0 40px;
		box-sizing: border-box;
	}
	.aboutus01_right{
		width: 100%;
		padding: 80px 40px 0px 40px;
		box-sizing: border-box;
		background-image: url("../img/aboutus_1_bgm.png");
		background-repeat: no-repeat;
		background-size: cover;
	}
	.aboutus01_left_content h1{
		font-size: 35px;
		line-height: 40px;
	}
	.aboutus01_left_content p{
		font-size: 16px;
		line-height: 20px;
	}
	.aboutus01_right_content{
		position: relative;
        justify-content: flex-start;
        align-items: flex-end;
        right: initial;
        bottom: initial;
        box-sizing: border-box;
		left: initial;
		padding: 40px 0;
	}
	.aboutus01_right_content h3{
		max-width: 100%;
		font-size: 16px;
		line-height: 20px;
	}
	.aboutus02_bg_left{
		width: 100%;
        height: 300px;
        background-size: 100% 100%;
	}
	.aboutus02_bg_right{
		width: 100%;
		left: 0;
		top: 300px;
	}
	.aboutus02 .inner{
		flex-direction: column;
	}
	.aboutus02_left{
		width: 100%;
		padding-top: 40px;
		text-align: center;
		margin-bottom: 20px;
	}
	.aboutus02_right{
		width: 100%;
		margin-top: 0px;
		padding-top: 40px;
		padding-left: 0;
		margin-bottom: 20px;
	}
	.aboutus02_right_top{
		width: 100%;
		margin-right: 0;
		margin-bottom: 60px;
	}
	.aboutus02_right_top h1{
		font-size: 35px;
		line-height: 40px;
	}
	.aboutus02_right_top p,
	.aboutus02_right_bottom p{
		font-size: 16px;
		line-height: 20px;
	}
	.aboutus02_right_bottom{
		width: 100%;
		margin-left: 0px;
		padding-left: 80px;
	}
	.aboutus03_left h1,
	.aboutus_04_left h1{
		font-size: 35px;
		line-height: 40px;
	}
	.aboutus03_left p{
		font-size: 16px;
		line-height: 20px;
	}
	.aboutus_04_right p{
		width: 200%;
		left:-100%;
		font-size: 16px;
		line-height: 20px;
	}
	.aboutus_04_left h2{
		font-size: 25px;
		line-height: 30px;
	}
	.aboutus04{
		height: auto;
		box-sizing: border-box;
		padding-bottom: 280px;
	}
	.aboutus04_bg_left{
		background-image: url(../img/aboutus_4_arrowT.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: left top;
        background-size: 50%;
	}
	.aboutus04_bg_right{
		width: 100%;
		background-position: center bottom;
	}
	.aboutus_04_left{
		padding-top: 40px;
	}
}
@media screen and (max-width:640px){
	.aboutus_04_right img{
		margin-bottom: 180px;
	}
	.aboutus04_bg_left{
		background-size: 100%;
	}
}
@media screen and (max-width:480px){

	.aboutus01 .inner{
		padding:0px;
	}
	.aboutus01_left{
		padding: 0 20px;
	}
	.aboutus01_left_content p{
		padding-right: 0;
	}
	.aboutus01_right{
		padding: 40px 20px 0 20px;
	}
	.aboutus01_left_content{
		margin-top: 290px;
	}
	.aboutus02_right{
		padding-top: 80px;
	}
	.aboutus03{
		padding-bottom: 40px;
		background-position: left bottom 120px, center top;
	}
	.aboutus03 .inner{
		padding:0;
	}
	.aboutus03_left{
		padding:20px;
		padding-top: 0;
	}
	.aboutus03_left p{
		padding:0 0 0 40px;
	}
	.aboutus03_right:after{
		height: 110px;
		background-size: contain;
	}
	.aboutus04 .inner{
		flex-direction: column;
	}
	.aboutus_04_left{
		width: 100%;
	}
	.aboutus_04_right{
		width: 100%;
		padding:0px;
	}
	.aboutus_04_right img{
		margin-bottom: 40px;
		margin-top: 40px;
    	position: relative;
		transform: translateX(-18vw);
        width: 100%;
	}
	.aboutus_04_right p{
		left:initial;
		width: 100%;
	}
}

/************************************************CASE STUDY**/
@media screen and (max-width:6400px){
	.case_banner{
		position: relative;
		max-height: 1000px;
		overflow: hidden;
	}
	.case_banner_bg{
		position: relative;
	}
	.case_banner_bg img{
		width: 100%;
        height: 100%;
        display: block;
        max-height: 772px;
        object-fit: cover;
	}
	.case_banner_bg2 img{
		width: 100%;
		height: auto;
		display: block;
	}
	.case_banner_content_outer{
		position: absolute;
		width: 100%;
		box-sizing: border-box;
		margin:0 auto;
		left: 0;
		bottom: 100px;
	}
	.case_banner_content_inner{
		position: relative;
		width: 100%;
		max-width: 1440px;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.case_banner_content{
		position: relative;
		bottom: 0;
		left: 0;
		max-width: 60%;
		box-sizing: border-box;
		padding:80px 120px;
		height: 80%;
	}
	.case_banner_content:before{
		content:'';
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		background:linear-gradient(80deg, #E6D67F 0%,  #B3C681 17%, #7CB685 38%,  #50A987 58%,  #319F89 75%, #1E9A8A 90%,  #189888 100%);
		opacity: 0.8;
	}
	.case_list h1{
		font-size: 45px;
		line-height: 65px;
		font-weight: 700;
	}
	.case_banner_content h1{
		position: relative;
		font-family: Montserrat,sans-serif;
		font-size: 45px;
		line-height: 55px;
		font-weight: 700;
		color:#fff;
		margin-bottom: 20px;
		text-shadow:0px 2px 4px rgba(0,0,0,0.25);
	}
	.case_banner_content p{
		position: relative;
		font-family: "Lato", sans-serif;
		font-size: 18px;
		line-height: 24px;
		font-weight: 400;
		color:#fff;
		margin-bottom: 30px;
		text-shadow:0px 2px 4px rgba(0,0,0,0.25);
	}
	.case_banner_content a{
		position: relative;
		font-family: "Lato", sans-serif;
		font-size: 14px;
		line-height: 18px;
		font-weight: 400;
		color:#fff;
		background-color: #000;
		box-sizing: border-box;
		padding:15px 20px;
		display: inline-block;
		border-radius: 40px;
		text-decoration: none;
	}
	.case_list{
		box-sizing: border-box;
		padding:100px;
		background-image: url("../img/case_bg.png");
		background-size: auto 100%;
		background-position: top right;
		background-repeat: no-repeat;
	}
	.case_list h1{
		font-family: Montserrat,sans-serif;
		font-size: 45px;
        line-height: 65px;
        font-weight: 700;
		margin-bottom: 40px;
	}
	.case_list .cards{
		display: grid;
		column-gap: 30px;
		row-gap: 30px;
		grid-template-columns: auto auto auto;
	}
	.case_list .cards .card{
		position: relative;
		aspect-ratio: 844 / 475;
		cursor:pointer;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	}
	.case_list .cards .card:nth-of-type(1){z-index: 10;}
	.case_list .cards .card:nth-of-type(2){z-index: 20;}
	.case_list .cards .card:nth-of-type(3){z-index: 30;}
	.case_list .cards .card:nth-of-type(4){z-index: 40;}
	.case_list .cards .card:nth-of-type(5){z-index: 50;}
	.case_list .cards .card:nth-of-type(6){z-index: 60;}
	.case_list .cards .card .card_face{
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.case_list .cards .card .card_front{
		z-index: 1;
		/*left: 0;*/
		transform:translate(0,0);

	}
	.case_list .cards .card .card_front img{
		object-fit: cover;
		width: 100%;
	    height: 100%;
	}
	.case_list .cards .card .card_back{
		z-index: 0;
		transform:translate(0,0);
		background: rgba(0,0,0,0.8);
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
		padding:0px;
		justify-content: center;
		align-items: center;
	}
	.case_list .cards .card .card_back img{
		width: auto;
		max-width: 40%;
	}
	.case_list .cards .card .card_back .card_more{
		width: 100%;
		text-align: right;
		position: absolute;
		bottom: 20px;
		right: 0;
	}
	.case_list .cards .card .card_back a{
		text-decoration: none;
		background-color: #000;
		display: inline-block;
		border-radius: 20px;
		box-sizing: border-box;
		padding:10px 20px;
		color:#fff;
		font-size: 14px;
		line-height: 18px;
		font-family: "Lato", sans-serif;
		font-weight: 400;
		margin-top: 20px;
		margin-right: 20px;
        border: 1px solid #fff;
	}
	/* sliding left */
	@keyframes slide-left-in {
	  0% {
			opacity: 1;
			z-index: 1;
		}
	  50% {
			opacity: 0.8;
		}
	  100% {
			opacity: 1;
			z-index: 0;
		}
	}
	@keyframes slide-left-out {
	  0% {
			opacity: 1;
		}
	  50% {
			opacity: 0.8;
		}
	  100% {
			opacity: 1;
			z-index: 1;
		}
	}
	@keyframes slide-right-in {
	  0% {
			opacity: 1;
			z-index: 0;
		}
	  50% {
			opacity: 0.8;
		}
	  100% {
			opacity: 1;
			z-index: 1;
		}
	}
	@keyframes slide-right-out {
	  0% {
			opacity: 1;
			z-index: 1;
		}
	  50% {
			opacity: 0.8;
		}
	  100% {
			opacity: 1;
			z-index: 0;
		}
	}
	.case_list .cards .card .card_front {
		z-index: 1;
	}
	.case_list .cards .card .card_back {
		opacity: 0;
		z-index: 2;
		transition:opacity 0.5s;

	}
	.case_list .cards .card.active .card_front {

	}
	.case_list .cards .card.active .card_back {
		opacity: 1;
	}
}
@media screen and (max-width:1440px){
	.case_banner_content_outer{
		bottom: 0;
	}
	.case_banner_content{
		padding: 40px;
	}
	.case_banner_content:before{
		width: 100%;
	}
	.case_list h1,
	.case_banner_content h1{
		font-size: 30px;
		line-height: 34px;
	}
	.case_banner_content p{
		font-size: 16px;
		line-height: 18px;
	}
	.case_banner_content a{
		font-size: 13px;
		line-height: 16px;
	}
}
@media screen and (max-width:1200px){
	.case_list{
		padding:100px 40px;
	}
	.case_list .cards{
		grid-template-columns: auto auto;
	}
}
@media screen and (max-width:1000px){
	.case_banner_bg{
		aspect-ratio:1.5/1;
	}
	.case_banner_bg img{
		width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right -150px bottom 0px;
	}
	.case_banner_content_outer{
		position: relative;
	}
	.case_banner_content{
		max-width: 100%;
	}
}
@media screen and (max-width:680px){
	.case_banner_content{
		padding:40px 20px;
	}
	.case_list h1{
		margin-bottom: 20px;
	}
	.case_banner_bg{
		aspect-ratio:1/1;
	}
	.case_list{
		padding:40px 0px 40px 0px;
	}
	.case_list .cards{
		grid-template-columns: auto;
	}
	.case_list .cards .card{
		width: 100%;
	}
}

/************************************************CASE DETAIL**/
@media screen and (max-width:6400px){
	.casedetail .case_banner_bg img{
		max-height: initial;
	}
	.casedetail .case_banner_content_outer{
		position: absolute;
		width: 60%;
		box-sizing: border-box;
		margin:0 auto;
		left: 0;
		bottom: 0px;
	}
	.casedetail .case_banner_content_outer:before{
		content:'';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background:linear-gradient(80deg, #E6D67F 0%,  #B3C681 17%, #7CB685 38%,  #50A987 58%,  #319F89 75%, #1E9A8A 90%,  #189888 100%);
		opacity: 0.8;
	}
	.casedetail .case_banner_content_inner{
		position: relative;
		width: initial;
		max-width: initial;
	}
	.casedetail .case_banner_content{
	    bottom: initial;
	    left: initial;
	    max-width: initial;
	    width:initial;
	    height:initial;
	    box-sizing: border-box;
	    padding: 115px 180px 207px 0;
	    padding-left: calc( (100vw - 1400px ) /2 );
	}
	.casedetail .case_banner_content:before{
		display: none;
		content:'';
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		background:linear-gradient(80deg, #E6D67F 0%,  #B3C681 17%, #7CB685 38%,  #50A987 58%,  #319F89 75%, #1E9A8A 90%,  #189888 100%);
		opacity: 0.8;
	}
	.case_detail_content{
		box-sizing: border-box;
		padding-bottom: 40px;
	}
	.case_detail_content .inner{
		position: relative;
		background-image: url("../img/skew2.png");
		background-repeat: no-repeat;
		background-position: right top 350px;
		background-size: auto 150px;
	}
	.case_detail_intro{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		padding:40px 0;
		margin: 0px auto;
		max-width: 960px;
	}
	.case_detail_intro > div:nth-of-type(1){
		position: relative;
		box-sizing: border-box;
		padding:40px;
		padding-left: 0;
	}
	.case_detail_intro > div:nth-of-type(2){
		position: relative;
		box-sizing: border-box;
		padding:40px;
		padding-right: 0;
		font-family: "Lato", sans-serif;
		font-size: 18px;
		font-weight: 400;
		line-height: 22px;
		border-left:3px solid #A5A5A5;
	}
	.case_detail_row{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		padding-bottom: 53px;
		max-width: 1120px;
	    margin: 0 auto;
	}
	.case_detail_row > div,
	.case_detail_row > a{
		width: 50%;
	}
	.case_detail_row_img{
		display: block;
		position: relative;
		transition:transform 0.4s;
	}
	.case_detail_row_img:hover{
		transform:scale(0.95);
	}
	.case_detail_row_img:before{
		position: absolute;
		content:'';
		width: 95%;
		height: 100%;
		background-color: #D9D9D9;
		z-index: 0;
		top: 20px;
		left: 20px;
	}
	.casedetail .case_detail_row:last-child{
		padding-top: 40px;
	}
	.casedetail .case_detail_row:last-child:before{
		position: absolute;
		content:'';
		left: 25%;
		top: 0;
		width: 2px;
		height: 60px;
		background-color: #A5A5A5;
	}
	.casedetail .case_detail_row:last-child .case_detail_row_img > img{
		width: 100%;
	}
	.casedetail .case_detail_row:last-child .case_detail_row_img:before{
		box-sizing: border-box;
		background: linear-gradient(to right, #fafafa, #fafafa), linear-gradient(160deg, #E6D67F,#B3C681,#7CB685,#50A987,#319F89,#1E9A8A,#18988B);
	    background-clip: padding-box, border-box;
	    background-origin: padding-box, border-box;
	    border: 2px solid transparent;
	    opacity: 0.5;
	    width: 257px;
	    height: 175px;
	    top: -20px;
	    left: -20px;
	}
	.casedetail .case_detail_row:last-child .case_detail_row_img:after{
		position: absolute;
		content:'';
		box-sizing: border-box;
		background: linear-gradient(to right, #fafafa, #fafafa), linear-gradient(160deg, #E6D67F,#B3C681,#7CB685,#50A987,#319F89,#1E9A8A,#18988B);
	    background-clip: padding-box, border-box;
	    background-origin: padding-box, border-box;
	    border: 2px solid transparent;
	    opacity: 0.5;
	    width: 257px;
	    height: 175px;
	    bottom: -20px;
	    right: -20px;
	}
	.case_detail_row_img > img{
		width: 95%;
		height: 100%;
		object-fit: cover;
		position: relative;
		display: block;
		z-index: 1;
	}
	.case_detail_row_content{
		box-sizing: border-box;
		padding: 40px;
	}
	.case_detail_row:nth-child(even) .case_detail_row_content{
		padding:40px 0 40px 40px;
	}
	.case_detail_row:nth-child(odd) .case_detail_row_content{
		padding:40px 40px 40px 0px;
	}
	.case_detail_row_content h2{
		font-family: "Noto Sans", serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 22px;
		color:#43A588;
		margin-bottom: 5px;
	}
	.case_detail_row_content h1{
		font-family: Montserrat,sans-serif;
		font-weight: 700;
		/*font-size: 40px;
		line-height: 44px;*/
		font-size:45px;
		line-height: 63px;
		margin-bottom: 5px;
	}
	.case_detail_row_content p{
		font-family: "Lato", sans-serif;
		font-weight: 400;
		font-size: 18px;
		/*line-height: 22px;*/
		margin-bottom: 5px;
		color:#606060;

		line-height: 30px;
		letter-spacing: 0.7px;
		color:#000000;
	}
	.case_detail_row_content a{
		/*font-size: 18px;
		line-height: 36px;
		font-family: Montserrat;
		font-weight: 600;
		text-decoration: none;
		color:#000;
		position: relative;
		padding-left: 40px;
		background-image: url("../img/arrow_right_black.png");
		background-size: 35px 36px;
		background-repeat: no-repeat;
		background-position: left center;
		height: 36px;
		display: inline-block;*/
		margin:10px 0;
	}
	.casedetail .case_detail_other_brand{
		position: relative;
		max-width: 1440px;
		margin:0 auto;
		box-sizing: border-box;
		padding:0 20px;
		padding-bottom: 140px;
		background-image: url("../img/skew3.png");
		background-size: auto 150px;
		background-repeat: no-repeat;
		background-position: top right ;
	}
	.casedetail .case_detail_other_brand h1{
		font-family: Montserrat,sans-serif;
		font-weight: 600;
		font-size: 40px;
		line-height: 45px;
	}
	.casedetail .case_detail_other_brands{
		position: relative;
		padding-left: 60px;
        padding-right: 60px;
		overflow: hidden;
	}
	.brand_start{
		position: absolute;
		top: 100px;
		left: -55px;
		background:linear-gradient(90deg, #DED480 ,#19988B);
		width: 100px;
		height: calc( 100% - 100px);
		z-index: 1;
		transform: skewX(-25deg);
	}
	.brand_end{
		position: absolute;
		top: 100px;
		right: -55px;
		background:#dedede;
		width: 100px;
		height: calc( 100% - 100px);
		z-index: 1;
		transform: skewX(-25deg);
	}
	.casedetail .brands_inner{
		position: relative;
		display: flex;
		justify-content: space-around;
		padding-top: 100px;
	}
	.casedetail .brand{
		position: relative;
		height: 200px;
		width: 18%;
	}
	.casedetail .brand .brand_logo{
		position: absolute;
        top: -80px;
        left: 40px;
        width: 100%;
        opacity: 0;
        transition:opacity 0.5s;
	}
	.casedetail .brand.active .brand_logo{
		opacity: 1;
	}
	.casedetail .brand .brand_logo img{
		width: 100%;
		height: 60px;
		object-fit: contain;
		display: block;
	}
	.casedetail .brand .brand_img{
		position: relative;
		box-sizing: border-box;
		height: 100%;
        overflow: hidden;
        transform: skew(-25deg,0);
        cursor: pointer;
	}
	.casedetail .brand .brand_img:after{
		content:'';
		position: absolute;
		z-index: 1;
		height: 30px;
		width: 100%;
		bottom: 0;
		left: 0;
		background-color: #2E9F8A;
	}
	.casedetail .brand .brand_img img{
		position: relative;
		display: block;
		width: 160%;
        height: 100%;
        object-fit: cover;
        /*filter:grayscale(1);*/
        left: -30%;
        transform: skew(25deg,0);
	}
	.casedetail .brand.active .brand_img img{
		/*filter:grayscale(0);*/
	}
}
@media screen and (max-width:1440px){
	.casedetail .case_banner_content{
		padding-left:40px;
	}
}
@media screen and (max-width:1200px){
	.casedetail .case_banner_content_outer{
		width: 80%;
	}
	.casedetail .case_banner_content{
		padding:40px;
	}
}
@media screen and (max-width:1000px){
	.desktop{
		display: none;
	}
	.casedetail .case_detail_content .inner{
		background-position: right top 800px;
	}
	.casedetail .case_detail_row{
		flex-direction:column;
	}
	.casedetail .case_detail_row:nth-child(odd){
		flex-direction: column-reverse;
	}
	.case_detail_row > div,
	.case_detail_row > a{
		width: 100%;
	}
	.casedetail .case_detail_row:nth-child(even) .case_detail_row_content,
	.casedetail .case_detail_row:nth-child(odd) .case_detail_row_content{
		padding:40px 0;
	}
	.casedetail .case_detail_row:last-child{
		padding-top: 0;
		padding-bottom: 20px;
	}
	.casedetail .case_detail_row:last-child:before{
		display: none;
	}
	.casedetail .brands_inner{
		min-width: 1100px;
	}
	.brand_end{
		border-left: 25px solid #fff;
	}
	.brand_prev{
		position: absolute;
		width: 29px;
		height: 32px;
		top: 0;
		right: 40px;
		box-sizing: border-box;
		cursor: pointer;
		z-index: 20;
		background-image: url("../img/btn_prev.png");
		background-repeat: no-repeat;
	}
	.brand_next{
		position: absolute;
		width: 29px;
		height: 32px;
		top: 0;
		right: 0px;
		box-sizing: border-box;
		cursor: pointer;
		z-index: 20;
		background-image: url("../img/btn_next.png");
		background-repeat: no-repeat;
	}
	.casedetail .case_detail_other_brand{
		padding-bottom: 60px;
	}
}
@media screen and (max-width:680px){
	.case_detail_row_content p,
	.case_detail_intro > div:nth-of-type(2){
		font-size: 16px;
		line-height: 20px;
	}
	.casedetail .case_banner_bg{
		/*aspect-ratio:1/1.7;*/
		aspect-ratio:initial;
		display: block;
	}
	.casedetail .case_banner{
		max-height: initial;
	}
	.casedetail .case_banner .case_banner_bg{

	}
	.casedetail .case_banner .case_banner_bg img{
		width: 100%;
		height: auto;
		object-position: center;
		display: block;
	}
	.casedetail .case_banner_content_outer{
		width: 100%;
		position: relative;
		left:initial;
		bottom:initial;
	}
	.case_detail_intro{
		flex-direction: column;
	}
	.case_detail_intro > div:nth-of-type(1){
		padding:0 0 20px 0;
	}
	.case_detail_intro > div:nth-of-type(2){
		border:0;
		padding:0;
		padding-top: 20px;
		border-top:1px solid #A5A5A5;
	}
	.case_detail_row_img:before{
		top: 10px;
		left: 10px;
	}
	.case_detail_row_content h1{
		font-size: 35px;
		line-height: 40px;
	}
	.case_detail_row:last-child{
		padding-bottom: 0;
	}
	.case_detail_content{
		padding-bottom: 0;
	}
	.casedetail .case_detail_other_brand{
		padding-bottom: 60px;
	}
	.casedetail	.brands_inner{
		padding-top: 140px;
	}
}
@media screen and (max-width:480px){
	.casedetail .case_banner_content{
		padding:40px;
	}
	.casedetail .case_detail_other_brand{
		background-image: none;
	}
}
/************************************************CASE PROJECT**/
@media screen and (max-width:6400px){
	/**{outline:1px solid red;}*/
	.project_banner{
		/*max-height: 1000px;*/
		max-height: 1100px;
		overflow: hidden;
	}
	.project_banner img{
		display: block;
		width: 100%;
		height: auto;
	}
	.casedetail img{
		display: inline-block;
	}
	.project_detail{
		position: relative;
		max-width: 1120px;
		margin: 0 auto;
		box-sizing: border-box;
		/*padding-top: 60px;*/
		/*padding-bottom: 60px;*/
		padding-top: 120px;
		padding-bottom: 115px;
	}
	.project_detail h2{
		font-family: "Noto Sans", sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
		color:#43A588;
		/*margin-bottom: 20px;*/
		margin-bottom: 19px;
	}
	.project_title{
		position: relative;
		display: flex;
		justify-content: space-between;
		/*margin-bottom: 20px;*/
		/*margin-bottom: 14px;*/
		margin-bottom: 21px;
	}
	.project_title h1{
		font-family:"Montserrat", sans-serif;
		font-weight: 700;
		font-size:45px;
		/*line-height: 44px;*/
		line-height: 63px;
		color:#000000;
	}
	.project_title img{
		display: block;
		width: auto;
		max-width: 100%;
		/*margin-bottom: 20px;*/
	}
	.project_detail h3{
		font-family:"Lato",sans-serif;
		font-weight: 300;
		/*font-size: 40px;*/
		/*line-height: 44px;*/
		font-size: 35px;
		line-height: 49px;
		color:#000000;
		/*margin-bottom: 20px;*/
		/*margin-bottom: 33px;*/
		margin-bottom: 26px;
		letter-spacing: 1px;
	}
	.project_detail p{
		font-family:"Lato",sans-serif;
		font-weight: 400;
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 0.7px;
		color:#000000;
	}
	.project_flow{
		position: relative;
		margin:0 auto;
		max-width: 1120px;
		columns:400px auto;
		column-gap:20px;
		/*margin-bottom: 20px;*/
	}
	.project_flow > div{
		break-inside: avoid;
		/*margin-bottom: 40px;*/
	}
	.project_flow > div img{
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.project_flow >div h1,
	.project_row > div h1{
		font-family: "Montserrat", sans-serif;
		font-weight: 700;
		font-size:40px;
		line-height: 45px;
		margin-bottom: 10px;
	}
	.project_flow >div p,
	.project_row > div p{
		font-family:"Lato",sans-serif;
		font-weight: 400;
		font-size: 18px;
		line-height: 22px;
		color:#4D4D4D;
	}
	.project_row{
		position: relative;
        margin: 0 auto;
        max-width: 1120px;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.project_row > div{
		width: 49%;
		/*margin-bottom: 50px;*/
	}
	.project_row > div img{
		max-width: 100%;
	}
	.project_cover{
		position: relative;
		margin: 0 auto;
		width: 100%;
		max-width: 1120px;
		/*margin-bottom: 40px;*/
		/*text-align: center;*/
		box-sizing: border-box;
	}
	.project_cover img{
		max-width: 100%;
	}
	.project_cover iframe{
		aspect-ratio: 1.72 / 1;
		min-width: 100%;
		/*max-width: 100%;*/
		box-sizing: border-box;
		border-radius: 15px;
		overflow: hidden;
		/*border:15px solid #d9d9d9;*/
		/*margin-bottom: 55px;*/
		/*border:0;*/
	}
	.project_cover video{
		max-width: 100%;
	}
	.project_cover h1{
		font-family: "Montserrat", sans-serif;
		font-weight: 700;
		font-size:45px;
		line-height: 63px;
		margin-bottom: 25px;
		/*margin-bottom: 40px;*/
	}
	.project_cover p{
		font-family:"Lato",sans-serif;
		font-weight: 400;
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 0.7px;
		color:#606060;
		color:#000000;
	}
}
@media screen and (max-width:1200px){
	.project_detail{
		padding:60px 40px;
	}
	.project_flow,
	.project_cover,
	.project_row{
		padding:0 40px;
	}
}
@media screen and (max-width:800px){
	.project_row{
		flex-direction: column;
	}
	.project_row > div{
		width: 100%;
	}
	.project_row:nth-child(odd){
		flex-direction: column-reverse;
	}
	.project_title{
		flex-direction: column-reverse;
		/*margin-bottom: 28px;*/
	}
	.project_title img{
		margin-bottom: 20px;
	}
}
@media screen and (max-width:680px){
	.project_banner img{
		min-height: 450px;
		object-fit: cover;
	}
	.project_detail{
		padding:40px 20px;
	}
	.project_flow >div p,
	.project_row > div p,
	.project_cover p,
	.project_detail p{
		font-size: 16px;
		/*line-height: 20px;*/
	}
	.project_title h1,
	.project_detail h3{
		font-size: 35px;
		line-height: 40px;
	}
	.project_flow >div h1,
	.project_row > div h1,
	.project_cover h1{
		font-size: 35px;
		line-height: 40px;
	}
	.project_row:nth-child(even) > div:nth-child(odd){
		margin-bottom: 20px;
	}
	.project_row:nth-child(odd) > div:nth-child(even){
		margin-bottom: 20px;
	}
	.brand_start{
		top: 140px;
		height: calc(100% - 140px);
	}
	.brand_end{
		top: 140px;
		height: calc(100% - 140px);
	}
	.case_detail_other_project .brand_start{
		top: 40px;
		height: calc(100% - 40px);
	}
	.case_detail_other_project .brand_end{
		top: 40px;
		height: calc(100% - 40px);
	}
	.casedetail .case_detail_other_project .brands_inner{
		padding-top: 40px;
	}
	.casedetail .mb30{
		margin-bottom: 20px;
	}
	.casedetail .mb80{
		margin-bottom: 60px;
	}
	.casedetail .mb120{
		margin-bottom: 60px;
	}
	.casedetail .mb140{
		margin-bottom: 70px;
	}
	.casedetail .mobile_img_2_right{
		object-position: right -70px bottom 0px;
	}
}
@media screen and (max-width:480px){
	.project_detail{
		padding:60px 20px;
	}
	.project_flow,
	.project_cover,
	.project_row{
		padding:0 20px;
	}
}
/************************************************INSIGHT**/
@media screen and (max-width:6400px){
	.insight{

	}


	.insight_home .inner{
		/*display: flex;*/
	}



	.insight_home_banner{
        position: relative;
		width: 100%;
        height: 600px;
        overflow: hidden;
	}
	.insight_home_banner img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.insight_home_banner_title_con{
		position: absolute;
		top: 0;
		left: 50%;
		width: 100%;
		max-width: 1440px;
		transform:translate(-50%,0);
		height: 100%;
	}
	.insight_home_banner h1{
		font-family: Montserrat, sans-serif;
		font-weight: 700;
		font-size: 70px;
		line-height: 100px;
		position: absolute;
		top: 50%;
		right: 10vw;
		transform:translate(0,-50%);
		display: inline-block;
		padding-left: 10vw;
		color:#ff6729;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	}


	.insight_home{
		/*height: 900px;*/
		position: relative;
		box-sizing: border-box;
		padding:120px 0;
		/*background-color: #f9fafb;*/
		background: linear-gradient(#EAEFF2 0%, #FFFFFF 42%, #EAEFF2 100%);
	}
	.insight_home .inner2{
		position: relative;
		max-width: 1404px;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		/*gap:40px;*/
		flex-wrap: wrap;
		margin:0 auto;
	}
	.insight_home .inner2.active{

	}




	.insight_block{
		margin-bottom: 40px;
		position: relative;
		width: 440px;
		height: 280px;
		box-sizing: border-box;
		padding: 20px;
		overflow: hidden;
		box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
		user-select: none;
		border-radius: 5px;
	}
	.insight_block:nth-of-type(odd){
		background-color: #fff;
	}
	.insight_block:nth-of-type(even){
		background-color: #efefef;
	}
	.insight_block:after{
		content:'';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 120px;

	}
	.insight_block:nth-of-type(odd):after{
		background: linear-gradient(transparent 0% ,#ffffff 50% );
	}
	.insight_block:nth-of-type(even):after{
		background: linear-gradient(transparent 0% ,#efefef 50% );
	}
	.insight_block h1{
		font-family: Montserrat, sans-serif;
		font-weight: 600;
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.insight_block h1 span{
		color:#fa6534;
	}
	.insight_block p{
		font-family: "Lato", sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
	}
	.insight_block p.date{
		position: absolute;
		left: 20px;
		bottom: 20px;
		font-family: "Lato", sans-serif;
		font-size: 14px;
		z-index: 10;
		color:#737373;
	}
	.btn_insight_more{
		position: absolute;
		bottom: 20px;
		right: 20px;
		font-family: Montserrat, sans-serif;
		font-size: 13px;
		line-height: 30px;
		box-sizing: border-box;
		text-decoration: none;
		border-radius: 20px;
		padding:0 20px;
		border:1px solid #000;
		z-index: 10;
		color:#000;
		font-weight: 500;
	}



	.insight_banner{
		position: relative;
		height: 600px;
	}
	.insight_banner img{
        position: relative;
        width: 100%;
        height: 100%;
		object-fit: cover;
        object-position: center center;
	}
	.insight_banner .inner{
		position: absolute;
		top: 0;
		left: 50%;
		width: 100%;
		transform:translate(-50%,0);
		/*width: 50%;*/
		/*transform:translate(-75%,0);*/
		height: 100%;
		max-width: 1440px;
		margin:0 auto;
		padding-bottom: 120px;
		display: flex;
        flex-direction: column;
        justify-content: flex-end;
		/*outline:1px solid ;*/
	}
	.insight_banner h2{
		/*position: absolute;*/
		font-family: Montserrat, sans-serif;
		font-size: 25px;
		font-weight: 700;
		line-height: 70px;
		color:#fff;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	}
	.insight_banner h2 span{
		font-size: 22px;
		font-weight: 300;
		color:#fff;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	}
	.insight_banner h1{
		/*position: absolute;*/
		font-family: Montserrat, sans-serif;
		font-weight: 700;
		font-size: 45px;
		line-height: 55px;
		color:#fff;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);


        box-sizing: border-box;
        padding-right: 400px;
	}

	.insight_long{
		position: relative;
		box-sizing: border-box;
		padding:120px 20px;
		display: flex;
        max-width: 1440px;
        margin: 0 auto;
        /*outline: 1px solid;*/
	}
	.insight_left{
		position: relative;
		width: 400px;
		margin-right: 70px;
		/*outline:1px solid;*/
	}
	.insight_left_blog{
		margin-bottom: 80px;
	}
	.insight_left_blog img{
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.insight_left_blog h1{
		font-family: Montserrat, sans-serif;
		font-size: 14px;
		font-weight: 600;
		line-height: 16px;
		margin-bottom: 10px;
	}
	.insight_left_blog p{
		font-family: "Lato", sans-serif;
		font-size: 14px;
		font-weight: 300;
		line-height: 18px;
		margin-bottom: 10px;

		text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
	}
	.insight_left_blog > a{
		/*font-size: 12px;
		line-height: 20px;
		box-sizing: border-box;
		padding:5px 20px;
		border-radius: 20px;
		border:1px solid #000;
		text-decoration: none;
		color:#000;*/


		position: relative;
		/*bottom: 20px;*/
		/*right: 20px;*/
		font-family: Montserrat, sans-serif;
		font-size: 13px;
		line-height: 30px;
		box-sizing: border-box;
		text-decoration: none;
		border-radius: 20px;
		padding: 0 20px;
		border: 1px solid #000;
		z-index: 10;
		color: #000;
		font-weight: 500;
		        display: inline-block;

	}
	.insight_left > a{
		position: relative;
		font-family: Montserrat, sans-serif;
		font-weight: 600;
		font-size: 18px;
		line-height: 35px;
		display: inline-block;
		text-align: right;
		text-decoration: none;
		color: #000;
		padding-left: 45px;
	}
	.insight_left > a:before{
		position: absolute;
		left: 0;
		top: 0;
		content: '';
		background-image: url(../img/arrow_right_black.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		width: 36px;
		height: 36px;
	}

	.insight_blog{
		position: relative;
		font-family: "Lato", sans-serif;
		flex:1;
	}

	.insight_blog h1{
		font-family: Montserrat, sans-serif;
		/*
		font-size: 22px;
		line-height: 27px;
		font-weight: 700;
		margin-bottom: 26px;
		*/
		font-size: 22px;
		line-height: 31px;
		font-weight: 600;
		/*margin-bottom: 65px;*/
	}

	.insight_blog h2{
		font-family: Montserrat, sans-serif;
		/*font-size: 22px;
		line-height: 27px;
		font-weight: 700;
		margin-bottom: 10px;*/
		font-family: Montserrat, sans-serif;
		font-size: 22px;
		line-height: 28px;
		font-weight: 600;
		margin-bottom: 10px;

	}
	.insight_blog p{
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 22px;
		font-weight: 300;
	}
	.insight_blog ul {
		margin-left: 20px;
		margin-bottom: 20px;
	}
	.insight_blog li{
		margin-bottom: 5px;
		list-style-type: disc;
		font-size: 18px;
		line-height: 24px;
		font-weight: 300;
	}
	.insight_circles{
		position: relative;
		margin-top:40px;
		margin-bottom: 40px;
	}

}
@media screen and (max-width:1440px){
	.insight_home .inner2{
		/*justify-content: space-around;*/
		justify-content: flex-start;
		padding: 0 40px;
	}
	.insight_block{
		margin-right: 30px;
	}
}
@media screen and (max-width:1200px){
	.insight_banner h2,
	.insight_banner h2 span{
		/*font-size: 30px;*/
		font-size: 22px;
		line-height: 40px;
	}
	.insight_banner h2 span{
	   	display: inline-block;
	   	margin-bottom: 20px;
	}
	.insight_banner h1{
		font-size: 30px;
		line-height: 35px;
	}
	.insight_long{
		flex-direction: column-reverse;
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.insight_blog .inner{
		padding:0;
	}
	.insight_left{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin-top: 40px;
		border-top:1px solid #000;
		padding-top: 60px;
	}
	.insight_left_blog{
		width: calc(50% - 20px);
	}
	.insight_left_blog:nth-of-type(odd){
		margin-right: 40px;
	}
	.insight_blog h1,
	.insight_blog h2{
		font-size: 18px;
		line-height: 24px;
	}
	.insight_blog p{
		font-size: 16px;
		line-height: 22px;
	}
}
@media screen and (max-width:1000px){
	.insight_home_banner_title_con{
		left: 0;
		transform:translate(0,0);
	}
	.insight_home_banner h1{
		right: initial;
        font-size: 11vw;
        left: 0px;
        padding-left: 0;
        text-align: center;
        width: 100%;
        top:initial;
        bottom: 20px;
        transform:translate(0,0);
	}
	.insight_home_banner img {
         width: auto;
        height: 100%;
        transform: translate(-21%, 0px);
    }
    .insight_banner h1{
		padding-right: 30%;
	}
	.insight_home_top_con{
		flex-direction: column;
	}
	.insight_btns{
		margin-top:40px;
		justify-content: flex-start;
	}
}
@media screen and (max-width:680px){
	.insight_home{
		padding:60px 0;
	}
	.insight_left_blog{
		width: 100%;
	}
	.insight_left_blog:nth-of-type(odd){
		margin-right: 0px;
	}
	.insight_banner .inner{
		padding:0 20px 40px 20px;
		padding-bottom: 40px;
	}
	.insight_left_blog{
		margin-bottom: 40px;
	}
	.insight_banner h2,
	.insight_banner h2 span{
		font-size: 18px;
		line-height: 22px;
	}
}
@media screen and (max-width:480px){
	.insight_block{
		width: calc(100% - 40px);
	}
	.insight_home .inner2{
		padding: 0 20px;
	}
	.insight_block{
		margin-right: 0;
		width: 100%;
	}
	.insight_banner h1{
		padding-right: 0%;
	}
}

/************************************************OTHER**/
.color_yellowgreen{
	color:#d6df22;
}
.color_green{
	color:#d6df37;
}
.color_pink{
	color:#ef80b4;
}
.color_orange{
	color:#fa6a3f;
}
.text_left{
	text-align: left;
}
.text_center{
	text-align: center;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb80{
	margin-bottom: 80px;
}
.mb120{
	margin-bottom: 120px;
}
.mb140{
	margin-bottom: 140px;
}
.strong{
	font-weight: 700;
}