
@import url("showcase.css");
@import url("portfolio.css");
@import url("shortcodes.css");
@import url("vendors.min.css");
@import url("layout.min.css");
@import url("assets.css");
@import url("archive.css");
@import url("news/newsstyle.css");
@import url("ie.css");
@import url("news/newsstyle.css");
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&amp;subset=korean');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:100,300,400,500,700,900');
@font-face {
font-family: 'Graphik';
src: url('../fonts/graphik-font/Graphik-Semibold-Web.woff2') format('woff2'),
       url('../fonts/graphik-font/Graphik-Semibold-Web.woff') format('woff');
font-weight: 600;
font-style: normal;
font-stretch: normal;
}

.Graphik-Semibold {
	font-family: 'Graphik';
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
font-family: 'Graphik';
src: url('../fonts/graphik-font/Graphik-Medium-Web.woff2') format('woff2'),
       url('../fonts/graphik-font/Graphik-Medium-Web.woff') format('woff');
font-weight: 500;
font-style: normal;
font-stretch: normal;
}

.Graphik-Semibold {
	font-family: 'Graphik';
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
font-family: 'Graphik';
src: url('../fonts/graphik-font/Graphik-Regular-Web.woff2') format('woff2'),
       url('../fonts/graphik-font/Graphik-Regular-Web.woff') format('woff');
font-weight: 400;
font-style: normal;
font-stretch: normal;
}

.Graphik-Regular {
	font-family: 'Graphik';
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
}

.Graphik-Medium {
	font-family: 'Graphik';
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
}

.Graphik-Semibold {
	font-family: 'Graphik';
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
}

.AppleSDGothicNeo-Bold {
	font-family: 'Apple SD Gothic Neo';
	font-weight: 700;
}

.AppleSDGothicNeo-ExtraBold {
	font-family: 'Apple SD Gothic Neo';
	font-weight: 800;
}

.medium {
	font-weight: 500;
}
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/materialicons/v50/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	ms-font-feature-settings: 'liga';
	 /* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	  /* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	
	  /* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	
	  /* Support for IE. */
	font-feature-settings: 'liga';
}

p .material-icons {
	font-size: 1em;
}

p .material-icons:first-child {
	margin-right: 0.30952381em;
}

.material-icons {
	font-family: 'Material Icons' !important;
}

/*------------------------------------------------------------------

01. General Styles
02. Magic Cursor
03. Page Preloader
04. Header Elements
05. Hero Section
06. Main Content 
07. Footer Elements
08. Responsive Media Querries

-------------------------------------------------------------------*/

	
/*--------------------------------------------------
	01. General Settings
---------------------------------------------------*/

html, body {
	font-family: 'Graphik', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	height: 100%;
	width: 100%;
	color: #777;
	background-color: #000;
}

html {
	box-sizing: border-box;
	margin-right: 0px!important;
	overflow: visible!important;
}

body {
	overflow: hidden;
	overflow-y: scroll;
	-webkit-transition: opacity 0.2s ease-in-out 0.2s;
	transition: opacity 0.2s ease-in-out 0.2s;
}

body.scale-up {
	overflow: hidden!important;
}

body.smooth-scroll {
	overflow: hidden;
}

body.hidden {
	opacity: 0;
}

body.overflow-hidden {
	overflow: hidden!important
}

html.main {
	overflow: hidden!important
}

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

.spacer {
	border-right: 1px solid #ccc;
	padding-right: 15px;
	margin-right: 15px;
	height: 11px;
	display: inline-block;
	position: relative;
}

.date .spacer:first-child {
	border-right: 0px solid #ccc;
	padding-right: 0px;
	margin-right: 0px;
}

.spacer-h {
	border-top: 1px solid #666;
	margin: 5px 15px;
	width: 30px;
	display: inline-block;
	position: relative;
}

article, aside, details, figcaption, footer, header, hgroup, nav, section {
	display: block;
}

audio {
	display: inline-block;
	max-width: 100%;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b, strong {
	font-weight: 600;
	color: #000;
}

.light-content b, .light-content strong {
	font-weight: 600;
	color: #fff;
}

cite, dfn, em, i {
	font-style: italic;
}

mark, ins {
	background: none repeat scroll 0 0 #111;
	text-decoration: none;
	color: #fff;
	padding: 0px 10px;
	display: inline-block;
	border-radius: 2px;
}

code, kbd, tt, var, samp, pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

blockquote {
	color: #000;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-left: 2px #ddd solid;
	padding: 20px 20px 20px 40px;
	letter-spacing: 0.01em;
}

.light-content blockquote {
	color: #fff;
}

blockquote span {
	display: block;
	margin-top: 20px;
	font-weight: 400;
	font-size: 12px;
	font-style: normal;
	font-family: Verdana,Geneva,sans-serif;
	color: #999;
}

blockquote cite, blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

blockquote strong, blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul, ol {
	list-style: none;
	margin: 0 0 24px 0px;
}

ul, ol {
	list-style: none;
	margin: 0 0 24px 0px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul, li > ol {
	margin: 10px 0 0 20px;
}

li {
	line-height: 20px;
	color: #333;
	margin-bottom: 10px;
}

.light-content li {
	color: #fff;
}

figure {
	margin: 0;
	position: relative;
	display: block;
}

figure.has-parallax {
	overflow: hidden;
	max-height: 80vh;
}

figure img {
	max-width: 100%;
}

.oldimg img {
	padding-bottom: 50px
}

.full img {
	width: 100vw;
}

.wideHTML {
	background: #2b3138;
	    margin-left: calc(50% - 50vw)!important;
    margin-right: calc(50% - 50vw)!important;
    max-width: 1000%!important;
    width: 100vw!important;
/*	padding-left:60px;
	padding-right:60px;*/
}

.wideHTML:after {
content: ''; clear: both;display: block;
}
.wideHTML .reputation:after {
	clear: both;
	content: " ";
	display: table;
}
 .reputation div.bg{
	background-size: cover;
	background-position: center center;
	background-color: #a5a5a5;
	width: 100%;
	height: 370px;
	position: relative;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 1;
	text-align: center;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	background-position: 50% 25px;
	background-size: 140px;
	background-repeat: no-repeat;
	background-image: url(/404.html);
} 
.reputation div.bg.color1{background-color: #860808;background-image: url(../../hytower.co.kr/hello/assets/media/icons/01angry.gif)!important;}
.reputation div.bg.color2{background-color: #c54100;background-image: url(../../hytower.co.kr/hello/assets/media/icons/02sad.gif)!important;}
.reputation div.bg.color3{background-color: #ca6400;background-image: url(../../hytower.co.kr/hello/assets/media/icons/03so.gif)!important;}
.reputation div.bg.color4{background-color: #e87100;background-image: url(../../hytower.co.kr/hello/assets/media/icons/04haha.gif)!important;}
.reputation div.bg.color5{background-color: #ff8f00;background-image: url(../../hytower.co.kr/hello/assets/media/icons/05like.gif)!important;}
 
.reputation div img {
    text-align: center;
    padding: 168px 10px 0;
}
figcaption {
	background-color: rgba(0,0,0,1);
	bottom: 25px;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	padding: 10px 20px;
	position: absolute;
	right: 25px;
	z-index: 10;
	border-radius: 3px
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 0;
}

legend {
	white-space: normal;
}

button, input {
	line-height: normal;
}

input, textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}

button[disabled], input[disabled] {
	cursor: default;
}

input[type="checkbox"], input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table, th, td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table, th, td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	padding: 10px;
}

td {
	border-width: 0 1px 1px 0;
	padding: 10px;
}

del {
	color: #767676;
}

hr {
	border: 0;
	height: 25px;
	width: 100%;
	float: none;
	margin: 0;
	display: inline-block;
}

hr.small {
	height: 20px;
}

hr:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}

::selection {
	background: #e93735;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #fff;
	color: #000;
	text-shadow: none;
}

img {
	border: 0 none;
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
}

h1 {
	font-size: 48px;
	line-height: 60px;
}

h1.eng {
	font-size: 48px;
	line-height: 50px;
}

h2 {
	font-size: 36px;
	line-height: 48px;
}

h3 {
	font-size: 30px;
	line-height: 40px;
	margin-left: -1px;
}

h4 {
	font-size: 24px;
	line-height: 36px;
	margin-left: -1px;
}

h5 {
	font-size: 18px;
	line-height: 28px;
	margin-left: -1px;
}

h6 {
	font-size: 14px;
	line-height: 24px;
}

.location-info h6, .location-info h6 a {
	color: #ccc!important;
	font-weight: 400
}

.location-info h6 a:hover {
	color: #fff!important;
}

.secondary-font {
	font-weight: 700;
	font-family: 'Graphik', sans-serif;
}

.light-content h1, .light-content h2, .light-content h3, .light-content h4, .light-content h5, .light-content h6 {
	color: #c6c7cc;
}


.title-has-line {
	position: relative;
}

.title-has-line::after {
	background: none repeat scroll 0 0 #000;
	bottom: 20px;
	content: "";
	height: 1px;
	left: -40px;
	position: absolute;
	width: 25px;
}

p.title-has-line::after {
	background: none repeat scroll 0 0 #000;
	top: 14px;
	content: "";
	height: 1px;
	left: -30px;
	position: absolute;
	width: 16px;
}

.light-content .title-has-line::after {
	background: none repeat scroll 0 0 rgba(255,255,255,1);
}

p {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 28px;
	color: #333;
}

.eng p {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 26px;
	color: #333;
}

.light-content p {
	color: rgba(171, 175, 183, 0.7);
}

.color-grey, .color-grey a {
	color: #bbbbbb;
}

.color-white, .color-white a {
	color: #fff;
}
.light-content p.color-white2, .color-white2 a {
	color: rgba(255, 255, 255, 0.7);
}

p.no-margins {
	margin-bottom: 0;
}

.bigger {
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	color: #222;
}

.smaller {
	font-size: 12px;
}

.container {
	max-width: 1210px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.post-content .container {
	padding: 0;
}

.container::after {
	clear: both;
	content: " ";
	display: table;
}

a:hover, a:active {
	outline: 0;
	color: #fff;
}

a {
	text-decoration: none;
	color: #eee;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

.one_half {
	width: 48%!important;
}

.one_third {
	width: 30.6%!important;
}

.one_fourth {
	width: 22%!important;
}

.one_fifth {
	width: 16.8%!important;
}

.one_sixth {
	width: 13.33%!important;
}

.one_tenth {
	width: 9%!important;
}

.two_fifth {
	width: 37.6%!important;
}

.two_fourth {
	width: 48%!important;
}

.two_third {
	width: 65.33%!important;
}

.three_fifth {
	width: 58.4%!important;
}

.three_fourth {
	width: 74%!important;
}

.four_fifth {
	width: 79.2%!important;
}

.five_sixth {
	width: 82.67%!important;
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth, .one_tenth {
	float: left!important;
	/* margin-bottom: 20px!important; */
	margin-right: 4%!important;
	position: relative!important;
}

.one_half.categoryBox {
	margin-bottom: 20px!important;
}

.last {
	margin-right: 0px!important;
}

.text-align-center {
	text-align: center;
}

.text-align-left {
	text-align: left;
}

.outer {
	display: table;
	width: 100%;
	height: 100%;
}

.inner {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.vc_row {
	position: relative;
	z-index: 1;
	opacity: 1;
	box-sizing: border-box;
}

.vc_row.small {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.vc_row.full {
	margin-left: calc(50% - 50vw)!important;
	margin-right: calc(50% - 50vw)!important;
	max-width: 1000%!important;
	width: 100vw!important;
}

.full {
	margin-left: calc(50% - 50vw)!important;
	margin-right: calc(50% - 50vw)!important;
	max-width: 1000%!important;
	width: 100vw!important;
}

.vc_row.fullMap {
	margin-left: calc(50% - 50vw)!important;
	margin-right: calc(50% - 50vw)!important;
	max-width: 1000%!important;
	width: 99.5vw!important;
}

.vc_row::after {
	clear: both;
	content: " ";
	display: table;
}

.full .vc_column_container > .vc_column-inner {
	padding-left: 0!important;
	padding-right: 0!important;
}

.full .wpb_button, .full .wpb_content_element, .full ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0!important;
}

.vc_row.has-animation {
	opacity: 0;
}

.row_padding_top {
	padding-top: 140px;
}

.row_padding_bottom {
	padding-bottom: 140px;
}

.row_padding_left {
	padding-left: 8vw;
}

.row_padding_right {
	padding-right: 8vw;
}

.row_padding_all {
	padding: 8vw;
}

main {
	-webkit-transition: background 0.4s ease-in-out 0s;
	transition: background 0.4s ease-in-out 0s;
}

/*--------------------------------------------------
	02. Magic Cursor
---------------------------------------------------*/

#magic-cursor {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	pointer-events: none;
	z-index: 10000;
	-webkit-transition: opacity 0.2s ease-in-out 0.5s;
	transition: opacity 0.2s ease-in-out 0.5s;
}

.hidden-ball #magic-cursor {
	opacity: 0!important;
}

#ball {
	position: fixed;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	border: 1px solid #000;
	border-radius: 50%;
	pointer-events: none;
	opacity: 1;
	box-sizing: border-box;
}

.mfp-zoom-out-cur #ball {
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out 0s;
	transition: opacity 0.2s ease-in-out 0s;
}

.light-content #ball, #ball.over-movie, .light-content #ball.with-icon {
	border: 2px solid #fff;
	border-color: #fff!important;
}

#ball:before {
	font-family: FontAwesome;
	/*content: "\f078";*/
	font-size: 6px;
	width: 4px;
	height: 8px;
	line-height: 8px;
	text-align: center;
	position: absolute;
	left: 10px;
	top: 32px;
	color: #000;
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball:before {
	color: #fff;
}

#ball:after {
	font-family: FontAwesome;
	/*content: "\f077";*/
	font-size: 6px;
	width: 4px;
	height: 8px;
	line-height: 8px;
	text-align: center;
	position: absolute;
	left: 10px;
	top: -12px;
	color: #000;
	opacity: 0;
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball:before, .light-content #ball:after {
	color: #fff;
}

.scale-up #ball:before {
	width: 8px;
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.scale-up.scale-up-top #ball:before {
	width: 4px;
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
}

.scale-up #ball:after {
	width: 8px;
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.scale-up.scale-up-bottom #ball:after {
	width: 4px;
	opacity: 0;
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
}

.scale-up.scale-none #ball:before, .scale-up.scale-none #ball:after {
	opacity: 0;
}

#hold-event {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 100%;
	background: rgba(255,255,255,0);
}

#hold-event::after {
	content: "HOLD";
	font-size: 11px;
	font-weight: 400;
	width: 60px;
	height: 10px;
	box-sizing: border-box;
	line-height: 10px;
	padding-top: 10px;
	text-align: center;
	position: absolute;
	right: -18px;
	top: 45px;
	color: #000;
	opacity: 0;
	overflow: hidden;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #hold-event::after {
	color: #fff;
}

.hold #hold-event::after {
	padding-top: 0;
	opacity: 1;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.with-icon #hold-event {
	opacity: 0;
	padding-top: 20px;
	transition: all 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.with-icon #hold-event:after {
	opacity: 0;
	padding-top: 20px;
	transition: all 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball i {
	color: #000;
	width: 29px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	font-size: 6px;
	display: block;
	opacity: 1;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball i, #ball.over-movie i, .light-content #ball.with-icon i {
	color: #fff;
}

.scale-up #ball i {
	opacity: 0;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball.with-icon i {
	width: 27px;
}

#ball.with-icon i:nth-child(2) {
	display: none;
}

#ball.close-icon i {
	width: 27px;
	font-size: 8px;
}

#ball.over-movie i.fa-play, #ball.over-movie.pause-movie i.fa-pause {
	display: block;
}

#ball.over-movie i.fa-pause, #ball.over-movie.pause-movie i.fa-play {
	display: none;
}

#ball-loader {
	width: 40px;
	height: 40px;
	position: absolute;
	background-color: transparent;
	border-right: 2px solid transparent;
	border-bottom: 2px solid #000;
	border-left: 2px solid transparent;
	border-top: 2px solid transparent;
	border-radius: 50px;
	box-sizing: border-box;
	opacity: 0;
	transform: translate(-9px, -9px) rotate(0deg);
	-webkit-animation: rotating 0.8s ease-in-out infinite;
	animation: rotating 0.8s ease-in-out infinite;
	-webkit-transition: opacity 0s ease-in-out 0s;
	transition: opacity 0s ease-in-out 0s;
}

.light-content #ball-loader {
	border-bottom: 2px solid #fff;
}

.show-loader #ball-loader {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out 0s;
	transition: opacity 0.2s ease-in-out 0s;
}
	
	@keyframes rotating {
0% {
	-webkit-transform: translate(-7px, -7px) rotate(0deg);
	transform: translate(-7px, -7px) rotate(0deg);
}

95% {
	-webkit-transform: translate(-7px, -7px) rotate(350deg);
	transform: translate(-7px, -7px) rotate(350deg);
}

100% {
	-webkit-transform: translate(-7px, -7px) rotate(360deg);
	transform: translate(-7px, -7px) rotate(360deg);
}
}
	
	.show-loader a, .show-loader nav {
	pointer-events: none;
}

#rotate-device {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	background-color: #0f1010;
	background-image: url(../images/rotate.png);
	background-size: 100px 100px;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}
	
	
/*--------------------------------------------------
	03. Page Preloader
---------------------------------------------------*/

.preloader-wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: 800;
	text-align: center;
}

.light-content.preloader-wrap {
	background: #000;
}

.percentage {
	z-index: 100;
	opacity: 1;
	font-weight: 500;
	font-family: 'Graphik', sans-serif;
	font-size: 2vw;
	line-height: 3.5vw;
	/*color: transparent;*/
	/*-webkit-text-stroke: 1px rgba(0,0,0,1);*/
	font-weight: 700;
	font-family: 'Graphik', sans-serif;
	color: rgba(0,0,0,1);
}

.light-content .percentage {
	color: rgba(255, 255, 255, 0.5);
	/*-webkit-text-stroke: 1px rgba(255,255,255,1);*/
}

.trackbar {
	width: 100vw;
	height: 1px;
	background: rgba(0,0,0,0.1);
	margin: 0 auto;
	margin-top: 40px;
	position: relative;
	left: 0;
	right: 0;
	opacity: 1;
}

.light-content .trackbar {
	background: rgba(255,255,255,0.2);
}

.loadbar {
	width: 0%;
	height: 1px;
	background: rgba(0,0,0,1);
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	overflow: hidden;
}

.light-content .loadbar {
	background: rgba(255,255,255,0.5);
}

.hold-progress-bar {
	width: 0%;
	height: 3px;
	background: rgba(255,255,255,1);
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	overflow: hidden;
}

.light-content .hold-progress-bar {
	background: rgba(0,0,0,1);
}
	
/*--------------------------------------------------
	04. Header Elements
---------------------------------------------------*/

.admin-bar header {
	top: 32px;
}

header {
	width: 100%;
	height: 100px;
	left: 0;
	top: 0;
	background-color: transparent;
	position: fixed;
	box-sizing: border-box;
	z-index: 1000;
	pointer-events: none;
}

#header-container {
	box-sizing: border-box;
	height: inherit;
	padding: 10px 60px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	z-index: 20;
	opacity: 0;
}

.small-height #header-container {
	padding-top: 0 !important;
}

.header-visible #header-container {
	opacity: 1;
}

.header-middle {
	max-width: 1180px;
	/* padding: 0 170px; */
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	/* 		opacity:0; */
}

.header-middle-main {
	max-width: 100%;
	width: 245px;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	/* 		opacity:0; */
	float: right;
}

#logo {
	position: absolute;
	display: table;
	pointer-events: initial;
	z-index: 10;
	top: 25px;
	float: left;
}

#logo a {
	display: block;
	-webkit-transition: transform 0.5s ease-in-out 0.1s;
	transition: transform 0.5s ease-in-out 0.1s;
}

.logo-hidden #logo a {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

#logo a.disable, .open #logo a {
	pointer-events: none;
}

#logo img {
	display: block;
	height: 55px;
	width: auto;
	max-width: none;
}

#logo img.black-logo {
	opacity: 1;
}

.light-content #logo img.black-logo {
	opacity: 0;
}

#logo img.white-logo {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.light-content #logo img.white-logo {
	opacity: 1;
}

.light-content .white-header #logo img.black-logo {
	opacity: 1;
}

.light-content .white-header #logo img.white-logo {
	opacity: 0;
}

.menu-open.light-content .slide-in #logo img.white-logo {
	opacity: 1;
}

nav {
	pointer-events: initial;
}

@media all and (min-width: 1025px) {
	.classic-menu nav {
		position: relative;
		width: 100%;
		top: 0px;
		-webkit-transition: all 0.2s ease-in-out 0.5s;
		transition: all 0.2s ease-in-out 0.5s;
		display: block;
		float: none;
		height: 60px;
		padding-left: 170px;
		margin: 10px 0;
		background-color: transparent!important;
	}
	
	.history-link .two_fifth {
		padding-right: 30px;
		line-height: 1.3
	}
	
	.flexnav {
		display: block;
		float: left;
		position: relative;
		width: auto;
		max-height: 60px;
	}
	
	.flexnav li ul {
		min-width: 170px;
	}
	
	.flexnav .touch-button {
		background: transparent none repeat scroll 0 0;
	}
	
	.flexnav .touch-button .navicon {
		display: none;
	}
	
	.flexnav li {
		background: transparent none repeat scroll 0 0;
		padding: 20px;
	}
	
	.classic-menu .menu-timeline {
		opacity: 1!important;
		-webkit-transition: translateY(0px)!important;
		transform: translateY(0px)!important;
		text-transform: uppercase;
	}
	
	.flexnav li:last-child {
		padding-right: 0px;
	}
	
	.nav-height .lang {
		float: right;
		font-size: 12px!important;
		padding: 22px 0 0 60px;
	}
	
	.nav-height .lang a span {
		display: inline;
		color: #ccc!important;
		font-weight: 600!important;
	}
	
	.nav-height .lang a:hover .link {
		color: #ff3300!important;
	}
	
	.nav-height .lang a span.ko {
		padding: 15px;
		margin-left: -15px;
	}
	
	.nav-height .lang span.ko, .nav-height .lang span.en {
		padding: 0px;
	}
	
	.nav-height .lang a span.en {
		padding: 15px;
		margin-right: -15px;
	}
	
	.nav-height .lang span {
		font-weight: 600!important;
		color: #FFF!important
	}
	
	.light-content .nav-height .lang span {
		font-weight: 600!important;
		color: #FFF!important
	}
	
	.nav-height .lang span {
		font-weight: 600!important;
		color: #000!important
	}
	
	.light-content .nav-height .lang a span {
		color: #ccc!important;
	}
	
	.nav-height .lang a span {
		color: #555!important;
	}
	
	.flexnav li a {
		background: transparent none repeat scroll 0 0;
		padding: 0 5px;
		position: relative;
		border-left: medium none;
		font-weight: 600;
		font-family: 'Graphik', sans-serif;
		color: #000;
		font-size: 13.5px;
		line-height: 20px;
		display: block;
		overflow: hidden;
		cursor: pointer;
		-webkit-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
	}
	
	.flexnav li a.active span {
		border-bottom: 1px solid #000;
		padding: 0;
		margin: 0 5px;
	}
	
	.light-content .flexnav li a.active span {
		border-bottom: 1px solid #fff;
		padding: 0 0 2px 0;
		margin: 0 5px;
	}
	
	.light-content .flexnav li a {
		color: #fff;
	}
	
	.flexnav:hover li a {
		color: rgba(0,0,0,0.4);
	}
	
	.flexnav:hover li a.active span {
		border-bottom: 1px solid rgba(0,0,0,0.4);
	}
	
	.light-content .flexnav:hover li a.active span {
		border-bottom: 1px solid rgba(255,255,255,0.4);
	}
	
	.light-content .classic-menu .flexnav:hover li a {
		color: rgba(255,255,255,0.4);
	}
	
	.classic-menu .flexnav li:hover a {
		color: #000;
	}
	
	.light-content .classic-menu .flexnav li:hover a {
		color: #fff;
	}
	
	.classic-menu .flexnav li a span {
		position: relative;
		display: block;
		-webkit-transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		transform-origin: 100% 0%;
	}
	
	.classic-menu .flexnav li a span::before {
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		content: attr(data-hover);
	}
	
	.classic-menu .flexnav li:hover a span {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		transform-origin: 0% 0%;
	}
	
	.flexnav li ul li a {
		padding: 0 20px 20px;
		background-color: transparent;
		font-size: 12px;
		font-family: 'Graphik', sans-serif;
		font-weight: 400;
		/*text-transform:none;*/
		color: #fff!important;
		opacity: 0.6;
		-webkit-transition: all 0.05s ease-in-out;
		-moz-transition: all 0.05s ease-in-out;
		-o-transition: all 0.05s ease-in-out;
		-ms-transition: all 0.05s ease-in-out;
		transition: all 0.05s ease-in-out;
	}
	
	.flexnav li ul li a.link::before {
		display: none;
	}
	
	.flexnav li ul li a.active, .flexnav li ul li a:hover {
		opacity: 1;
	}
	
	.flexnav li > ul li {
		margin-left: 0;
		padding: 0;
	}
	
	.classic-menu .flexnav li ul {
		-webkit-transform: translate3d(0px, 30px, 0px);
		transform: translate3d(0px, 30px, 0px);
		display: block!important;
		opacity: 0!important;
		height: inherit!important;
		overflow: visible!important;
		visibility: hidden;
		left: 10px;
		top: 60px;
		padding-top: 20px;
		background: #000;
		border-radius: 3px;
		-webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out!important;
		transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out!important;
	}
	
	.classic-menu .flexnav li ul ul {
		left: 15px!important;
		margin-left: 0;
	}
	
	.flexnav li ul:after {
		display: block;
		content: '';
		position: absolute;
		top: -6px;
		left: 20px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 9px;
		border-color: transparent transparent #000;
	}
	
	.flexnav ul li ul:after {
		display: block;
		content: '';
		position: absolute;
		top: -5px;
		left: 15px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 9px;
		border-color: transparent transparent #000;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	.classic-menu .flexnav li ul li > ul, .classic-menu .flexnav li ul.open ul.open {
		top: 43px;
	}
	
	.classic-menu .flexnav ul li ul li a {
		background: #000;
	}
	
	.classic-menu .flexnav ul li ul li ul li a {
		background: #000;
	}
	
	.flexnav li ul.flexnav-show {
		-webkit-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		opacity: 1!important;
		visibility: visible;
		-webkit-transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;
		transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;
	}
	
	.flexnav .touch-button {
		display: none;
	}		
	
	/*-- Full Screen Menu --*/
	
	.fullscreen-menu .nav-height {
		overflow-y: scroll;
		position: relative;
		height: 100%;
		padding: 40px 0;
		padding-right: 30px;
		width: calc(100% + 30px);
		box-sizing: border-box;
	}
	
	.fullscreen-menu nav {
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		visibility: visible;
		pointer-events: none;
		opacity: 0;
		padding: 20px 0;
		-webkit-transition: all 0.2s ease-in 0.6s;
		transition: all 0.2s ease-in 0.6s;
	}
	
	.fullscreen-menu nav.open {
		visibility: visible;
		pointer-events: initial;
		opacity: 1;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	
	.fullscreen-menu .flexnav {
		max-height: 2000px;
		-webkit-transition: all 0.2s ease-in 0.6s;
		transition: all 0.2s ease-in 0.6s;
		display: table;
		width: auto;
		margin: 0 auto;
		float: none;
	}
	
	.fullscreen-menu .flexnav.flexnav-show {
		-webkit-transition: all .3s ease-out 0.2s;
		transition: all .3s ease-out 0.2s;
	}
	
	.fullscreen-menu .flexnav li {
		text-align: center;
		line-height: 90px;
		padding: 0 25px;
		box-sizing: border-box;
		float: none;
	}
	
	.fullscreen-menu .menu-timeline {
		opacity: 0;
		-webkit-transition: translateY(80px);
		transform: translateY(80px);
	}
	
	.fullscreen-menu .flexnav .touch-button {
		width: 100%;
		display: block;
		height: calc(4vw + 20px);
	}
	
	.fullscreen-menu .flexnav .touch-button .navicon {
		display: none;
	}
	
	.fullscreen-menu .flexnav li.link {
		border-bottom: none;
	}
	
	.fullscreen-menu .flexnav li a {
		font-weight: 700;
		font-family: 'Graphik', sans-serif;
		font-size: 3.5vw;
		line-height: 100px;
		padding: 0;
		text-transform: uppercase;
		-webkit-transition: all .1s ease-in-out 0s;
		transition: all .1s ease-in-out 0s;
	}
	
	.fullscreen-menu .flexnav li a {
		color: transparent;
		-webkit-text-stroke: 1px rgba(255,255,255,0.3);
	}
	
	.fullscreen-menu .flexnav li:hover a, .fullscreen-menu .flexnav li a.active {
		color: #fff;
		-webkit-text-stroke: 1px rgba(255,255,255,0);
	}
	
	.fullscreen-menu .flexnav a.link::before {
		display: none;
	}
	
	.fullscreen-menu .flexnav li ul {
		margin-bottom: 20px;
		position: relative;
		left: 0;
	}
	
	.fullscreen-menu .flexnav li ul:after {
		display: none;
	}
	
	.fullscreen-menu .flexnav li ul li a {
		padding: 10px 0;
		font-size: 14px;
		font-weight: 400;
		font-family: 'Graphik', sans-serif;
		line-height: 20px;
		border-top: none;
		/*text-transform:none;*/
	}
	
	.fullscreen-menu .flexnav ul li ul li a {
		background: transparent;
	}
	
	.fullscreen-menu .flexnav li ul li > ul, .fullscreen-menu .flexnav li ul.open ul.open {
		margin-left: 0;
		top: 0;
	}
	
	.fullscreen-menu li.buy-item {
		position: fixed !important;
		top: calc(100vh - 100px);
		font-size: 14px;
		line-height: 30px;
		font-weight: 400;
		margin: 0 auto;
		display: table !important;
		width: 160px;
		left: calc(50% - 90px);
		pointer-events: initial;
	}
	
	.fullscreen-menu li.buy-item a {
		font-size: 14px;
		line-height: 30px;
		pointer-events: initial;
		color: #fff!important;
		-webkit-text-stroke: 1px rgba(255,255,255,0);
	}
	
	.fullscreen-menu li.buy-item, .fullscreen-menu li.buy-item a {
		pointer-events: none;
	}
	
	.fullscreen-menu nav.open li.buy-item, .fullscreen-menu nav.open li.buy-item a {
		pointer-events: initial;
	}
}

	nav, nav.open {
	-webkit-transition: all 0s ease-in 0s;
	transition: all 0s ease-in 0s;
	background: transparent;
}

#burger-wrapper {
	width: 40px;
	height: 40px;
	float: right;
	top: 0px;
	right: 0;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	pointer-events: initial;
}

.classic-menu .button-wrap.right.menu {
	display: none;
	z-index: 99;
}

#menu-burger {
	top: -1px;
	width: 16px;
	height: 22px;
	position: relative;
	margin: 0 auto;
	z-index: 2;
	pointer-events: none;
}

.menu-overlay #menu-burger {
	display: block;
}

#menu-burger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #000;
	opacity: 1;
	right: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: background-color  0.05s ease-in-out,  transform  0.2s ease-in-out,  top  0.2s ease-in-out;
	transition: background-color  0.05s ease-in-out,  transform  0.2s ease-in-out,  top  0.2s ease-in-out;
}

#burger-wrapper .touch-button {
	display: none;
}

.light-content #menu-burger span {
	background-color: #fff;
}

#menu-burger span:nth-child(1) {
	top: 7px;
}

#menu-burger span:nth-child(2) {
	top: 15px;
}

#menu-burger.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px;
}

#menu-burger.open span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 10px;
}
	
	
	
	
	
	
/*--------------------------------------------------
	05. Hero Section
---------------------------------------------------*/

#hero {
	width: 100%;
	height: auto;
	max-height: 100%;
	position: relative;
	z-index: 1;
}

#hero.has-image {
	z-index: 2;
	height: 100vh;
	overflow: hidden;
}

.newsView #hero.has-image {
	z-index: 2;
	height: 33vh;
	overflow: hidden;
}

#hero-styles {
	position: relative;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	z-index: 2;
}

#hero.has-image #hero-styles {
	position: fixed;
	height: 100vh;
}

.newsView #hero.has-image #hero-styles {
	height: 33vh;
}

#hero-caption {
	display: table;
	width: 100%;
	max-width: 1280px;
	padding: 200px 50px 0px 50px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}

#hero-caption2 {
	display: table;
	width: 100%;
	max-width: 1280px;
	padding: 0px 50px 50px 50px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}

#hero.has-image #hero-caption {
	text-align: left;
	padding: 0 50px;
}

#hero #hero-caption .inner {
	vertical-align: middle;
}

.newsView #hero #hero-caption .inner {
	vertical-align: bottom;
	/* padding-bottom: 3em; */
}

#hero-bg-wrapper {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 1;
	margin: 0 auto;
	left: 0;
	top: 0;
	right: 0;
	-webkit-transition: filter 0.6s ease-in-out;
	transition: filter 0.6s ease-in-out;
	overflow: hidden;
}

, newsView #hero-bg-wrapper {
	height: 40vh;
}

#hero-bg-image::after {
	content: "";
	width: 100%;
	height: 60%;
	position: absolute;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	/* background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); */
	/* background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

#hero-image-parallax, #hero-type-parallax {
	position: absolute;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
}

#hero-bg-image {
	background-size: cover;
	position: absolute;
	background-position: center center;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	perspective: 1000px;
	overflow: visible;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.newsView #hero-bg-wrapper {
	position: relative;
	width: 1180px;
	height: 400px;
	z-index: 1;
	margin: 0 auto;
	left: 0;
	top: 0;
	right: 0;
	-webkit-transition: filter 0.6s ease-in-out;
	transition: filter 0.6s ease-in-out;
	overflow: hidden;
}

.newsView #hero-bg-image::after {
	content: "";
	width: 100%;
	height: 60%;
	position: absolute;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.newsView #hero-image-parallax, .newsView #hero-type-parallax {
	position: absolute;
	width: 545px;
	height: 400px;
	right: 0;
	transform-style: preserve-3d;
}

.newsView #hero-bg-image {
	background-size: cover;
	position: absolute;
	background-position: center center;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	perspective: 1000px;
	overflow: visible;
	-webkit-transform: scale(1)!important;
	transform: scale(1)!important;
}

.load-project-page #hero-bg-image, .load-next-project #hero-bg-image {
	opacity: 1;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.load-project-page-carousel #hero-bg-image {
	opacity: 1;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.hero-title {
	font-weight: 600;
	margin-bottom: 17px;
	margin-left: 2px;
	vertical-align: top;
	width: auto;
	font-size: 85px;
	line-height: 89px;
	z-index: 10;
	color: transparent;
	/* -webkit-text-stroke: 1px rgba(0,0,0,0.3); */
	color: #000;
	position: relative;
	transform: translateY(5vh);
	-webkit-transform: translateY(5vh);
	opacity: 0;
}

.news .hero-title {
	font-weight: 600;
	margin-bottom: 0px;
	vertical-align: top;
	width: auto;
	font-size: 85px;
	line-height: 89px;
	z-index: 10;
	color: transparent;
	/* -webkit-text-stroke: 1px rgba(0,0,0,0.3); */
	color: #111;
	position: relative;
	transform: translateY(5vh);
	-webkit-transform: translateY(5vh);
	opacity: 0;
	margin-top: -15px;
}

.newsView .hero-title {
	width: 66%;
	font-size: 50px;
	line-height: 66px;
	font-weight: 600;
	font-family: 'Graphik', AppleSDGothicNeo-ExtraBold, 'Noto Sans KR', sans-serif;
}

.about .hero-title {
	font-weight: 600;
	margin-bottom: 20px;
	vertical-align: top;
	width: auto;
	font-size: 85px;
	line-height: 89px;
	z-index: 10;
	color: transparent;
	-webkit-text-stroke: 1px rgba(0,0,0,0.3);
	position: relative;
	transform: translateY(5vh);
	-webkit-transform: translateY(5vh);
	opacity: 0;
}

.hero-title2 {
	font-weight: 600;
	margin-bottom: 0px;
	vertical-align: top;
	width: auto;
	font-size: 18px;
	line-height: 18px;
	z-index: 10;
	color: transparent;
	-webkit-text-stroke: 1px rgba(0,0,0,0.3);
	color: #000;
	position: relative;
	transform: translateY(5vh);
	-webkit-transform: translateY(5vh);
	opacity: 0;
}

.light-content .hero-title, .light-content .hero-title2 {
	/*color: #c6c7cc;*/
	color: #FFF;
	/* -webkit-text-stroke: 1px rgba(255,255,255,0.3); */
}

.light-content .about .hero-title, .light-content .hero-title2 {
	-webkit-text-stroke: 0px rgba(255,255,255,0.0);
}

.load-project-page .hero-title, .load-project-page-carousel .hero-title {
	transform: translateY(10px)!important;
	-webkit-transform: translateY(10px)!important;
	opacity: 1!important;
}

.load-next-project .hero-title {
	transform: translateY(10px)!important;
	-webkit-transform: translateY(10px)!important;
	opacity: 1!important;
}

.load-next-page .hero-title {
	transform: translateY(10px)!important;
	-webkit-transform: translateY(10px)!important;
	opacity: 1!important;
}

.hero-subtitle {
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	margin-left: 2px;
	margin-bottom: 0px;
	width: 50%;
	z-index: 10;
	opacity: 0;
	position: relative;
	color: #000;
	transform: translateY(15vh);
	-webkit-transform: translateY(15vh);
}

.news .hero-subtitle {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	width: 100%!important;
	color: #000;
	margin-top: -10px
}

.newsView .hero-subtitle {
	font-size: 14px;
	font-weight: 400;
	line-height: 60px;
	/* width: 100%!important; */
	color: #707070;
	margin: 0 0 0 5px;
}

.contact .hero-subtitle {
	width: 100%;
}

.load-next-project .hero-subtitle, .load-project-page-carousel .hero-subtitle {
	transform: translateY(10px)!important;
	-webkit-transform: translateY(10px)!important;
	opacity: 1!important;
}

.load-next-page .hero-subtitle {
	transform: translateY(10px)!important;
	-webkit-transform: translateY(10px)!important;
	opacity: 1!important;
}

.light-content .hero-subtitle {
	color: rgba(255, 255, 255, 0.85);
}

#hero.has-image .hero-subtitle:before, .text-align-center .hero-subtitle:before {
	left: 50%;
	margin-left: -10px;
}
.hero-bottom-container {
	position: absolute;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
}
.hero-bottom {
	position: relative;
	width: 100%;
	max-width: 1280px;
	height: 140px;
	padding: 60px 50px;
	box-sizing: border-box;
	bottom: 0;
	left: auto;
	margin: 0 auto;
	overflow: hidden;
	font-weight: 600;
	font-family: 'Graphik', sans-serif;
	font-size: 12px;
	color: #000;
}

.light-content .hero-bottom {
	color: #fff;
}

.hb-left {
	float: left;
	height: 20px;
	line-height: 20px;
	opacity: 0;
	transform: translateY(60px);
	-webkit-transform: translateY(60px);
}

.hb-right {
	float: right;
	height: auto;
	line-height: 20px;
	opacity: 0;
	width: 40%;
	transform: translateY(60px);
	-webkit-transform: translateY(60px);
}

.text-rotate {
	overflow: hidden;
	position: relative;
	height: 20px;
	cursor: pointer;
}

.text-rotate span {
	display: inline-block;
	position: relative;
	white-space: nowrap;
	top: 0;
	left: 0;
}

.enable .text-rotate span {
/*	animation: move 2s;
	animation-iteration-count: infinite;
	animation-delay: 0.5s;*/
}
	
	@keyframes move {
0% {
	top: 0px;
}

50% {
	top: -20px;
}
}
	
/*--------------------------------------------------
	06. Main Content
---------------------------------------------------*/

.smooth-scroll #content-scroll {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.scrollbar-track {
	background: transparent!important;
}

#main {
	position: relative;
	opacity: 0;
	top: 0;
}

.load-project-page #main, .load-project-page-carousel #main, .load-next-project #main, .load-next-page #main {
	opacity: 1;
}

#main-content {
	position: relative;
	opacity: 1;
	z-index: 10;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

#main-page-content {
	position: relative;
	box-sizing: border-box;
	padding: 0px 50px;
	opacity: 0;
	max-width: 1280px;
	margin: 0 auto;
	margin-bottom: 0;
	/*		transform: translateY(15vh);
			-webkit-transform: translateY(15vh);*/
}

#main-page-content::after {
	clear: both;
	content: " ";
	display: table;
}

#main-page-content.project-page {
	margin-bottom: calc(55vh - 160px);
}

.newsView #main-page-content.project-page {
	margin-bottom: calc(24vh - 0px);
}

#main-page-content.portfolio-page {
	width: 100%;
	max-width: none;
	padding: 0;
}

#temporary-wrapper {
	display: none;
	visibility: hidden;
	opacity: 0;
}
	
/*--------------------------------------------------
	07. Page Navigation
---------------------------------------------------*/

#page-nav {
	height: auto;
	width: 100%;
	color: #000;
	position: relative;
	margin-bottom: 0;
}

.light-content #page-nav {
	color: #fff;
}

.next-page-wrap {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.next-page-title {
	display: table;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 180px 45px 180px 45px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}

.next-page-title .inner {
	vertical-align: bottom;
	text-align: left;
	height: 110px;
}

.page-title {
	font-weight: 700;
	font-family: 'Graphik', sans-serif;
	margin-bottom: 0px;
	vertical-align: top;
	width: auto;
	font-size: 85px;
	line-height: 120px;
	z-index: 10;
	color: transparent;
	-webkit-text-stroke: 1px #000;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.page-title:hover, .page-is-changing .page-title {
	color: #000;
	-webkit-text-stroke: 1px transparent;
}

.light-content .page-title {
	color: transparent;
	-webkit-text-stroke: 1px #fff;
}

.light-content .page-title:hover, .page-is-changing .light-content .page-title {
	color: #fff;
	-webkit-text-stroke: 1px transparent;
}

.subtitle-info, .subtitle-name {
	margin-bottom: 0;
	margin-left: 2px;
	line-height: 20px;
	height: 20px;
	/* overflow:hidden; */
	position: relative;
	left: 0;
	display: block;
	font-size: 22px;
	font-weight: 400;
	font-family: 'Graphik', sans-serif;
}

.subtitle-name {
	transform: translateY(150px);
	-webkit-transform: translateY(150px);
	opacity: 0;
}

.light-content .subtitle-info, .light-content .subtitle-name {
	color: #fff;
}
	
	
/*--------------------------------------------------
	07. Footer Elements
---------------------------------------------------*/

footer {
	position: relative;
	width: 100%;
	height: 120px;
	z-index: 900;
	box-sizing: border-box;
	text-align: center;
	bottom: 0;
	left: 0;
	overflow: hidden;
	pointer-events: none;
}

footer.fixed {
	position: fixed;
}

#footer-container {
	padding: 0 60px 0 60px;
	margin: 20px auto;
	height: 80px;
	opacity: 0;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
}

.footer-middle {
	max-width: 100%;
	position: relative;
	/* margin:0 auto; */
	/* padding-left: 100px; */
}

.copyright {
	position: absolute;
	left: 0;
	top: 25px;
	width: auto;
	height: 30px;
	overflow: hidden;
	font-size: 13px;
	font-weight: 300;
	font-family: 'Graphik', sans-serif;
	line-height: 30px;
	color: #000;
	opacity: 0.4;
	pointer-events: initial;
}

.main .copyright {
	left: auto;
	right:0;
}
.light-content .copyright {
	color: #fff;
}

.socials-wrap {
	position: relative;
	float: right;
	color: #000;
	width: 240px;
	height: 160px;
	box-sizing: border-box;
	pointer-events: initial;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content .socials-wrap {
	color: #fff;
}

footer .socials-wrap {
	margin-top: 0px;
}

.socials-wrap:hover {
	transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
}

.socials-text {
	float: right;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Graphik', sans-serif;
	line-height: 40px;
	transform: translateY(20px);
}

.socials-wrap:hover .socials-text {
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-icon {
	float: right;
	width: 30px;
	height: 40px;
	font-size: 12px;
	line-height: 40px;
	text-align: right;
	margin-left: 10px;
	transform: scale(1) translateY(20px);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-wrap:hover .socials-icon {
	transform: scale(0) translateY(40px);
	width: 0;
	margin: 0;
	overflow: hidden;
}

.socials-icon:after, .socials-text:after {
	content: "";
	clear: both;
	display: table;
}

.socials {
	height: auto;
	line-height: 30px;
	position: relative;
	width: auto;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
	bottom: 0;
	display: table;
	transform: translateX(15px);
	-webkit-transform: translateX(15px);
}

.socials-wrap .socials {
	display: inline-block;
	width: 100%;
	text-align: right;
}

.socials li {
	margin-right: 0px;
	margin-left: 10px;
	list-style: none;
	color: #999;
	font-size: 15px;
	margin-bottom: 0;
	line-height: 40px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	float: right;
	z-index: 2;
	-webkit-transition: background 0.4s ease-in-out 0s;
	transition: background 0.4s ease-in-out 0s;
}

.socials-wrap .socials li {
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-wrap:hover .socials li:nth-child(5) {
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
	opacity: 1;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(4) {
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
	opacity: 1;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(3) {
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
	opacity: 1;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(2) {
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
	opacity: 1;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(1) {
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
	opacity: 1;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
}

.socials li:last-child {
	margin-left: 0px;
}

.socials li a {
	color: #000;
	font-size: 12px;
	font-weight: 600;
	display: block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.socials:hover li  a {
	opacity: 0.3;
}

.socials li a:hover {
	color: #000;
	opacity: 1;
}

.light-content .socials li a {
	color: #fff;
}

.light-content .socials:hover li  a {
	opacity: 0.3;
}

.light-content .socials li a:hover {
	color: #fff;
	opacity: 1;
}

.button-wrap {
	position: absolute;
	cursor: pointer;
	top: 0px;
	pointer-events: initial;z-index: 99;
}
.small-height .button-wrap {
	top: -10px;
}

.header-middle-main .button-wrap {
	margin-left: -30px;
}

.header-middle-main .button-wrap .button-text span {
	width: auto!important
}

.button-wrap.left {
	float: left;
	margin-left: -36.5px;
}

.button-wrap.right {
	float: right;
	right: 27px;
}

#backtotop.button-wrap.left {
	left: 60px;
}

.icon-wrap {
	width: 80px;
	height: 80px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	float: left;
	
}

.button-wrap.left .icon-wrap {
	float: left;
}

.button-wrap.right .icon-wrap {
	float: right;
}

.button-icon {
	height: 40px;
	width: 40px;
	color: #000;
	text-align: center;
	line-height: 30px;
	font-size: 22px;
}

.light-content .button-icon {
	color: #fff;
}

.button-icon i {
	height: 40px;
	line-height: 35px;
	width: 40px;
	text-align: center;
}

.plus-img {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -11px;
	margin-top: -15px;
	z-index: 10;
	-webkit-transition: 0.15s ease-in-out 0.3s;
	transition: 0.15s ease-in-out 0.3s;
}

.accordion-content .plus-img {
	width: 30px;
	height: 30px;
	position: relative;
	top: -2px!important;
	left: auto!important;
	display: inline;
	margin-left: 0px;
	padding-right: 30px;
	opacity: 0.3;
	-webkit-transition: 0.15s ease-in-out 0.3s;
	transition: 0.15s ease-in-out 0.3s;
}

.plus-img span:first-child:before {
	content: "";
	height: 15px;
	width: 1px;
	background-color: #000;
	position: absolute;
	left: 15px;
	top: 8px;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

.plus-img span:last-child:before {
	content: "";
	height: 1px;
	width: 15px;
	background-color: #000;
	position: absolute;
	top: 15px;
	left: 8px;
}

.light-content .plus-img span:first-child:before, .light-content .plus-img span:last-child:before {
	background-color: #fff;
}

.button-wrap.quickmenu.active .plus-img span:first-child:before {
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

.button-text {
	font-weight: 600;
	font-family: 'Graphik', sans-serif;
	font-size: 12px;
	line-height: 30px;
	margin: 25px 0;
	overflow: hidden;
	width: 140px;
	color: #000;
}

.light-content .button-text {
	color: #fff;
}

.button-wrap.left .button-text {
	text-align: left;
	float: left;
}

.button-wrap.right .button-text {
	text-align: right;
	float: right;
}

.button-text span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	width: 140px;
	text-align: center;
	transform-origin: 100% 0%;
}

.button-wrap.left .button-text span {
	text-align: left;
}

.button-wrap.right .button-text span {
	text-align: right;
}

.button-text span::before {
	position: absolute;
	/* width:140px; */
	top: 100%;
	left: 0;
	content: attr(data-hover);
}

.header-middle .button-text span::before, .header-middle-main .button-text span::before {
	content: attr(data-on);
}

header.small-height .header-inner {
	padding: 0px 60px;
}

.button-wrap:hover .button-text span {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	transform-origin: 0% 0%;
}

nav, nav.open {
	-webkit-transition: all 0s ease-in 0s;
	transition: all 0s ease-in 0s;
	background: transparent;
}
	
	
	
/*--------------------------------------------------
	08. Responsive
---------------------------------------------------*/

@media only screen and (max-width: 1600px) {
	footer .button-wrap.left .button-text {
		display: none;
	}
}
			
@media only screen and (max-width: 1466px) {
	.percentage {
		font-size: 4.5vw;
	}
	
	.trackbar {
		margin-top: 40px;
		width: 100vw;
	}
	
	.headphones {
		margin-top: 50px;
	}
	
	header {
		height: 120px;
	}
	
	header.small-height .header-inner {
		padding: 0px 50px;
	}
	
	.flexnav li {
		padding: 20px;
	}
	
	#hero.has-image #hero-caption {
		padding: 0 50px;
	}
	
	.hero-title, .page-title {
		font-size: 70px;
		line-height: 96px;
	}
	
	.hero-bottom {
		height: 120px;
		padding: 50px;
	}
	
	@media only screen and (max-width: 1386px) {
		.header-middle {
			padding-left: 80px;
			box-sizing: border-box;
		}
	}
	
	@media only screen and (max-width: 1286px) {
		/*.copyright {
			left: 50px;
		}*/
		
		.header-middle {
			padding-left: 100px;
			box-sizing: border-box;
		}
	}
	

@media all and (min-width: 1025px) {
		.fullscreen-menu .flexnav li a {
			font-size: 4.5vw;
			line-height: 70px;
		}
	}
	
	.fullscreen-menu li.buy-item a {
		font-size: 14px;
		line-height: 30px;
	}
	
	#main-page-content.project-page {
		margin-bottom: calc(55vh - 120px);
	}
	
	footer {
		height: 120px;
	}
	
	#footer-container {
		padding: 0 50px;
		margin: 20px auto;
	}
}


@media only screen and (max-width: 1024px) {
	h1 {
		font-size: 40px;
		line-height: 50px;
	}
	
	h2 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.has-mask {
		margin-bottom: 0px;
	}
	
	.percentage {
		font-size: 5.5vw;
	}
	
	.trackbar {
		margin-top: 30px;
		width: 100vw;
	}
	
	.row_padding_left {
		padding-left: 40px;
	}
	
	.row_padding_right {
		padding-right: 40px;
	}
	
	.row_padding_all {
		padding: 8vw 40px;
	}
	
	header {
		height: 80px;
		position: fixed;
	}
	
	#header-container {
		padding: 0;
		margin: 0 auto;
	}
	
	#logo {
		left: 40px;
	}
	.small-height #logo {
		top:15px;
	}
	.header-middle, .header-middle-main {
		/* display:none; */
		/* padding-left: 130px; */
	}
	
	.button-wrap.right.menu {
		right: 10px;
	}
	
	nav {
		padding-top: 80px;
	}
	
	.flexnav {
		box-sizing: border-box;
		padding: 0 50px;
		background: transparent;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	
	.flexnav li a, .flexnav li ul li a {
		background: transparent;
	}
	
	.flexnav li a {
		color: #999;
	}
	
	.flexnav li ul li a:hover, .flexnav li ul li a.active {
		color: #fff;
	}
	
	.flexnav li ul li a {
		border-top: 1px solid rgba(255,255,255,0.15);
	}
	
	.flexnav ul li ul li a {
		background: transparent;
	}
	
	.flexnav li ul li ul li a {
		padding: 20px 40px;
	}
	
	.flexnav li.link {
		border-bottom: 1px solid rgba(255,255,255,0.15);
	}
	
	.flexnav li.link:last-child {
		border-bottom: none;
	}
	
	.flexnav a.link::before {
		display: none;
	}
	
	.flexnav .touch-button .navicon {
		font-style: normal!important;
	}
	
	.nav-height {
		overflow-y: scroll;
		position: relative;
		height: 100%;
		padding: 40px 0;
		padding-right: 30px;
		width: calc(100% + 30px);
		box-sizing: border-box;
	}
	
	nav {
		height: 100vh;
		position: fixed;
		width: 100%;
		box-sizing: border-box;
		visibility: visible;
		pointer-events: none;
		opacity: 0;
		padding: 20px 0;
		-webkit-transition: all 0.2s ease-in 0.6s;
		transition: all 0.2s ease-in 0.6s;
	}
	
	nav.open {
		visibility: visible;
		pointer-events: initial;
		opacity: 1;
		background-color: transparent;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	
	.flexnav {
		max-height: 2000px;
		-webkit-transition: all 0.2s ease-in 0.6s;
		transition: all 0.2s ease-in 0.6s;
	}
	
	.flexnav.flexnav-show {
		-webkit-transition: all .3s ease-out 0.2s;
		transition: all .3s ease-out 0.2s;
	}
	
	.flexnav li {
		padding: 0;
		text-align: center;
		line-height: 5vw;
		-webkit-transition: color .15s ease-out 0s;
		transition: color .15s ease-out 0s;
	}
	
	.flexnav:hover li {
		color: rgba(255,255,255,0.4)
	}
	
	.flexnav li:hover {
		color: rgba(255,255,255,1)
	}
	
	.flexnav .touch-button {
		width: 100%;
		display: block;
		height: calc(5vw + 20px);
	}
	
	.flexnav .touch-button .navicon {
		display: none;
	}
	
	.flexnav li.link {
		border-bottom: none;
	}
	
	.flexnav li a {
		font-weight: 700;
		font-family: 'Graphik', sans-serif;
		font-size: 4.5vw;
		padding: 10px 0;
		color: inherit;
		text-transform: uppercase;
	}
	
	.flexnav li a {
		color: transparent;
		-webkit-text-stroke: 1px rgba(255,255,255,0.3);
	}
	
	.flexnav li:hover a, .flexnav li a.active {
		color: #fff;
		-webkit-text-stroke: 1px rgba(255,255,255,0);
	}
	
	.flexnav li ul {
		margin-bottom: 20px;
	}
	
	.flexnav li ul li a {
		padding: 10px 0;
		font-weight: 600;
		font-family: 'Graphik', sans-serif;
		/*text-transform:none;*/
		font-size: 12px;
		line-height: 14px;
		border-top: none;
		color: #fff;
		opacity: 0.4;
		-webkit-text-stroke: none;
	}
	
	.flexnav li ul li:hover a, .flexnav li ul li a.active {
		opacity: 1;
	}
	
	.nav-height .lang {
		/* width: 120px; */
		float: none;
		text-align: center;
		font-size: 22px!important;
		padding: 80px 0 0 0px;
		text-transform: uppercase;
	}
	
	.nav-height .lang a span {
		display: inline;
		font-weight: 600!important;
		opacity: 0.5;
	}
	
	.nav-height .lang a:hover span {
		opacity: 1;
		color: #ff3300!important;
	}
	
	.nav-height .lang span.ko {
		margin-right: 30px;
	}
	
	.light-content .nav-height .lang span {
		font-weight: 600!important;
		color: #FFF!important
	}
	
	.nav-height .lang span {
		font-weight: 600!important;
		color: #000!important
	}
	
	.light-content .nav-height .lang a span {
		color: #ccc!important;
	}
	
	.nav-height .lang a span {
		color: #555!important;
	}
	
	li.buy-item a {
		color: #fff;
		font-size: 14px;
		line-height: 30px;
	}
	
	#menu-burger span.touch-button {
		display: none;
	}
	
	.classic-menu .button-wrap.right.menu {
		display: block;
	}
	
	.parallax-wrap {
		transform: none!important;
		padding: 0;
	}
	
	.parallax-element {
		transform: none!important;
	}
	
	#magic-cursor {
		display: none;
	}
	
	.scroll-down-wrap, .scroll-down-wrap.no-border {
		bottom: 40px;
	}
	
	#hero.has-image #hero-caption {
		padding: 0 40px;
	}
	
	.hero-title, .page-title {
		font-size: 60px;
		line-height: 100px;
	}
	
	.hero-bottom {
		height: 100px;
		padding: 40px;
	}
	
	#hero-caption {
		padding: 180px 40px 60px 40px;
	}
	
	.next-page-title {
		padding: 60px 40px 60px 40px;
	}
	
	#main-page-content {
		padding: 0 40px;
	}
	
	#footer-container {
		padding: 0 40px;
	}
	
	.destroy {
		display: none;
	}
	
	.has-parallax figcaption {
		display: none;
	}
	
	.footer-button-wrap {
		bottom: 80px;
	}
	
	/*.copyright {
		left: 50px;
	}*/
	
	.socials-wrap {
		width: 240px;
		height: 40px;
		float: right;
		margin: 0 auto;
		right: -10px;
		transform: translateX(0px) translateY(20px)!important;
		-webkit-transform: translateX(0px) translateY(20px)!important;
	}
	
	.socials-wrap:hover {
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
	}
	
	.socials-icon, .socials-text {
		display: none;
	}
	
	.socials-wrap .socials {
		margin-top: 5px;
		text-align: right;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}
	
	.socials-wrap .socials li {
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	
	.socials-wrap:hover .socials li {
		opacity: 1;
		transform: translateY(0px)!important;
		-webkit-transform: translateY(0px)!important;
	}
	
	.socials li {
		margin-right: 10px;
		line-height: 30px;
		height: 30px;
		width: 30px;
		margin: 0 5px auto;
		display: inline-block;
		float: none;
	}
	
	.socials li a {
		height: 30px;
		width: 30px;
		line-height: 30px;
	}
	
	.map-container {
		overflow: hidden;
		height: 450px!important;
	    /* position:relative; */
	    /* justify-content:center; */
		padding-bottom: 0!important;
	}
	
	#map {
		min-width: 100%!important;
		max-width: 100%!important;
		width: 100%!important;
		height: 65vh!important;
		overflow: hidden;
	}
		.hero-subtitle {
		width: 95%;
	}
	.scroller-container {
		display: none;
	}
/*	.wideHTML {
	padding-left:40px;
	padding-right:40px;
}*/
}

@media only screen and (max-width: 767px) {
	/*	header {
		height:80px;
		position: relative;
	}
	#main {
		    top: -80px;
			margin-bottom: -70px;
	}*/
	
	.percentage {
		font-size: 7vw;
	}
	
	.row_padding_top {
		padding-top: 30px!important;
	}
	
	.row_padding_bottom {
		padding-bottom: 30px!important;
	}
	
	.row_padding_left {
		padding-left: 30px;
	}
	
	.row_padding_right {
		padding-right: 30px;
	}
	
	.row_padding_all {
		padding: 8vw 30px;
	}
	
	.admin-bar header {
		top: 46px;
	}
	
	#logo {
		left: 30px;
	}
	
	.flexnav {
		padding: 0 40px;
	}
	
	.flexnav li {
		line-height: 7vw;
	}
	
	.flexnav li a {
		font-size: 7vw;
	}
	
	li.buy-item a {
		color: #fff;
		font-size: 14px;
		line-height: 30px;
	}
	
	.destory {
		display: none;
	}
	
	figcaption {
		background-color: rgba(0,0,0,0.3);
		bottom: 0px;
		font-size: 10px;
		padding: 5px 10px;
		right: 0px;
		border-radius: 0;
	}
	
	.one_half {
		width: 100%!important;
	}
	
	.one_half {
		padding-right: 0!important;
	}
	
	.one_half.last {
		padding-left: 0!important;
	}
	
	.one_third {
		width: 100%!important;
	}
	
	.one_fourth {
		width: 100%!important;
	}
	
	.one_fifth {
		width: 100%!important;
	}
	
	.one_sixth {
		width: 100%!important;
	}
	
	.two_fifth {
		width: 100%!important;
	}
	
	.two_fourth {
		width: 100%!important;
	}
	
	.two_third {
		width: 100%!important;
	}
	
	.three_fifth {
		width: 100%!important;
	}
	
	.three_fourth {
		width: 100%!important;
	}
	
	.four_fifth {
		width: 100%!important;
	}
	
	.five_sixth {
		width: 100%!important;
	}
	
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		margin-bottom: 20px!important;
		margin-right: 0%!important;
	}
	
	.text-align-center p.title-has-line::after, #page-nav p.title-has-line::after {
		display: none;
	}
	
	.eng p {
		font-size: 16px!important;
	}
	
	p {
		font-size: 15px;
		line-height: 26px;
	}
	
	#hero.has-image #hero-caption {
		padding: 0 30px;
	}
	
	.hero-title, .page-title {
		font-size: 55px!important;
		line-height: 65px!important;
		margin-bottom: 20px;
	}
	
	.hero-bottom {
		height: 80px;
		padding: 30px;
	}
	
	#hero-caption {
		padding: 160px 30px 60px 30px;
	}
	
	.next-page-title {
		padding: 60px 30px 60px 30px;
	}
	
	#main-page-content {
		padding: 0 30px;
		margin-bottom: calc(33vh - 120px)!important;
	}
	
	#footer-container {
		padding: 0 30px;
	}
	
	.socials-wrap {
		width: 170px;
	}
	
	.socials li {
		margin: 0 0px auto;
	}
/*	.wideHTML {
	padding-left:30px;
	padding-right:30px;
}*/
 .reputation div.bg{
	height: 565px;
}
}


@media only screen and (max-width: 479px) {
	.header {
		position: relative
	}
	
	#main {
		/* top:-80px */
	}
	
	.header-middle {
		padding-left: 119px!important;
	}
	
	.header-middle-main {
		padding-left: 113px!important;
		float: none;
		width: 290px;
	}
	
	.percentage {
		font-size: 9vw;
	}
	
	.row_padding_top {
		padding-top: 20px!important;
	}
	
	.row_padding_bottom {
		padding-bottom: 20px!important;
	}
	
	.row_padding_left {
		padding-left: 20px;
	}
	
	.row_padding_right {
		padding-right: 20px;
	}
	
	.row_padding_all {
		padding: 8vw 20px;
	}
	
	hr {
		height: 20px;
	}
	
	#logo {
		left: 20px;
	}
	
	.button-wrap.right.menu {
		right: -10px;
	}
	
	.flexnav {
		padding: 0 20px;
	}
	
	.flexnav li {
		;
    	line-height: 9vw;
	}
	
	.flexnav li a {
		font-size: 9vw;
	}
	
	.flexnav li ul li a {
		padding: 5px 0;
	}
	
	li.buy-item a {
		color: #fff;
		font-size: 14px;
		line-height: 30px;
	}
	
	p.title-has-line::after {
		display: none;
	}
	
	#hero.has-image #hero-caption {
		padding: 0 20px;
	}
	
	.hero-title, .page-title {
		font-size: 48px!important;
		line-height: 52px!important;
	}
	
	.hero-bottom {
		height: 60px;
		padding: 20px;
		overflow: visible;
	}
	
	#hero-caption {
		padding: 140px 20px 20px 20px;
	}
	
	.next-page-title {
		padding: 60px 20px 60px 20px;
	}
	
	#main-page-content {
		padding: 0 20px;
	}
	
	#footer-container {
		padding: 0 20px;
		margin: 0;
	}
	
	#footer-container .button-wrap.left {
		float: right;
		left: auto;
		right: -32px;
	}
	
	#footer-container #backtotop.button-wrap.left {
		float: left;
		left: 25px;
		width: 80px;
		/* right: -10px!important; */
	}
	
	.footer-middle {
		/* max-width: 1180px; */
		/* position: absolute; */
		/* margin: 0 auto; */
		/* left: 20px; */
		/* width:100%; */
		/* top: -40px; */
	}
	
	.copyright {
		/* left: 0px; */
	}
	
	.socials-wrap {
		float: left;
		left: -10px;
		right: auto;
	}
	
	.showcase-carousel-footer .socials-wrap {
		float: right;
		left: auto;
		right: -10px;
	}
	
	.arrows-wrap {
		left: -10px;
		width: 80px;
	}
	
	.prev-wrap, .next-wrap {
		width: 40px;
	}
	
	footer.showcase-footer .arrows-wrap {
		right: -15px;
		left: auto;
		float: right;
	}
	
	footer.showcase-footer .arrows-wrap {
		width: 100px;
	}
	
	footer.showcase-footer .prev-wrap, footer.showcase-footer .next-wrap {
		width: 50px;
		height: 50px;
	}
	
	footer.showcase-footer .footer-middle {
		top: 0px;
	}
	
	footer.showcase-footer .showcase-subtitles-wrap {
		left: 0;
	}
	
	footer.showcase-footer .socials-wrap {
		display: none;
	}
	
	.mt-xs-0 {
		margin-top: 0!important;
	}
	
	.mb-xs-0 {
		margin-bottom: 0!important;
	}
	
	.mb-xs-20 {
		margin-bottom: 20px!important;
	}
	
	.pb-xs-20 {
		padding-bottom: 20px!important;
	}
	
	.award .career {
		margin-bottom: 12px;
		line-height: 1.5
	}
	.button-wrap.right {
		right: 1px;
	}
/*	.wideHTML {
	padding-left:20px;
	padding-right:20px;
}*/
 .reputation div.bg{
	height: 500px;
}
}

@media only screen and (min-device-width : 480px) and (max-device-width : 767px) {
	.reputation div img {
    text-align: center;
    padding: 168px 10px 0;
    max-width: 400px;
}
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
	#rotate-device {
		display: block;
	}
}

.bg_grey {
	background: #555
}

.m-0 {
	margin: 0 !important;
}

.mt-0, .my-0 {
	margin-top: 0 !important;
}

.mb-0, .my-0 {
	margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
	margin-left: 0 !important;
}

.mr-0, .mx-0 {
	margin-right: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1, .my-1 {
	margin-top: 0.25rem !important;
}

.mb-1, .my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
	margin-left: 0.25rem !important;
}

.mr-1, .mx-1 {
	margin-right: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2, .my-2 {
	margin-top: 0.5rem !important;
}

.mb-2, .my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
	margin-left: 0.5rem !important;
}

.mr-2, .mx-2 {
	margin-right: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3, .my-3 {
	margin-top: 1rem !important;
}

.mb-3, .my-3 {
	margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
	margin-left: 1rem !important;
}

.mr-3, .mx-3 {
	margin-right: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4, .my-4 {
	margin-top: 1.5rem !important;
}

.mb-4, .my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
	margin-left: 1.5rem !important;
}

.mr-4, .mx-4 {
	margin-right: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5, .my-5 {
	margin-top: 3rem !important;
}

.mb-5, .my-5 {
	margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
	margin-left: 3rem !important;
}

.mr-5, .mx-5 {
	margin-right: 3rem !important;
}

.m-6 {
	margin: 4.5rem !important;
}

.mt-6, .my-6 {
	margin-top: 4.5rem !important;
}

.mb-6, .my-6 {
	margin-bottom: 4.5rem !important;
}

.ml-6, .mx-6 {
	margin-left: 4.5rem !important;
}

.mr-6, .mx-6 {
	margin-right: 4.5rem !important;
}

.m-7 {
	margin: 5rem !important;
}

.mt-7, .my-7 {
	margin-top: 5rem !important;
}

.mb-7, .my-7 {
	margin-bottom: 5rem !important;
}

.ml-7, .mx-7 {
	margin-left: 5rem !important;
}

.mr-7, .mx-7 {
	margin-right: 5rem !important;
}

.m-8 {
	margin: 5.5rem !important;
}

.mt-8, .my-8 {
	margin-top: 5.5rem !important;
}

.mb-8, .my-8 {
	margin-bottom: 5.5rem !important;
}

.ml-8, .mx-8 {
	margin-left: 5.5rem !important;
}

.mr-8, .mx-8 {
	margin-right: 5.5rem !important;
}

.m-9 {
	margin: 6rem !important;
}

.mt-9, .my-9 {
	margin-top: 6rem !important;
}

.mb-9, .my-9 {
	margin-bottom: 6rem !important;
}

.ml-9, .mx-9 {
	margin-left: 6rem !important;
}

.mr-9, .mx-9 {
	margin-right: 6rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0, .py-0 {
	padding-top: 0 !important;
}

.pb-0, .py-0 {
	padding-bottom: 0 !important;
}

.pl-0, .px-0 {
	padding-left: 0 !important;
}

.pr-0, .px-0 {
	padding-right: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1, .py-1 {
	padding-top: 0.25rem !important;
}

.pb-1, .py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
	padding-left: 0.25rem !important;
}

.pr-1, .px-1 {
	padding-right: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2, .py-2 {
	padding-top: 0.5rem !important;
}

.pb-2, .py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
	padding-left: 0.5rem !important;
}

.pr-2, .px-2 {
	padding-right: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3, .py-3 {
	padding-top: 1rem !important;
}

.pb-3, .py-3 {
	padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
	padding-left: 1rem !important;
}

.pr-3, .px-3 {
	padding-right: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4, .py-4 {
	padding-top: 1.5rem !important;
}

.pb-4, .py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
	padding-left: 1.5rem !important;
}

.pr-4, .px-4 {
	padding-right: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5, .py-5 {
	padding-top: 3rem !important;
}

.pb-5, .py-5 {
	padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
	padding-left: 3rem !important;
}

.pr-5, .px-5 {
	padding-right: 3rem !important;
}

.p-6 {
	padding: 4.5rem !important;
}

.pt-6, .py-6 {
	padding-top: 4.5rem !important;
}

.pb-6, .py-6 {
	padding-bottom: 4.5rem !important;
}

.pl-6, .px-6 {
	padding-left: 4.5rem !important;
}

.pr-6, .px-6 {
	padding-right: 4.5rem !important;
}

.p-7 {
	padding: 5rem !important;
}

.pt-7, .py-7 {
	padding-top: 5rem !important;
}

.pb-7, .py-7 {
	padding-bottom: 5rem !important;
}

.pl-7, .px-7 {
	padding-left: 5rem !important;
}

.pr-7, .px-7 {
	padding-right: 5rem !important;
}

.p-8 {
	padding: 5.5rem !important;
}

.pt-8, .py-8 {
	padding-top: 5.5rem !important;
}

.pb-8, .py-8 {
	padding-bottom: 5.5rem !important;
}

.pl-8, .px-8 {
	padding-left: 5.5rem !important;
}

.pr-8, .px-8 {
	padding-right: 5.5rem !important;
}

.p-9 {
	padding: 6rem !important;
}

.pt-9, .py-9 {
	padding-top: 6rem !important;
}

.pb-9, .py-9 {
	padding-bottom: 6rem !important;
}

.pl-9, .px-9 {
	padding-left: 6rem !important;
}

.pr-9, .px-9 {
	padding-right: 6rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto, .my-auto {
	margin-top: auto !important;
}

.mb-auto, .my-auto {
	margin-bottom: auto !important;
}

@media (min-width: 768px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	
	.mt-sm-0, .my-sm-0 {
		margin-top: 0 !important;
	}
	
	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-sm-0, .mx-sm-0 {
		margin-left: 0 !important;
	}
	
	.mr-sm-0, .mx-sm-0 {
		margin-right: 0 !important;
	}
	
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	
	.mt-sm-1, .my-sm-1 {
		margin-top: 0.25rem !important;
	}
	
	.mb-sm-1, .my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	
	.ml-sm-1, .mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	
	.mr-sm-1, .mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	
	.mt-sm-2, .my-sm-2 {
		margin-top: 0.5rem !important;
	}
	
	.mb-sm-2, .my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	
	.ml-sm-2, .mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	
	.mr-sm-2, .mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	
	.m-sm-3 {
		margin: 1rem !important;
	}
	
	.mt-sm-3, .my-sm-3 {
		margin-top: 1rem !important;
	}
	
	.mb-sm-3, .my-sm-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-sm-3, .mx-sm-3 {
		margin-left: 1rem !important;
	}
	
	.mr-sm-3, .mx-sm-3 {
		margin-right: 1rem !important;
	}
	
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	
	.mt-sm-4, .my-sm-4 {
		margin-top: 1.5rem !important;
	}
	
	.mb-sm-4, .my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-sm-4, .mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	
	.mr-sm-4, .mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	
	.m-sm-5 {
		margin: 3rem !important;
	}
	
	.mt-sm-5, .my-sm-5 {
		margin-top: 3rem !important;
	}
	
	.mb-sm-5, .my-sm-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-sm-5, .mx-sm-5 {
		margin-left: 3rem !important;
	}
	
	.mr-sm-5, .mx-sm-5 {
		margin-right: 3rem !important;
	}
	
	.m-sm-6 {
		margin: 4.5rem !important;
	}
	
	.mt-sm-6, .my-sm-6 {
		margin-top: 4.5rem !important;
	}
	
	.mb-sm-6, .my-sm-6 {
		margin-bottom: 4.5rem !important;
	}
	
	.ml-sm-6, .mx-sm-6 {
		margin-left: 4.5rem !important;
	}
	
	.mr-sm-6, .mx-sm-6 {
		margin-right: 4.5rem !important;
	}
	
	.m-sm-7 {
		margin: 5rem !important;
	}
	
	.mt-sm-7, .my-sm-7 {
		margin-top: 5rem !important;
	}
	
	.mb-sm-7, .my-sm-7 {
		margin-bottom: 5rem !important;
	}
	
	.ml-sm-7, .mx-sm-7 {
		margin-left: 5rem !important;
	}
	
	.mr-sm-7, .mx-sm-7 {
		margin-right: 5rem !important;
	}
	
	.m-sm-8 {
		margin: 5.5rem !important;
	}
	
	.mt-sm-8, .my-sm-8 {
		margin-top: 5.5rem !important;
	}
	
	.mb-sm-8, .my-sm-8 {
		margin-bottom: 5.5rem !important;
	}
	
	.ml-sm-8, .mx-sm-8 {
		margin-left: 5.5rem !important;
	}
	
	.mr-sm-8, .mx-sm-8 {
		margin-right: 5.5rem !important;
	}
	
	.m-sm-9 {
		margin: 6rem !important;
	}
	
	.mt-sm-9, .my-sm-9 {
		margin-top: 6rem !important;
	}
	
	.mb-sm-9, .my-sm-9 {
		margin-bottom: 6rem !important;
	}
	
	.ml-sm-9, .mx-sm-9 {
		margin-left: 6rem !important;
	}
	
	.mr-sm-9, .mx-sm-9 {
		margin-right: 6rem !important;
	}
	
	.p-sm-0 {
		padding: 0 !important;
	}
	
	.pt-sm-0, .py-sm-0 {
		padding-top: 0 !important;
	}
	
	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-sm-0, .px-sm-0 {
		padding-left: 0 !important;
	}
	
	.pr-sm-0, .px-sm-0 {
		padding-right: 0 !important;
	}
	
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	
	.pt-sm-1, .py-sm-1 {
		padding-top: 0.25rem !important;
	}
	
	.pb-sm-1, .py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	
	.pl-sm-1, .px-sm-1 {
		padding-left: 0.25rem !important;
	}
	
	.pr-sm-1, .px-sm-1 {
		padding-right: 0.25rem !important;
	}
	
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	
	.pt-sm-2, .py-sm-2 {
		padding-top: 0.5rem !important;
	}
	
	.pb-sm-2, .py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	
	.pl-sm-2, .px-sm-2 {
		padding-left: 0.5rem !important;
	}
	
	.pr-sm-2, .px-sm-2 {
		padding-right: 0.5rem !important;
	}
	
	.p-sm-3 {
		padding: 1rem !important;
	}
	
	.pt-sm-3, .py-sm-3 {
		padding-top: 1rem !important;
	}
	
	.pb-sm-3, .py-sm-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-sm-3, .px-sm-3 {
		padding-left: 1rem !important;
	}
	
	.pr-sm-3, .px-sm-3 {
		padding-right: 1rem !important;
	}
	
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	
	.pt-sm-4, .py-sm-4 {
		padding-top: 1.5rem !important;
	}
	
	.pb-sm-4, .py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-sm-4, .px-sm-4 {
		padding-left: 1.5rem !important;
	}
	
	.pr-sm-4, .px-sm-4 {
		padding-right: 1.5rem !important;
	}
	
	.p-sm-5 {
		padding: 3rem !important;
	}
	
	.pt-sm-5, .py-sm-5 {
		padding-top: 3rem !important;
	}
	
	.pb-sm-5, .py-sm-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-sm-5, .px-sm-5 {
		padding-left: 3rem !important;
	}
	
	.pr-sm-5, .px-sm-5 {
		padding-right: 3rem !important;
	}
	
	.p-sm-6 {
		padding: 4.5rem !important;
	}
	
	.pt-sm-6, .py-sm-6 {
		padding-top: 4.5rem !important;
	}
	
	.pb-sm-6, .py-sm-6 {
		padding-bottom: 4.5rem !important;
	}
	
	.pl-sm-6, .px-sm-6 {
		padding-left: 4.5rem !important;
	}
	
	.pr-sm-6, .px-sm-6 {
		padding-right: 4.5rem !important;
	}
	
	.p-sm-7 {
		padding: 5rem !important;
	}
	
	.pt-sm-7, .py-sm-7 {
		padding-top: 5rem !important;
	}
	
	.pb-sm-7, .py-sm-7 {
		padding-bottom: 5rem !important;
	}
	
	.pl-sm-7, .px-sm-7 {
		padding-left: 5rem !important;
	}
	
	.pr-sm-7, .px-sm-7 {
		padding-right: 5rem !important;
	}
	
	.p-sm-8 {
		padding: 5.5rem !important;
	}
	
	.pt-sm-8, .py-sm-8 {
		padding-top: 5.5rem !important;
	}
	
	.pb-sm-8, .py-sm-8 {
		padding-bottom: 5.5rem !important;
	}
	
	.pl-sm-8, .px-sm-8 {
		padding-left: 5.5rem !important;
	}
	
	.pr-sm-8, .px-sm-8 {
		padding-right: 5.5rem !important;
	}
	
	.p-sm-9 {
		padding: 6rem !important;
	}
	
	.pt-sm-9, .py-sm-9 {
		padding-top: 6rem !important;
	}
	
	.pb-sm-9, .py-sm-9 {
		padding-bottom: 6rem !important;
	}
	
	.pl-sm-9, .px-sm-9 {
		padding-left: 6rem !important;
	}
	
	.pr-sm-9, .px-sm-9 {
		padding-right: 6rem !important;
	}
	
	.m-sm-auto {
		margin: auto !important;
	}
	
	.mt-sm-auto, .my-sm-auto {
		margin-top: auto !important;
	}
	
	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto !important;
	}
}

@media (min-width: 992px) {
	.m-md-0 {
		margin: 0 !important;
	}
	
	.mt-md-0, .my-md-0 {
		margin-top: 0 !important;
	}
	
	.mb-md-0, .my-md-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-md-0, .mx-md-0 {
		margin-left: 0 !important;
	}
	
	.mr-md-0, .mx-md-0 {
		margin-right: 0 !important;
	}
	
	.m-md-1 {
		margin: 0.25rem !important;
	}
	
	.mt-md-1, .my-md-1 {
		margin-top: 0.25rem !important;
	}
	
	.mb-md-1, .my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	
	.ml-md-1, .mx-md-1 {
		margin-left: 0.25rem !important;
	}
	
	.mr-md-1, .mx-md-1 {
		margin-right: 0.25rem !important;
	}
	
	.m-md-2 {
		margin: 0.5rem !important;
	}
	
	.mt-md-2, .my-md-2 {
		margin-top: 0.5rem !important;
	}
	
	.mb-md-2, .my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	
	.ml-md-2, .mx-md-2 {
		margin-left: 0.5rem !important;
	}
	
	.mr-md-2, .mx-md-2 {
		margin-right: 0.5rem !important;
	}
	
	.m-md-3 {
		margin: 1rem !important;
	}
	
	.mt-md-3, .my-md-3 {
		margin-top: 1rem !important;
	}
	
	.mb-md-3, .my-md-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-md-3, .mx-md-3 {
		margin-left: 1rem !important;
	}
	
	.mr-md-3, .mx-md-3 {
		margin-right: 1rem !important;
	}
	
	.m-md-4 {
		margin: 1.5rem !important;
	}
	
	.mt-md-4, .my-md-4 {
		margin-top: 1.5rem !important;
	}
	
	.mb-md-4, .my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-md-4, .mx-md-4 {
		margin-left: 1.5rem !important;
	}
	
	.mr-md-4, .mx-md-4 {
		margin-right: 1.5rem !important;
	}
	
	.m-md-5 {
		margin: 3rem !important;
	}
	
	.mt-md-5, .my-md-5 {
		margin-top: 3rem !important;
	}
	
	.mb-md-5, .my-md-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-md-5, .mx-md-5 {
		margin-left: 3rem !important;
	}
	
	.mr-md-5, .mx-md-5 {
		margin-right: 3rem !important;
	}
	
	.m-md-6 {
		margin: 4.5rem !important;
	}
	
	.mt-md-6, .my-md-6 {
		margin-top: 4.5rem !important;
	}
	
	.mb-md-6, .my-md-6 {
		margin-bottom: 4.5rem !important;
	}
	
	.ml-md-6, .mx-md-6 {
		margin-left: 4.5rem !important;
	}
	
	.mr-md-6, .mx-md-6 {
		margin-right: 4.5rem !important;
	}
	
	.m-md-7 {
		margin: 5rem !important;
	}
	
	.mt-md-7, .my-md-7 {
		margin-top: 5rem !important;
	}
	
	.mb-md-7, .my-md-7 {
		margin-bottom: 5rem !important;
	}
	
	.ml-md-7, .mx-md-7 {
		margin-left: 5rem !important;
	}
	
	.mr-md-7, .mx-md-7 {
		margin-right: 5rem !important;
	}
	
	.m-md-8 {
		margin: 5.5rem !important;
	}
	
	.mt-md-8, .my-md-8 {
		margin-top: 5.5rem !important;
	}
	
	.mb-md-8, .my-md-8 {
		margin-bottom: 5.5rem !important;
	}
	
	.ml-md-8, .mx-md-8 {
		margin-left: 5.5rem !important;
	}
	
	.mr-md-8, .mx-md-8 {
		margin-right: 5.5rem !important;
	}
	
	.m-md-9 {
		margin: 6rem !important;
	}
	
	.mt-md-9, .my-md-9 {
		margin-top: 6rem !important;
	}
	
	.mb-md-9, .my-md-9 {
		margin-bottom: 6rem !important;
	}
	
	.ml-md-9, .mx-md-9 {
		margin-left: 6rem !important;
	}
	
	.mr-md-9, .mx-md-9 {
		margin-right: 6rem !important;
	}
	
	.p-md-0 {
		padding: 0 !important;
	}
	
	.pt-md-0, .py-md-0 {
		padding-top: 0 !important;
	}
	
	.pb-md-0, .py-md-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-md-0, .px-md-0 {
		padding-left: 0 !important;
	}
	
	.pr-md-0, .px-md-0 {
		padding-right: 0 !important;
	}
	
	.p-md-1 {
		padding: 0.25rem !important;
	}
	
	.pt-md-1, .py-md-1 {
		padding-top: 0.25rem !important;
	}
	
	.pb-md-1, .py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	
	.pl-md-1, .px-md-1 {
		padding-left: 0.25rem !important;
	}
	
	.pr-md-1, .px-md-1 {
		padding-right: 0.25rem !important;
	}
	
	.p-md-2 {
		padding: 0.5rem !important;
	}
	
	.pt-md-2, .py-md-2 {
		padding-top: 0.5rem !important;
	}
	
	.pb-md-2, .py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	
	.pl-md-2, .px-md-2 {
		padding-left: 0.5rem !important;
	}
	
	.pr-md-2, .px-md-2 {
		padding-right: 0.5rem !important;
	}
	
	.p-md-3 {
		padding: 1rem !important;
	}
	
	.pt-md-3, .py-md-3 {
		padding-top: 1rem !important;
	}
	
	.pb-md-3, .py-md-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-md-3, .px-md-3 {
		padding-left: 1rem !important;
	}
	
	.pr-md-3, .px-md-3 {
		padding-right: 1rem !important;
	}
	
	.p-md-4 {
		padding: 1.5rem !important;
	}
	
	.pt-md-4, .py-md-4 {
		padding-top: 1.5rem !important;
	}
	
	.pb-md-4, .py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-md-4, .px-md-4 {
		padding-left: 1.5rem !important;
	}
	
	.pr-md-4, .px-md-4 {
		padding-right: 1.5rem !important;
	}
	
	.p-md-5 {
		padding: 3rem !important;
	}
	
	.pt-md-5, .py-md-5 {
		padding-top: 3rem !important;
	}
	
	.pb-md-5, .py-md-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-md-5, .px-md-5 {
		padding-left: 3rem !important;
	}
	
	.pr-md-5, .px-md-5 {
		padding-right: 3rem !important;
	}
	
	.p-md-6 {
		padding: 4.5rem !important;
	}
	
	.pt-md-6, .py-md-6 {
		padding-top: 4.5rem !important;
	}
	
	.pb-md-6, .py-md-6 {
		padding-bottom: 4.5rem !important;
	}
	
	.pl-md-6, .px-md-6 {
		padding-left: 4.5rem !important;
	}
	
	.pr-md-6, .px-md-6 {
		padding-right: 4.5rem !important;
	}
	
	.p-md-7 {
		padding: 5rem !important;
	}
	
	.pt-md-7, .py-md-7 {
		padding-top: 5rem !important;
	}
	
	.pb-md-7, .py-md-7 {
		padding-bottom: 5rem !important;
	}
	
	.pl-md-7, .px-md-7 {
		padding-left: 5rem !important;
	}
	
	.pr-md-7, .px-md-7 {
		padding-right: 5rem !important;
	}
	
	.p-md-8 {
		padding: 5.5rem !important;
	}
	
	.pt-md-8, .py-md-8 {
		padding-top: 5.5rem !important;
	}
	
	.pb-md-8, .py-md-8 {
		padding-bottom: 5.5rem !important;
	}
	
	.pl-md-8, .px-md-8 {
		padding-left: 5.5rem !important;
	}
	
	.pr-md-8, .px-md-8 {
		padding-right: 5.5rem !important;
	}
	
	.p-md-9 {
		padding: 6rem !important;
	}
	
	.pt-md-9, .py-md-9 {
		padding-top: 6rem !important;
	}
	
	.pb-md-9, .py-md-9 {
		padding-bottom: 6rem !important;
	}
	
	.pl-md-9, .px-md-9 {
		padding-left: 6rem !important;
	}
	
	.pr-md-9, .px-md-9 {
		padding-right: 6rem !important;
	}
	
	.m-md-auto {
		margin: auto !important;
	}
	
	.mt-md-auto, .my-md-auto {
		margin-top: auto !important;
	}
	
	.mb-md-auto, .my-md-auto {
		margin-bottom: auto !important;
	}
}

@media (min-width: 1200px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	
	.mt-lg-0, .my-lg-0 {
		margin-top: 0 !important;
	}
	
	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-lg-0, .mx-lg-0 {
		margin-left: 0 !important;
	}
	
	.mr-lg-0, .mx-lg-0 {
		margin-right: 0 !important;
	}
	
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	
	.mt-lg-1, .my-lg-1 {
		margin-top: 0.25rem !important;
	}
	
	.mb-lg-1, .my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	
	.ml-lg-1, .mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	
	.mr-lg-1, .mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	
	.mt-lg-2, .my-lg-2 {
		margin-top: 0.5rem !important;
	}
	
	.mb-lg-2, .my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	
	.ml-lg-2, .mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	
	.mr-lg-2, .mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	
	.m-lg-3 {
		margin: 1rem !important;
	}
	
	.mt-lg-3, .my-lg-3 {
		margin-top: 1rem !important;
	}
	
	.mb-lg-3, .my-lg-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-lg-3, .mx-lg-3 {
		margin-left: 1rem !important;
	}
	
	.mr-lg-3, .mx-lg-3 {
		margin-right: 1rem !important;
	}
	
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	
	.mt-lg-4, .my-lg-4 {
		margin-top: 1.5rem !important;
	}
	
	.mb-lg-4, .my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-lg-4, .mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	
	.mr-lg-4, .mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	
	.m-lg-5 {
		margin: 3rem !important;
	}
	
	.mt-lg-5, .my-lg-5 {
		margin-top: 3rem !important;
	}
	
	.mb-lg-5, .my-lg-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-lg-5, .mx-lg-5 {
		margin-left: 3rem !important;
	}
	
	.mr-lg-5, .mx-lg-5 {
		margin-right: 3rem !important;
	}
	
	.m-lg-6 {
		margin: 4.5rem !important;
	}
	
	.mt-lg-6, .my-lg-6 {
		margin-top: 4.5rem !important;
	}
	
	.mb-lg-6, .my-lg-6 {
		margin-bottom: 4.5rem !important;
	}
	
	.ml-lg-6, .mx-lg-6 {
		margin-left: 4.5rem !important;
	}
	
	.mr-lg-6, .mx-lg-6 {
		margin-right: 4.5rem !important;
	}
	
	.m-lg-7 {
		margin: 5rem !important;
	}
	
	.mt-lg-7, .my-lg-7 {
		margin-top: 5rem !important;
	}
	
	.mb-lg-7, .my-lg-7 {
		margin-bottom: 5rem !important;
	}
	
	.ml-lg-7, .mx-lg-7 {
		margin-left: 5rem !important;
	}
	
	.mr-lg-7, .mx-lg-7 {
		margin-right: 5rem !important;
	}
	
	.m-lg-8 {
		margin: 5.5rem !important;
	}
	
	.mt-lg-8, .my-lg-8 {
		margin-top: 5.5rem !important;
	}
	
	.mb-lg-8, .my-lg-8 {
		margin-bottom: 5.5rem !important;
	}
	
	.ml-lg-8, .mx-lg-8 {
		margin-left: 5.5rem !important;
	}
	
	.mr-lg-8, .mx-lg-8 {
		margin-right: 5.5rem !important;
	}
	
	.m-lg-9 {
		margin: 6rem !important;
	}
	
	.mt-lg-9, .my-lg-9 {
		margin-top: 6rem !important;
	}
	
	.mb-lg-9, .my-lg-9 {
		margin-bottom: 6rem !important;
	}
	
	.ml-lg-9, .mx-lg-9 {
		margin-left: 6rem !important;
	}
	
	.mr-lg-9, .mx-lg-9 {
		margin-right: 6rem !important;
	}
	
	.p-lg-0 {
		padding: 0 !important;
	}
	
	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important;
	}
	
	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-lg-0, .px-lg-0 {
		padding-left: 0 !important;
	}
	
	.pr-lg-0, .px-lg-0 {
		padding-right: 0 !important;
	}
	
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	
	.pt-lg-1, .py-lg-1 {
		padding-top: 0.25rem !important;
	}
	
	.pb-lg-1, .py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	
	.pl-lg-1, .px-lg-1 {
		padding-left: 0.25rem !important;
	}
	
	.pr-lg-1, .px-lg-1 {
		padding-right: 0.25rem !important;
	}
	
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	
	.pt-lg-2, .py-lg-2 {
		padding-top: 0.5rem !important;
	}
	
	.pb-lg-2, .py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	
	.pl-lg-2, .px-lg-2 {
		padding-left: 0.5rem !important;
	}
	
	.pr-lg-2, .px-lg-2 {
		padding-right: 0.5rem !important;
	}
	
	.p-lg-3 {
		padding: 1rem !important;
	}
	
	.pt-lg-3, .py-lg-3 {
		padding-top: 1rem !important;
	}
	
	.pb-lg-3, .py-lg-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-lg-3, .px-lg-3 {
		padding-left: 1rem !important;
	}
	
	.pr-lg-3, .px-lg-3 {
		padding-right: 1rem !important;
	}
	
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	
	.pt-lg-4, .py-lg-4 {
		padding-top: 1.5rem !important;
	}
	
	.pb-lg-4, .py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-lg-4, .px-lg-4 {
		padding-left: 1.5rem !important;
	}
	
	.pr-lg-4, .px-lg-4 {
		padding-right: 1.5rem !important;
	}
	
	.p-lg-5 {
		padding: 3rem !important;
	}
	
	.pt-lg-5, .py-lg-5 {
		padding-top: 3rem !important;
	}
	
	.pb-lg-5, .py-lg-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-lg-5, .px-lg-5 {
		padding-left: 3rem !important;
	}
	
	.pr-lg-5, .px-lg-5 {
		padding-right: 3rem !important;
	}
	
	.p-lg-6 {
		padding: 4.5rem !important;
	}
	
	.pt-lg-6, .py-lg-6 {
		padding-top: 4.5rem !important;
	}
	
	.pb-lg-6, .py-lg-6 {
		padding-bottom: 4.5rem !important;
	}
	
	.pl-lg-6, .px-lg-6 {
		padding-left: 4.5rem !important;
	}
	
	.pr-lg-6, .px-lg-6 {
		padding-right: 4.5rem !important;
	}
	
	.p-lg-7 {
		padding: 5rem !important;
	}
	
	.pt-lg-7, .py-lg-7 {
		padding-top: 5rem !important;
	}
	
	.pb-lg-7, .py-lg-7 {
		padding-bottom: 5rem !important;
	}
	
	.pl-lg-7, .px-lg-7 {
		padding-left: 5rem !important;
	}
	
	.pr-lg-7, .px-lg-7 {
		padding-right: 5rem !important;
	}
	
	.p-lg-8 {
		padding: 5.5rem !important;
	}
	
	.pt-lg-8, .py-lg-8 {
		padding-top: 5.5rem !important;
	}
	
	.pb-lg-8, .py-lg-8 {
		padding-bottom: 5.5rem !important;
	}
	
	.pl-lg-8, .px-lg-8 {
		padding-left: 5.5rem !important;
	}
	
	.pr-lg-8, .px-lg-8 {
		padding-right: 5.5rem !important;
	}
	
	.p-lg-9 {
		padding: 6rem !important;
	}
	
	.pt-lg-9, .py-lg-9 {
		padding-top: 6rem !important;
	}
	
	.pb-lg-9, .py-lg-9 {
		padding-bottom: 6rem !important;
	}
	
	.pl-lg-9, .px-lg-9 {
		padding-left: 6rem !important;
	}
	
	.pr-lg-9, .px-lg-9 {
		padding-right: 6rem !important;
	}
	
	.m-lg-auto {
		margin: auto !important;
	}
	
	.mt-lg-auto, .my-lg-auto {
		margin-top: auto !important;
	}
	
	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto !important;
	}
	
	.next-page-wrap .logo-contact {
		width: 210px;
		height: 210px;
		position: absolute;
		top: 50%;
		right: 200px;
		margin-top: -105px;
	}

}

@media (min-width: 1025px) {
.stroked .title .subtext, .title .subtext {
    width: 50%;
}
}
.oldimg video {
	width: 100%;
}

.f-title {
	font-family: 'Graphik';
	text-align: left;
	color: #FFF;
	position: fixed;
	left: -15%;
	top: -637px;
	width: 100vw;
	/* height: 100vh; */
	overflow: visible;
	opacity: 0.35;
	/* margin: 0 auto; */
	/* margin-left: 2%; */
}

.f-title h1 {
	background-image: url(https://giphy.com/gifs/3og0IGjLXRttYbbtcc);
	background-size: cover;
	background-position-x: -50px;
	color: transparent;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-transform: uppercase;
	font-size: 180px;
	width: 100%;
	min-width: 1700px;
	line-height: 1.05;
	margin: 10px 0;
	font-weight: 200;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.type-bg {
	text-align: center;
	color: #FFF;
	position: absolute;
	left: 0%;
	top: -350px;
	width: 100vw;
	overflow: visible;
	opacity: 0.2;
	margin: 0 auto;
	z-index: 0;
	/* height: 2900px; */
}

.type-bg div {
	display: inline;
}

.type-bg .fulltext .type-mask {
	mask-image: url(/images/type/type-all.svg);
	-webkit-mask-image: url(/images/type/type-all.svg);
}

.type-bg .fulltext .type-mask.ko {
	mask-image: url(/images/type/type-ko.svg);
	-webkit-mask-image: url(/images/type/type-ko.svg);
}

.type-bg.en .fulltext .type-mask {
	mask-image: url(/images/type/type-all-en.svg);
	-webkit-mask-image: url(/images/type/type-all-en.svg);
}

.type-mask {
	mask-mode: alpha;
	-webkit-mask-mode: alpha;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 90px;
	-webkit-mask-size: 2077px;
	mask-position: center;
	-webkit-mask-position: center;
}

.mask-img {
	max-width: 100%;
	height: 4000px;
}

.type-bg .t01 .type-mask {
	mask-image: url(/404.html);
	-webkit-mask-image: url(/404.html);
	margin-left: 20%
}

.type-bg .t02 .type-mask {
	mask-image: url(/404.html);
	-webkit-mask-image: url(/404.html);
	margin-left: 5%
}

.type-bg .t03 .type-mask {
	mask-image: url(/404.html);
	-webkit-mask-image: url(/404.html);
	margin-left: 15%
}

.type-bg .t04 .type-mask {
	mask-image: url(/404.html);
	-webkit-mask-image: url(/404.html);
}

.type-bg .t05 .type-mask {
	mask-image: url(/404.html);
	-webkit-mask-image: url(/404.html);
}

.type-bg .t06 .type-mask {
	mask-image: url(/404.html);
	-webkit-mask-image: url(/404.html);
}

.type-bg .t07 .type-mask {
	mask-image: url(/404.html);
	-webkit-mask-image: url(/404.html);
}

.type-bg .t08 .type-mask {
	mask-image: url(/404.html);
	-webkit-mask-image: url(/404.html);
}

.type-bg .t09 .type-mask {
	mask-image: url(/404.html);
	-webkit-mask-image: url(/404.html);
}

.type-bg .t10 .type-mask {
	mask-image: url(/404.html);
	-webkit-mask-image: url(/404.html);
}

.type-bg .t11 .type-mask {
	mask-image: url(/404.html);
	-webkit-mask-image: url(/404.html);
}

.type-bg .t12 .type-mask {
	mask-image: url(/404.html);
	-webkit-mask-image: url(/404.html);
}

.type-bg .t13 .type-mask {
	mask-image: url(/404.html);
	-webkit-mask-image: url(/404.html);
}

.type-bg .t14 .type-mask {
	mask-image: url(/404.html);
	-webkit-mask-image: url(/404.html);
}

.type-bg .t15 .type-mask {
	mask-image: url(/404.html);
	-webkit-mask-image: url(/404.html);
}

.type-bg .t16 .type-mask {
	mask-image: url(/404.html);
	-webkit-mask-image: url(/404.html);
}

.map-container {
	overflow: hidden;
	height: 900px;
}

#map {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	min-width: 1180px;
	height: 105%;
	float: left;
	overflow: hidden;
}
.scroller-container {
	 position: absolute;
	 transform-origin: 0 0;
	 height: 150px;
	 top: calc(50% + 70px);
	 left: 34px;
}
.rotate90 {
    position: absolute;
    left:0;
    /* text-transform: uppercase; */
    top: 0;
    z-index: 4;
    width: 70px;
    opacity: 1;
    font-weight: 500;
    font-size: 13px;
    color: rgba(129, 132, 138, 0.7);
    height: 25px;
    letter-spacing: 0.1em;
    transform: translate3d(-0, -0, 0) rotate(-90deg);
    -webkit-transform: translate3d(-0, -0, 0) rotate(-90deg);
    -ms-transform: translate3d(-0, -0, 0) rotate(-90deg);
}



select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 15px;
}

.nonecase {
	text-transform: none !important;
}


select::-ms-expand {
	display: none;
}

select {
	/*background-image: url(url(../images/common/select_icon.png));*/
	background-repeat: no-repeat;
	background-position: 95% 10px;
	background-size: 14px 8px;
	background-color: transparent;
	border-radius: 0;
}
.grecaptcha-badge {
	opacity: 0;
}