@charset "utf-8";

/*! jQuery UI - v1.12.1 - 2016-12-18
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
	z-index:100 !important;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	height:4px;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -8px !important;
	margin: 0 0 0 -22px !important;
	paddong:0px !important;
}
.ui-slider-horizontal .ui-slider-handle:last-child {
	margin:0 -20px 0 0 !important;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

.slider-range .ui-widget-header {
	background: #00aad2;
}
.slider-range .ui-widget.ui-widget-content {
	background: #999999;
	height: 4px;
	border-radius: 0px;
	border:0px;
}
.slider-range.ui-widget.ui-widget-content {
	background: #999999;
	height: 4px;
	border-radius: 0px;
	border:0px;
	margin:0 22px;
}
.slider-range.ui-widget.ui-widget-content:after {
	content:"";
	display:block;
	position:absolute;
	left:-20px;right:-20px; top:0;
	background: #999999;
	height: 4px;
	border-radius: 0px;
	border:0px;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

	/* We use html here because we need a greater specificity to make sure disabled
    works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.ui-slider .ui-state-default,
.ui-slider .ui-widget-content .ui-state-default,
.ui-slider .ui-widget-header .ui-state-default,
.ui-slider .ui-button,
html .ui-slider .ui-button.ui-state-disabled:hover,
html .ui-slider .ui-button.ui-state-disabled:active {
	border: 6px solid #00aad2 !important;
	background: #f6f3f2 !important;
	font-weight: normal !important;
	border-radius:20px !important;
	width:20px !important;
	height:20px !important;;
	-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-slider .ui-state-hover,
.ui-slider .ui-widget-content .ui-state-hover,
.ui-slider .ui-widget-header .ui-state-hover,
.ui-slider .ui-state-focus,
.ui-slider .ui-widget-content .ui-state-focus,
.ui-slider .ui-widget-header .ui-state-focus,
.ui-slider .ui-button:hover,
.ui-slider .ui-button:focus,
.ui-slider .ui-state-active,
.ui-slider .ui-widget-content .ui-state-active,
.ui-slider .ui-widget-header .ui-state-active,
.ui-slider a.ui-button:active,
.ui-slider .ui-button:active,
.ui-slider .ui-button.ui-state-active:hover {
	border: 6px solid #00aad2 !important;
	background: #f6f3f2 !important;
	font-weight: normal !important;
	border-radius:20px !important;
	-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;

}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../../en/images/common/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../../en/images/common/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("../../en/images/common/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("../../en/images/common/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("../../en/images/common/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../../en/images/common/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("../../en/images/common/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

@charset "utf-8";
/* ------------------------------------------------------------------
  *  lata date:2016.06.16
 * ------------------------------------------------------------------ */

/*! normalize.css_old v3.0.3 | MIT License | github.com/necolas/normalize.css_old */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 * without disabling user zoom.
 */

html{font-family:sans-serif;/* 1 */-ms-text-size-adjust:100%;/* 2 */-webkit-text-size-adjust:100%;/* 2 */}

/* Remove default margin. */

body{margin:0}

/* HTML5 display definitions */

/*
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}

/*
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,canvas,progress,video{display:inline-block;/* 1 */vertical-align:baseline;/* 2 */}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]){display:none;height:0}

/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],template{display:none}

/* Links ======================= =============== */
/* Remove the gray background color from active links in IE 10. */
a{background-color:transparent}

/*
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,a:hover{outline:0}

/* Text-level semantics ======================= =============== */

/* Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title]{border-bottom:1px dotted}

/* Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b,strong{font-weight:bold}

/* Address styling not present in Safari and Chrome. */
dfn{font-style:italic}

/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1{font-size:2em;margin:0.67em 0}

/* Address styling not present in IE 8/9. */
mark{background:#ff0;color:#000}

/* Address inconsistent and variable font size in all browsers. */
small{font-size:80%}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub,sup{font-size:60%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:0}/* 191115 edit _ as-is :-0.25em */
/* Embedded content ======================= =============== */

/* Remove border when inside `a` element in IE 8/9/10. */
img{border:0}
/* Correct overflow not hidden in IE 9/10/11. */
svg:not(:root){overflow:hidden}

/* Grouping content ======================= =============== */

/* Address margin not present in IE 8/9 and Safari. */
figure{margin:1em 40px}
/* Address differences between Firefox and other browsers. */
hr{box-sizing:content-box;height:0}
/* Contain overflow in all browsers. */
pre{overflow:auto}
/* Address odd `em`-unit font size rendering in all browsers. */
code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}

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

/*
 * Known limitation:by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/*
 * 1. Correct color not being inherited.
 *    Known issue:affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,input,optgroup,select,textarea{color:inherit;/* 1 */font:inherit;/* 2 */margin:0;/* 3 */}
/*
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button{overflow:visible}
/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,select{text-transform:none}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],/* 1 */
input[type="reset"],
input[type="submit"]{-webkit-appearance:button;/* 2 */cursor:pointer;/* 3 */}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled]{cursor:default}
/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner{border:0;padding:0}
/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input{line-height:normal}
/*
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"]{box-sizing:border-box;/* 1 */padding:0;/* 2 */}
/*
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{height:auto}
/*
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"]{-webkit-appearance:textfield;/* 1 */box-sizing:content-box;/* 2 */}
/*
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
/*
 * Define consistent border, margin, and padding.
 */
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}
/*
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend{border:0;/* 1 */padding:0;/* 2 */}
/*
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea{overflow:auto}
/*
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE:the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup{font-weight:bold}
/* Tables ======================= =============== */
/*
 * Remove most spacing between table cells.
 */
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
@charset "utf-8";

/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 16, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.list-swiper, /* 20180403 */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.list-swiper, /* 20180403 */
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* 20180326 */
.area-swiper .swiper-slide.type-add {display:none; position:absolute; top:0; left:100%;}
.area-swiper .swiper-slide.type-add.active {display:block; position:relative; left:0;}
.area-swiper .swiper-slide.type-add.ready {display:block;}
/* //20180326 */ 
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
/* 20180326 */
.area-swiper .swiper-pagination-bullet,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* //20180326 */
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* version : 221207 */

@charset "utf-8";

button.link{color:#000}
button.link.on{color:#00aad2}

@media print,screen and (min-width:741px) and (max-width:20000px){
    /* history */
    .historyWrap{position:relative;padding:100px 0}
    .historyWrap .bg{display:block;position:absolute;top:0;left:0;right:0;bottom:0;background-position:center bottom;background-attachment:fixed;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover}
    .historyWrap.fixed .bg{position:fixed}
    .historyCont{overflow:hidden;position:relative}
    .historyCont .imgArea{position:absolute;left:0;top:0;width:50%;min-width:620px;min-height:860px;overflow:hidden;max-width:800px;display:none;z-index:1}
    .historyCont.on .imgArea{display:block;z-index:2}
    .historyWrap.fixed .imgArea{position:fixed;top:170px;transform:translate3d(0, 0, 0)}
    .historyCont .imgArea img{position:absolute;left:50%;top:0;margin-left:-400px}
    .historyCont .imgArea .titleArea{position:absolute;left:60px;top:52px}
    .historyCont .imgArea .titleArea .his_tit{font-size:80px;font-family:"HyundaiKRMedium"}
    .historyCont .imgArea .titleArea .his_tit.small{font-size:58px;line-height:68px;font-family:"HyundaiKRMedium"}
    .historyCont .imgArea .titleArea .his_con{font-size:20px;font-family:"HyundaiKRMedium";line-height:30px;margin-top:7px}
    .historyCont .listAreaWrap{width:50%;float:right;min-height:860px}
    .historyCont .listArea{float:left;width:560px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:52px 0 0 64px}
    .historyCont .listArea h3{margin-bottom:22px}
    .historyCont .listArea ul.txtList{margin-bottom:88px}
    .historyCont .listArea ul.txtList.year > li{padding-left:52px;position:relative}
    .historyCont .listArea ul.txtList.year > li .year{position:absolute;left:11px;top:0}
    .historyCont .listArea ul.txtList li{margin-bottom:20px;font-size:14px;line-height:24px}
    .historyCont .listArea ul.txtList ul li{margin-bottom:0}
    .historyCont .listArea .img{display:none}
    .historyCont .close{display:block;position:absolute;right:0;top:60px;width:40px;height:40px;background:url("../../en/images/abouthyundai/btn_history_close.png") no-repeat;text-indent:-9999px}

    /* vehicle history */
    .carHistoryList{position:relative;min-height:600px;margin-top:-30px;padding-bottom:70px}
    .carHistoryList .lineArea{overflow:hidden;padding-bottom:28px}
    .carHistoryList .lineArea .year{float:left;width:160px;font-size:44px;font-family:"HyundaiKRMedium";color:#cacaca;padding-top:62px}
    .carHistoryList .lineArea.on .year{color:#444}
    .carHistoryList .lineArea .itemGroup{float:left;width:992px;overflow:hidden;margin-left:-32px}
    .carHistoryList .lineArea .itemGroup .item{float:left;width:216px;margin-left:32px;text-align:center;padding:30px 0 25px 0}
    .carHistoryList .lineArea .itemGroup .item a{display:block}
    .carHistoryList .lineArea .itemGroup .item a:hover span,
    .carHistoryList .lineArea .itemGroup .item a:focus span{text-decoration:underline}
    .carHistoryList .lineArea .itemGroup .item .link{display:inline-block;font-family:"HyundaiKRMedium";line-height:1;margin-top:10px}
    .carHistoryList .lineArea .itemGroup .item .thumbnail{min-height:110px}  /* 220902 add */
    .carHistoryList .lineArea .itemGroup .item img{width:216px;height:110px}

    /* philosophy */
    .corporateCont .imgView1 .txtArea .subTit3{text-align:left}
    .corporateCont .grid{overflow:hidden}
    .corporateCont .imgArea{float:left}
    .corporateCont .txtArea{float:right;width:450px;margin-top:-7px;padding:0}
    .corporateCont .txtArea .conArea{width:auto;margin-bottom:47px}
    .corporateCont .imgView1 .imgArea img{width:auto;height:auto}
    .visionCont .imgView1 .imgArea img{width:auto;height:auto}

    .managementCont{height:635px;font-family:"HyundaiKRMedium"}
    .managementCont .titArea{padding:0 170px 47px 170px}
    .managementCont .topTit, .managementCont .conArea{color:#fff}
    .managementCont img{width:auto !important}
    .managementCont .conArea{padding:0 60px;font-size:20px;line-height:30px;text-align:center}

    .coreValuesCont{padding:100px 160px 0}
    .coreValuesCont .titArea{padding:0 0 46px;width:100%}
    .coreValuesItem{overflow:hidden;padding-bottom:50px}
    .coreValuesItem li{float:left;width:418px;margin-top:57px;padding-right:110px}
    .coreValuesItem li.item02, .coreValuesItem li.item04{width:380px;padding-right:34px}
    .coreValuesItem li h3{position:relative;color:#002c5f;font-family:"HyundaiKRMedium";font-size:20px;text-align:center}
    .coreValuesItem li h3:before{content:'';display:block;height:72px;margin:0 auto 17px;background:url("../../en/images/abouthyundai/ico_core_values.png") no-repeat}
    .coreValuesItem li .txt{margin-top:28px}
    .coreValuesItem li.item01 h3:before{width:113px;background-position:0 0}
    .coreValuesItem li.item02 h3:before{width:153px;background-position:-139px 0}
    .coreValuesItem li.item03 h3:before{width:125px;background-position:-312px 0}
    .coreValuesItem li.item04 h3:before{width:153px;background-position:-457px 0}
    .coreValuesItem li.item05 h3:before{width:131px;background-position:-629px 0}

    .visionCont .subTit{margin:92px 0 25px;font-family:"HyundaiKRMedium"}
    .slideText .txtArea .conArea{margin-top:13px}
    .slideText .btn_prev{top:50%;margin-top:-11px}
    .slideText .btn_prev .prev{width:13px;height:21px;background:url("../../en/images/common/btn_prev02.png") no-repeat}
    .slideText .btn_next{top:50%;margin-top:-11px}
    .slideText .btn_next .next{width:13px;height:21px;background:url("../../en/images/common/btn_next02.png") no-repeat}
    .slideText .swiper-wrapper{padding-bottom:50px}
    .slideText .swiper-pagination{position:relative !important;top:initial !important;bottom:0}

    /*Affiliates*/
    .grpList{overflow:hidden;margin:0 0 0 -20px}
    .grpList li.grp{float:left;width:235px;margin-left:20px}
    .grpList li.grp .logo{min-height:156px;}
    .grpList li.grp .logo img{width:235px;height:156px}
    .grpList li.grp .link{height:70px;padding-top:20px;line-height:1}
    .grpList li.grp .link a{display:inline-block;padding-right:20px;text-decoration:none;font-size:14px;line-height:1;font-family:"HyundaiKRMedium"}

    /*network*/
    .networkMap{position:relative}
    .networkMap .netWorkCopy{margin:-27px 0 120px 0;font-family:"HyundaiKRMedium"}
    .networkMap .modeWrap{position:absolute;z-index:10;bottom:30px;font-size:0}
    .networkMap .modeWrap .mode{width:150px;height:38px;background:#fff;font-size:14px;line-height:38px;text-align:center}
    .networkMap .modeWrap .mode:hover,
    .networkMap .modeWrap .mode:focus{text-decoration:none}
    .networkMap .modeWrap .mode.on{background:#00aad2;color:#fff}
    .networkMap .mapWrap{position:relative;margin-bottom:32px}
    .networkMap .mapWrap .map{position:absolute;z-index:1}
    .networkMap .mapWrap .map#korea{top:176px;left:453px}
    .networkMap .mapWrap .map#america{top:174px;left:812px}
    .networkMap .mapWrap .map#alabama{top:174px;left:812px}
    .networkMap .mapWrap .map#europe{top:130px;left:198px}
    .networkMap .mapWrap .map#india{top:231px;left:331px}
    .networkMap .mapWrap .map#japan{top:157px;left:491px}
    .networkMap .mapWrap .map#china{top:186px;left:389px}
    .networkMap .mapWrap .map#czech{top:129px;left:170px}
    .networkMap .mapWrap .map#turkey{top:168px;left:224px}
    .networkMap .mapWrap .map#russia{top:108px;left:340px}
    .networkMap .mapWrap .map#brazil{top:300px;left:870px}

    .networkMap .mapWrap .map .location{width:30px;height:37px;background:url("../../en/images/abouthyundai/bul_map.png") no-repeat top left;font-size:0;line-height:0}
    .networkMap .mapWrap .map .tooltip{display:none;position:absolute;bottom:55px;min-width:130px;padding:10px 15px;background:#fff;box-shadow:0 3px 10px #a8a8a8;font-size:12px;line-height:14px;text-align:center}
    .networkMap .mapWrap .map .tooltip:after{display:block;content:"";position:absolute;left:0;right:0;margin:0 auto;bottom:-5px;width:11px;height:11px;background:#fff;box-shadow:0 13px 10px #a8a8a8;transform:translateY(0px) rotate(45deg)}
    .networkMap .mapWrap .map .tooltip.wide{width:220px}
    .networkMap .mapWrap .map .tooltip span{display:none;position:relative;padding-left:6px;text-align:left;line-height:20px}
    .networkMap .mapWrap .map .tooltip span:before{content:'';display:block;position:absolute;overflow:hidden;width:2px;height:2px;background:#000;top:8px;left:0}
    .networkMap .mapWrap .map .tooltip span.on{display:block}
    .networkMap .mapWrap .map .tooltip span.on button{text-align:left}

    .networkMap .mapWrap .map.on{z-index:10}
    .networkMap .mapWrap .map.on .location{background:url("../../en/images/abouthyundai/bul_map.png") no-repeat bottom left}
    .networkMap .mapWrap .map.on .tooltip{display:block}

    .networkMap .mapWrap button{display:none}
    .networkMap .mapWrap button.on{display:block;width:100%;text-align:center}

    .mapCheckMode{padding-bottom:100px;padding-left:40px;line-height:18px}
    .mapCheckMode label{margin-right:16px;font-family:"HyundaiKRMedium"}
    .subTitBox{margin-bottom:40px;padding:27px 40px 23px;background:#f6f3f2}

    .networkListWrap .networkList{display:none;margin-top:-30px}
    .networkListWrap .networkList.on{display:block}

    /* network - motorstudio */
    .imgView1.motorstudioContWrap .grid{margin-bottom:77px}
    .imgView1.motorstudioContWrap .txtArea{padding:0 !important}
    .imgView1.motorstudioContWrap .imgArea.videoBox img{height:420px}
    .imgView1.motorstudioContWrap .motorstudioContTxt{overflow:hidden;position:relative;padding-top:52px}
    .imgView1.motorstudioContWrap .motorstudioContTxt .motorTitWrap{float:left;width:560px;text-align:left}
    .imgView1.motorstudioContWrap .motorstudioContTxt .motorTitWrap .subTit{width:100%;margin:0 0 22px 0;text-align:left}
    .imgView1.motorstudioContWrap .motorstudioContTxt .conArea{float:left;width:560px}
    .imgView1.motorstudioContWrap .motorstudioContTxt .learnMore{display:block}

    /*IR*/
    .companyInfo .th{width:334px}

    /* Utill Top Box */
    .utillTopBox{height:71px;border-bottom:1px solid #eaeaea}
    .utillTopBox .utillTopInner{position:relative;overflow:hidden;width:1120px;margin:0 auto}
    .utillTopBox .utillTopInner .btnDown{position:absolute;left:0;top:30px}
    .utillTopBox .utillTopInner .utillRight{overflow:hidden;float:right;padding-top:23px}
    .utillTopBox .utillTopInner .utillRight .utillRss{float:left;margin-right:30px;padding-left:27px;line-height:24px;background:url("../../en/images/common/btn_rss.png") no-repeat left center}
    .utillTopBox .utillTopInner .utillRight .utillPrint{float:left;margin-right:30px;padding-left:27px;line-height:24px;background:url("../../en/images/common/btn_print.png") no-repeat left center}
    .utillTopBox .utillTopInner .utillRight .utillFont{float:left;overflow:hidden}
    .utillTopBox .utillTopInner .utillRight .utillFont .fontSizeTit{float:left;line-height:24px;margin-right:10px}
    .utillTopBox .utillTopInner .utillRight .utillFont button{float:left;width:24px;height:24px;text-indent:-9999px}
    .utillTopBox .utillTopInner .utillRight .utillFont .fsBig{background:url("../../en/images/common/btn_fontsize.gif") no-repeat left top}
    .utillTopBox .utillTopInner .utillRight .utillFont .fsSmall{margin-left:-1px;background:url("../../en/images/common/btn_fontsize.gif") no-repeat left bottom}

    /* statistic box */
    .statisticWrap{padding-bottom:100px}
    .statisticWrap .grid:first-child{margin-left:0}
    .statisticWrap .grid{padding:35px 27px 0;width:352px;height:280px;background:#fff}
    .statisticWrap .grid .statiyear{line-height:1;font-family:"HyundaiKRMedium";font-size:20px}
    .statisticWrap .grid .statiTit{margin-top:27px;line-height:1;font-family:"HyundaiKRMedium";font-size:32px;text-align:center}
    .statisticWrap .grid .statiNum{margin-top:19px;line-height:1;font-family:"HyundaiKRMedium";font-size:60px;color:#00aad2;text-align:center}

    /* Contact us */
    .mapList{}/* n3 */
    .mapList .gridRow{margin-bottom:78px;overflow:hidden}
    .mapList .imgArea img{width:352px;height:233px}
    .mapList .subTit4{overflow:hidden;padding-top:48px;margin-bottom:-1px;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;line-height:1}
    .mapList .conAreas{margin-top:22px;max-height:100%;-webkit-line-clamp:initial;line-height:24px}
    .mapList .conAreas .manager{display:inline-block;margin-top:5px;font-family:"HyundaiKRMedium"}
    .mapList .conAreas .mail{display:inline-block;margin-top:5px;font-family:"HyundaiKRMedium"}
    .mapList .conAreas a:nth-child(2).mail{display:block}/* 181217_modify */

    /* News Alerts */
    .newsAlerts .conArea{margin-bottom:60px}
    .newsAlerts .tableWrap{padding:0}
    .newsAlerts .btnWrap{margin-top:60px}

    /* around the world */
    .atwWrap{height:327px;margin-bottom:100px;padding-top:71px;background:url("../../en/images/abouthyundai/bg_around.jpg") no-repeat left top}
    .atwWrap .worldList{width:500px;margin:-10px auto 0;padding-top:29px;text-align:center}
    .atwWrap .worldList .btn_world{display:inline-block;margin:10px 2px 0 1px;padding:0 20px;line-height:38px;background:#e4dcd3;color:#000;font-family:"HyundaiKRMedium";font-size:14px}

    .contWrap.fontSize{background:#fff;border-bottom:1px solid #eaeaea;height:70px}
    .contWrap.fontSize .contBox{padding-top:0}

    .director{margin-bottom:100px;overflow:hidden}
    .director .grid1{float:right}
    .director img{width:544px;height:618px}
    .director .grid2{float:left;padding:35px 70px 0 0}
    .director .grid2 .subTit4{font-family:"HyundaiKRMedium"}
    .director .grid2 .subTit{margin-bottom:12px}
    .director .grid2 .conArea{color:#666;margin-bottom:30px}
    .directorList{padding-bottom:30px;overflow:hidden}
    .directorList .gridRow{overflow:hidden;padding-bottom:61px}
    .directorList .gridRow .grid:first-child{margin-left:0}
    .directorList .grid .imgArea{margin-bottom:32px}
    .directorList .grid img{width:352px;height:233px}
    .directorList .grid .subTit4{margin-bottom:4px;font-family:"HyundaiKRMedium"}
    .directorList .grid .subTit3{margin-bottom:13px}
    .directorList .grid .conArea{margin-bottom:23px}

    /* corporate message */
    .ceoMessage{width:1120px;padding-bottom:100px}
    .ceoMessage .imgArea{float:left;width:740px}
    .ceoMessage .imgArea img{width:740px;height:490px}
    .ceoMessage .txtArea{float:right;display:table;width:380px;height:490px;padding:0 50px;background:#f6f3f2}
    .ceoMessage .txtArea .subTit4{font-family:"HyundaiKRMedium"}
    .ceoMessage .txtArea .subTit{margin:2px 0 21px}
    .ceoMessage .txtArea .txtMid{display:table-cell;vertical-align:middle}
    .ceoMessage .txtArea .sign{margin-top:15px}

    .txtSign {width:780px;margin:0 auto 30px;margin-top:43px;text-align:right}

    .awardsType .tabListArea .tabList .tab{width:25%;padding:0;text-align:left}/*190522 edit*/
    .awardsType .tabListArea .tabList{width:780px}
    .awardsType.open .tabListArea .tabList{padding:15px 0}
    .awardsType.open .tabListArea .tabList .tab{line-height:40px}

    /* IR overview */
    .calendarInfoWrap{margin-top:-25px}
    .calendarInfoWrap .calDate{padding-bottom:20px;text-align:right;line-height:1}
    .calendarInfoWrap .calDate .stit{font-family:"HyundaiKRMedium"}
    .calendarInfoWrap .gridWrap{margin-bottom:58px}
    .calendarInfoWrap .grid{overflow:hidden;width:544px;height:250px;margin-bottom:32px}
    .calendarInfoWrap .grid:nth-child(2n+1) {margin-right:32px}
    .calendarInfoWrap .dateArea{float:left;width:150px;height:250px;padding-top:85px;background:#002c5e;color:#fff;font-family:"HyundaiKRMedium";text-align:center}
    .calendarInfoWrap .dateArea .month{display:block;font-size:20px;line-height:28px}
    .calendarInfoWrap .dateArea .day{display:block;font-size:50px;line-height:53px}
    .calendarInfoWrap .infoArea{position:relative;float:left;width:394px;height:250px;padding:40px 30px 40px 38px;background:#fff}
    .calendarInfoWrap .infoArea .subTit{overflow:hidden;max-height:78px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word}
    .calendarInfoWrap .infoArea .date{margin-top:2px;color:#666;font-size:14px}
    .calendarInfoWrap .infoArea .btmTool{position:absolute;left:38px;bottom:45px}

    /* award */
    .awardList{position:relative;padding-bottom:100px}
    .awardList .lineArea{position:relative;overflow:hidden;transition:height 0.3s;height:250px;margin-bottom:17px}
    .awardList .lineArea:last-child{margin-bottom:0}
    .awardList .lineArea .item{float:left;width:256px;margin-right:32px}
    .awardList .lineArea .item.nomargin{margin-right:0}
    .awardList .lineArea .item .thumbnail{width:256px;margin-bottom:15px}
    .awardList .lineArea .item .thumbnail img{width:256px}
    .awardList .lineArea .item .btnAwardMore{text-align:center;display:block}
    .awardList .lineArea .item .btnAwardMore .subTit4{position:relative;width:256px;line-height:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
    .awardList .lineArea .item .btnAwardMore .subTit4:after{content:'';position:absolute;top:50%;display:inline-block;width:0;height:0;border-style:solid;border-width:6px 4.5px 0 4.5px;border-color:#000 transparent transparent transparent;margin:-3px 0 2px 10px}
    .awardList .lineArea .item .btnAwardMore.on .subTit4:after{-webkit-transform:rotate(180deg);transform:rotate(180deg) }
    .awardList .lineArea .item .conAreas{color:#767676;line-height:16px;margin-bottom:16px}
    .awardList .lineArea .item .btn{width:100%}

    .awardList .awardMoreContent{position:absolute;left:0;top:245px;width:100%;background:#f6f3f2;z-index:10;min-height:400px;padding:80px 60px 75px;display:none}
    .awardList .awardMoreContent:after{display:block;content:"";position:absolute;left:25px;top:-10px;width:20px;height:20px;background:#f6f3f2;transform:translateY(0px) rotate(45deg);-webkit-transform:translateY(0px) rotate(45deg);z-index:10}
    .awardList .item1 .awardMoreContent:after{left:120px}
    .awardList .item2 .awardMoreContent:after{left:408px}
    .awardList .item3 .awardMoreContent:after{left:693px}
    .awardList .item4 .awardMoreContent:after{left:985px}
    .awardList .btnMoreClose{position:absolute;right:17px;top:17px}
    .awardList .btnMoreClose img{width:10px}

    .awardMoreContent .imgList{padding-bottom:0}
    .awardMoreContent .imgList .imgArea img{width:460px}
    .awardMoreContent .imgList .txtArea{padding:22px 0 0 0}
    .awardMoreContent .reqBox{font-size:14px;line-height:16px;font-family:"HyundaiKRMedium"}
    .awardMoreContent .req{display:inline-block;width:6px;height:5px;margin:-8px 5px 0 0;background:url("../../en/images/common/bul_req.png") no-repeat top left;background-size:6px auto;line-height:0;font-size:0;vertical-align:middle}

    .awardCarList .carlineArea{overflow:hidden;height:100%;margin-top:60px}
    .awardCarList .carlineArea .list{float:left;width:314px;margin-right:29px}
    .awardCarList .carlineArea .list:last-child{margin-right:0}
    .awardCarList .carlineArea .list img{width:230px}
    .awardCarList .carlineArea .list .subTit4{margin-top:15px;font-family:"HyundaiKRMedium";text-decoration:underline}
    .awardCarList .carlineArea .list ul{font-size:14px;line-height:24px}
    .awardCarList .carlineArea .list ul li strong{display:block;margin:15px 0 5px;font-family:"HyundaiKRMedium"}
    .awardCarList .carlineArea .list ul li .desc{display:block;color:#666}

    .overViewFinancial .overViewFinancialContent{min-height:650px;position:relative}
    .overViewFinancial .overViewFinancialContent .img{max-width:1600px;margin:0 auto;height:650px;position:relative;overflow:hidden}
    .overViewFinancial .overViewFinancialContent .img img{width:1600px;position:absolute;left:50%;margin-left:-800px}
    .overViewFinancial .overViewFinancialContent .imgView1{min-height:650px;width:1120px;margin:0 auto;position:absolute;left:0;right:0;top:0}
    .overViewFinancial .overViewFinancialContent .imgView1 .info{position:absolute;left:0;bottom:0;margin:0 auto;width:1120px;background:#002c5e;padding:42px 145px 42px 65px;overflow:hidden;color:#fff}
    .overViewFinancial .overViewFinancialContent .imgView1 .info .item{float:left;font-size:0;display:table;padding-top:15px}
    .overViewFinancial .overViewFinancialContent .imgView1 .info .item span{display:inline-block;font-size:30px;font-family:"HyundaiKRMedium"}
    .overViewFinancial .overViewFinancialContent .imgView1 .info .item .tit{margin-right:33px}
    .overViewFinancial .overViewFinancialContent .imgView1 .info .txt{float:right;text-align:left;font-family:"HyundaiKRMedium"}
}

/* mobile size */
@media screen and (min-width:0) and (max-width:740px){
    /* history */
    .historyWrap{position:relative;padding-top:60px}
    .historyWrap .bg{display:block;position:absolute;top:0;left:0;right:0;bottom:0;background-position:center bottom;background-attachment:fixed;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover}

    .historyCont .imgArea{padding-right:30px;position:relative;margin-bottom:35px;left:auto !important}
    .historyCont .imgArea img{width:100%}
    .historyCont .imgArea .titleArea{position:absolute;left:30px;top:25px;padding-right:30px}
    .historyCont .imgArea .titleArea .his_tit{font-size:40px;font-family:"HyundaiKRMedium"}
    .historyCont .imgArea .titleArea .his_con{font-size:15px;line-height:20px;margin-top:4px}
    .historyCont .listAreaWrap{padding:0 40px 0 30px}

    .historyCont{position:relative;overflow:hidden}
    .historyCont .listArea{margin-top:-2px}
    .historyCont .listArea .subTit{margin-bottom:5px}
    .historyCont .listArea h4{margin-bottom:20px;font-size:17px}
    .historyCont .listArea ul.txtList{margin-bottom:45px}
    .historyCont .listArea ul.txtList li{margin-bottom:15px}
    .historyCont .listArea ul.txtList li.img{margin-top:25px;padding-left:0;background:none}
    .historyCont .listArea ul.txtList.year > li{padding-left:52px;position:relative;line-height:21px}
    .historyCont .listArea ul.txtList.year > li .year{position:absolute;left:11px;top:0}
    .historyCont .listArea ul.txtList ul li{margin-bottom:0}
    .historyCont .close{display:block;position:absolute;right:15px;top:43px;width:20px;height:20px;background:url("../../en/images/abouthyundai/btn_history_close.png") no-repeat;background-size:100%;text-indent:-9999px}

    /* vehicle history */
    .carHistoryList{position:relative;min-height:600px;margin:-70px -15px 0 -15px;padding:0 15px 50px 15px;background:#f6f3f2 !important}
    .carHistoryList .lineArea{overflow:hidden;text-align:center;width:78%;margin:0 auto}
    .carHistoryList .lineArea .year{font-size:60px;font-family:"HyundaiKRMedium";color:#c3c1c0;padding-top:60px}
    .carHistoryList .lineArea.on .year{color:#444}
    .carHistoryList .lineArea .itemGroup{margin-bottom:50px}
    .carHistoryList .lineArea .itemGroup .item{margin-top:40px}
    .carHistoryList .lineArea .itemGroup .item .link{display:block;font-family:"HyundaiKRMedium";line-height:1;margin-top:5px;text-align:center}
    .carHistoryList .lineArea .itemGroup .item .thumbnail{height:135px;}  /* 221202 add */
    .carHistoryList .lineArea .itemGroup .item img{aspect-ratio: 269/135;min-height:135px; height: inherit; object-fit: contain;} /* 221202 add *//* 221207 modify

    /* philosophy */
    .corporateCont{}
    .corporateCont .imgView1{text-align:left}
    .corporateCont .txtArea{padding:36px 20px 0 20px}
    .corporateCont .txtArea .conArea{margin:5px 0 15px}

    .managementCont .titArea{padding:0 170px 47px 170px}
    .managementCont .topTit, .managementCont .conArea{color:#fff}
    .managementCont .txtCont1 .grid .img{margin-bottom:25px;padding:0 42px}
    .managementCont .conArea{padding:0 30px;font-size:17px;line-height:24px;font-family:"HyundaiKRMedium";text-align:center}

    .coreValuesCont .conArea{padding:0 15px}
    .coreValuesItem{margin-top:45px;padding-bottom:20px}
    .coreValuesItem li{margin-bottom:45px}
    .coreValuesItem li h3{position:relative;color:#002c5f;font-family:"HyundaiKRMedium";font-size:17px;text-align:center}
    .coreValuesItem li h3:before{content:'';display:block;height:53px;margin:0 auto 16px;background:url("../../en/images/abouthyundai/ico_core_values_mo.png") no-repeat;background-size:507px 53px}
    .coreValuesItem li .txt{margin-top:15px;padding:0 15px;text-align:center}
    .coreValuesItem li.item01 h3:before{width:84px;background-position:0 0}
    .coreValuesItem li.item02 h3:before{width:108px;background-position:-89px 0}
    .coreValuesItem li.item03 h3:before{width:94px;background-position:-202px 0}
    .coreValuesItem li.item04 h3:before{width:114px;background-position:-300px 0}
    .coreValuesItem li.item05 h3:before{width:83px;background-position:-424px 0}

    .visionCont .imgArea{padding:0 40px}
    .slideText{margin-top:40px}
    .slideText .conArea{margin-top:14px;text-align:center}
    .slideText .btn_prev, .slideText .btn_next{display:none}
    .slideText .swiper-wrapper{padding-bottom:45px}
    .slideText .swiper-pagination{position:relative !important;top:initial !important;bottom:0}

    /*Affiliates*/
    .grpList{overflow:hidden;margin-left:-15px;padding:5px 5px 0 5px;background:#f6f3f2}
    .grpList li.grp{display:inline-block;width:48%;padding-left:15px;vertical-align:top}
    .grpList li.grp .logo{aspect-ratio:127/84;}
    .grpList li.grp .logo img{width:100%}
    .grpList li.grp .link{padding:14px 0 30px 0;line-height:1}
    .grpList li.grp .link a{display:inline-block;padding-right:20px;text-decoration:none;font-size:14px;line-height:1;font-family:"HyundaiKRMedium"}

    /*network*/
    .networks .tabCont{padding-top:0}/* 개발ID(.networks)로 수정 */
    .networkMap{position:relative}
    .networkMap .netWorkCopy{margin:0 -15px;padding:20px 15px 19px;background:#f6f3f2;font-family:"HyundaiKRMedium"}
    .networkMap .modeWrap{position:absolute;z-index:10;bottom:15px;font-size:0;width:100%}
    .networkMap .modeWrap .mode{width:50%;height:35px;background:#fff;font-size:12px;line-height:35px;text-align:center;font-family:"HyundaiKRMedium"}
    .networkMap .modeWrap .mode:hover,
    .networkMap .modeWrap .mode:focus{text-decoration:none}
    .networkMap .modeWrap .mode.on{background:#00aad2;color:#fff}
    .networkMap .mapWrap{display:none}

    .mapCheckMode{position:relative;overflow:hidden;margin:30px 0 20px}
    .mapCheckMode label{float:left;width:50%;padding:30px 0 0 0 !important;font-family:"HyundaiKRMedium";text-align:center}
    .mapCheckMode label:before{left:50% !important;margin-left:-8px}
    .mapSelectWrap{padding-bottom:40px;padding-top:15px;border-top:1px solid #e4dcd3}
    .mapSelectWrap select{margin-top:10px}
    .subTitBox{margin:0 -15px 40px -15px;padding:20px 15px 18px;background:#f6f3f2}

    .networkListWrap .networkList{display:none}
    .networkListWrap .networkList.on{display:block}

    /* network - motorstudio */
    .imgView1.motorstudioContWrap .grid{margin-bottom:68px}
    .imgView1.motorstudioContWrap .txtArea{padding:0}
    .imgView1.motorstudioContWrap .motorstudioContTxt{padding-top:26px}
    .imgView1.motorstudioContWrap .motorstudioContTxt .motorTitWrap{text-align:left}
    .imgView1.motorstudioContWrap .motorstudioContTxt .motorTitWrap .subTit{margin:0 0 13px}
    .imgView1.motorstudioContWrap .motorstudioContTxt .motorTitWrap a{display:block}
    .imgView1.motorstudioContWrap .motorstudioContTxt .conArea{margin-top:14px}

    /* Contact us */
    .mapList{}/* n3 */
    .mapList .grid{margin-bottom:44px !important}
    .mapList .subTit4{padding-top:21px}
    .mapList .conAreas{margin-top:10px;font-size:14px;line-height:21px}
    .mapList .conAreas .manager{display:inline-block;margin-top:6px;font-family:"HyundaiKRMedium"}
    .mapList .conAreas .mail{display:inline-block;margin-top:6px;font-family:"HyundaiKRMedium"}
    .mapList .conAreas a:nth-of-type(2).mail{display:block}/* 181220_modify */
    .mapList .conAreas a:nth-child(2).mail{display:block}/* 181217_modify */

    /* News Alerts */
    .newsAlerts .conArea{margin-bottom:30px}
    .newsAlerts .tableWrap{padding:0}
    .newsAlerts .btnWrap{margin-top:40px}

    /* around the world */
    .atwWrap{margin-bottom:70px;padding:46px 15px 83px;background:url("../../en/images/abouthyundai/bg_around_mo.jpg") no-repeat left center;background-size:cover}
    .atwWrap .worldList{margin-top:-5px;padding-top:38px;text-align:center}
    .atwWrap .worldList .btn_world{display:inline-block;margin:5px 2px 0 1px;padding:0 15px;line-height:37px;background:#e4dcd3;color:#000;font-family:"HyundaiKRMedium";font-size:12px}

    .director{margin-bottom:21px}
    .director .grid2{padding-top:17px}
    .director .grid2 .subTit4{font-size:12px;text-align:center}
    .director .grid2 .subTit{margin-bottom:10px;text-align:center}
    .director .grid2 .conArea{margin-bottom:22px;color:#666;font-size:12px;line-height:17px;text-align:center}
    .director ul.txtList{margin-bottom:35px}
    .directorList{margin-top:-35px;padding-bottom:53px}
    .directorList .grid .imgArea{margin-top:35px}
    .directorList .grid .subTit4{margin-top:21px;font-family:"HyundaiKRMedium"}
    .directorList .grid .subTit3{margin-top:6px;font-size:17px;line-height:22px}
    .directorList .grid .conArea{margin-top:9px}
    .directorList ul.txtList{margin-top:15px}
    .directorWrap ul.txtList > li, .directorList ul.txtList > li{margin-bottom:7px;line-height:19px}

    /* corporate message */
    .ceoMessage{padding-bottom:60px}
    .ceoMessage .imgArea{float:none !important}
    .ceoMessage .txtArea{float:none !important;padding:20px 20px 40px 20px;background:#f6f3f2}
    .ceoMessage .txtArea .subTit4{font-family:"HyundaiKRMedium"}
    .ceoMessage .txtArea .subTit{margin:6px 0 13px}
    .ceoMessage .txtArea .sign{margin-top:7px}
    .ceoMessage .txtArea .sign img{width:auto}

    .txtSign{padding:0 0 20px 0}

    /* Utill Top Box */
    .utillTopBox{display:none}

    /* statistic box */
    .statisticWrap{padding-bottom:60px}
    .statisticWrap .grid:first-child{margin-top:0}
    .statisticWrap .grid{margin-top:10px;padding:13px 20px 46px;background:#fff}
    .statisticWrap .grid .statiyear{line-height:1;font-family:"HyundaiKRMedium";font-size:12px}
    .statisticWrap .grid .statiTit{margin-top:11px;line-height:1;font-family:"HyundaiKRMedium";font-size:19px;text-align:center}
    .statisticWrap .grid .statiNum{margin-top:7px;line-height:1;font-family:"HyundaiKRMedium";font-size:30px;color:#00aad2;text-align:center}

    /* IR overview */
    .calendarInfoWrap{margin-top:-20px}
    .calendarInfoWrap .calDate{margin-bottom:15px;text-align:right;font-size:12px;line-height:1}
    .calendarInfoWrap .gridWrap{margin-bottom:50px}
    .calendarInfoWrap .grid{overflow:hidden;margin-bottom:16px}
    .calendarInfoWrap .dateArea{padding:14px 0 12px;background:#002c5e;color:#fff;font-family:"HyundaiKRMedium";text-align:center}
    .calendarInfoWrap .dateArea .month{display:block;font-size:12px;line-height:17px}
    .calendarInfoWrap .dateArea .day{display:block;font-size:27px;line-height:27px}
    .calendarInfoWrap .infoArea{position:relative;min-height:186px;padding:35px 20px;background:#fff}
    .calendarInfoWrap .infoArea .subTit{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word}
    .calendarInfoWrap .infoArea .date{margin-top:2px;color:#666;font-size:12px}
    .calendarInfoWrap .infoArea .btmTool{position:absolute;left:20px;bottom:30px}

    /* award */
    .awardList{padding-bottom:60px}
    .awardList .lineArea{height:auto !important}
    .awardList .item{padding-top:55px;position:relative !important;left:auto !important;top:auto !important}
    .awardList .item.item1{padding-top:0}
    .awardList .item.nomargin{margin-right:0}
    .awardList .item .thumbnail{margin-bottom:16px}
    .awardList .item .btnAwardMore{width:100%}
    .awardList .lineArea .item .btnAwardMore .subTit4:after{content:'';display:inline-block;width:0;height:0;border-style:solid;border-width:6px 4.5px 0 4.5px;border-color:#000 transparent transparent transparent;margin:0 0 2px 10px}
    .awardList .lineArea .item .btnAwardMore.on .subTit4:after{-webkit-transform:rotate(180deg);transform:rotate(180deg) }
    .awardList .item .thumbnail img{width:100%}
    .awardList .item .subTit4{margin-bottom:4px;font-size:16px;text-decoration:underline}

    .awardList .awardMoreContent{position:relative;background:#f6f3f2;z-index:30;min-height:400px;padding:58px 15px 42px 15px;margin:25px -15px 0;display:none}
    .awardList .awardMoreContent:after{display:block;content:"";position:absolute;left:0;right:0;margin:0 auto;top:-7px;width:15px;height:15px;background:#f6f3f2;transform:translateY(0px) rotate(45deg);-webkit-transform:translateY(0px) rotate(45deg);z-index:10}
    .awardList .awardMoreContent .imgList .gridRow{margin-bottom:24px}
    .awardList .awardMoreContent .imgList .txtArea{padding:30px 15px 0}
    .awardList .btnMoreClose{position:absolute;right:15px;top:15px}
    .awardList .btnMoreClose img{width:12px}

    .awardMoreContent .reqBox{margin-bottom:-15px;font-size:14px;line-height:16px;font-family:"HyundaiKRMedium"}
    .awardMoreContent .req{display:inline-block;width:6px;height:5px;margin:-6px 5px 0 0;background:url("../../en/images/common/bul_req.png") no-repeat top left;background-size:6px auto;line-height:0;font-size:0;vertical-align:middle}

    .awardCarList .carlineArea{overflow:hidden;height:100%;padding:0 15px}
    .awardCarList .carlineArea .list{margin-top:60px}
    .awardCarList .carlineArea .list .img{padding:0 15px}
    .awardCarList .carlineArea .list .subTit4{margin-top:15px;font-family:"HyundaiKRMedium"}
    .awardCarList .carlineArea .list ul{font-size:12px;line-height:17px}
    .awardCarList .carlineArea .list ul li strong{display:block;margin:15px 0 10px;font-family:"HyundaiKRMedium"}
    .awardCarList .carlineArea .list ul li .desc{display:block;color:#666}

    .overViewFinancial .overViewFinancialContent{position:relative}
    .overViewFinancial .overViewFinancialContent .imgView1{height:100%;width:100%;margin:0 auto;position:absolute;left:0;right:0;top:0}
    .overViewFinancial .overViewFinancialContent .imgView1 .info{z-index:1;padding:30px 20px 30px 20px;background:#002c5e;position:absolute;left:15px;right:15px;bottom:0;color:#fff;text-align:left}
    .overViewFinancial .overViewFinancialContent .imgView1 .info .item{margin-bottom:8px}
    .overViewFinancial .overViewFinancialContent .imgView1 .info .item span{font-size:19px;font-family:"HyundaiKRMedium";margin-right:12px}
}
/* 190103_modify */
.awardCarList .carlineArea .list ul li,
.historyCont .listArea ul.txtList li,
.coreValuesItem li .txt,
.managementCont .conArea,
.slideText .txtArea .conArea{font-family:'HyundaiKRTextRegular'}
.networkMap .mapWrap button.on{font-family:'HyundaiKRTextRegular'}
.mapList .conAreas,
.newsAlerts .conArea{font-family:'HyundaiKRTextRegular'}
@charset "utf-8";

@media print,screen and (min-width:741px) and (max-width:20000px){
    .bobsleighNewWin{position:absolute;bottom:0;left:0;right:0;width:1120px;margin:0 auto;padding-bottom:74px}
    .bobsleighNewWin li{margin-top:15px}

    /* power engine */
    .enginList{position:relative;padding-bottom:100px}
    .enginList .lineArea{position:relative;overflow:hidden;transition:height 0.3s;height:205px}
    .enginList .lineArea .lineRow{margin:0 !important}
    .enginList .lineArea .item{float:left;width:256px !important;margin:0 32px 0 0 !important}
    .enginList .lineArea .item.nomargin{margin-right:0 !important}
    .enginList .lineArea .item .btnEnginMore{display:block;text-align:center;opacity:0.3}
    .enginList .lineArea .item.on .btnEnginMore{opacity:1}
    .enginList .lineArea .item .btnEnginMore .thumbnail{width:256px;margin-bottom:22px}
    .enginList .lineArea .item .btnEnginMore .thumbnail img{width:180px;height:156px}
    .enginList .lineArea .item .btnEnginMore .subTit4{padding:0 20px;line-height:24px;word-break:break-word;white-space:normal}
    .enginList .lineArea .item .enginMoreContent{display:none;position:absolute;top:240px;left:0;width:100%;background:#f6f3f2;z-index:30;padding:68px 97px}
    .enginList .lineArea .item .enginMoreContent:after{display:block;content:"";position:absolute;left:25px;top:-10px;width:20px;height:20px;background:#f6f3f2;transform:translateY(0px) rotate(45deg);z-index:10}
    .enginList .lineArea .item1 .enginMoreContent:after{left:120px}
    .enginList .lineArea .item2 .enginMoreContent:after{left:408px}
    .enginList .lineArea .item3 .enginMoreContent:after{left:695px}
    .enginList .lineArea .item4 .enginMoreContent:after{left:983px}
    .enginList .lineArea .item .enginMoreContent .tableConArea{float:left;width:480px}
    .enginList .lineArea .item .enginMoreContent .tableConArea h4.subTit{margin-top:45px}
    .enginList .lineArea .item .enginMoreContent .tableConArea .conArea{margin-top:22px}
    .enginList .lineArea .item .enginMoreContent .thumbArea{float:right}
    .enginList .lineArea .item .enginMoreContent .thumbArea img{width:416px;height:360px}

    /* eco */
    .rndList{padding:0 64px;background:#fff}
    .rndList .grid{overflow:hidden;position:relative;height:360px;border-top:1px solid #e5e5e5}
    .rndList .grid:first-child{border-top:0}
    .rndList .grid .imgArea{float:right;width:608px;padding:98px 32px 21px 0;text-align:right}
    .rndList .grid .imgArea img{width:480px;height:240px}
    .rndList .grid .txtArea{float:left;width:384px;padding-top:75px}
    .rndList .grid .txtArea .subTit{margin-bottom:15px}
    .rndList .grid .txtArea .noticeList{position:absolute;bottom:40px;width:420px}

    .iconList{width:1120px;padding:0 100px 50px 100px;text-align:center;font-size:0;line-height:0}
    .iconList .grid{overflow:hidden;display:inline-block;float:none;width:186px;height:295px;vertical-align:top}
    .iconList.n4 .grid{margin:0 20px !important}
    .iconList.n3 .grid{margin:0 25px !important}
    .iconList .grid .imgArea img{width:186px;height:186px}
    .iconList .grid .txtArea{margin-top:20px}
    .iconList .grid .txtArea .subTit4{line-height:22px !important}

    .ecoProjectCont01{padding:21px 65px 60px}
    .ecoProjectCont01 ul{overflow:hidden;height:auto}
    .ecoProjectCont01 ul li{position:relative;float:left;width:330px;text-align:center}
    .ecoProjectCont01 ul li:after{content:'';display:block;position:absolute;right:0;top:12px;width:1px;height:210px;background:#e5e5e5}
    .ecoProjectCont01 ul li:last-child:after{display:none}
    .ecoProjectCont01 ul li .item{margin-bottom:22px}
    .ecoProjectCont01 ul li .tit{display:block;margin-bottom:10px;color:#00aad2;font-family:"HyundaiKRMedium";font-size:16px}
    .ecoProjectCont01 ul li .num{display:block;color:#00aad2;font-family:"HyundaiKRMedium";font-size:100px;line-height:80px}
    .ecoProjectCont01:after{content:'';display:block;width:148px;height:34px;margin:71px auto 0;background:url('../../en/images/brandstory/img_eco_project.png') no-repeat}

    .ecoProjectCont02{padding:0 48px 95px}
    .ecoProjectCont02 ul{overflow:hidden;height:auto}
    .ecoProjectCont02 ul li{float:left;width:210px;margin:0 23px;text-align:center}
    .ecoProjectCont02 ul li .txt{display:block;margin-top:25px;font-family:"HyundaiKRMedium";line-height:20px}

    /* Design Philosophy */
    .PhiloShowList .item{position:relative;overflow:hidden;text-align:center;min-height:580px}
    .PhiloShowList .item .img{position:relative;height:580px;overflow:hidden}
    .PhiloShowList .item .bgCenter{position:absolute;left:50%;top:0;margin-left:-960px;width:1920px}
    .PhiloShowList .item .info{position:absolute;top:0;left:0;width:100%;padding:238px 0 0 0}
    .PhiloShowList .item .info h3{color:#fff}
    .PhiloShowList .item .info .conArea{color:#fff;margin-top:10px;font-size:20px}
    .PhiloShowList .item .btnShow{display:block;text-indent:-9999px;position:absolute;left:0;right:0;top:490px;width:40px;height:40px;background:url('../../en/images/brandstory/btn_show_sp.png') no-repeat;margin:0 auto}
    .PhiloShowList .item.on .btnShow{background-position:-40px 0}
    .PhiloShowList .item .viewArea{display:block;width:1120px;margin:0 auto;visibility:hidden;overflow:hidden;height:0}
    .PhiloShowList .item .viewArea.onload{visibility:visible;height:auto;display:none}
    .PhiloShowList .item .viewArea .inner{padding-top:100px}
    .PhiloShowList .item .viewArea .inner .btnWrap{padding-bottom:70px}
    .PhiloShowList .item .viewArea .titArea.line{padding-top:100px;border-top:1px solid #e9e9e9}
    .PhiloShowList .item .viewArea .txtCont1{padding-bottom:10px}
    .PhiloShowList .inner .innerBtm{width:800px;margin:0 auto;padding-bottom:100px;border-top:1px solid #e9e9e9}/* 개발환경과 동일처리 */
    .PhiloShowList .inner .innerBtm.qrCodeWrap .qr{display:inline-block;margin:0 15px;font-size:12px}
    .PhiloShowList .inner .innerBtm.qrCodeWrap .qr .qrCode{display:block;margin-bottom:5px}
    .PhiloShowList .inner .innerBtm .subTit3{margin-top:50px}
    .PhiloShowList .inner .innerBtm .imgArea{margin-top:30px;text-align:center}
    .PhiloShowList .inner .innerBtm .videoBox{width:704px;height:466px;margin:0 auto}
    .PhiloShowList .inner .innerBtm .videoBox a{display:block}
    .PhiloShowList .inner .innerBtm .videoBox img{width:704px;height:466px}
    
    .PhiloShowList.big .item .bgCenter{margin-left:-960px;width:1920px}

    /* 개발요청삽입 2017-3-3 */
    .PhiloShowList .item .viewArea .inner .imgView2{padding-bottom:40px}
    .PhiloShowList .item .viewArea .inner .imgView2 .gridRow{margin-bottom:51px}
    .PhiloShowList .item .viewArea .inner .titArea.mt100{margin-top:0 !important;padding-top:100px;border-top:1px solid #e9e9e9}
}

/* mobile size */
@media screen and (min-width:0) and (max-width:740px){
    .bobsleighNewWin{position:absolute;bottom:0;left:0;right:0;width:100%;padding:0 35px 20px}
    .bobsleighNewWin li{margin-top:9px}

    /* power engine */
    .enginList{position:relative;padding-bottom:30px;overflow:hidden;margin:0 -15px}
    .enginList .lineArea{overflow:hidden;margin-left:-80px;margin-right:-80px;white-space:nowrap}
    .enginList .lineArea .lineRow{font-size:0;transition:0.2s ease-in-out}
    .enginList .lineArea .item{display:inline-block;text-align:center}
    .enginList .lineArea .item:first-child{margin-left:-15px}
    .enginList .lineArea .item.nomargin{margin-right:0}
    .enginList .lineArea .item .btnEnginMore{display:block;text-align:center;opacity:0.3;margin:0 auto;width:138px}
    .enginList .lineArea .item.on .btnEnginMore{opacity:1;text-decoration:underline}
    .enginList .lineArea .item .btnEnginMore .thumbnail{margin-bottom:22px}
    .enginList .lineArea .item .btnEnginMore .thumbnail img{width:138px;height:120px}
    .enginList .lineArea .item .btnEnginMore .subTit4{word-break:break-word;white-space:normal;padding:0 3px;letter-spacing:-0.05em}
    .enginList .lineArea .item .enginMoreContent{display:none;position:absolute;left:0;right:0;background:#f6f3f2;z-index:30;padding:30px 30px 40px 30px;margin-top:30px;margin:0 15px}
    .enginList .lineArea .item .enginMoreContent:after{display:block;content:"";position:absolute;left:50%;top:-10px;width:20px;height:20px;background:#f6f3f2;transform:translateY(0px) rotate(45deg);transform:translateY(0px) rotate(45deg);-webkit-transform:translateY(0px) rotate(45deg);z-index:10;margin-left:-10px}
    .enginList .lineArea .item .enginMoreContent .tableConArea{white-space:normal}
    .enginList .lineArea .item .enginMoreContent .tableConArea h5.subTit4{margin:8px 0 15px 0}
    .enginList .lineArea .item .enginMoreContent .thumbArea{width:70%;margin:15px auto 0 auto}

    /* eco */
    .rndList{padding:0 25px;background:#fff}
    .rndList .grid{padding-top:30px;padding-bottom:30px;border-top:1px solid #e5e5e5}
    .rndList .grid:first-child{border-top:none}
    .rndList .grid .txtArea{padding-top:15px}
    .rndList .grid .txtArea .subTit{margin-bottom:10px}

    .iconList{width:260px;margin:0 auto;padding-bottom:20px;text-align:left;font-size:0;line-height:0}
    .iconList .grid{display:inline-block;padding:0;width:50%;height:166px;text-align:center}
    .iconList .grid .imgArea img{width:93px;height:93px}
    .iconList .grid .txtArea{margin-top:10px}
    .iconList .grid .txtArea .subTit4{line-height:19px !important}

    .ecoProjectCont01{padding:0 15px 35px}
    .ecoProjectCont01 ul{}
    .ecoProjectCont01 ul li{display:table;position:relative;width:100%;padding:15px 0}
    .ecoProjectCont01 ul li:before{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:1px;background:#e5e5e5}
    .ecoProjectCont01 ul li:first-child:before{display:none}
    .ecoProjectCont01 ul li .item{width:103px;text-align:center}
    .ecoProjectCont01 ul li .item .tit{display:block;margin-bottom:10px;color:#00aad2;font-family:"HyundaiKRMedium";font-size:12px}
    .ecoProjectCont01 ul li .item .num{display:block;color:#00aad2;font-family:"HyundaiKRMedium";font-size:35px;line-height:32px}
    .ecoProjectCont01 ul li .txt{display:table-cell;margin-top:3px;padding-right:10px;font-size:12px;line-height:17px;vertical-align:middle}
    .ecoProjectCont01:after{content:'';display:block;width:74px;height:17px;margin:10px auto 0;background:url('../../en/images/brandstory/img_eco_project.png') no-repeat;background-size:74px 17px}

    .ecoProjectCont02{width:280px;margin:0 auto;padding:0 0 65px}
    .ecoProjectCont02 ul{overflow:hidden;height:auto}
    .ecoProjectCont02 ul li{float:left;width:50%;height:198px;padding:0 12px;text-align:center}
    .ecoProjectCont02 ul li .txt{display:block;margin-top:10px;font-family:"HyundaiKRMedium";line-height:19px}
    .ecoProjectCont02 ul li img{width:105px;height:105px}

    .contBox.banner .titArea{padding-bottom:34px}
    .contBox.banner .titArea .topTxt{margin-bottom:0}

    /* Design Philosophy */
    .PhiloShowList .item{position:relative;overflow:hidden;text-align:center}
    .PhiloShowList .item .img{position:relative;overflow:hidden}
    .PhiloShowList .item .info{position:absolute;top:0;left:0;width:100%;padding-top:40%;padding-left:10%;padding-right:10%}
    .PhiloShowList .item .info h3{color:#fff}
    .PhiloShowList .item .info .conArea{color:#fff;margin-top:10px;text-align:center}
    .PhiloShowList .item .btnShow{display:block;position:relative;text-indent:-999em;width:30px;height:30px;background:url('../../en/images/brandstory/btn_show_sp.png') no-repeat;background-size:60px;margin:-60px auto 30px auto}
    .PhiloShowList .item.on .btnShow{background-position:-30px 0}
    .PhiloShowList .item .viewArea{display:block;visibility:hidden;overflow:hidden;height:0}
    .PhiloShowList .item .viewArea.onload{visibility:visible;height:auto;display:none}
    .PhiloShowList .item .viewArea .inner{padding-top:50px}
    .PhiloShowList .item .viewArea .titArea.line{padding-top:60px;border-top:1px solid #e9e9e9}
    .PhiloShowList .item .viewArea .txtCont1{padding-bottom:20px}
    .PhiloShowList .inner .imgArea{padding:0 15px}
    .PhiloShowList .inner .slideWrap{margin:0 15px}
    .PhiloShowList .inner .innerBtm{margin:0 15px 60px;border-top:1px solid #e9e9e9}/* 개발환경과 동일처리 */
    .PhiloShowList .inner .innerBtm.qrCodeWrap .qr{display:block;width:94px;margin:29px auto 0 auto;font-size:12px}
    .PhiloShowList .inner .innerBtm.qrCodeWrap .qr:first-child{margin-top:0}
    .PhiloShowList .inner .innerBtm.qrCodeWrap .qr .qrCode{margin-bottom:5px}
    .PhiloShowList .inner .innerBtm .subTit3{margin-top:26px}
    .PhiloShowList .inner .innerBtm .imgArea{margin-top:19px;padding:0;text-align:center}

    /* 개발요청삽입 2017-3-3 */
    .PhiloShowList .item .viewArea .inner .imgView2{padding-bottom:25px}
    .PhiloShowList .item .viewArea .inner .imgView2 .grid{margin-bottom:35px}
    .PhiloShowList .item .viewArea .inner .titArea.mt100{margin-top:0 !important;padding-top:60px;border-top:1px solid #e9e9e9}
}
/* 181015_modify */
.PhiloShowList .item .info .conArea{font-family:'HyundaiKRTextRegular'}
.ecoProjectCont01 ul li{font-family:'HyundaiKRTextRegular'}
@charset "utf-8";

@media print,screen and (min-width:741px) and (max-width:20000px){
	/* worldwide */
	.worldwideMap{position:relative;padding:0 0 60px;margin-top:-50px}
	.worldwideMap .imgMap{overflow:hidden;position:relative;width:907px;height:499px;margin:0 auto;background:url("../../en/images/globalhyundai/img_map.png") no-repeat}
	.worldwideMap .imgMap .imgMapActive{position:absolute;top:0;left:0}
	.worldwideMap .imgMap .imgMapActive img{display:none;position:absolute;top:0}
	.worldwideMap .imgMap .imgMapActive img.on{display:block}
	.worldwideCont .tabWrap{display:none}

	.infoLocation{margin-bottom:35px;font-size:0;position:relative}
	.infoLocation strong{position:relative;display:inline-block;padding-left:25px;vertical-align:middle;font-size:14px}
	.infoLocation strong:before{display:block;content:'';position:absolute;top:5px;left:0;width:16px;height:16px;background:url("../../en/images/globalhyundai/ico_location.png") no-repeat}
	.infoLocation .flagBox{display:inline-block;vertical-align:middle;font-size:14px;margin:0 40px 0 10px}
	.infoLocation .flagBox img.flag{display:inline-block;vertical-align:middle;margin-right:10px}
	.infoLocation .flagBox a{color:#00aad2}
	.infoLocation .link{position:absolute;right:0;top:0;display:block;font-size:14px}
	.infoLocation .link a{display:inline-block;margin-left:5px;color:#002c5f;text-decoration:underline}

	.countryWrap{}
	.countryWrap.showCon{padding-bottom:100px}
	.countryArea{display:none;background:#fff;margin-bottom:10px;padding:65px 0 25px 0}
	.countryArea:last-child{margin-bottom:0}
	.countryArea .titArea{text-align:left;padding-left:95px;padding-right:95px}
	.countryList{position:relative;padding:0 0 0 95px;margin-left:-90px;overflow:hidden}
	.countryList .item{float:left;width:250px;margin-left:90px; transition:height 0.3s}
	.countryName{font-size:14px;padding-bottom:30px}
	.countryName button{}
	.countryName button img{display:inline-block;margin-right:10px;vertical-align:middle}
	.countryName.on button{color:#002c5f;font-family:"HyundaiKRMedium"}
	.countryCont{position:absolute;left:90px;right:0;top:62px;z-index:1;padding:55px 96px 52px;background:#002c5f;color:#fff;display:none}
	.countryCont .subTit2{margin-bottom:40px;color:#fff}
	.countryCont .info{margin-left:-55px;font-size:0;display:table;overflow:hidden;margin-top:-25px}
	.countryCont .info .infoCont{display:inline-block;vertical-align:top;width:420px;margin-left:55px;font-size:14px;margin-top:25px;border-top:1px solid #fff;padding-top:30px}
	.countryCont .info .infoCont .tit{margin-bottom:20px;font-size:16px;line-height:28px}
	.countryCont .info .infoCont dl{overflow:hidden;height:100%;line-height:26px}
	.countryCont .info .infoCont dl dt{float:left;width:73px}
	.countryCont .info .infoCont dl dd{padding-left:73px}
	.countryCont .info .infoCont dl dd a{color:#fff;text-decoration:underline}
	.countryCont .btnClose{position:absolute;right:96px;top:60px;width:16px;height:16px;background:url("../../en/images/globalhyundai/btn_country_close.png") no-repeat;text-indent:-9999px}

	/* hyundai social */
	.machFilterArea.social .filterItemList.full .filterItem{width:auto;height:auto;padding:40px 0 40px 60px}
	.machFilterArea.social .filterItem{width:33.3%;height:230px}
	.machFilterArea.social .filterItem .filterList{padding-top:10px}
	.machFilterArea.social .filterItem .filterList li{margin-bottom:36px}
	.machFilterArea.social .select select{box-shadow:none !important}
	.machFilterArea.social .filterItem .datepicker{margin-bottom:36px;width:300px;position:relative}
	.machFilterArea.social .filterItem .datepicker .inputText{border:0 !important;width:275px;margin-bottom:10px;padding-right:25px}
	.machFilterArea.social .filterItem .datepickerItem{position:relative;width:275px}
	.machFilterArea.social .filterItem .datepickerItem .ui-datepicker-trigger{position:absolute;right:20px;top:11px;left:auto}
	.machFilterArea.social .filterItem .bar{position:absolute;right:0;top:0;line-height:44px;font-family:"HyundaiKRMedium";color:#000}

	.snsListWrap{width:1140px;position:relative}/* 20180328 modify width:1120px;*/
	.snsListWrap .btnWrap{margin-top:50px}
	.snsListTy{vertical-align:top;overflow:hidden}/* 20180328 modify :-webkit-columns:4 265px;-moz-columns:4 265px;columns:4 265px;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;*/
	.msie9 .snsListTy{width:1140px}/* 20180323 modify :width:1140px;*/
	.snsListTy .columnsImg.grid-sizer{width:285px}
	.snsListTy img{}
	.snsListTy .columnsImg{padding-bottom:20px;width:265px;overflow:hidden;-webkit-column-break-inside:avoid;-webkit-backface-visibility:hidden}
	.msie9 .snsListTy .columnsImg{padding-bottom:20px;overflow:hidden;-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid}/* 20180320 modify :float:left;삭제 */
	.snsListTy .columnsImg .imgArea > img{width:100%}
	.snsListTy .columnsImg .imgArea .blankImg{display:none}
	.snsListTy .txtArea{padding:30px;background:#f6f3f2}
	.snsListTy .txt{display:block;margin-bottom:4px}
	.snsListTy .date{display:block;margin-bottom:25px;color:#7b7979;font-size:14px}
	.snsListTy .snsInfo{overflow:hidden;display:block}
	.snsListTy .snsInfo .name{float:left;color:#00aad2;font-size:14px}
	.snsListTy .snsInfo .ico{display:block;float:right;height:17px;margin-top:5px;background:url("../../en/images/common/ico_sns_small.png") no-repeat;text-indent:-9999px}
	.snsListTy .snsInfo .ico.facebook{width:7px;background-position:0 0}
	.snsListTy .snsInfo .ico.twitter{width:18px;background-position:-30px 0}
	.snsListTy .snsInfo .ico.google{width:22px;background-position:-60px 0}
	.snsListTy .snsInfo .ico.youtube{width:21px;background-position:-90px 0}
	.snsListTy .snsInfo .ico.insta{width:17px;background-position:-120px 0}

	.snsView .boxHorizon:after{display:block;clear:both;content:''}
	.snsView .boxHorizon .left{float:left}
	.snsView .boxHorizon .left .infoLocation{margin-bottom:35px;font-size:0}
	.snsView .boxHorizon .left .infoLocation strong{display:inline-block;vertical-align:middle;font-size:14px}
	.snsView .boxHorizon .left .infoLocation .flagBox{display:inline-block;vertical-align:middle;font-size:14px;margin:0 40px 0 10px}
	.snsView .boxHorizon .left .infoLocation .flagBox img.flag{display:inline-block;vertical-align:middle;margin-right:10px}
	.snsView .boxHorizon .left .infoLocation .flagBox a{color:#00aad2}
	.snsView .boxHorizon .left .infoLocation .link{display:inline-block;vertical-align:middle;font-size:14px}
	.snsView .boxHorizon .left .infoLocation .link a{display:inline-block;margin-left:5px;color:#002c5f;text-decoration:underline}
	.snsView .boxHorizon .left .searchBar{min-height:85px}
	.snsView .boxHorizon .left .searchBar .searchWrap{top:0}
	.snsView .boxHorizon .right{float:right;font-size:0}
	.snsView .boxHorizon .right strong{display:inline-block;vertical-align:middle;font-size:14px}
	.snsView .boxHorizon .right a{display:inline-block;text-indent:-9999px;width:26px;height:26px;background-repeat:no-repeat;background-position:0 0;margin-left:6px;vertical-align:middle}
	.snsView .togCont{background:#f6f3f2;padding-top:0;padding-bottom:36px}
	.snsView .togCont .snsList li{border-top:1px solid #e4dcd3;overflow:hidden;padding:22px 0 24px 0}
	.snsView .togCont .snsList li:first-child{border-top:none}
	.snsView .togCont .snsList li .flagBox{float:left;font-size:14px}
	.snsView .togCont .snsList li .flagBox img.flag{display:inline-block;vertical-align:middle;margin-right:5px}
	.snsView .togCont .snsList li .flagBox span{vertical-align:middle}
	.snsView .togCont .snsList li .snsBoxList{float:right;font-size:0}
	.snsView .togCont .snsList li .snsBoxList a{display:inline-block;text-indent:-9999px;width:26px;height:26px;background-repeat:no-repeat;background-position:0 0;margin-left:8px;vertical-align:top}
	.snsView .btnFacebook{background-image:url("../../en/images/globalhyundai/ico_facebook.png")}
	.snsView .btnYoutube{background-image:url("../../en/images/globalhyundai/ico_youtube.png")}
	.snsView .btnTwitter{background-image:url("../../en/images/globalhyundai/ico_tweeter.png")}
	.snsView .btnGoogle{background-image:url("../../en/images/globalhyundai/ico_google.png")}
}
:root .msie9 .snsListTy .columnsImg{width:265px\9;margin-right:15px\9;display:inline-block\9;vertical-align:top\9}/* 20180323 add */

/* mobile size */
@media screen and (min-width:0) and (max-width:740px){
	/* worldwide */
	.worldwideMap .imgMap{display:none}

	.countryWrap{min-height:400px;background:#fff;margin:0 -15px;padding:0 10px}
	.countryWrap.showCon{padding-bottom:30px}
	.countryArea{display:none}
	.countryArea:after{display:block;clear:both;content:''}
	.countryArea .titArea{text-align:left;padding:37px 0 30px 0}
	.countryArea#AS{min-height:920px;}

	.countryList{position:relative;display:block}
	.countryList .item{float:left;width:50%;transition:height 0.3s}
	.countryName{padding-bottom:5px;font-size:0;line-height:0}
	.countryName button{overflow:hidden;display:block;width:100%;height:42px;text-align:left;vertical-align:top}
	.countryName button span{display:inline-block;width:75%;height:42px;font-size:12px;line-height:19px;vertical-align:top}
	.countryName button img{display:inline-block;margin-right:10px;vertical-align:top}
	.countryName.on button{color:#002c5f;text-decoration:underline}

	.countryCont{position:absolute;left:0;right:0 ;top:34px;z-index:1;padding:30px 15px 5px;margin-left:-10px;margin-right:-10px;background:#002c5f;color:#fff;display:none}
	.countryCont .subTit2{margin-bottom:24px;color:#fff}
	.countryCont .info .infoCont{margin-bottom:25px;font-size:12px;border-top:1px solid #fff;padding-top:25px}
	.countryCont .info .infoCont .tit{margin-bottom:10px;font-size:16px;line-height:22px}
	.countryCont .info .infoCont dl{overflow:hidden;height:100%;line-height:22px}
	.countryCont .info .infoCont dl dt{float:left;width:67px}
	.countryCont .info .infoCont dl dd{padding-left:67px}
	.countryCont .info .infoCont dl dd a{color:#fff}
	.countryCont .btnClose{position:absolute;right:15px;top:32px;width:12px;height:12px;background:url("../../en/images/globalhyundai/btn_country_close_mo.png") no-repeat;background-size:100%;text-indent:-9999px}

	.countryLink{font-size:13px;margin-left:-15px;margin-right:-15px;padding:25px 15px}
	.countryLink .location{margin-bottom:8px}
	.countryLink .location em{margin-left:3px;font-style:normal;color:#00aad2}
	.countryLink .link a{color:#002c5e;text-decoration:underline}

	.machFilterArea.social{padding:25px 0}
	.machFilterArea.social .filterItem .datepicker{position:relative}
	.machFilterArea.social .filterItem .datepicker .inputText{border:0 !important;width:100%;margin-bottom:10px}
	.machFilterArea.social .filterItem .datepickerItem{position:relative}
	.machFilterArea.social .filterItem .datepickerItem .ui-datepicker-trigger{position:absolute;top:10px;right:15px;width:10px}
	.machFilterArea.social .filterItem .datepicker .bar{display:none}

	/* hyundai social */
	.snsListWrap{}
	.snsListTy{vertical-align:top}
	.snsListTy .columnsImg{vertical-align:top;position:relative !important;left:auto !important;top:auto !important;padding-bottom:20px;overflow:hidden}
	.snsListTy .columnsImg .imgArea{overflow:hidden;background:#000;text-align:center;position:relative}
	.snsListTy .columnsImg .imgArea > img{width:100%}
	.snsListTy .columnsImg .imgArea .blankImg{display:none}
	.snsListTy .txtArea{padding:25px 20px;background:#f6f3f2}
	.snsListTy .txt{display:block;margin-bottom:8px}
	.snsListTy .date{display:block;margin-bottom:14px;color:#7b7979;font-size:14px}
	.snsListTy .snsInfo{overflow:hidden;display:block}
	.snsListTy .snsInfo .name{float:left;color:#00aad2;font-size:14px}
	.snsListTy .snsInfo .ico{display:block;float:right;height:17px;margin-top:5px;background:url("../../en/images/common/ico_sns_small.png") no-repeat;text-indent:-9999px}
	.snsListTy .snsInfo .ico.facebook{width:7px;background-position:0 0}
	.snsListTy .snsInfo .ico.twitter{width:18px;background-position:-30px 0}
	.snsListTy .snsInfo .ico.google{width:22px;background-position:-60px 0}
	.snsListTy .snsInfo .ico.youtube{width:21px;background-position:-90px 0}
	.snsListTy .snsInfo .ico.insta{width:17px;background-position:-120px 0}
	.snsListTy .columnsImg img{width:100%}

	.snsView .boxHorizon{position:relative}
	.snsView .boxHorizon .left .infoLocation{padding-bottom:50px;font-size:0}
	.snsView .boxHorizon .left .infoLocation strong{position:relative;display:inline-block;padding-left:20px;vertical-align:middle;font-size:13px;font-family:'HyundaiKRRegular'}
	.snsView .boxHorizon .left .infoLocation strong:before{display:block;content:'';position:absolute;top:3px;left:0;width:12px;height:12px;background:url("../../en/images/globalhyundai/ico_location.png") no-repeat;background-size:12px 12px}
	.snsView .boxHorizon .left .infoLocation .flagBox{display:inline-block;vertical-align:middle;font-size:13px;margin:0 40px 0 10px}
	.snsView .boxHorizon .left .infoLocation .flagBox img.flag{display:inline-block;vertical-align:middle;width:26px;margin-right:5px}
	.snsView .boxHorizon .left .infoLocation .flagBox a{color:#00aad2;text-decoration:underline}
	.snsView .boxHorizon .left .infoLocation .link{display:block;font-size:13px;margin-top:8px}
	.snsView .boxHorizon .left .infoLocation .link a{display:inline-block;margin-left:5px;color:#002c5f;text-decoration:underline}
	.snsView .boxHorizon .right{font-size:0;position:absolute;left:0;bottom:80px;text-align:right;width:100%}
	.snsView .boxHorizon .right strong{position:absolute;top:0;left:0;display:inline-block;vertical-align:middle;font-size:14px;text-align:left}
	.snsView .boxHorizon .right a{display:inline-block;text-indent:-999em;width:18px;height:18px;background-repeat:no-repeat;background-position:0 0;background-size:18px;margin-left:7px;vertical-align:top}
	.snsView .togCont{padding:10px 20px 40px 20px}
	.snsView .togCont .snsList li{overflow:hidden;position:relative;min-height:45px;padding:10px 0}
	.snsView .togCont .snsList li .flagBox{position:relative;font-size:0;line-height:0}
	.snsView .togCont .snsList li .flagBox img.flag{position:absolute;top:0;left:0}
	.snsView .togCont .snsList li .flagBox span{display:inline-block;padding:0 100px 0 35px;font-size:12px;line-height:19px}
	.snsView .togCont .snsList li .snsBoxList{position:absolute;top:10px;right:0;text-align:right;font-size:0}
	.snsView .togCont .snsList li .snsBoxList a{display:inline-block;text-indent:-999em;width:18px;height:18px;background-repeat:no-repeat;background-position:0 0;background-size:18px;margin:2px 0 0 7px;vertical-align:top}
	.snsView .btnFacebook{background-image:url("../../en/images/globalhyundai/ico_facebook.png")}
	.snsView .btnYoutube{background-image:url("../../en/images/globalhyundai/ico_youtube.png")}
	.snsView .btnTwitter{background-image:url("../../en/images/globalhyundai/ico_tweeter.png")}
	.snsView .btnGoogle{background-image:url("../../en/images/globalhyundai/ico_google.png")}
}
/* 181015_modify */
.countryCont .info .infoCont dl dd{font-family:'HyundaiKRTextRegular'}
.countryCont .info .infoCont dl dd > a{font-family:'HyundaiKRRegular'}
.infoLocation .flagBox a,
.countryName button{font-family:'HyundaiKRTextRegular'}
.snsListTy .date{font-family:'HyundaiKRTextRegular'}
@charset "utf-8";

@media print,screen and (min-width:741px) and (max-width:20000px){
	.sponListWrap{}
	.sponListWrap .gridWrap{margin-bottom:-40px}
	.sponListWrap .gridRow{overflow:hidden;margin-bottom:40px}
	.sponListWrap .subTit3{margin-bottom:10px;font-family:'HyundaiKRMedium'}
	.sponListWrap .sponList{overflow:hidden}
	.sponListWrap .sponList dt{float:left;width:130px}
	.sponListWrap .sponList dd{float:left;width:370px}
	.sponListWrap .sponList dt,
	.sponListWrap .sponList dd{margin-top:13px}
	.sponListWrap .grid2{padding-left:15px}
	.sponListWrap .grid2 dd{float:left;width:355px}

	.banner{height:210px;margin:-30px 0 70px}
}

/* mobile size */
@media screen and (min-width:0) and (max-width:740px){
	.sponListWrap{}
	.sponListWrap .gridWrap{margin-bottom:-15px}
	.sponListWrap .gridRow{overflow:hidden}
	.sponListWrap .grid{margin-bottom:20px}
	.sponListWrap .subTit3{margin-bottom:8px;font-family:'HyundaiKRMedium'}
	.sponListWrap .sponList{overflow:hidden}
	.sponListWrap .sponList dl{position:relative;margin-top:6px}
	.sponListWrap .sponList dt{position:absolute;width:100px;top:0;left:0}
	.sponListWrap .sponList dd{padding-left:100px}
	.banner{margin-bottom:35px}
}
@charset "utf-8";
/*
* networkd.css.ko
*/
/* version : 230214 */
.networkMap .mapWrap .map#KR{top:176px;left:453px}
.networkMap .mapWrap .map#US{top:174px;left:812px}
.networkMap .mapWrap .map#DE{top:130px;left:198px}
.networkMap .mapWrap .map#IN{top:231px;left:331px}
.networkMap .mapWrap .map#JP{top:157px;left:491px}
.networkMap .mapWrap .map#CN{top:186px;left:389px}
.networkMap .mapWrap .map#CZ{top:129px;left:170px}
.networkMap .mapWrap .map#TR{top:168px;left:224px}
.networkMap .mapWrap .map#RU{top:108px;left:340px}
.networkMap .mapWrap .map#BR{top:300px;left:870px}
.networkMap .mapWrap .map#ID{top:295px;left:420px}
.networkMap .mapWrap .map#SG{top:283px;left:395px;}
@charset "utf-8";

@media print,screen and (min-width:741px) and (max-width:20000px){
    /* Collision avoidance > animation */
    .innovation_safety{}
    .innovation_safety .safety_tech{position:relative;padding-top:100px;height:790px;margin-bottom:100px}
    .innovation_safety .safety_tech.bg0{background:url('../../en/images/abouthyundai/safety_tech_AEB.jpg') no-repeat center top}
    .innovation_safety .safety_tech.bg1{background:url('../../en/images/abouthyundai/safety_tech_ASCC.jpg') no-repeat center top}
    .innovation_safety .safety_tech.bg2{background:url('../../en/images/abouthyundai/safety_tech_BSD.jpg') no-repeat center top}
    .innovation_safety .safety_tech.bg3{background:url('../../en/images/abouthyundai/safety_tech_DBL.jpg') no-repeat center top}
    .innovation_safety .safety_tech.bg4{background:url('../../en/images/abouthyundai/safety_tech_ESC.jpg') no-repeat center top}
    .innovation_safety .safety_tech.bg5{background:url('../../en/images/abouthyundai/safety_tech_HAC.jpg') no-repeat center top}
    .innovation_safety .safety_tech.bg6{background:url('../../en/images/abouthyundai/safety_tech_LDWS.jpg') no-repeat center top}
    .innovation_safety .safety_tech.bg7{background:url('../../en/images/abouthyundai/safety_tech_LKAS.jpg') no-repeat center top}
    .innovation_safety .safety_tech.bg8{background:url('../../en/images/abouthyundai/safety_tech_SHBA.jpg') no-repeat center top}
    .innovation_safety .safety_tech.bg9{background:url('../../en/images/abouthyundai/safety_tech_TPMS.jpg') no-repeat center top}
    .innovation_safety .safety_tech.bg10{background:url('../../en/images/abouthyundai/safety_tech_VSM.jpg') no-repeat center top}

    .innovation_safety .safety_tech .techTitleArea{background:#002c5f;height:90px;position:relative;z-index:10;width:1120px;margin:0 auto}
    .innovation_safety .safety_tech .techTitleArea ul.titleSec{float:left;padding-left:40px}
    .innovation_safety .safety_tech .techTitleArea ul.titleSec li{display:none}
    .innovation_safety .safety_tech .techTitleArea ul.titleSec li.on{display:block}
    .innovation_safety .safety_tech .techTitleArea ul.titleSec li h3{color:#fff;font-size:20px;line-height:90px}
    .innovation_safety .safety_tech .tech_list{position:absolute;right:0;top:0;transition:all 0.5s;-webkit-transition:all 0.5s;width:100px;height:90px;overflow:hidden}
    .innovation_safety .safety_tech .tech_list.on{width:1120px;height:690px}
    .innovation_safety .safety_tech .tech_list .more{float:right;display:block;background:url('../../en/images/abouthyundai/btn_tech_open_close.jpg') no-repeat;width:100px;height:90px;overflow:hidden;text-indent:-99999px}
    .innovation_safety .safety_tech .tech_list .more.on{background-position:0 -90px}
    .innovation_safety .safety_tech .tech_list ul{overflow:hidden;position:absolute;right:0;top:90px;width:1120px;height:600px;background:#f6f3f2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 0 40px;display:none}
    .innovation_safety .safety_tech .tech_list li{float:left;width:256px;height:170px;margin:0 5px 5px 0 }
    .innovation_safety .safety_tech .tech_list li button{display:block;line-height:170px;text-align:center;color:#fff;font-size:30px;font-family:"HyundaiKRMedium";width:256px}
    .innovation_safety .safety_tech .tech_list li button.AEB{background:url('../../en/images/abouthyundai/img_tech_AEB.jpg') no-repeat}
    .innovation_safety .safety_tech .tech_list li button.ASCC{background:url('../../en/images/abouthyundai/img_tech_ASCC.jpg') no-repeat}
    .innovation_safety .safety_tech .tech_list li button.BSD{background:url('../../en/images/abouthyundai/img_tech_BSD.jpg') no-repeat}
    .innovation_safety .safety_tech .tech_list li button.DBL{background:url('../../en/images/abouthyundai/img_tech_DBL.jpg') no-repeat}
    .innovation_safety .safety_tech .tech_list li button.ESC{background:url('../../en/images/abouthyundai/img_tech_ESC.jpg') no-repeat}
    .innovation_safety .safety_tech .tech_list li button.HAC{background:url('../../en/images/abouthyundai/img_tech_HAC.jpg') no-repeat}
    .innovation_safety .safety_tech .tech_list li button.LDWS{background:url('../../en/images/abouthyundai/img_tech_LDWS.jpg') no-repeat}
    .innovation_safety .safety_tech .tech_list li button.LKAS{background:url('../../en/images/abouthyundai/img_tech_LKAS.jpg') no-repeat}
    .innovation_safety .safety_tech .tech_list li button.SHBA{background:url('../../en/images/abouthyundai/img_tech_SHBA.jpg') no-repeat}
    .innovation_safety .safety_tech .tech_list li button.TPMS{background:url('../../en/images/abouthyundai/img_tech_TPMS.jpg') no-repeat}
    .innovation_safety .safety_tech .tech_list li button.VSM{background:url('../../en/images/abouthyundai/img_tech_VSM.jpg') no-repeat}
    
	.innovation_safety .txt_area ul{}
    .innovation_safety .txt_area li{display:none}
    .innovation_safety .txt_area li.on{display:block}
    .innovation_safety .safety_tech .tech_cont_wrap{overflow:hidden;position:relative;width:1120px;height:600px;margin:0 auto;background:#fbfafa}
    .innovation_safety .safety_tech .tech_cont{overflow:hidden;position:relative;width:1120px;height:600px;margin:0 auto;background:#fbfafa}
    .innovation_safety .safety_tech .tech_cont .control{position:absolute;left:0;bottom:25px;z-index:2;width:100%;text-align:center}
    .innovation_safety .safety_tech .tech_cont .control .tech_slider{display:none}
    .innovation_safety .safety_tech .tech_cont .control button{display:inline-block;width:49px;height:27px;margin:0 5px;padding:49px 0 0;font-size:14px;line-height:24px;color:#666;text-decoration:none;background:url('../../en/images/abouthyundai/ico_tech_control.png') no-repeat 0 0;overflow:visible }
    .innovation_safety .safety_tech .tech_cont .control .play{background-position:0 0;width:49px;height:74px}
    .innovation_safety .safety_tech .tech_cont .control .play:hover{background-position:0 -100px}
    .innovation_safety .safety_tech .tech_cont .control .stop{background-position:-100px 0;width:49px;height:74px}
    .innovation_safety .safety_tech .tech_cont .control .stop:hover{background-position:-100px -100px}
    .innovation_safety .safety_tech .tech_cont_wrap .prev{display:block;background:url("../../en/images/common/btn_prev.png") no-repeat;width:44px;height:44px;overflow:hidden;text-indent:-9999px;position:absolute;left:0;top:50%;z-index:10;margin-top:-22px}
    .innovation_safety .safety_tech .tech_cont_wrap .next{display:block;background:url("../../en/images/common/btn_next.png") no-repeat;width:44px;height:44px;overflow:hidden;text-indent:-9999px;position:absolute;right:0;top:50%;z-index:10;margin-top:-22px}
    .innovation_safety .safety_tech .tech_cont .scene{position:absolute;display:none;left:0;top:0;width:1120px;height:600px;opacity:0;z-index:1}/* 20180312 modify :top:-210px;display:none;*/
    .innovation_safety .safety_tech .tech_cont .scene.on{display:block;opacity:1}/* 20180313 add */
    .innovation_safety .safety_tech .tech_cont .scene.on .movieContent iframe {width:99%;height:99%;padding:0 7px 0 5px;background:#000}/* 20180315 add */
    .innovation_safety .safety_tech .tech_cont.dark{background:#191919}

    /* Tech Detail */
    /* AEB */
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .bg{position:absolute;left:22px;top:439px;width:1301px;height:172px;background:url("../../en/images/abouthyundai/safety_tech_AEB_bg.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar > div{position:absolute;visibility:hidden}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car1,
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car2,
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car3,
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car4,
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car5,
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car6,
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car7,
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car8,
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car9{width:205px;height:111px;top:466px;background:url("../../en/images/abouthyundai/safety_tech_AEB_mycar1.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car1{left:990px;visibility:visible}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car2{left:920px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car3{left:850px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car4{left:780px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car5{left:700px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car6{left:620px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car7{left:530px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car8{left:440px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car9{left:325px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car10,
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car11,
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car12,
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car13,
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car14,
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car15{width:223px;height:117px;top:464px;background:url("../../en/images/abouthyundai/safety_tech_AEB_mycar2.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car10{left:210px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car11{left:210px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car12{left:210px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car13{left:210px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car14{left:210px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car15{left:210px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar > div{position:absolute;visibility:hidden}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car1,
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car2,
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car3,
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car4,
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car5,
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car6,
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car7{width:730px;height:790px;top:138px;background:url("../../en/images/abouthyundai/safety_tech_AEB_yourcar1.png")}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car1{left:470px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car2{left:380px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car3{left:290px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car4{left:175px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car5{left:60px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car6{left:10px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car7{left:-40px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car8{width:689px;height:722px;top:160px;left:18px;background:url("../../en/images/abouthyundai/safety_tech_AEB_yourcar2.png")}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car9{width:629px;height:656px;top:193px;left:78px;background:url("../../en/images/abouthyundai/safety_tech_AEB_yourcar3.png")}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car10{width:747px;height:814px;top:114px;left:-40px;background:url("../../en/images/abouthyundai/safety_tech_AEB_yourcar4.png")}
    .innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car11{width:689px;height:722px;top:160px;left:18px;background:url("../../en/images/abouthyundai/safety_tech_AEB_yourcar5.png")}

    /* ASCC */
    .innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .bg div{position:absolute;left:22px;top:440px;width:1301px;height:172px;visibility:hidden}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .bg div.bg1{background:url("../../en/images/abouthyundai/safety_tech_ASCC_bg2.png") no-repeat 0 0;visibility:visible}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .bg div.bg2{background:url("../../en/images/abouthyundai/safety_tech_ASCC_bg1.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .mycar{position:absolute;left:615px;top:469px;width:1px;height:1px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .mycar .car{display:block;width:203px;height:111px;background:url("../../en/images/abouthyundai/safety_tech_ASCC_mycar.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .mycar .line div{position:absolute;left:-432px;top:-136px;width:522px;height:506px;z-index:-1;visibility:hidden}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .mycar .line div.line1{background:url("../../en/images/abouthyundai/safety_tech_ASCC_line4.png") no-repeat 0 0;visibility:visible}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .mycar .line div.line2{background:url("../../en/images/abouthyundai/safety_tech_ASCC_line3.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .mycar .line div.line3{background:url("../../en/images/abouthyundai/safety_tech_ASCC_line2.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .mycar .line div.line4{background:url("../../en/images/abouthyundai/safety_tech_ASCC_line1.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .yourcar{position:absolute;left:339px;top:524px;width:1px;height:1px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .yourcar .car{display:block;width:203px;height:111px;margin:-55px 0 0 -153px;background:url("../../en/images/abouthyundai/safety_tech_ASCC_yourcar.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .info div{position:absolute;left:220px;top:463px;width:890px;height:178px;visibility:hidden}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .info div.info1{background:url("../../en/images/abouthyundai/safety_tech_ASCC_speed1.png") no-repeat 0 0;visibility:visible}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .info div.info2{background:url("../../en/images/abouthyundai/safety_tech_ASCC_speed2.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .info div.info3{background:url("../../en/images/abouthyundai/safety_tech_ASCC_speed3.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .info div.info4{background:url("../../en/images/abouthyundai/safety_tech_ASCC_speed4.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .info div.info5{background:url("../../en/images/abouthyundai/safety_tech_ASCC_speed5.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .info div.info6{background:url("../../en/images/abouthyundai/safety_tech_ASCC_speed6.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .info div.info7{background:url("../../en/images/abouthyundai/safety_tech_ASCC_speed7.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .info div.info8{background:url("../../en/images/abouthyundai/safety_tech_ASCC_speed8.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .info div.info9{background:url("../../en/images/abouthyundai/safety_tech_ASCC_speed9.png") no-repeat 0 0}

    /* BSD */
    .innovation_safety .safety_tech .tech_cont .scene.scene_BSD .bg div{position:absolute;left:22px;top:439px;width:1301px;height:172px;visibility:hidden}
    .innovation_safety .safety_tech .tech_cont .scene.scene_BSD .bg div.bg1{background:url("../../en/images/abouthyundai/safety_tech_BSD_bg2.png") no-repeat 0 0;visibility:visible}
    .innovation_safety .safety_tech .tech_cont .scene.scene_BSD .bg div.bg2{background:url("../../en/images/abouthyundai/safety_tech_BSD_bg1.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_BSD .mycar{position:absolute;left:489px;top:523px;width:1px;height:1px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_BSD .mycar .car{display:block;width:207px;height:113px;margin:-57px 0 0 -88px;background:url("../../en/images/abouthyundai/safety_tech_BSD_mycar1.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_BSD .mycar .info div{position:absolute;left:-56px;top:-211px;width:93px;height:168px;visibility:hidden}
    .innovation_safety .safety_tech .tech_cont .scene.scene_BSD .mycar .info div.info1{background:url("../../en/images/abouthyundai/safety_tech_BSD_info.png") no-repeat 0 0;visibility:visible}
    .innovation_safety .safety_tech .tech_cont .scene.scene_BSD .mycar .info div.info2{background:url("../../en/images/abouthyundai/safety_tech_BSD_info.png") no-repeat -100px 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_BSD .mycar .line div{position:absolute;left:89px;top:-403px;width:600px;height:800px;visibility:hidden}
    .innovation_safety .safety_tech .tech_cont .scene.scene_BSD .mycar .line div.line1{background:url("../../en/images/abouthyundai/safety_tech_BSD_line1.png") no-repeat 0 0;visibility:visible}
    .innovation_safety .safety_tech .tech_cont .scene.scene_BSD .mycar .line div.line2{background:url("../../en/images/abouthyundai/safety_tech_BSD_line2.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_BSD .mycar .line div.line3{background:url("../../en/images/abouthyundai/safety_tech_BSD_line3.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_BSD .mycar .line div.line4{background:url("../../en/images/abouthyundai/safety_tech_BSD_line4.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_BSD .yourcar{position:absolute;left:1258px;top:372px;width:1px;height:1px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_BSD .yourcar .car{display:block;width:207px;height:113px;margin:-56px 0 0 -146px;background:url("../../en/images/abouthyundai/safety_tech_BSD_yourcar1.png") no-repeat 0 0}

    /* DBL */
    .innovation_safety .safety_tech .tech_cont .scene.scene_DBL{top:0;/*overflow:hidden;*/}
    .innovation_safety .safety_tech .tech_cont .scene.scene_DBL .bg{position:absolute;left:0;top:355px;width:1280px;height:280px;background:url("../../en/images/abouthyundai/safety_tech_DBL_bg.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div{position:absolute;visibility:hidden}
    .innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car1{left:878px;top:310px;width:446px;height:236px;background:url("../../en/images/abouthyundai/safety_tech_DBL_mycar1.png") no-repeat 0 0;visibility:visible}
    .innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car2{left:760px;top:310px;width:446px;height:236px;background:url("../../en/images/abouthyundai/safety_tech_DBL_mycar1.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car3{left:662px;top:310px;width:446px;height:236px;background:url("../../en/images/abouthyundai/safety_tech_DBL_mycar1.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car4{left:582px;top:310px;width:446px;height:236px;background:url("../../en/images/abouthyundai/safety_tech_DBL_mycar1.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car5{left:517px;top:310px;width:446px;height:236px;background:url("../../en/images/abouthyundai/safety_tech_DBL_mycar2.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car6{left:467px;top:310px;width:446px;height:236px;background:url("../../en/images/abouthyundai/safety_tech_DBL_mycar2.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car7{left:427px;top:310px;width:446px;height:236px;background:url("../../en/images/abouthyundai/safety_tech_DBL_mycar2.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car8{left:407px;top:335px;width:414px;height:265px;background:url("../../en/images/abouthyundai/safety_tech_DBL_mycar3.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car9{left:357px;top:354px;width:408px;height:295px;background:url("../../en/images/abouthyundai/safety_tech_DBL_mycar4.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car10{left:320px;top:372px;width:376px;height:353px;background:url("../../en/images/abouthyundai/safety_tech_DBL_mycar5.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car11{left:294px;top:385px;width:347px;height:383px;background:url("../../en/images/abouthyundai/safety_tech_DBL_mycar6.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car12{left:286px;top:398px;width:321px;height:420px;background:url("../../en/images/abouthyundai/safety_tech_DBL_mycar7.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car13{left:266px;top:426px;width:307px;height:436px;background:url("../../en/images/abouthyundai/safety_tech_DBL_mycar8.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car14{left:266px;top:482px;width:297px;height:447px;background:url("../../en/images/abouthyundai/safety_tech_DBL_mycar9.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car15{left:369px;top:555px;width:158px;height:448px;background:url("../../en/images/abouthyundai/safety_tech_DBL_mycar10.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car16{left:369px;top:555px;width:158px;height:448px;background:url("../../en/images/abouthyundai/safety_tech_DBL_mycar10.png") no-repeat 0 0}

    /* ESC */
    .innovation_safety .safety_tech .tech_cont .scene.scene_ESC .bg{position:absolute;left:27px;top:439px;width:1226px;height:171px;background:url("../../en/images/abouthyundai/safety_tech_ESC_bg.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div{position:absolute;visibility:hidden}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car1{left:1134px;top:507px;width:225px;height:117px;margin:-45px 0 0 -88px;background:url("../../en/images/abouthyundai/safety_tech_ESC_mycar1.png") no-repeat 0 0;visibility:visible}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car2{left:1072px;top:503px;width:224px;height:138px;margin:-58px 0 0 -87px;background:url("../../en/images/abouthyundai/safety_tech_ESC_mycar2.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car3{left:1018px;top:490px;width:220px;height:155px;margin:-59px 0 0 -87px;background:url("../../en/images/abouthyundai/safety_tech_ESC_mycar3.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car4{left:956px;top:469px;width:217px;height:166px;margin:-65px 0 0 -93px;background:url("../../en/images/abouthyundai/safety_tech_ESC_mycar4.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car5{left:899px;top:442px;width:220px;height:156px;margin:-65px 0 0 -85px;background:url("../../en/images/abouthyundai/safety_tech_ESC_mycar5.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car6{left:840px;top:417px;width:221px;height:151px;margin:-67px 0 0 -91px;background:url("../../en/images/abouthyundai/safety_tech_ESC_mycar6.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car7{left:779px;top:394px;width:224px;height:151px;margin:-63px 0 0 -86px;background:url("../../en/images/abouthyundai/safety_tech_ESC_mycar7.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car8{left:715px;top:380px;width:224px;height:135px;margin:-60px 0 0 -90px;background:url("../../en/images/abouthyundai/safety_tech_ESC_mycar8.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car9{left:648px;top:377px;width:224px;height:131px;margin:-48px 0 0 -90px;background:url("../../en/images/abouthyundai/safety_tech_ESC_mycar9.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car10{left:580px;top:392px;width:309px;height:251px;margin:-64px 0 0 -87px;background:url("../../en/images/abouthyundai/safety_tech_ESC_mycar10.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car11{left:515px;top:410px;width:309px;height:251px;margin:-175px 0 0 -167px;background:url("../../en/images/abouthyundai/safety_tech_ESC_mycar11.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car12{left:454px;top:465px;width:361px;height:322px;margin:-239px 0 0 -147px;background:url("../../en/images/abouthyundai/safety_tech_ESC_mycar12.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car13{left:372px;top:490px;width:384px;height:339px;margin:-264px 0 0 -146px;background:url("../../en/images/abouthyundai/safety_tech_ESC_mycar13.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car14{left:294px;top:515px;width:445px;height:345px;margin:-289px 0 0 -91px;background:url("../../en/images/abouthyundai/safety_tech_ESC_mycar14.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car15{left:232px;top:528px;width:492px;height:353px;margin:-302px 0 0 -90px;background:url("../../en/images/abouthyundai/safety_tech_ESC_mycar15.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car16{left:186px;top:532px;width:492px;height:353px;margin:-306px 0 0 -91px;background:url("../../en/images/abouthyundai/safety_tech_ESC_mycar16.png") no-repeat 0 0}

    /* HAC */
    .innovation_safety .safety_tech .tech_cont .scene.scene_HAC{}
    .innovation_safety .safety_tech .tech_cont .scene.scene_HAC .bg{position:absolute;left:42px;top:314px;width:1187px;height:393px;background:url("../../en/images/abouthyundai/safety_tech_HAC_bg.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div{position:absolute;visibility:hidden}
    .innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car1{left:1081px;top:586px;width:305px;height:136px;margin:-7px 0 0 -101px;background:url("../../en/images/abouthyundai/safety_tech_HAC_mycar1.png") no-repeat 0 0;visibility:visible}
    .innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car2{left:931px;top:541px;width:305px;height:136px;margin:-7px 0 0 -101px;background:url("../../en/images/abouthyundai/safety_tech_HAC_mycar1.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car3{left:831px;top:512px;width:321px;height:136px;margin:-7px 0 0 -101px;background:url("../../en/images/abouthyundai/safety_tech_HAC_mycar1.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car4{left:761px;top:491px;width:321px;height:136px;margin:-7px 0 0 -101px;background:url("../../en/images/abouthyundai/safety_tech_HAC_mycar1.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car5{left:731px;top:482px;width:321px;height:136px;margin:-7px 0 0 -101px;background:url("../../en/images/abouthyundai/safety_tech_HAC_mycar2.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car6{left:706px;top:475px;width:321px;height:136px;margin:-7px 0 0 -101px;background:url("../../en/images/abouthyundai/safety_tech_HAC_mycar2.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car7{left:686px;top:469px;width:321px;height:136px;margin:-7px 0 0 -101px;background:url("../../en/images/abouthyundai/safety_tech_HAC_mycar2.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car8{left:671px;top:465px;width:321px;height:136px;margin:-7px 0 0 -101px;background:url("../../en/images/abouthyundai/safety_tech_HAC_mycar2.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car9{left:671px;top:465px;width:321px;height:136px;margin:-7px 0 0 -101px;background:url("../../en/images/abouthyundai/safety_tech_HAC_mycar2.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car10{left:671px;top:465px;width:321px;height:136px;margin:-7px 0 0 -101px;background:url("../../en/images/abouthyundai/safety_tech_HAC_mycar2.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car11{left:671px;top:465px;width:321px;height:136px;margin:-7px 0 0 -101px;background:url("../../en/images/abouthyundai/safety_tech_HAC_mycar1.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car12{left:641px;top:455px;width:360px;height:199px;margin:-54px 0 0 -101px;background:url("../../en/images/abouthyundai/safety_tech_HAC_mycar3.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car13{left:591px;top:441px;width:441px;height:221px;margin:-54px 0 0 -101px;background:url("../../en/images/abouthyundai/safety_tech_HAC_mycar4.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car14{left:511px;top:417px;width:571px;height:260px;margin:-54px 0 0 -101px;background:url("../../en/images/abouthyundai/safety_tech_HAC_mycar5.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car15{left:391px;top:382px;width:691px;height:295px;margin:-54px 0 0 -101px;background:url("../../en/images/abouthyundai/safety_tech_HAC_mycar6.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car16{left:221px;top:332px;width:861px;height:345px;margin:-54px 0 0 -101px;background:url("../../en/images/abouthyundai/safety_tech_HAC_mycar7.png") no-repeat 0 0}

    /* LDWS */
    .innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .bg div{position:absolute;left:22px;top:439px;width:1301px;height:172px;visibility:hidden}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .bg div.bg1{background:url("../../en/images/abouthyundai/safety_tech_LDWS_bg1.png") no-repeat 0 0;visibility:visible}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .bg div.bg2{background:url("../../en/images/abouthyundai/safety_tech_LDWS_bg2.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .mycar{position:absolute;z-index:3;left:852px;top:524px;width:1px;height:1px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .mycar .car{display:block;position:absolute;left:0;top:0;width:208px;height:113px;margin:-55px 0 0 -149px;background:url("../../en/images/abouthyundai/safety_tech_LDWS_mycar1.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .mycar .line div{position:absolute;left:-586px;top:-255px;width:522px;height:506px;visibility:hidden}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .mycar .line div.line1{background:url("../../en/images/abouthyundai/safety_tech_LDWS_line1.png") no-repeat 0 0;visibility:visible}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .mycar .line div.line2{background:url("../../en/images/abouthyundai/safety_tech_LDWS_line2.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .mycar .line div.line3{background:url("../../en/images/abouthyundai/safety_tech_LDWS_line3.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .mycar .line div.line4{background:url("../../en/images/abouthyundai/safety_tech_LDWS_line4.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .info{position:absolute;left:756px;top:275px;z-index:-1}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .info .info1{width:93px;height:248px;overflow:hidden;background:url("../../en/images/abouthyundai/safety_tech_LDWS_info.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .info .info2{display:none;width:93px;height:248px;overflow:hidden;background:url("../../en/images/abouthyundai/safety_tech_LDWS_info.png") no-repeat -100px 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .red{display:none;position:absolute;z-index:2;left:526px;top:437px;width:516px;height:15px;background:url("../../en/images/abouthyundai/safety_tech_LDWS_line5.png") no-repeat 0 0}

    /* LKAS */
    .innovation_safety .safety_tech .tech_cont .scene.scene_LKAS{top:-110px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .bg div{position:absolute;left:22px;top:466px;width:1301px;height:172px;visibility:hidden}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .bg div.bg1{background:url("../../en/images/abouthyundai/safety_tech_LKAS_bg2.png") no-repeat 0 0;visibility:visible}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .bg div.bg2{background:url("../../en/images/abouthyundai/safety_tech_LKAS_bg1.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .mycar{position:absolute;left:705px;top:491px;width:1px;height:1px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .mycar .car{display:block;width:252px;height:122px;background:url("../../en/images/abouthyundai/safety_tech_LKAS_mycar.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .info div{position:absolute;left:695px;top:303px;width:214px;height:248px;visibility:hidden}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .info div.info1{background:url("../../en/images/abouthyundai/safety_tech_LKAS_info.png") no-repeat 0 0;visibility:visible}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .info div.info2{background:url("../../en/images/abouthyundai/safety_tech_LKAS_info.png") no-repeat -223px 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .redline{position:absolute;left:456px;top:464px;width:516px;height:15px;background:url("../../en/images/abouthyundai/safety_tech_LKAS_line1.png") no-repeat 0 0;visibility:hidden}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .mycar .line div{position:absolute;left:-432px;top:-195px;width:522px;height:506px;visibility:hidden}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .mycar .line div.line1{background:url("../../en/images/abouthyundai/safety_tech_LKAS_line5.png") no-repeat 0 0;visibility:visible}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .mycar .line div.line2{background:url("../../en/images/abouthyundai/safety_tech_LKAS_line4.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .mycar .line div.line3{background:url("../../en/images/abouthyundai/safety_tech_LKAS_line3.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .mycar .line div.line4{background:url("../../en/images/abouthyundai/safety_tech_LKAS_line2.png") no-repeat 0 0}

    /* SHBA */
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA{}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .bg{position:absolute;top:586px;z-index:5;width:1280px;height:5px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .bg .bg_wrap{position:relative}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .bg div.bg1,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .bg div.bg2{position:absolute;top:0;width:1280px;height:5px;visibility:hidden}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .bg div.bg1{background:url("../../en/images/abouthyundai/safety_tech_SHBA_bg2.png") no-repeat 0 0;visibility:visible}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .bg div.bg2{background:url("../../en/images/abouthyundai/safety_tech_SHBA_bg1.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .blueprint div{position:absolute;left:22px;top:466px;width:1301px;height:172px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div{position:absolute;top:482px;z-index:3;width:1055px;height:93px;background:url("../../en/images/abouthyundai/safety_tech_SHBA_mycar1.png") no-repeat 0 0;visibility:hidden}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car1,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car2,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car3,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car4,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car5,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car6,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car7,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car8,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car9,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car10{width:1055px;height:93px;background:url("../../en/images/abouthyundai/safety_tech_SHBA_mycar1.png") no-repeat 0 0 }
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car1{left:185px;visibility:visible}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car2{left:150px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car3{left:115px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car4{left:80px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car5{left:52px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car6{left:27px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car7{left:0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car8{left:-27px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car9{left:-50px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car10{left:-73px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car11{left:33px;width:943px;height:93px;background:url("../../en/images/abouthyundai/safety_tech_SHBA_mycar2.png") no-repeat 0 0 }
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car12{left:62px;width:902px;height:104px;background:url("../../en/images/abouthyundai/safety_tech_SHBA_mycar3.png") no-repeat 0 0 }
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car13{left:47px;width:902px;height:121px;background:url("../../en/images/abouthyundai/safety_tech_SHBA_mycar4.png") no-repeat 0 0 }
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car14{left:78px;width:861px;height:125px;background:url("../../en/images/abouthyundai/safety_tech_SHBA_mycar5.png") no-repeat 0 0 }
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car15{left:-281px;width:1215px;height:157px;background:url("../../en/images/abouthyundai/safety_tech_SHBA_mycar6.png") no-repeat 0 0 }
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car16{left:205px;width:722px;height:131px;background:url("../../en/images/abouthyundai/safety_tech_SHBA_mycar7.png") no-repeat 0 0 }

    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div{position:absolute;width:227px;height:93px;top:482px;z-index:1;visibility:hidden}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar1,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar2,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar3,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar4,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar5,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar6,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar7{left:0;background:none}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar8,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar9,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar10,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar11,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar12,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar13,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar14,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar15,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar16{background:url("../../en/images/abouthyundai/safety_tech_SHBA_yourcar.png") no-repeat 0 0 }
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar8{left:0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar9{left:30px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar10{left:60px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar11{left:90px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar12{left:120px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar13{left:155px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar14{left:190px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar15{left:225px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar16{left:255px}

    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div{position:absolute;width:93px;height:175px;top:318px;z-index:1;left:1117px;visibility:hidden}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info1,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info2,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info3,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info4,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info5,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info6,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info7,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info8,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info9,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info10{background:url("../../en/images/abouthyundai/safety_tech_SHBA_info.png") no-repeat 0 0 }
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info11,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info12,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info13,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info14,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info15,
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info16{background:url("../../en/images/abouthyundai/safety_tech_SHBA_info.png") no-repeat -94px 0 }
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info1{left:1110px;visibility:visible}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info2{left:1078px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info3{left:1042px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info4{left:1008px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info5{left:980px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info6{left:956px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info7{left:928px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info8{left:903px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info9{left:880px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info10{left:858px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info11{left:845px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info12{left:835px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info13{left:820px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info14{left:809px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info15{left:806px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info16{left:800px}

    /* TPMS */
    .innovation_safety .safety_tech .tech_cont .scene.scene_TPMS{}
    .innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .bg div{position:absolute;left:22px;top:439px;width:1301px;height:172px;visibility:hidden}
    .innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .bg div.bg1{background:url("../../en/images/abouthyundai/safety_tech_TPMS_bg1.png") no-repeat 0 0;visibility:visible}
    .innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .bg div.bg2{background:url("../../en/images/abouthyundai/safety_tech_TPMS_bg2.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div{position:absolute;left:533px;top:441px;width:411px;height:160px;background:url("../../en/images/abouthyundai/safety_tech_TPMS_mycar1.png") no-repeat 0 0;visibility:hidden}
    .innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car1{background-position:0 0;visibility:visible}
    .innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car2{background-position:0 -160px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car3{background-position:0 -320px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car4{background-position:0 -480px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car5{background-position:0 -640px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car6{background-position:0 -800px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car7{background-position:0 -960px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car8{background-position:0 -1120px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car9{background-position:0 -1280px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car10{background-position:0 -1440px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car11{background-position:0 -1600px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car12{background-position:0 -1760px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car13{background-position:0 -1920px}
    .innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car14{background-position:0 -2080px}

    /* VSM */
    .innovation_safety .safety_tech .tech_cont .scene.scene_VSM .bg{position:absolute;left:27px;top:439px;width:1226px;height:171px;background:url("../../en/images/abouthyundai/safety_tech_VSM_bg.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div{position:absolute;visibility:hidden}
    .innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car1{visibility:visible;left:1134px;top:507px;width:226px;height:277px;margin:-43px 0 0 -88px;background:url("../../en/images/abouthyundai/safety_tech_VSM_mycar1.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car2{left:1067px;top:521px;width:226px;height:277px;margin:-58px 0 0 -87px;background:url("../../en/images/abouthyundai/safety_tech_VSM_mycar2.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car3{left:999px;top:521px;width:226px;height:277px;margin:-58px 0 0 -88px;background:url("../../en/images/abouthyundai/safety_tech_VSM_mycar3.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car4{left:941px;top:507px;width:225px;height:296px;margin:-64px 0 0 -96px;background:url("../../en/images/abouthyundai/safety_tech_VSM_mycar4.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car5{left:877px;top:468px;width:221px;height:335px;margin:-64px 0 0 -90px;background:url("../../en/images/abouthyundai/safety_tech_VSM_mycar5.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car6{left:824px;top:433px;width:218px;height:371px;margin:-65px 0 0 -93px;background:url("../../en/images/abouthyundai/safety_tech_VSM_mycar6.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car7{left:752px;top:406px;width:221px;height:395px;margin:-62px 0 0 -87px;background:url("../../en/images/abouthyundai/safety_tech_VSM_mycar7.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car8{left:683px;top:398px;width:225px;height:399px;margin:-58px 0 0 -90px;background:url("../../en/images/abouthyundai/safety_tech_VSM_mycar8.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car9{left:613px;top:389px;width:226px;height:397px;margin:-47px 0 0 -91px;background:url("../../en/images/abouthyundai/safety_tech_VSM_mycar9.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car10{left:466px;top:292px;width:307px;height:510px;margin:-63px 0 0 -89px;background:url("../../en/images/abouthyundai/safety_tech_VSM_mycar10.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car11{left:512px;top:400px;width:280px;height:513px;margin:-174px 0 0 -172px;background:url("../../en/images/abouthyundai/safety_tech_VSM_mycar11.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car12{left:395px;top:437px;width:360px;height:539px;margin:-237px 0 0 -146px;background:url("../../en/images/abouthyundai/safety_tech_VSM_mycar12.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car13{left:395px;top:463px;width:360px;height:539px;margin:-263px 0 0 -146px;background:url("../../en/images/abouthyundai/safety_tech_VSM_mycar13.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car14{left:280px;top:488px;width:420px;height:539px;margin:-288px 0 0 -91px;background:url("../../en/images/abouthyundai/safety_tech_VSM_mycar14.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car15{left:200px;top:501px;width:499px;height:539px;margin:-301px 0 0 -90px;background:url("../../en/images/abouthyundai/safety_tech_VSM_mycar15.png") no-repeat 0 0}
    .innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car16{left:101px;top:505px;width:599px;height:539px;margin:-305px 0 0 -91px;background:url("../../en/images/abouthyundai/safety_tech_VSM_mycar16.png") no-repeat 0 0}
}
/* mobile size */
@media screen and (min-width:0) and (max-width:740px){
    /* Collision avoidance > animation */
    .innovation_safety{}
    .innovation_safety .safety_tech{position:relative;padding:40px 15px 0  15px;-webkit-background-size:cover !important;background-size:cover !important;margin-bottom:60px}
    .innovation_safety .safety_tech.bg0{background:url('../../en/images/abouthyundai/safety_tech_AEB_m.jpg') no-repeat center top}
    .innovation_safety .safety_tech.bg1{background:url('../../en/images/abouthyundai/safety_tech_ASCC_m.jpg') no-repeat center top}
    .innovation_safety .safety_tech.bg2{background:url('../../en/images/abouthyundai/safety_tech_BSD_m.jpg') no-repeat center top}
    .innovation_safety .safety_tech.bg3{background:url('../../en/images/abouthyundai/safety_tech_DBL_m.jpg') no-repeat center top}
    .innovation_safety .safety_tech.bg4{background:url('../../en/images/abouthyundai/safety_tech_ESC_m.jpg') no-repeat center top}
    .innovation_safety .safety_tech.bg5{background:url('../../en/images/abouthyundai/safety_tech_HAC_m.jpg') no-repeat center top}
    .innovation_safety .safety_tech.bg6{background:url('../../en/images/abouthyundai/safety_tech_LDWS_m.jpg') no-repeat center top}
    .innovation_safety .safety_tech.bg7{background:url('../../en/images/abouthyundai/safety_tech_LKAS_m.jpg') no-repeat center top}
    .innovation_safety .safety_tech.bg8{background:url('../../en/images/abouthyundai/safety_tech_SHBA_m.jpg') no-repeat center top}
    .innovation_safety .safety_tech.bg9{background:url('../../en/images/abouthyundai/safety_tech_TPMS_m.jpg') no-repeat center top}
    .innovation_safety .safety_tech.bg10{background:url('../../en/images/abouthyundai/safety_tech_VSM_m.jpg') no-repeat center top}

    .innovation_safety .safety_tech .techTitleArea{background:#002c5f;height:45px;position:relative;z-index:30}
    .innovation_safety .safety_tech .techTitleArea ul.titleSec{float:left;padding-left:20px}
    .innovation_safety .safety_tech .techTitleArea ul.titleSec li{display:none}
    .innovation_safety .safety_tech .techTitleArea ul.titleSec li.on{display:block}
    .innovation_safety .safety_tech .techTitleArea ul.titleSec li h3{color:#fff;font-size:17px;line-height:45px}
    .innovation_safety .safety_tech .tech_list{position:absolute;right:0;top:0;transition:all 0.5s;-webkit-transition:all 0.5s;overflow:hidden;height:45px;width:100%}
    .innovation_safety .safety_tech .tech_list.on{width:100%;height:350px}
    .innovation_safety .safety_tech .tech_list .more{float:right;display:block;background:url('../../en/images/abouthyundai/btn_tech_open_close_m.jpg') no-repeat;width:50px;height:45px;overflow:hidden;text-indent:-99999px;-webkit-background-size:50px auto;background-size:50px auto}
    .innovation_safety .safety_tech .tech_list .more.on{background-position:0 -45px}
    .innovation_safety .safety_tech .tech_list ul{overflow:hidden;position:absolute;right:0;top:45px;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:none;background:#f6f3f2}
    .innovation_safety .safety_tech .tech_list li{float:left;width:50%}
    .innovation_safety .safety_tech .tech_list li button{line-height:50px;font-size:17px;text-align:center;display:block;width:100%}
    .innovation_safety .safety_tech .tech_list li.on button{color:#002c5f;font-family:"HyundaiKRMedium"}
    .innovation_safety .txt_area ul{}
    .innovation_safety .txt_area li{display:none}
    .innovation_safety .txt_area li.on{display:block}

    .innovation_safety .safety_tech .tech_cont_wrap{overflow:hidden;position:relative;background:#fbfafa;clear:both;width:100%}
    .innovation_safety .safety_tech .tech_cont{overflow:hidden;position:relative;background-color:rgba(0, 0, 0, 0.9)}/* 20180313 modify background:#fbfafa;*/ 
    .innovation_safety .safety_tech .tech_cont .control{position:absolute;left:0;bottom:25px;z-index:2;width:100%;text-align:center;display:none}
    .innovation_safety .safety_tech .tech_cont .control .tech_slider{display:none}
    .innovation_safety .safety_tech .tech_cont .control button{display:inline-block;width:49px;height:27px;margin:0 5px;padding:49px 0 0;font-size:14px;line-height:24px;color:#666;text-decoration:none;background:url('../../en/images/abouthyundai/ico_tech_control.png') no-repeat 0 0;overflow:visible }
    .innovation_safety .safety_tech .tech_cont .control .play{background-position:0 0;width:49px;height:74px}
    .innovation_safety .safety_tech .tech_cont .control .play:hover{background-position:0 -100px}
    .innovation_safety .safety_tech .tech_cont .control .stop{background-position:-100px 0;width:49px;height:74px}
    .innovation_safety .safety_tech .tech_cont .control .stop:hover{background-position:-100px -100px}

    .innovation_safety .safety_tech .tech_cont_wrap .prev{overflow:hidden;display:block;width:35px;height:35px;background:url("../../en/images/common/btn_prev_mo.png") no-repeat;background-size:100% 100%;text-indent:-9999px;position:absolute;left:0;top:50%;z-index:10;margin-top:-17px}
    .innovation_safety .safety_tech .tech_cont_wrap .next{overflow:hidden;display:block;width:35px;height:35px;background:url("../../en/images/common/btn_next_mo.png") no-repeat;background-size:100% 100%;text-indent:-9999px;position:absolute;right:0;top:50%;z-index:10;margin-top:-17px}

    .innovation_safety .safety_tech .tech_cont .scene{position:absolute;left:0;top:0;opacity:0}
    .innovation_safety .safety_tech .tech_cont .scene:first-child{opacity:1}
    .innovation_safety .safety_tech .tech_cont .scene.on{opacity:1;position:relative;z-index:1}

    .innovation_safety .safety_tech .tech_cont.dark{background:#191919}
}
@charset "utf-8";

.guide_tit{font-size:26px;font-weight:600;margin:50px 0;padding:10px 20px;background:#fff}
.guide_tit2{font-size:22px;font-weight:600;margin:40px 0;padding:10px 20px;background:#e4dcd3}
.wrap{width:100%;max-width:1240px;margin:0 auto}
.pnlm-container{margin:0;padding:0;overflow:hidden;position:relative;cursor:default;width:100%;height:100%;font-family:Helvetica,"Nimbus Sans L","Liberation Sans",Arial,sans-serif;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none;outline:0;line-height:1.4;contain:content}
.pnlm-container *{box-sizing:content-box}
.pnlm-container:-moz-full-screen{height:100% !important;width:100% !important}
.pnlm-container:-webkit-full-screen{height:100% !important;width:100% !important}
.pnlm-container:-ms-fullscreen{height:100% !important;width:100% !important}
.pnlm-container:fullscreen{height:100% !important;width:100% !important}
.pnlm-render-container{cursor:inherit;/* Fix display bug in Safari 7 */position:absolute;height:100%;width:100%}
.pnlm-controls{margin-top:4px;background-color:#fff;border:1px solid #999;border-color:rgba(0,0,0,0.4);border-radius:3px;cursor:pointer;z-index:2;/* Fix Safari fullscreen bug */-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}
.pnlm-control:hover{background-color:#f8f8f8}
.pnlm-controls-container{position:absolute;top:0;left:4px;z-index:1}
.pnlm-zoom-controls{width:26px;height:52px}
.pnlm-zoom-in{width:100%;height:50%;position:absolute;top:0;border-radius:3px 3px 0 0}
.pnlm-zoom-out{width:100%;height:50%;position:absolute;bottom:0;background-position:0 -26px;border-top:1px solid #ddd;border-top-color:rgba(0,0,0,0.10);border-radius:0 0 3px 3px}
.pnlm-fullscreen-toggle-button,.pnlm-orientation-button,.pnlm-hot-spot-debug-indicator{width:26px;height:26px}
.pnlm-hot-spot-debug-indicator{position:absolute;top:50%;left:50%;width:26px;height:26px;margin:-13px 0 0 -13px;background-color:rgba(255, 255, 255, 0.5);border-radius:13px;display:none}
.pnlm-orientation-button-inactive{background-position:0 -156px}
.pnlm-orientation-button-active{background-position:0 -182px}
.pnlm-fullscreen-toggle-button-inactive{background-position:0 -52px}
.pnlm-fullscreen-toggle-button-active{background-position:0 -78px}
.pnlm-panorama-info{position:absolute;bottom:4px;background-color:rgba(0,0,0,0.7);border-radius:0 3px 3px 0;padding-right:10px;color:#fff;text-align:left;display:none;z-index:2;/* Fix Safari fullscreen bug */-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}
.pnlm-title-box{position:relative;font-size:20px;display:table;padding-left:5px;margin-bottom:3px}
.pnlm-author-box{position:relative;font-size:12px;display:table;padding-left:5px}
.pnlm-load-box{position:absolute;left:50%;top:50%;margin:-50px 0 0 -50px;width:100px;height:100px;border-radius:50px;background:rgba(0%,0%,0%,0.7);text-align:center;
line-height:100px;color:#fff;font-size:20px;display:none}
.pnlm-load-box p{line-height:50px;font-size:20px;color:#fff}
.pnlm-lbox{position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;display:none}
.pnlm-loading{animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-name:pnlm-mv;-webkit-animation-name:pnlm-mv;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-timing-function:linear;height:10px;width:10px;background-color:#fff;position:relative}
@keyframes pnlm-mv{
from{left:0;top:0}
25%{left:10px;top:0}
50%{left:10px;top:10px}
75%{left:0;top:10px}
to{left:0;top:0}
}
@-webkit-keyframes pnlm-mv{
from{left:0;top:0}
25%{left:10px;top:0}
50%{left:10px;top:10px}
75%{left:0;top:10px}
to{left:0;top:0}
}
.pnlm-load-button{position:absolute;top:50%;left:50%;margin:-50px 0 0 -50px;cursor:pointer}
.pnlm-load-button p{display:table-cell;vertical-align:middle}
.pnlm-info-box{font-size:15px;position:absolute;top:50%;left:50%;width:200px;height:150px;margin:-75px 0 0 -100px;background-color:#000;border-radius:3px;display:table;text-align:center;color:#fff;table-layout:fixed}
.pnlm-info-box a{color:#fff;word-wrap:break-word;overflow-wrap:break-word}
.pnlm-info-box p{display:table-cell;vertical-align:middle;padding:0 5px 0 5px}
.pnlm-error-msg{display:none}
.pnlm-about-msg{font-size:11px;line-height:11px;color:#fff;padding:5px 8px 5px 8px;background:rgba(0,0,0,0.7);border-radius:3px;position:absolute;top:50px;left:50px;display:none;opacity:0;-moz-transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;z-index:1}
.pnlm-about-msg a:link,.pnlm-about-msg a:visited{color:#fff}
.pnlm-about-msg a:hover,.pnlm-about-msg a:active{color:#eee}
.pnlm-hotspot-base{position:absolute;visibility:hidden;cursor:default;vertical-align:middle;top:0;z-index:1}
.pnlm-hotspot{height:26px;width:26px;border-radius:13px}
.pnlm-hotspot:hover{background-color:rgba(255,255,255,0.2)}
.pnlm-hotspot.pnlm-info{background-position:0 -104px}
.pnlm-hotspot.pnlm-scene{background-position:0 -130px}
div.pnlm-tooltip span{visibility:hidden;position:absolute;border-radius:3px;background-color:rgba(0,0,0,0.7);color:#fff;text-align:center;max-width:200px;padding:5px 10px;margin-left:-220px;cursor:default}
div.pnlm-tooltip:hover span{visibility:visible}
div.pnlm-tooltip:hover span:after{content:'';position:absolute;width:0;height:0;border-width:10px;border-style:solid;border-color:rgba(0,0,0,0.7) transparent transparent transparent;bottom:-20px;left:-10px;margin:0 50%}
.pnlm-compass{position:absolute;width:50px;height:50px;right:4px;bottom:4px;border-radius:25px;cursor:default;display:none}
.pnlm-world{position:absolute;left:50%;top:50%}
.pnlm-face{position:absolute;-webkit-transform-origin:0 0 0;transform-origin:0 0 0}
.pnlm-dragfix,.pnlm-preview-img{position:absolute;height:100%;width:100%}
.pnlm-preview-img{background-size:cover;background-position:center}
.pnlm-lbar{display:none;width:150px;margin:0 auto;border:#fff 1px solid;height:6px}
.pnlm-lbar-fill{background:#fff;height:100%;width:0}
.pnlm-lmsg{line-height:50px;font-size:20px;color:#fff;font-family:"HyundaiKRMedium"}
.pnlm-fade-img{position:absolute;top:0;left:0}
.nBrand .layout_box:after, .nBrand .section_hero .hero_wrap2 .vid_hero_wrap:after, .nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap:after, .nBrand .section_expand .expand_wrap .expand_section .l_img_wrap:after, .nBrand .section_expand .expand_wrap .expand_section .l_txt_wrap:after, .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap:after, .section_people .people_list > li.list:after, .section_young .section_wrap:after, .section_core .things_wrap .things .things_list:after, .nBrand .section_type2 .tit_wrap:after, .nBrand .section_type2 .txt_wrap:after, .nBrand .section_type2 .list_wrap:after, .nBrand .section_type3 .txt_wrap:after, .nBrand .gallerySpread:after {content:'';display:block;clear:both}
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .link_banner .current_wrap:before, .section_visual_pos .l_txt_wrap:before {content:'';display:inline-block;width:1px;height:100%;margin-left:-1px;vertical-align:middle}
/* body {background:#fff} M-00103 NBrand CSS 충돌수정 */
.nBrand.contentWrap .contTop {background-color:#fff;position:relative;z-index:1}
.nBrand {width:100%;overflow:hidden;background:#fff}/* M-00103 NBrand CSS 충돌수정 */
.nBrand.black {background-color:#000}
.nBrand .layout_box, .nBrand .section_hero .hero_wrap2 .vid_hero_wrap, .nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap, .nBrand .section_expand .expand_wrap .expand_section .l_img_wrap, .nBrand .section_expand .expand_wrap .expand_section .l_txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap {position:relative;max-width:1120px;margin:0 auto}
.nBrand .blind {position:absolute;overflow:hidden;clip:rect(0 0 0 0);margin:-1px;width:1px;height:1px}
.nBrand .n_point {color:#e63312}
.nBrand .n_box {display:inline-block;width:120px;height:120px;border:30px solid #e63312}
.nBrand .btn_play {display:inline-block;width:110px;height:110px;margin-top:36px;border:15px solid #a6c4df}
.nBrand .btn_play:after {content:'';display:inline-block;vertical-align:middle;border-left:32px solid #fff;border-top:20px solid transparent;border-bottom:20px solid transparent}
/* 181015_modify */
.nBrand .aboutN.section_visual.feeling .l_txt_wrap,
.nBrand .aboutN.section_visual.making .l_txt_wrap .txt_wrap .txt,
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .banner_cont .txt{font-family:'HyundaiKRTextRegular' !important}

@media screen and (max-width:740px) and (min-width:0) {.nBrand .btn_play {width:35px;height:35px;border-width:4px;margin-top:15px}
  .nBrand .btn_play:after {border-width:7px 0 7px 12px;margin-left:2px;margin-top:-2px}}
.nBrand .contTop {background-color:#fff}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .contTop {padding-top:0}}
.nBrand .contTop .topArea .breadCrumb .active {color:#fff}
.nBrand .contTop .topVisualArea {padding:0}
.nBrand .contTop .topVisualArea .topVisual {height:600px;overflow:visible}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .contTop .topVisualArea .topVisual {height:auto;padding:0;padding-left:30px;top:35px}}
.nBrand .contTop .topVisualArea .topVisual .visual {width:1232px;margin-left:-272px}
.nBrand .contTop .topVisualArea .topVisual .visual .responsive-image {width:100% !important}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .contTop .topVisualArea .topVisual .visual {width:auto;margin-left:0}
  .nBrand .contTop .topVisualArea .topVisual .visual .responsive-image {width:100%}}
.nBrand .contTop .topVisualArea .topVisual .titWrap {letter-spacing:-1px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .contTop .topVisualArea .topVisual .titWrap.mobile_white {color:#fff}}
.nBrand .contTop .topVisualArea .topVisual .titWrap .ftit {padding-bottom:8px;font-family:'HyundaiKRMedium';font-size:65px;line-height:68px;font-weight:normal;letter-spacing:-0.25px}
.nBrand .contTop .topVisualArea .topVisual .titWrap .stit {font-family:'HyundaiKRMedium';font-size:32px;line-height:36px;font-weight:normal;max-width:none;letter-spacing:-0.25px}
.nBrand .contTop .topVisualArea .topVisual .titWrap .stit .l_n_dot {position:absolute}
.nBrand .contTop .topVisualArea .topVisual .titWrap .stit .n_dot {display:inline-block;margin-left:4px;width:10px;height:10px;background:#000;margin-left:8px}
.nBrand .contTop .topVisualArea .topVisual .titWrap .stit .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .contTop .topVisualArea .topVisual .titWrap .stit .n_dot {width:2px;height:2px;margin-left:2px}}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .contTop .topVisualArea .topVisual .titWrap {width:auto;left:28px;padding-top:17px}
  .nBrand .contTop .topVisualArea .topVisual .titWrap .ftit {padding:14px 0 0;font-family:'HyundaiKRMedium';font-size:30px;line-height:1;font-weight:normal;letter-spacing:-0.25px}
  .nBrand .contTop .topVisualArea .topVisual .titWrap .stit {font-family:'HyundaiKRMedium';font-size:15px;line-height:17px;font-weight:normal;max-width:none;margin-top:11px;letter-spacing:0}}
.nBrand .contTop.dark_type .topArea .breadCrumb a, .nBrand .contTop.dark_type .topVisualArea .topVisual .titWrap {color:#fff}
.nBrand .contTop.dark_type .topArea .breadCrumb a.link, .nBrand .contTop.dark_type .topArea .breadCrumb span.ctg {color:#fff;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA0RDc2OUM4OTJBNDExRTc5MDJBRDRGQTNFRkFGREE2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA0RDc2OUM5OTJBNDExRTc5MDJBRDRGQTNFRkFGREE2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDRENzY5QzY5MkE0MTFFNzkwMkFENEZBM0VGQUZEQTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDRENzY5Qzc5MkE0MTFFNzkwMkFENEZBM0VGQUZEQTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4F/wyzAAAAZ0lEQVR42mL8//8/EwMDwz8GNAASXA/ELugSDEAdokB8CIhjgJgBhmEMbiDeCMQVMAlGsCwEMAPxNCD+BcQFTEimMgIxC8h0mB0wo7YAcSmyHeJAfASIo9AtB1nqhCwIsxyrBwECDACNQG5ixsR8JAAAAABJRU5ErkJggg==")}
.nBrand .contTop.dark_type .topArea .sharing a {background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAYAAACEYr13AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkRGOTU1RERBOTNBQTExRTdCNkMxODk0OEY1QjBFQjhBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkRGOTU1RERCOTNBQTExRTdCNkMxODk0OEY1QjBFQjhBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6REY5NTVERDg5M0FBMTFFN0I2QzE4OTQ4RjVCMEVCOEEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6REY5NTVERDk5M0FBMTFFN0I2QzE4OTQ4RjVCMEVCOEEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6G8UlhAAAAlUlEQVR42mL8//8/Aw7ABsSToexcIP6FVRXIACxYDIgPAfEzKD4EFcNQy4TFTEMgPgPEnEAsCcWcUDEjQi6IAOKvQLwEiDn+IwCIvRgqF4GsB92AOUBcisSHARi/FKoGrocRTyCCHQilGXEpYGKgELAg2YIMGAm4iLouIGQrLpf9p4oLhoEBLCQE2kgIg/8D4gKAAAMArnmsXZw9OOMAAAAASUVORK5CYII=");color:#fff;font-family:'HyundaiKRRegular';font-size:14px;line-height:21px;font-weight:normal}
.nBrand .visual_txt {padding-top:110px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .visual_txt {padding-top:30px}}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .visual_txt .layout_box, .nBrand .visual_txt .section_hero .hero_wrap2 .vid_hero_wrap, .nBrand .section_hero .hero_wrap2 .visual_txt .vid_hero_wrap, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_stit_wrap, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_stit_wrap, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_img_wrap, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_img_wrap, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_txt_wrap, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_list_wrap, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_list_wrap {padding:24px 30px 28px}}
.nBrand .visual_txt .layout_box .txt_wrap, .nBrand .visual_txt .section_hero .hero_wrap2 .vid_hero_wrap .txt_wrap, .nBrand .section_hero .hero_wrap2 .visual_txt .vid_hero_wrap .txt_wrap, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_stit_wrap .txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_stit_wrap .txt_wrap, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_img_wrap .txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_img_wrap .txt_wrap, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_txt_wrap .txt_wrap, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_list_wrap .txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_list_wrap .txt_wrap {float:right}
.nBrand .visual_txt .layout_box .txt_wrap .txt, .nBrand .visual_txt .section_hero .hero_wrap2 .vid_hero_wrap .txt_wrap .txt, .nBrand .section_hero .hero_wrap2 .visual_txt .vid_hero_wrap .txt_wrap .txt, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_stit_wrap .txt_wrap .txt, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_stit_wrap .txt_wrap .txt, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_img_wrap .txt_wrap .txt, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_img_wrap .txt_wrap .txt, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap .txt, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_txt_wrap .txt_wrap .txt, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_list_wrap .txt_wrap .txt, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_list_wrap .txt_wrap .txt {float:left;width:448px;margin-left:32px;line-height:26px;font-family:'HyundaiKRTextRegular';font-size:16px;line-height:26px;font-weight:normal}/* 181015_modify */
.nBrand .visual_txt .layout_box .txt_wrap .txt .mobile-only, .nBrand .visual_txt .section_hero .hero_wrap2 .vid_hero_wrap .txt_wrap .txt .mobile-only, .nBrand .section_hero .hero_wrap2 .visual_txt .vid_hero_wrap .txt_wrap .txt .mobile-only, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_stit_wrap .txt_wrap .txt .mobile-only, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_stit_wrap .txt_wrap .txt .mobile-only, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_img_wrap .txt_wrap .txt .mobile-only, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_img_wrap .txt_wrap .txt .mobile-only, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap .txt .mobile-only, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_txt_wrap .txt_wrap .txt .mobile-only, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_list_wrap .txt_wrap .txt .mobile-only, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_list_wrap .txt_wrap .txt .mobile-only {display:none}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .visual_txt .layout_box .txt_wrap, .nBrand .visual_txt .section_hero .hero_wrap2 .vid_hero_wrap .txt_wrap, .nBrand .section_hero .hero_wrap2 .visual_txt .vid_hero_wrap .txt_wrap, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_stit_wrap .txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_stit_wrap .txt_wrap, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_img_wrap .txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_img_wrap .txt_wrap, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_txt_wrap .txt_wrap, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_list_wrap .txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_list_wrap .txt_wrap {float:none}
  .nBrand .visual_txt .layout_box .txt_wrap .txt, .nBrand .visual_txt .section_hero .hero_wrap2 .vid_hero_wrap .txt_wrap .txt, .nBrand .section_hero .hero_wrap2 .visual_txt .vid_hero_wrap .txt_wrap .txt, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_stit_wrap .txt_wrap .txt, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_stit_wrap .txt_wrap .txt, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_img_wrap .txt_wrap .txt, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_img_wrap .txt_wrap .txt, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap .txt, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_txt_wrap .txt_wrap .txt, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_list_wrap .txt_wrap .txt, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_list_wrap .txt_wrap .txt {float:none;width:auto;margin:0;font-size:14px;line-height:21px;letter-spacing:0;font-weight:normal}
  .nBrand .visual_txt .layout_box .txt_wrap .txt:last-child, .nBrand .visual_txt .section_hero .hero_wrap2 .vid_hero_wrap .txt_wrap .txt:last-child, .nBrand .section_hero .hero_wrap2 .visual_txt .vid_hero_wrap .txt_wrap .txt:last-child, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_stit_wrap .txt_wrap .txt:last-child, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_stit_wrap .txt_wrap .txt:last-child, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_img_wrap .txt_wrap .txt:last-child, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_img_wrap .txt_wrap .txt:last-child, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap .txt:last-child, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_txt_wrap .txt_wrap .txt:last-child, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_list_wrap .txt_wrap .txt:last-child, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_list_wrap .txt_wrap .txt:last-child {margin-top:25px}
  .nBrand .visual_txt .layout_box .txt_wrap .txt .mobile-only, .nBrand .visual_txt .section_hero .hero_wrap2 .vid_hero_wrap .txt_wrap .txt .mobile-only, .nBrand .section_hero .hero_wrap2 .visual_txt .vid_hero_wrap .txt_wrap .txt .mobile-only, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_stit_wrap .txt_wrap .txt .mobile-only, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_stit_wrap .txt_wrap .txt .mobile-only, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_img_wrap .txt_wrap .txt .mobile-only, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_img_wrap .txt_wrap .txt .mobile-only, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap .txt .mobile-only, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_txt_wrap .txt_wrap .txt .mobile-only, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_list_wrap .txt_wrap .txt .mobile-only, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_list_wrap .txt_wrap .txt .mobile-only {display:block}
  .nBrand .visual_txt .layout_box .txt_wrap.mobile_para .txt, .nBrand .visual_txt .section_hero .hero_wrap2 .vid_hero_wrap .txt_wrap.mobile_para .txt, .nBrand .section_hero .hero_wrap2 .visual_txt .vid_hero_wrap .txt_wrap.mobile_para .txt, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_stit_wrap .txt_wrap.mobile_para .txt, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_stit_wrap .txt_wrap.mobile_para .txt, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_img_wrap .txt_wrap.mobile_para .txt, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_img_wrap .txt_wrap.mobile_para .txt, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap.mobile_para .txt, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_txt_wrap .txt_wrap.mobile_para .txt, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_list_wrap .txt_wrap.mobile_para .txt, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_list_wrap .txt_wrap.mobile_para .txt {display:inline}
  .nBrand .visual_txt .layout_box .txt_wrap.mobile_para .txt:last-child, .nBrand .visual_txt .section_hero .hero_wrap2 .vid_hero_wrap .txt_wrap.mobile_para .txt:last-child, .nBrand .section_hero .hero_wrap2 .visual_txt .vid_hero_wrap .txt_wrap.mobile_para .txt:last-child, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_stit_wrap .txt_wrap.mobile_para .txt:last-child, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_stit_wrap .txt_wrap.mobile_para .txt:last-child, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_img_wrap .txt_wrap.mobile_para .txt:last-child, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_img_wrap .txt_wrap.mobile_para .txt:last-child, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap.mobile_para .txt:last-child, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_txt_wrap .txt_wrap.mobile_para .txt:last-child, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_list_wrap .txt_wrap.mobile_para .txt:last-child, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_list_wrap .txt_wrap.mobile_para .txt:last-child {margin-top:0}}
.nBrand .nBrandDimmed {position:fixed;width:100%;height:100%;top:0;z-index:20;background:rgba(0, 0, 0, 0.85)}
.nBrand .section_nBrand_banner {padding:118px 0 124px;background:#dceaf5}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_nBrand_banner {padding:32px 0 0;clear:both}}
.nBrand .section_nBrand_banner .banner_layout {position:relative;max-width:1800px;margin:0 auto}
@media screen and (max-width:1864px) and (min-width:741px) {.nBrand .section_nBrand_banner .banner_layout {padding:0 32px}}
.nBrand .section_nBrand_banner .banner_layout .tit {padding-bottom:38px;text-align:center;font-family:'HyundaiKRBold';font-size:44px;line-height:34px;font-weight:normal;letter-spacing:0}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_nBrand_banner .banner_layout .tit {padding-bottom:24px;font-size:19px;line-height:22px;font-weight:normal;letter-spacing:0}}
.nBrand .section_nBrand_banner .banner_layout .tit .more {font-family:'HyundaiKRBold';font-size:16px;line-height:20px;font-weight:normal;letter-spacing:0;position:absolute;right:0;top:20px}
@media screen and (max-width:1864px) and (min-width:741px) {.nBrand .section_nBrand_banner .banner_layout .tit .more {right:32px}}
.nBrand .section_nBrand_banner .banner_layout .tit .more a {padding:0 16px 0 0}
.nBrand .section_nBrand_banner .banner_layout .tit .more a:before, .nBrand .section_nBrand_banner .banner_layout .tit .more a:after {width:2px;height:10px;display:block;background:#e33c1e;content:"";position:absolute}
.nBrand .section_nBrand_banner .banner_layout .tit .more a:before {right:5px;top:8px;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.nBrand .section_nBrand_banner .banner_layout .tit .more a:after {right:5px;top:3px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_nBrand_banner .banner_layout .tit .more {font-family:'HyundaiKRBold';font-size:12px;line-height:15px;font-weight:normal;position:static;right:auto;top:auto;text-align:center;padding:11px 0 0 0;margin-bottom:-8px}
  .nBrand .section_nBrand_banner .banner_layout .tit .more a {display:inline-block;position:relative;padding:0 10px 0 0}
  .nBrand .section_nBrand_banner .banner_layout .tit .more a:before, .nBrand .section_nBrand_banner .banner_layout .tit .more a:after {width:1px;height:6px}
  .nBrand .section_nBrand_banner .banner_layout .tit .more a:before {right:2px;top:7px}
  .nBrand .section_nBrand_banner .banner_layout .tit .more a:after {right:2px;top:3px}}
.nBrand .section_nBrand_banner .banner_layout .banner_wrap {display:table;table-layout:fixed;width:100%}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_nBrand_banner .banner_layout .banner_wrap {display:block}}
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner {position:relative;display:table-cell}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner {display:block;margin-bottom:0}}
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .link_banner {display:block}
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .link_banner:hover .banner_img:before {background:transparent}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .link_banner:hover .banner_img:before {background:rgba(0, 0, 0, 0.4)}}
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .link_banner:hover .tit {text-decoration:underline}
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .link_banner .current_wrap {position:absolute;top:0;bottom:0;left:0;right:0;text-align:center}
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .link_banner .current {display:inline-block;vertical-align:middle;font-family:'HyundaiKRRegular';font-size:16px;line-height:1;font-weight:normal;color:#fff}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .link_banner .current {display:none}}
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .banner_img {position:relative}
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .banner_img img {width:100%}
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .banner_img:before {content:'';position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(0, 0, 0, 0.4);border-top:14px solid #dceaf5;border-bottom:14px solid #dceaf5}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .banner_img:before {border:none}}
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .banner_cont {padding:0 8px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .banner_cont {position:absolute;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center}}
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .banner_cont .tit {display:inline-block;padding:13px 0 5px;font-family:'HyundaiKRMedium';font-size:24px;line-height:1;font-weight:normal;letter-spacing:-1px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .banner_cont .tit {font-family:'HyundaiKRMedium';font-size:15px;line-height:18px;font-weight:normal;color:#fff;letter-spacing:0}}
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .banner_cont .txt {font-family:'HyundaiKRRegular';font-size:14px;line-height:20px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .banner_cont .txt {display:none}}
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner.on .banner_img:before, .nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner.on .banner_img:after {content:'';position:absolute;left:0;right:0;top:0;bottom:0}
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner.on .banner_img:before {background:rgba(0, 0, 0, 0.6);border:none}
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner.on .banner_img:after {border:7px solid #e63312}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner.on a:hover .banner_img:before {background:rgba(0, 0, 0, 0.6)}}

@media screen and (max-width:740px) {.desktop-only {display:none}}

.mobile-only {display:none}
@media screen and (max-width:740px) {.mobile-only {display:block}}

.responsive_bg {background:no-repeat}
@media screen and (max-width:740px) {.responsive_bg {background-repeat:no-repeat;background-position-x:50%;background-position-y:0;background-size:100% auto}}
.responsive_bg[data-mobile-bg][data-mobile-bg-position="middle"] {background-position-y:50%}
.responsive_bg[data-mobile-bg][data-mobile-bg-position="bottom"] {background-position-y:100%}

@media screen and (max-width:740px) {body.mobile .contentWrap .l_img_wrap .key_img_wrap {position:absolute;top:0;left:15px;right:0}}
@media screen and (max-width:740px) {body.mobile .contentWrap .l_img_wrap .key_back_img_wrap {position:relative;left:0;bottom:auto;padding-right:15px}}

.section_visual_pos .section_wrap {position:relative;max-width:1920px;left:50%;margin-left:-960px}
@media screen and (max-width:740px) {.section_visual_pos .section_wrap {max-width:none;left:auto;margin-left:0}}
.section_visual_pos .l_txt_wrap {position:absolute;top:0;width:100%;height:100%;text-align:center;z-index:1}
@media screen and (max-width:740px) {.section_visual_pos .l_txt_wrap:before {content:none}}
.section_visual_pos .txt_wrap {display:inline-block;vertical-align:middle;width:1120px}
@media screen and (max-width:740px) {.section_visual_pos .txt_wrap {width:auto;padding:0 30px 28px}}
.section_visual_pos .txt_wrap .txt {font-family:'HyundaiKRBold';font-size:60px;line-height:72px;font-weight:normal;color:#fff;padding-top:40px}
.section_visual_pos .txt_wrap .txt .l_n_dot {position:absolute}
.section_visual_pos .txt_wrap .txt .n_dot {display:inline-block;margin-left:4px;width:10px;height:10px;background:#e63312;margin-left:4px}
.section_visual_pos .txt_wrap .txt .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.section_visual_pos .txt_wrap .txt .n_dot {width:2px;height:2px;margin-left:2px}}
.section_visual_pos .txt_wrap .txt:first-child {padding-top:0}
@media screen and (max-width:740px) {.section_visual_pos .txt_wrap .txt {padding-top:22px;font-size:20px;line-height:22px;font-weight:normal}
  .section_visual_pos .txt_wrap .txt .n_dot {width:3px;height:3px}
  .section_visual_pos .txt_wrap .txt:first-child {padding-top:22px}}

.section_main .section_wrap {position:relative;max-width:1120px;left:50%;margin-left:-560px}
@media screen and (max-width:740px) {.section_main .section_wrap {max-width:none;left:auto;margin-left:0}}
.section_main .tit_wrap {position:absolute;z-index:2}
@media screen and (max-width:740px) {.section_main .tit_wrap {position:static}}
.section_main .tit_wrap .tit {font-family:'HyundaiKRBold';font-size:60px;line-height:66px;font-weight:normal}
@media screen and (max-width:740px) {.section_main .tit_wrap .tit {font-size:24px;line-height:26px;font-weight:normal}}
.section_main .txt_wrap .txt {font-family:'HyundaiKRRegular';font-size:16px;line-height:26px;font-weight:normal}
@media screen and (max-width:740px) {.section_main .txt_wrap .txt {font-size:14px;line-height:21px;font-weight:normal}}
/* 181015_modify */
.section_main .txt_wrap .txt{font-family:'HyundaiKRTextRegular'}
.section_contents_kv .txt_wrap .txt.column{font-family:'HyundaiKRTextRegular'}

.section_main .txt_wrap.expand .txt {width:100%;float:none}
.section_main .l_img_wrap .key_img_wrap {position:relative}
.section_main .l_img_wrap .key_back_img_wrap {position:absolute}

.section_contents_kv {z-index:1}
.section_contents_kv .section_wrap {position:relative;max-width:1120px;left:50%;margin-left:-560px}
@media screen and (max-width:740px) {.section_contents_kv .section_wrap {max-width:none;left:auto;margin-left:0}}
.section_contents_kv .section_wrap .left_1_grid {left:96px}
.section_contents_kv .section_wrap .left_2_grid {left:192px}
.section_contents_kv .section_wrap .left_3_grid {left:288px}
.section_contents_kv .section_wrap .left_4_grid {left:384px}
.section_contents_kv .section_wrap .left_5_grid {left:480px}
.section_contents_kv .section_wrap .right_1_grid {right:96px}
.section_contents_kv .section_wrap .right_2_grid {right:192px}
.section_contents_kv .section_wrap .right_3_grid {right:288px}
.section_contents_kv .section_wrap .right_4_grid {right:384px}
.section_contents_kv .section_wrap .right_5_grid {right:480px}
.section_contents_kv .l_img_wrap .key_back_img_wrap {position:relative;left:-400px}
.section_contents_kv .l_img_wrap .key_img_wrap {position:absolute;left:192px;top:315px}
.section_contents_kv .l_tit_wrap, .section_contents_kv .l_txt_wrap {position:absolute;z-index:1}
.section_contents_kv .l_tit_wrap {left:0;top:89px;margin-left:-4px}
.section_contents_kv .ftit {font-family:'HyundaiKRBold';font-size:72px;line-height:80px;font-weight:normal;letter-spacing:-0.01em}
.section_contents_kv .stit {font-family:'HyundaiKRBold';font-size:36px;line-height:69px;font-weight:normal;letter-spacing:-0.01em}
.section_contents_kv .l_txt_wrap {top:917px}
.section_contents_kv .txt_wrap {font-size:0}
.section_contents_kv .txt_wrap .txt {width:640px}
.section_contents_kv .txt_wrap .txt.column {display:inline-block;vertical-align:top;width:448px;box-sizing:border-box}
.section_contents_kv .txt_wrap .txt.column:nth-of-type(even) {padding-left:32px}
.section_contents_kv .txt_wrap .txt.expand {width:768px}
.section_contents_kv .txt {font-family:'HyundaiKRRegular';font-size:16px;line-height:26px;font-weight:normal}
.section_contents_kv .txt{font-family:'HyundaiKRTextRegular'}/* 181015_modify */

.section_visual_contents .section_wrap {position:relative;max-width:1120px;left:50%;margin-left:-560px}
@media screen and (max-width:740px) {.section_visual_contents .section_wrap {max-width:none;left:auto;margin-left:0}}
.section_visual_contents .l_tit_wrap, .section_visual_contents .l_cont_wrap .img_wrap, .section_visual_contents .l_cont_wrap .tit_wrap, .section_visual_contents .l_cont_wrap .txt_wrap {position:absolute}
.section_visual_contents .ftit {font-family:'HyundaiKRBold';font-size:72px;line-height:72px;font-weight:normal;letter-spacing:-0.01em}
.section_visual_contents .stit {font-family:'HyundaiKRBold';font-size:45px;line-height:72px;font-weight:normal;letter-spacing:-0.01em}
.section_visual_contents .txt {font-family:'HyundaiKRTextRegular';font-size:16px;line-height:26px;font-weight:normal}/* 181015_modify */

.section_contents_images .section_wrap {position:relative;max-width:1120px;left:50%;margin-left:-560px}
@media screen and (max-width:740px) {.section_contents_images .section_wrap {max-width:none;left:auto;margin-left:0}}

.overlap_contents {padding-top:357px;box-sizing:border-box}

.nBrand .aboutN br.mobile {display:none}
@media screen and (max-width:740px) {.nBrand .aboutN br.mobile {display:block}}
.nBrand .aboutN br.desktop {display:block}
@media screen and (max-width:740px) {.nBrand .aboutN br.desktop {display:none}}
.nBrand .aboutN .l_tit_wrap, .nBrand .aboutN .l_txt_wrap {position:absolute;top:0;bottom:0;left:0;right:0;z-index:1}
@media screen and (max-width:740px) {.nBrand .aboutN .l_tit_wrap, .nBrand .aboutN .l_txt_wrap {padding:30px}
  .nBrand .aboutN .last.l_tit_wrap, .nBrand .aboutN .last.l_txt_wrap {padding-bottom:0}
  .nBrand .aboutN .l_tit_wrap, .nBrand .aboutN .l_txt_wrap, .nBrand .aboutN .l_tit_wrap .txt_wrap, .nBrand .aboutN .l_txt_wrap .txt_wrap, .nBrand .aboutN .l_tit_wrap .tit_wrap, .nBrand .aboutN .l_txt_wrap .tit_wrap {position:static}
  .nBrand .aboutN .l_tit_wrap + .l_tit_wrap, .nBrand .aboutN .l_txt_wrap + .l_tit_wrap, .nBrand .aboutN .l_tit_wrap + .l_txt_wrap, .nBrand .aboutN .l_txt_wrap + .l_txt_wrap {padding-top:8px}}

.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .video, .section_video.progress .vid_hero_wrap .l_vid_wrap .video {width:100%;height:100%;position:absolute;left:0;top:0;z-index:2}
.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .video iframe, .section_video.progress .vid_hero_wrap .l_vid_wrap .video iframe {width:100%;height:100%}
.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .video .close, .section_video.progress .vid_hero_wrap .l_vid_wrap .video .close {position:absolute;z-index:1;width:40px;height:40px;right:0;top:0;background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .video .close, .section_video.progress .vid_hero_wrap .l_vid_wrap .video .close {width:22px;height:22px;right:0;top:0}}
.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .video .close:before, .section_video.progress .vid_hero_wrap .l_vid_wrap .video .close:before, .nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .video .close:after, .section_video.progress .vid_hero_wrap .l_vid_wrap .video .close:after {content:'';position:absolute;background:#fff;left:50%;top:50%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .video .close:before, .section_video.progress .vid_hero_wrap .l_vid_wrap .video .close:before {width:3px;height:19px;margin:-9px 0 0 -1px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .video .close:before, .section_video.progress .vid_hero_wrap .l_vid_wrap .video .close:before {width:2px;height:12px;margin:-6px 0 0 -1px}}
.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .video .close:after, .section_video.progress .vid_hero_wrap .l_vid_wrap .video .close:after {width:19px;height:3px;margin:-1px 0 0 -9px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .video .close:after, .section_video.progress .vid_hero_wrap .l_vid_wrap .video .close:after {width:12px;height:2px;margin:-1px 0 0 -6px}}

.nBrand .aboutN.section_hero .hero_wrap {position:relative;left:50%;margin-left:-960px;overflow:hidden}
@media screen and (max-width:740px) {.nBrand .aboutN.section_hero .hero_wrap {left:0;padding-top:35px;margin:0}}
.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap {position:absolute;width:100%}
@media screen and (max-width:740px) {.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap {position:static}}
.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap .tit {display:block;width:100%;text-align:center;font-family:'HyundaiKRBold';font-size:130px;line-height:140px;font-weight:normal;color:#fff;letter-spacing:-0.025em}
.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap .tit .red {color:#e63312}
.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap .tit .l_n_dot {position:absolute}
.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap .tit .n_dot {display:inline-block;margin-left:4px;width:22px;height:22px;background:#e63312;margin-left:11px}
.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap .tit .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap .tit .n_dot {width:6px;height:5px;margin-left:3px}}
@media screen and (min-width:641px) and (max-width:740px) {.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap .tit {font-size:65px;line-height:60px;letter-spacing:0;font-weight:normal}}
@media screen and (min-width:481px) and (max-width:640px) {.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap .tit {font-size:50px;line-height:45px;letter-spacing:0;font-weight:normal}}
@media screen and (min-width:321px) and (max-width:480px) {.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap .tit {font-size:45px;line-height:50px;letter-spacing:0;font-weight:normal}}
@media screen and (max-width:320px) {.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap .tit {font-size:45px;line-height:50px;letter-spacing:0;font-weight:normal}}
@media screen and (min-width:741px) {.touchable .nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap .tit, .nBrand .aboutN.section_hero .touchable .hero_wrap .l_tit_wrap .tit_wrap .tit {font-size:120px}}
.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap .txt_wrap {color:#fff;font-family:'HyundaiKRMedium';font-size:30px;line-height:38px;font-weight:normal;letter-spacing:-0.01em}
@media screen and (max-width:740px) {.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap .txt_wrap {font-family:'HyundaiKRMedium';font-size:13px;line-height:18px;font-weight:normal}}
.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap .txt_wrap .txt {margin-bottom:55px}
@media screen and (max-width:740px) {.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap .txt_wrap .txt {margin-bottom:16px}}
.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap .txt_wrap .txt:last-child {margin-bottom:0}
.nBrand .aboutN.section_hero .hero_wrap .l_bg_wrap {display:block}
.nBrand .aboutN.section_hero .hero_wrap .l_bg_wrap img.img_hero {margin-left:0}
@media screen and (max-width:740px) {.nBrand .aboutN.section_hero .hero_wrap .l_bg_wrap img.img_hero {margin:0}}
.nBrand .aboutN.section_hero .hero_wrap .l_bg_wrap .img_logo_wrap {position:absolute;bottom:0;left:0}

.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit .n_logo, .nBrand .aboutN.section_visual.feeling .l_tit_wrap .n_logo {display:inline-block;width:274px}
.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit .n_logo img, .nBrand .aboutN.section_visual.feeling .l_tit_wrap .n_logo img {vertical-align:middle;width:100%;height:auto}
@media screen and (max-width:740px) {.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit .n_logo, .nBrand .aboutN.section_visual.feeling .l_tit_wrap .n_logo {width:107px;margin:0}
  .nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit .n_logo img, .nBrand .aboutN.section_visual.feeling .l_tit_wrap .n_logo img {margin-top:0}}
@media screen and (max-width:740px) {.nBrand .aboutN .only_desktop {display:none !important}}
.nBrand .aboutN.section_hero {background-color:#000;padding-bottom:20px}
@media screen and (max-width:740px) {.nBrand .aboutN.section_hero.responsive_bg {background-color:#161616;background-size:100% auto;padding-bottom:72%}}
.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap {max-width:1120px;left:400px;top:945px;text-align:center}
@media screen and (max-width:740px) {.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap {padding-right:0}}
.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit .n_logo {width:197px;margin-right:7px}
.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit .n_logo img {width:100%;height:auto}
@media screen and (max-width:740px) {.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit .n_logo {width:70px}}
.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap {left:400px;text-align:center;max-width:1120px}
.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap .txt {width:100%;position:absolute}
@media screen and (max-width:740px) {.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap .txt {position:static}}
@media screen and (max-width:740px) {.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap {padding-left:15px;padding-right:15px}}
.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap.paragraph_1 {top:200px}
.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap.paragraph_1 .txt:nth-of-type(2) {top:146px}
.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap.paragraph_1 .txt:nth-of-type(3) {top:293px}
.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap.paragraph_1 .txt:nth-of-type(4) {top:553px}
.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap.paragraph_2 {top:1287px}
.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap.paragraph_2 .txt:nth-of-type(2) {top:107px}
.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap.paragraph_2 .txt:nth-of-type(3) {top:254px}
.nBrand .aboutN.section_visual {background-color:#000;padding-bottom:120px}
@media screen and (max-width:740px) {.nBrand .aboutN.section_visual {padding-bottom:0}}
.nBrand .aboutN.section_visual .visual_wrap {max-width:1920px;position:relative;left:50%;margin-left:-960px}
@media screen and (max-width:740px) {.nBrand .aboutN.section_visual .visual_wrap {left:0;margin-left:0}}
.nBrand .aboutN.section_visual .l_tit_wrap {color:#fff;padding-top:0}
.nBrand .aboutN.section_visual .l_txt_wrap {color:#a9a9a9}
.nBrand .aboutN.section_visual.feeling {min-height:325px;box-sizing:content-box}
@media screen and (max-width:740px) {.nBrand .aboutN.section_visual.feeling {padding-bottom:0;min-height:0;margin-top:0}}
.nBrand .aboutN.section_visual.feeling .l_img_wrap img {margin-left:912px}
@media screen and (max-width:740px) {.nBrand .aboutN.section_visual.feeling .l_img_wrap img {margin-left:0}}
.nBrand .aboutN.section_visual.feeling .l_tit_wrap, .nBrand .aboutN.section_visual.feeling .l_txt_wrap {width:100%;text-align:center}
@media screen and (max-width:740px) {.nBrand .aboutN.section_visual.feeling .l_tit_wrap, .nBrand .aboutN.section_visual.feeling .l_txt_wrap {text-align:left}}
.nBrand .aboutN.section_visual.feeling .l_tit_wrap {top:36px}
@media screen and (max-width:740px) {.nBrand .aboutN.section_visual.feeling .l_tit_wrap {padding-left:0;padding-right:0}}
@media screen and (max-width:740px) {.nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit {height:auto;line-height:1}
  .nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit > figure, .nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit > span {display:block}}
.nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit .text-wrap {font-family:'HyundaiKRBold';font-size:80px;line-height:90px;font-weight:normal;letter-spacing:-0.01em}
.nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit .text-wrap .l_n_dot {position:absolute}
.nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit .text-wrap .n_dot {display:inline-block;margin-left:4px;width:18px;height:18px;background:#e63312;margin-left:11px}
.nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit .text-wrap .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit .text-wrap .n_dot {margin-left:3px}}
@media screen and (max-width:740px) {.nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit .text-wrap {font-family:'HyundaiKRBold';font-size:30px;line-height:35px;font-weight:normal}
  .nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit .text-wrap .n_dot {width:6px;height:6px}}
.nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit .text-wrap .sub {font-family:'HyundaiKRBold';font-size:48px;line-height:48px;font-weight:normal;text-align:left;display:block}
.nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit .text-wrap .sub.right {text-align:right;padding-right:33px}
@media screen and (max-width:740px) {.nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit .text-wrap .sub {font-family:'HyundaiKRBold';font-size:18px;line-height:18px;font-weight:normal}
  .nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit .text-wrap .sub, .nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit .text-wrap .sub.right {text-align:center;padding-right:0}}
.nBrand .aboutN.section_visual.feeling .l_tit_wrap .n_logo {display:block;vertical-align:top;margin:0 auto 55px auto}
@media screen and (max-width:740px) {.nBrand .aboutN.section_visual.feeling .l_tit_wrap {text-align:center;padding-top:0;padding-bottom:10px}
  .nBrand .aboutN.section_visual.feeling .l_tit_wrap .n_logo {width:93px;margin:0 auto 24px auto}
  .nBrand .aboutN.section_visual.feeling .l_tit_wrap .n_logo img {margin-top:0}}
.nBrand .aboutN.section_visual.feeling .l_txt_wrap {top:248px;text-align:center;letter-spacing:-0.01em}
.nBrand .aboutN.section_visual.making {padding-bottom:172px}
@media screen and (max-width:740px) {.nBrand .aboutN.section_visual.making {padding-bottom:10.5px}}
.nBrand .aboutN.section_visual.making .l_img_wrap img {margin-left:560px}
@media screen and (max-width:740px) {.nBrand .aboutN.section_visual.making .l_img_wrap img {margin-left:0}}
.nBrand .aboutN.section_visual.making .l_tit_wrap, .nBrand .aboutN.section_visual.making .l_txt_wrap {box-sizing:border-box;width:100%;margin-left:400px}
@media screen and (max-width:740px) {.nBrand .aboutN.section_visual.making .l_tit_wrap, .nBrand .aboutN.section_visual.making .l_txt_wrap {margin-left:0}}
.nBrand .aboutN.section_visual.making .l_tit_wrap {top:335px}
.nBrand .aboutN.section_visual.making .l_tit_wrap .tit_wrap .tit {font-family:'HyundaiKRBold';font-size:48px;line-height:48px;font-weight:normal}
@media screen and (max-width:740px) {.nBrand .aboutN.section_visual.making .l_tit_wrap .tit_wrap .tit {font-family:'HyundaiKRBold';font-size:20px;line-height:22px;font-weight:normal}}
@media screen and (max-width:740px) {.nBrand .aboutN.section_visual.making .l_tit_wrap {padding-top:26.5px;padding-bottom:0.5px}}
.nBrand .aboutN.section_visual.making .l_txt_wrap {max-width:480px;top:405px}
@media screen and (max-width:740px) {.nBrand .aboutN.section_visual.making .l_txt_wrap {max-width:none}}
.nBrand .aboutN.section_visual.making .l_txt_wrap .txt_wrap .txt {font-family:'HyundaiKRRegular';font-size:16px;line-height:26px;font-weight:normal}
@media screen and (max-width:740px) {.nBrand .aboutN.section_visual.making .l_txt_wrap .txt_wrap .txt {font-family:'HyundaiKRRegular';font-size:14px;line-height:21px;font-weight:normal}}
.nBrand .aboutN.section_video {background-color:#000}
.nBrand .aboutN.section_video .vid_hero_wrap {max-width:1800px;position:relative;left:50%;margin-left:-900px;width:100%;left:0;margin:0 auto}
@media screen and (max-width:740px) {.nBrand .aboutN.section_video .vid_hero_wrap {left:0;margin-left:0}}
.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap {position:relative}
.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .l_tit_wrap {text-align:center;width:100%;top:38%;bottom:auto;color:#fff}
.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .l_tit_wrap .tit {display:block;font-family:'HyundaiKRBold';font-size:36px;line-height:36px;font-weight:normal;text-transform:uppercase;letter-spacing:0.1em}
.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .l_tit_wrap .tit.sub {font-family:'HyundaiKRBold';font-size:24px;line-height:32px;font-weight:normal}
.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .l_tit_wrap .tit + .sub {margin-top:11px}
.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .l_tit_wrap .btn_play {display:block;margin-left:auto;margin-right:auto}
@media screen and (min-width:741px) {.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .l_tit_wrap .btn_play {width:140px;height:140px;margin-top:41px;border-width:20px}
  .nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .l_tit_wrap .btn_play:after {border-width:24px 0 24px 42px}}
@media screen and (max-width:740px) {.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .l_tit_wrap {position:absolute;padding:0;top:50%;margin-top:-9px}
  .nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .l_tit_wrap .tit {display:none}
  .nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .l_tit_wrap .btn_play {margin-top:0}}
.nBrand .aboutN.section_video .vid_hero_wrap .vid_wrap {width:100%}
.nBrand .aboutN.section_video .vid_hero_wrap .vid_wrap img {width:100%;height:auto}
.nBrand .aboutN.section_video.hairDryer {padding-bottom:20px}
@media screen and (max-width:740px) {.nBrand .aboutN.section_video.hairDryer {padding-bottom:35px}}
.nBrand .aboutN.section_gallery_movie {background-color:#000;color:#fff;margin:0 auto;position:relative}
.nBrand .aboutN.section_gallery_movie .section_wrap {overflow:hidden;width:1920px;left:50%;margin-left:-960px;position:relative;padding-bottom:132px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .aboutN.section_gallery_movie .section_wrap {width:100%;left:auto;margin:0;padding-top:0;padding-bottom:43px}}
.nBrand .aboutN.section_gallery_movie .section_wrap .tit {width:800px;margin:0 auto;padding:0;text-align:center;font-family:'HyundaiKRBold';font-size:60px;line-height:60px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .aboutN.section_gallery_movie .section_wrap .tit {width:auto;text-align:center;padding:0 30px 0 30px;margin-bottom:25px;font-family:'HyundaiKRBold';font-size:27px;line-height:27px;font-weight:normal}}
.nBrand .aboutN.section_gallery_movie .section_wrap .gallery_list {width:800px;margin:0 auto;position:relative;margin-top:60px;padding:0}
.nBrand .aboutN.section_gallery_movie .section_wrap .gallery_list:after {display:block;content:"";width:100%;height:0;clear:both}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .aboutN.section_gallery_movie .section_wrap .gallery_list {width:auto;margin-top:13px}}
.nBrand .aboutN.section_gallery_movie .section_wrap .gallery_list .movie {position:relative;width:100%;margin:0 16px;float:left}
.nBrand .aboutN.section_gallery_movie .section_wrap .gallery_list .movie:focus {outline:none}
.nBrand .aboutN.section_gallery_movie .section_wrap .gallery_list .movie img {width:100%}
.nBrand .aboutN.section_gallery_movie .section_wrap .gallery_list .movie .btn_play {display:none;margin:-35px 0 0 -35px;top:50%}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .aboutN.section_gallery_movie .section_wrap .gallery_list .movie .btn_play {top:50%;margin:-17.5px 0 0 -17.5px}}
.nBrand .aboutN.section_gallery_movie .section_wrap .gallery_list .movie .subject, .nBrand .aboutN.section_gallery_movie .section_wrap .gallery_list .movie .date {display:none}
.nBrand .aboutN.section_gallery_movie .section_wrap .gallery_list .movie.slick-current {}
.nBrand .aboutN.section_gallery_movie .section_wrap .gallery_list .movie.slick-current .btn_play {display:block}
.nBrand .aboutN.section_gallery_movie .section_wrap .movie-info {padding:0;max-width:736px;margin:0 auto}
.nBrand .aboutN.section_gallery_movie .section_wrap .movie-info .subject {font-family:'HyundaiKRMedium';font-size:30px;line-height:36px;font-weight:normal;padding:25px 0 1px 0}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .aboutN.section_gallery_movie .section_wrap .movie-info .subject {font-family:'HyundaiKRBold';font-size:20px;line-height:22px;font-weight:normal;padding:13px 30px 0}}
.nBrand .aboutN.section_gallery_movie .section_wrap .movie-info .date {color:#a9a9a9;margin-top:5px;font-family:'HyundaiKRRegular';font-size:16px;line-height:26px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .aboutN.section_gallery_movie .section_wrap .movie-info .date {font-family:'HyundaiKRRegular';font-size:14px;line-height:21px;font-weight:normal;padding:0 30px 4px}}
.nBrand .aboutN.section_gallery_movie .slick-prev, .nBrand .aboutN.section_gallery_movie .slick-next {position:absolute;display:block;top:50%;width:0px;height:50px;padding-left:50px;margin-top:-25px;background:rgba(0, 0, 0, 0.5);overflow:hidden;z-index:1}
.nBrand .aboutN.section_gallery_movie .slick-prev.slick-disabled, .nBrand .aboutN.section_gallery_movie .slick-next.slick-disabled {display:none !important}
.nBrand .aboutN.section_gallery_movie .slick-prev:before, .nBrand .aboutN.section_gallery_movie .slick-prev:after, .nBrand .aboutN.section_gallery_movie .slick-next:before, .nBrand .aboutN.section_gallery_movie .slick-next:after {content:"";position:absolute;height:14px;width:6px;padding:0px;background-color:#fff}
.nBrand .aboutN.section_gallery_movie .slick-prev:before, .nBrand .aboutN.section_gallery_movie .slick-next:before {-ms-transform:rotate(0deg) skew(45deg);-webkit-transform:rotate(0deg) skew(45deg);transform:rotate(0deg) skew(45deg)}
.nBrand .aboutN.section_gallery_movie .slick-prev:after, .nBrand .aboutN.section_gallery_movie .slick-next:after {-ms-transform:rotate(0deg) skew(-45deg);-webkit-transform:rotate(0deg) skew(-45deg);transform:rotate(0deg) skew(-45deg)}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .aboutN.section_gallery_movie .slick-prev, .nBrand .aboutN.section_gallery_movie .slick-next {height:35px;padding-left:35px;margin-top:-17.5px}
  .nBrand .aboutN.section_gallery_movie .slick-prev:before, .nBrand .aboutN.section_gallery_movie .slick-prev:after, .nBrand .aboutN.section_gallery_movie .slick-next:before, .nBrand .aboutN.section_gallery_movie .slick-next:after {width:3px;height:9px}}
.nBrand .aboutN.section_gallery_movie .slick-prev {left:-64px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .aboutN.section_gallery_movie .slick-prev {left:15px}}
.nBrand .aboutN.section_gallery_movie .slick-prev:before, .nBrand .aboutN.section_gallery_movie .slick-prev:after {left:20px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .aboutN.section_gallery_movie .slick-prev:before, .nBrand .aboutN.section_gallery_movie .slick-prev:after {left:15px}}
.nBrand .aboutN.section_gallery_movie .slick-prev:before {top:25px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .aboutN.section_gallery_movie .slick-prev:before {top:17px}}
.nBrand .aboutN.section_gallery_movie .slick-prev:after {top:11px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .aboutN.section_gallery_movie .slick-prev:after {top:9px}}
.nBrand .aboutN.section_gallery_movie .slick-next {right:-64px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .aboutN.section_gallery_movie .slick-next {right:15px}}
.nBrand .aboutN.section_gallery_movie .slick-next:before, .nBrand .aboutN.section_gallery_movie .slick-next:after {left:24px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .aboutN.section_gallery_movie .slick-next:before, .nBrand .aboutN.section_gallery_movie .slick-next:after {left:18px}}
.nBrand .aboutN.section_gallery_movie .slick-next:before {top:11px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .aboutN.section_gallery_movie .slick-next:before {top:8px}}
.nBrand .aboutN.section_gallery_movie .slick-next:after {top:25px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .aboutN.section_gallery_movie .slick-next:after {top:17px}}
.nBrand .aboutN.section_gallery_movie .btn_play {display:block;border-width:8px;width:70px;height:70px;position:absolute;top:50%;left:50%;margin:-35px 0 0 -35px;z-index:3}
.nBrand .aboutN.section_gallery_movie .btn_play:after {border-width:15px 0 15px 23px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .aboutN.section_gallery_movie .btn_play {width:35px;border-width:4px;height:35px;margin:-17.5px 0 0 -17.5px}
  .nBrand .aboutN.section_gallery_movie .btn_play:after {border-width:8px 0 8px 12px}}
@media screen and (min-width:741px) {.nBrand .aboutN.section_gallery_movie .page {font-family:'HyundaiKRMedium';font-size:24px;line-height:36px;font-weight:normal;position:absolute;left:50%;top:auto;width:368px;text-align:right;margin-top:-49px}}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .aboutN.section_gallery_movie .page {display:block;text-align:center;font-family:'HyundaiKRRegular';font-size:12px;line-height:21px;font-weight:normal}}
.nBrand .aboutN.section_gallery_movie .page strong {color:#e63312}

.section_slide {padding-top:120px}
@media screen and (max-width:740px) and (min-width:0) {.section_slide {padding-top:70px}}
.section_slide .slide_nav_wrap {position:relative;background:#000;z-index:2}
.section_slide .slide_nav_wrap .l_nav_list_wrap {height:50px}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_nav_wrap .l_nav_list_wrap {position:relative;padding:0 64px}}
.section_slide .slide_nav_wrap .l_nav_list_wrap .tit_wrap {float:left;width:116px}
.section_slide .slide_nav_wrap .l_nav_list_wrap .tit_wrap .tit {font-family:'HyundaiKRMedium';font-size:16px;line-height:60px;font-weight:normal;color:#fff}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_nav_wrap .l_nav_list_wrap .tit_wrap {display:none}}
.section_slide .slide_nav_wrap .l_nav_list_wrap .nav_list_wrap {overflow:hidden;position:relative}
.section_slide .slide_nav_wrap .l_nav_list_wrap .nav_list_wrap .nav_list {display:inline-block;width:192px}
.section_slide .slide_nav_wrap .l_nav_list_wrap .nav_list_wrap .nav_list .link_slide_nav {display:block;color:#fff;text-align:center;font-family:'HyundaiKRMedium';font-size:16px;line-height:60px;font-weight:normal}
.section_slide .slide_nav_wrap .l_nav_list_wrap .nav_list_wrap .nav_list .link_slide_nav.on {color:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_nav_wrap .l_nav_list_wrap .nav_list_wrap .nav_list .link_slide_nav {width:auto;font-family:'HyundaiKRMedium';font-size:16px;line-height:50px;font-weight:normal}}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_nav_wrap .l_nav_list_wrap .nav_list_wrap .nav_list {width:auto}}
@media screen and (min-width:740px) {.section_slide .slide_nav_wrap .l_nav_list_wrap .nav_list_wrap {width:auto !important;left:auto !important}}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_nav_wrap .l_nav_list_wrap .nav_list_wrap {width:100%;display:table;table-layout:fixed;position:absolute;left:0;margin-left:64px;margin-right:64px}
  .section_slide .slide_nav_wrap .l_nav_list_wrap .nav_list_wrap .nav_list {display:table-cell}}
.section_slide .slide_nav_wrap .l_nav_list_wrap .list_prev, .section_slide .slide_nav_wrap .l_nav_list_wrap .list_next {display:none;position:absolute;top:0;width:64px;height:50px;background-color:#000}
.section_slide .slide_nav_wrap .l_nav_list_wrap .list_prev:disabled:after, .section_slide .slide_nav_wrap .l_nav_list_wrap .list_next:disabled:after {content:'';position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(0, 0, 0, 0.6)}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_nav_wrap .l_nav_list_wrap .list_prev, .section_slide .slide_nav_wrap .l_nav_list_wrap .list_next {display:block}}
.section_slide .slide_nav_wrap .l_nav_list_wrap .list_prev {left:0}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_nav_wrap .l_nav_list_wrap .list_prev {-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}
  .section_slide .slide_nav_wrap .l_nav_list_wrap .list_prev:before {content:"";position:absolute;top:50%;left:50%;width:6px;height:6px;margin:-5px 0 0 -5px;border:2px solid;border-color:transparent #fff #fff transparent;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}
.section_slide .slide_nav_wrap .l_nav_list_wrap .list_next {right:0}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_nav_wrap .l_nav_list_wrap .list_next:before {content:"";position:absolute;top:50%;left:50%;width:6px;height:6px;margin:-5px 0 0 -5px;border:2px solid;border-color:transparent #fff #fff transparent;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}
.section_slide .slide_content_wrap {position:relative}
@media only screen and (max-height:1020px) and (min-width:741px) {.section_slide .slide_content_wrap {margin:0;width:100%;height:920px;overflow:hidden}
  .section_slide .slide_content_wrap:before {width:100%;height:80px;overflow:hidden;background:#fff;content:"";display:block;position:absolute;left:0;top:0;z-index:1}
  .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list > .slide_layout, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list > .l_img_wrap {margin-top:-80px}}
.section_slide .slide_content_wrap .slide_drag_guide {position:absolute;left:50%;top:50%;z-index:2;margin:-107px 0 0 -170px;width:341px;height:326px}
.section_slide .slide_content_wrap .slide_drag_guide figure {width:65px;height:81px;display:block;position:absolute;left:127px;top:107px}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .slide_drag_guide {display:none}}
.section_slide .slide_content_wrap .l_slide_wrap {cursor:auto;cursor:url("../../en/images/brand-story/n/n-story/cursor.cur"), auto;position:relative;top:0;left:50%;margin-left:-960px}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap {position:static;margin-left:0;cursor:auto}}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap {display:table}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap {table-layout:fixed;width:100%;left:0 !important}}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list {display:table-cell;vertical-align:top;white-space:nowrap;font-size:0}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list {display:none}}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .slide_layout {height:1020px}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .slide_layout {height:auto}}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list {width:100%;height:auto;padding-top:35px}}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_img_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_bg_wrap {display:inline-block;vertical-align:top}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_img_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_bg_wrap {display:block}}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_highlight_wrap {display:inline-block;vertical-align:bottom}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_highlight_wrap {font-size:1rem;white-space:normal}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap {position:relative;z-index:1;margin-right:-417px;padding-top:120px;padding-left:100px}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .l_n_dot {position:absolute}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .n_dot {display:inline-block;margin-left:4px;width:15px;height:15px;background:#e63312;margin-left:2px}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .n_dot {width:5px;height:5px;margin-left:2px}}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap {padding:0 30px;width:100%}}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .tit_wrap .tit {font-family:'HyundaiKRBold';font-size:60px;line-height:60px;font-weight:normal;letter-spacing:-1px}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .tit_wrap .tit {font-family:'HyundaiKRBold';font-size:27px;line-height:1;font-weight:normal;letter-spacing:0}}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap {width:630px;padding-top:87px;margin:0 76px 0 64px}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap {width:auto;margin:0;padding-top:0}}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit {font-family:'HyundaiKRBold';font-size:90px;line-height:90px;font-weight:normal;line-height:85px}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit .l_n_dot {position:absolute}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit .n_dot {display:inline-block;margin-left:4px;width:10px;height:10px;background:#e63312;margin-left:4px}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit .n_dot {width:2px;height:2px;margin-left:2px}}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit {font-family:'HyundaiKRBold';font-size:27px;line-height:29px;font-weight:normal;margin-top:4px;margin-bottom:23px}
  .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit .l_n_dot {position:absolute}
  .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit .n_dot {display:inline-block;margin-left:4px;width:15px;height:15px;background:#e63312;margin-left:4px}
  .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit .n_dot.red {background:#e63312}}
@media screen and (max-width:740px) and (min-width:0) and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit .n_dot {width:5px;height:5px;margin-left:2px}}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit br {display:none}}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .arrow {margin-top:100px;display:block;position:relative;width:130px;height:6px;background:#e63312}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .arrow:before, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .arrow:after {content:'';position:absolute;right:-3px;height:6px;width:22px;background:#e63312}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .arrow:before {top:7px;-ms-transform:rotate(135deg) skew(45deg);-webkit-transform:rotate(135deg) skew(45deg);transform:rotate(135deg) skew(45deg)}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .arrow:after {top:-7px;-ms-transform:rotate(-135deg) skew(-45deg);-webkit-transform:rotate(-135deg) skew(-45deg);transform:rotate(-135deg) skew(-45deg)}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .bullet_list {font-family:'HyundaiKRBold';font-size:23px;line-height:28px;font-weight:normal;max-width:485px;margin-top:2px}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .bullet_list {font-family:'HyundaiKRBold';font-size:14px;line-height:18px;font-weight:normal;margin-top:26px}}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .bullet_list li {margin-top:18px;padding-left:15px;position:relative}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .bullet_list li {padding-left:10px;margin-top:12px}}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .bullet_list li:before {content:'';width:5px;height:5px;background:#000;position:absolute;left:0;top:5px;margin-top:6px}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .bullet_list li:before {width:3px;height:3px;margin-top:3px}}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap {width:832px;padding:280px 96px 0}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap {width:auto;padding:20px 30px 50px}}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap .tit_wrap {padding-bottom:40px}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap .tit_wrap.long {margin-top:-20px}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap .tit_wrap {padding-bottom:30px}
  .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap .tit_wrap:last-child {padding-bottom:0}
  .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap .tit_wrap.long {margin-top:0}}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap .tit_wrap .tit {display:block;font-family:'HyundaiKRBold';font-size:30px;line-height:40px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap .tit_wrap .tit {font-family:'HyundaiKRBold';font-size:16px;line-height:23px;font-weight:normal;letter-spacing:0}}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap .txt_wrap .txt {font-family:'HyundaiKRBold';font-size:20px;line-height:30px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap .txt_wrap .txt {font-family:'HyundaiKRRegular';font-size:14px;line-height:21px;font-weight:normal}}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_img_wrap {position:relative}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_img_wrap .img_wrap {display:inline-block;vertical-align:top}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_highlight_wrap .l_img_wrap {top:-96px;padding-left:96px;white-space:nowrap;font-size:0}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_highlight_wrap .l_img_wrap .img_wrap:last-of-type {padding-left:96px;margin-top:-120px}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_highlight_wrap .tit_wrap {position:absolute;top:110px;width:864px;white-space:normal}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_highlight_wrap .tit_wrap {position:static;width:auto}}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_highlight_wrap .tit_wrap .tit {font-family:'HyundaiKRBold';font-size:100px;line-height:90px;font-weight:normal;letter-spacing:-2px}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_bg_wrap {margin-left:-96px}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_bg_wrap {display:none}}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(3) .img_1, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(6) .img_1 {padding:220px 96px 0 0}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(3) .img_2, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(6) .img_2 {padding-top:420px}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(3) .img_3 .img_3_1, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(6) .img_3 .img_3_1 {margin-top:320px}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(3) .img_3 .img_3_2, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(6) .img_3 .img_3_2 {margin-top:220px;margin-left:100px}

.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(2) .img_1, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(5) .img_1 {padding-top:120px}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(2) .img_1 .img_1_1, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(5) .img_1 .img_1_1 {position:absolute;z-index:1}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(2) .img_1 .img_1_2, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(5) .img_1 .img_1_2 {padding:100px 0 0 256px}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(2) .img_2, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(5) .img_2 {padding-top:120px}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(2) .img_2 .img_2_2 .img, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(5) .img_2 .img_2_2 .img {margin:120px 0 0 96px}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(2) .img_2 .img_2_3, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(5) .img_2 .img_2_3 {position:absolute;top:502px;left:46px;z-index:1}

.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(2) .img_1 .img_1_1, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(5) .img_1 .img_1_1 {margin-left:738px;position:relative}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(2) .img_1 .img_1_2, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(5) .img_1 .img_1_2 {padding-left:0;position:absolute;left:0}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(2) .img_1 .img_1_2, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(5) .img_1 .img_1_2 {position:static}}

.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(4) .img_1, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(7) .img_1 {padding-top:220px}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(4) .img_2, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(7) .img_2 {padding-top:120px;margin-left:96px}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(4) .img_3, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(7) .img_3 {padding-top:420px}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .m_img, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .kv.only_mobile {display:none}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .m_img, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .kv.only_mobile {display:block;margin:0 -30px}}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(1) .img_1 {padding-top:310px}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(1) {display:none}}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(2) {}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(2) .l_img_wrap {display:none}}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(3) .l_img_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(3) .l_tit_wrap .s_tit_wrap .arrow {display:none}}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(4) .l_img_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(4) .l_highlight_wrap {display:none}}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(5) .l_img_wrap {display:none}}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(6) .l_img_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(6) .l_tit_wrap .s_tit_wrap .arrow {display:none}}
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(7) .l_tit_wrap .img_wrap {padding-top:30px}
@media screen and (max-width:740px) and (min-width:0) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(7) .l_img_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(7) .l_highlight_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(7) .l_tit_wrap .img_wrap {display:none}}
@media screen and (min-width:741px) {.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list * {-webkit-transition:transform 0.9s;transition:transform 0.9s}
  .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .ani {-webkit-transform:translateX(100px);-ms-transform:translateX(100px);transform:translateX(100px);-webkit-transition:transform 0.9s;transition:transform 0.9s}}
@media screen and (min-width:741px) {.section_slide.touchable .layout_box, .section_slide.touchable .nBrand .section_hero .hero_wrap2 .vid_hero_wrap, .nBrand .section_hero .hero_wrap2 .section_slide.touchable .vid_hero_wrap, .section_slide.touchable .nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_slide.touchable .l_stit_wrap, .section_slide.touchable .nBrand .section_expand .expand_wrap .expand_section .l_img_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_slide.touchable .l_img_wrap, .section_slide.touchable .nBrand .section_expand .expand_wrap .expand_section .l_txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_slide.touchable .l_txt_wrap, .section_slide.touchable .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_slide.touchable .l_list_wrap {max-width:1176px}
  .section_slide.touchable .slide_content_wrap {margin:0;height:auto;overflow:visible}
  .section_slide.touchable .slide_content_wrap .slide_drag_guide {display:none}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap {left:auto;margin-left:0;cursor:auto}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap {display:block}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list {display:none;width:100%;max-width:1240px;margin:0 auto;padding:0 10px;box-sizing:border-box}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:after {width:100%;display:block;content:"";clear:both;height:0}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list > .slide_layout, .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list > .l_img_wrap {margin-top:0}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .slide_layout {box-sizing:border-box;float:right;width:50%;height:auto;padding-left:19px}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .kv.only_mobile {display:block;box-sizing:border-box;position:absolute;top:265px;left:auto;right:100%;margin:0 16px 0 0;width:100%;padding-right:16px}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .kv.only_mobile img {width:100%}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap {display:block;padding:0;margin:0}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .tit_wrap {box-sizing:border-box;position:absolute;top:95px;left:auto;right:100%;width:100%;margin:0 16px 0 0;padding-right:16px}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .tit_wrap .tit {font-family:'HyundaiKRBold';font-size:54px;line-height:1;font-weight:normal}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap {width:auto;margin:0;padding-top:256px}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit {box-sizing:border-box;position:absolute;top:155px;left:auto;right:0;width:200%;margin:0 16px 0 0;padding-right:16px;font-family:'HyundaiKRBold';font-size:54px;line-height:58px;font-weight:normal}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit br {display:none}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .bullet_list {font-family:'HyundaiKRBold';font-size:28px;line-height:36px;font-weight:normal}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .bullet_list li {margin-top:0}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap {width:auto;overflow:hidden;padding:0}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap .tit_wrap {padding:38px 0 138px 0}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap .tit_wrap .tit {font-family:'HyundaiKRBold';font-size:28px;line-height:40px;font-weight:normal}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_bg_wrap {display:none}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(1) {display:none}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(2) .l_img_wrap {display:none}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(3) .l_img_wrap, .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(3) .l_highlight_wrap {display:none}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(4) .l_img_wrap, .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(4) .l_highlight_wrap {display:none}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(5) .l_img_wrap {display:none}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(6) .l_img_wrap, .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(6) .l_tit_wrap .s_tit_wrap .arrow {display:none}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(7) .l_img_wrap, .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(7) .l_highlight_wrap, .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(7) .l_tit_wrap .img_wrap {display:none}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list * {transition:none}
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .ani {-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:none;transition:none}}

.section_video.progress {position:relative;width:100%;background-color:#fff;padding-top:0;padding-bottom:150px}
@media screen and (max-width:740px) {.section_video.progress {padding-top:0;padding-bottom:50px}}
.section_video.progress .vid_hero_wrap {max-width:1800px;position:relative;left:50%;margin-left:-900px;width:100%;left:0;margin:0 auto}
@media screen and (max-width:740px) {.section_video.progress .vid_hero_wrap {left:0;margin-left:0}}
.section_video.progress .vid_hero_wrap .l_vid_wrap {position:relative}
.section_video.progress .vid_hero_wrap .l_vid_wrap .l_tit_wrap {position:absolute;text-align:center;width:100%;top:38%;bottom:auto;color:#fff}
.section_video.progress .vid_hero_wrap .l_vid_wrap .l_tit_wrap .tit {display:block;font-family:'HyundaiKRBold';font-size:36px;line-height:48px;font-weight:normal;text-transform:uppercase;letter-spacing:0.1em}
.section_video.progress .vid_hero_wrap .l_vid_wrap .l_tit_wrap .tit.sub {font-family:'HyundaiKRBold';font-size:24px;line-height:32px;font-weight:normal}
.section_video.progress .vid_hero_wrap .l_vid_wrap .l_tit_wrap .tit + .sub {margin-top:11px}
.section_video.progress .vid_hero_wrap .l_vid_wrap .l_tit_wrap .btn_play {display:block;margin-left:auto;margin-right:auto}
@media screen and (min-width:741px) {.section_video.progress .vid_hero_wrap .l_vid_wrap .l_tit_wrap .btn_play {width:140px;height:140px;margin-top:47px;border-width:20px}
  .section_video.progress .vid_hero_wrap .l_vid_wrap .l_tit_wrap .btn_play:after {border-width:24px 0 24px 42px}}
@media screen and (max-width:740px) {.section_video.progress .vid_hero_wrap .l_vid_wrap .l_tit_wrap {position:absolute;padding:0;top:50%;margin-top:-9px}
  .section_video.progress .vid_hero_wrap .l_vid_wrap .l_tit_wrap .tit {display:none}
  .section_video.progress .vid_hero_wrap .l_vid_wrap .l_tit_wrap .btn_play {margin-top:0}}
.section_video.progress .vid_hero_wrap .vid_wrap {width:100%}
.section_video.progress .vid_hero_wrap .vid_wrap img {width:100%;height:auto}
.section_video.progress .mobile-only .video-title {width:100%;text-align:center;font-family:'HyundaiKRBold';font-size:20px;line-height:24px;font-weight:normal;padding:20.5px 0 0 0}
.section_video.progress .mobile-only .video-title .red {color:#e63312}

.section_main.nGineers .section_wrap {padding:276px 0 122px}
@media screen and (max-width:740px) {.section_main.nGineers .section_wrap {padding:70px 0 0}}
.section_main.nGineers .tit_wrap {margin-top:-86px;padding:0 28px 24px}
@media screen and (max-width:740px) {.section_main.nGineers .tit_wrap {margin-top:0}}
.section_main.nGineers .tit_wrap .txt_block {display:inline-block;background:rgba(255, 255, 255, 0.01)}
@media screen and (max-width:740px) {.section_main.nGineers .tit_wrap .txt_block {display:inline}}
.section_main.nGineers .l_img_wrap {position:relative;margin-bottom:100px;text-align:center}
@media screen and (max-width:740px) {.section_main.nGineers .l_img_wrap {margin-bottom:0;padding-top:24.0625%}}
.section_main.nGineers .l_img_wrap .key_img_wrap {z-index:1}
.section_main.nGineers .l_img_wrap .key_back_img_wrap {left:-96px;bottom:-100px}
.section_main.nGineers .l_img_wrap .img_wrap_1 {position:absolute;right:-96px;bottom:-100px;z-index:1}
.section_main.nGineers .l_img_wrap .img_wrap_2 {position:absolute;right:87px;bottom:-123px;z-index:1}
.section_main.nGineers .txt_wrap {margin:0 -16px;padding:52px 192px 0}
.section_main.nGineers .txt_wrap:after {content:'';display:block;clear:both}
.section_main.nGineers .txt_wrap .txt {box-sizing:border-box;float:left;width:50%;padding:0 16px}
@media screen and (max-width:740px) {.section_main.nGineers .txt_wrap {padding:0 30px 30px;margin:0}}
@media screen and (max-width:740px) {.section_main.nGineers .txt_wrap .txt {float:none;width:auto;padding:30px 0 0}}

.section_visual_pos.nGineers .section_wrap {background:#f3f5fa}

.section_tab .section_wrap {position:relative;max-width:1120px;left:50%;margin-left:-560px;padding:122px 0 144px}
@media screen and (max-width:740px) {.section_tab .section_wrap {max-width:none;left:auto;margin-left:0}}
@media screen and (max-width:740px) {.section_tab .section_wrap {padding:0}}
.section_tab .tit_wrap {padding-bottom:45px}
@media screen and (max-width:740px) {.section_tab .tit_wrap {padding:31px 29px 23px}}
.section_tab .tit_wrap .tit {font-family:'HyundaiKRBold';font-size:72px;line-height:1;font-weight:normal}
.section_tab .tit_wrap .tit .l_n_dot {position:absolute}
.section_tab .tit_wrap .tit .n_dot {display:inline-block;margin-left:4px;width:10px;height:10px;background:#e63312;margin-left:4px}
.section_tab .tit_wrap .tit .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.section_tab .tit_wrap .tit .n_dot {width:2px;height:2px;margin-left:2px}}
@media screen and (max-width:740px) {.section_tab .tit_wrap .tit {font-family:'HyundaiKRBold';font-size:27px;line-height:29px;font-weight:normal}
  .section_tab .tit_wrap .tit .n_dot {width:5px;height:5px}}
@media screen and (min-width:741px) {.section_tab.touchable .tab_wrap .tab_list .tab {border-width:2px}}
.section_tab .tab_wrap .tab_list {margin-left:1px}
.section_tab .tab_wrap .tab_list:after {content:'';display:block;clear:both}
.section_tab .tab_wrap .tab_list .tab {box-sizing:border-box;float:left;width:372px;margin-left:-1px;border:1px solid}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_list {display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;margin-left:0;justify-content:space-between}}
.section_tab .tab_wrap .tab_list .tab {position:relative;background:#fff;border-color:#bebebe;box-sizing:border-box}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_list .tab {float:none;width:100%}}
.section_tab .tab_wrap .tab_list .tab > a {display:block;font-size:18px;line-height:60px;font-weight:normal;font-family:'HyundaiKRMedium';color:#666;letter-spacing:-0.36px;text-align:center}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_list .tab > a {font-family:'HyundaiKRBold';font-size:11px;line-height:33px;font-weight:normal;letter-spacing:-0.275px}}
.section_tab .tab_wrap .tab_list .tab.on {background:#e63312;border-color:#e63312}
.section_tab .tab_wrap .tab_list .tab.on > a {font-family:'HyundaiKRBold';color:#fff}
.section_tab .tab_wrap .tab_list .tab.on:after {content:'';position:absolute;left:50%;margin-left:-6px;width:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #e63312}
.section_tab .tab_wrap .tab_panel {display:none;position:relative}
.section_tab .tab_wrap .tab_panel.on {display:block}
.section_tab .tab_wrap .tab_panel .txt_block {display:inline-block}
.section_tab .tab_wrap .tab_panel .l_img_wrap {position:relative}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_panel .l_img_wrap {padding-bottom:6.25%}}
.section_tab .tab_wrap .tab_panel .txt_wrap {position:relative;z-index:4;padding:0 288px 0 256px}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_panel .txt_wrap {padding:27px 30px 29px}}
.section_tab .tab_wrap .tab_panel .txt_wrap .subject {display:block;position:relative;font-family:'HyundaiKRBold';font-size:36px;line-height:40px;font-weight:normal}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_panel .txt_wrap .subject {width:auto;font-family:'HyundaiKRBold';font-size:20px;line-height:22px;font-weight:normal}}
.section_tab .tab_wrap .tab_panel .txt_wrap .subject .quot {position:absolute}
.section_tab .tab_wrap .tab_panel .txt_wrap .subject .quot:first-child {-webkit-transform:translate(-100%);-ms-transform:translate(-100%);transform:translate(-100%)}
.section_tab .tab_wrap .tab_panel .txt_wrap .content {padding:24px 0 27px;font-family:'HyundaiKRRegular';font-size:16px;line-height:26px;font-weight:normal}
.section_tab .tab_wrap .tab_panel .txt_wrap .content{font-family:'HyundaiKRTextRegular'}/* 181015_modify */
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_panel .txt_wrap .content {padding:19px 0;font-size:14px;line-height:21px;font-weight:normal}}
.section_tab .tab_wrap .tab_panel .txt_wrap .person {padding-bottom:11px;font-family:'HyundaiKRBold';font-size:20px;line-height:26px;font-weight:normal}
.section_tab .tab_wrap .tab_panel .txt_wrap .person .position {display:inline-block;margin-left:10px;padding-left:10px;border-left:2px solid #000;vertical-align:middle;font-family:'HyundaiKRBold';font-size:16px;line-height:11px;font-weight:normal}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_panel .txt_wrap .person .position {font-size:14px;line-height:10px;font-weight:normal}}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_panel .txt_wrap .person {padding-bottom:4px;font-size:14px;line-height:21px;font-weight:normal}}
.section_tab .tab_wrap .tab_panel .txt_wrap .person_info {font-family:'HyundaiKRRegular';font-size:14px;line-height:20px;font-weight:normal}
.section_tab .tab_wrap .tab_panel .txt_wrap .person_info{font-family:'HyundaiKRTextRegular'}/* 181015_modify */
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_panel .txt_wrap .person_info {font-size:12px;line-height:19px;font-weight:normal}}
.section_tab .tab_wrap .tab_panel01 {padding-top:40px}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_panel01 {padding-top:20px}}
.section_tab .tab_wrap .tab_panel01 .l_img_wrap .img_wrap:nth-child(1), .section_tab .tab_wrap .tab_panel01 .l_img_wrap .img_wrap:nth-child(3) {position:absolute}
.section_tab .tab_wrap .tab_panel01 .l_img_wrap .img_wrap:nth-child(1) {right:-128px;bottom:-100px;z-index:1}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_panel01 .l_img_wrap .img_wrap:nth-child(1) {left:15px;right:0;bottom:0}}
.section_tab .tab_wrap .tab_panel01 .l_img_wrap .img_wrap:nth-child(2) {position:relative;z-index:2}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_panel01 .l_img_wrap .img_wrap:nth-child(2) {left:0;padding-right:15px}}
.section_tab .tab_wrap .tab_panel01 .l_img_wrap .img_wrap:nth-child(3) {left:-96px;bottom:-250px;z-index:3}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_panel01 .txt_wrap .person_info {width:auto}}
.section_tab .tab_wrap .tab_panel01 .txt_wrap .subject {margin-top:73px}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_panel01 .txt_wrap .subject {margin:0}}
.section_tab .tab_wrap .tab_panel02 {padding-top:100px}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_panel02 {padding-top:20px}}
.section_tab .tab_wrap .tab_panel02 .l_img_wrap .img_wrap:nth-child(1), .section_tab .tab_wrap .tab_panel02 .l_img_wrap .img_wrap:nth-child(3) {position:absolute}
.section_tab .tab_wrap .tab_panel02 .l_img_wrap .img_wrap:nth-child(1) {right:-44px;bottom:-120px;z-index:1}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_panel02 .l_img_wrap .img_wrap:nth-child(1) {left:15px;right:0;bottom:0}}
.section_tab .tab_wrap .tab_panel02 .l_img_wrap .img_wrap:nth-child(2) {position:relative;text-align:center;z-index:2}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_panel02 .l_img_wrap .img_wrap:nth-child(2) {left:0;padding-right:15px}}
.section_tab .tab_wrap .tab_panel02 .l_img_wrap .img_wrap:nth-child(3) {left:0px;bottom:-60px;z-index:3}
.section_tab .tab_wrap .tab_panel02 .txt_wrap .subject {position:absolute;top:-600px;left:0;width:480px}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_panel02 .txt_wrap .subject {position:static;width:auto}}
.section_tab .tab_wrap .tab_panel02 .txt_wrap .content {padding-top:115px}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_panel02 .txt_wrap .content {padding:19px 0}}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_panel02 .txt_wrap .person_info {width:auto}}
.section_tab .tab_wrap .tab_panel03 {padding-top:60px}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_panel03 {padding-top:20px}}
.section_tab .tab_wrap .tab_panel03 .l_img_wrap .img_wrap:nth-child(1), .section_tab .tab_wrap .tab_panel03 .l_img_wrap .img_wrap:nth-child(3) {position:absolute}
.section_tab .tab_wrap .tab_panel03 .l_img_wrap .img_wrap:nth-child(1) {right:-44px;bottom:-182px;z-index:1}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_panel03 .l_img_wrap .img_wrap:nth-child(1) {left:15px;right:0;bottom:0}}
.section_tab .tab_wrap .tab_panel03 .l_img_wrap .img_wrap:nth-child(2) {position:relative;left:328px;z-index:2}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_panel03 .l_img_wrap .img_wrap:nth-child(2) {left:0;padding-right:15px}}
.section_tab .tab_wrap .tab_panel03 .l_img_wrap .img_wrap:nth-child(3) {left:0;bottom:-60px;z-index:3}
.section_tab .tab_wrap .tab_panel03 .txt_wrap {padding:0 352px 0 96px}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_panel03 .txt_wrap {padding:27px 30px 29px}}
.section_tab .tab_wrap .tab_panel03 .txt_wrap .subject {position:absolute;top:-527px;left:0;width:544px}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_panel03 .txt_wrap .subject {position:static;width:auto}}
.section_tab .tab_wrap .tab_panel03 .txt_wrap .content {padding-top:115px}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_panel03 .txt_wrap .content {padding:19px 0}}
@media screen and (max-width:740px) {.section_tab .tab_wrap .tab_panel03 .txt_wrap .person_info {width:auto}}

.section_people .section_wrap {position:relative;max-width:1920px;left:50%;margin-left:-960px;padding:50px 0 271px;color:#fff}
@media screen and (max-width:740px) {.section_people .section_wrap {max-width:none;left:auto;margin-left:0}}
@media screen and (max-width:740px) {.section_people .section_wrap {padding:32px 0 0;margin-top:-30px;background:#000 !important}}
.section_people .tit_wrap {position:absolute;top:542px;left:50%;z-index:1;width:1120px;margin-left:-560px}
@media screen and (max-width:740px) {.section_people .tit_wrap {position:static;margin:0;width:auto;padding:0 30px 25px}}
.section_people .tit_wrap .tit {font-family:'HyundaiKRBold';font-size:120px;line-height:1;font-weight:normal}
.section_people .tit_wrap .tit .l_n_dot {position:absolute}
.section_people .tit_wrap .tit .n_dot {display:inline-block;margin-left:4px;width:20px;height:20px;background:#e63312;margin-left:8px}
.section_people .tit_wrap .tit .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.section_people .tit_wrap .tit .n_dot {margin-left:2px}}
@media screen and (max-width:740px) {.section_people .tit_wrap .tit {font-size:35px;line-height:33px;font-weight:normal}
  .section_people .tit_wrap .tit .n_dot {width:6px;height:6px}
  .section_people .tit_wrap .tit .txt_block {display:inline-block}}
.section_people .tit_wrap .tit_info {font-family:'HyundaiKRBold';font-size:48px;line-height:1;font-weight:normal}
@media screen and (max-width:740px) {.section_people .tit_wrap .tit_info {padding-top:2px;font-size:20px;line-height:22px;font-weight:normal}}
.section_people .people_list {position:relative;left:50%;width:1120px;margin-left:-560px}
@media screen and (max-width:740px) {.section_people .people_list {position:static;width:auto;margin:0}}
.section_people .people_list > li.list {position:relative}
@media screen and (max-width:740px) {.section_people .people_list > li.list {margin:0;padding:0 30px}}
@media screen and (max-width:740px) {.section_people .people_list > li.list .list_hd {margin-bottom:-35px}
  .section_people .people_list > li.list .list_hd .img_wrap {width:130px;height:130px;overflow:hidden}}
.section_people .people_list > li.list .list_bd {position:absolute}
@media screen and (max-width:740px) {.section_people .people_list > li.list .list_bd {position:relative;left:auto;top:auto;right:auto;bottom:auto;clear:both;width:100%;padding:0 0 25px 40px;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}}
.section_people .people_list > li.list .list_bd .word {font-family:'HyundaiKRRegular';font-size:20px;line-height:30px;font-weight:normal}
@media screen and (max-width:740px) {.section_people .people_list > li.list .list_bd .word {font-size:14px;line-height:21px;font-weight:normal}}
.section_people .people_list > li.list .list_bd .word .quot {position:absolute;padding:0 8px;font-family:'HyundaiKRBold';font-size:36px;line-height:30px;font-weight:normal}
@media screen and (max-width:740px) {.section_people .people_list > li.list .list_bd .word .quot {padding:0 4px;font-size:14px;line-height:19px;font-weight:normal}}
.section_people .people_list > li.list .list_bd .word .quot:first-child {-webkit-transform:translate(-100%);-ms-transform:translate(-100%);transform:translate(-100%)}
.section_people .people_list > li.list .list_bd .info {padding-top:15px;white-space:nowrap;font-size:16px;line-height:12px;font-weight:normal}
@media screen and (max-width:740px) {.section_people .people_list > li.list .list_bd .info {padding-top:0;white-space:normal;font-size:14px;line-height:19px;font-weight:normal}}
.section_people .people_list > li.list .list_bd .info .position {font-family:'HyundaiKRBold';padding-right:10px}
@media screen and (max-width:740px) {.section_people .people_list > li.list .list_bd .info .position {display:inline-block;padding:10px 0 2px}}
.section_people .people_list > li.list .list_bd .info .name {display:inline-block;padding-left:10px;font-family:'HyundaiKRRegular';font-style:italic;color:#878787;border-left:1px solid #808080}
@media screen and (max-width:740px) {.section_people .people_list > li.list .list_bd .info .name {display:block;padding:0;border-left:none}}
.section_people .people_list .list_01 .list_bd, .section_people .people_list .list_02 .list_bd, .section_people .people_list .list_03 .list_bd {top:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%)}
.section_people .people_list .list_01 {margin-left:96px}
.section_people .people_list .list_01 .list_bd {width:480px;left:192px}
.section_people .people_list .list_02 {margin:-53px 64px 0 0}
.section_people .people_list .list_02 .list_hd {float:right}
.section_people .people_list .list_02 .list_bd {width:480px;right:192px}
.section_people .people_list .list_03 {margin:327px 0 0 353px}
.section_people .people_list .list_03 .list_bd {width:289px;left:192px}
.section_people .people_list .list_04 {margin-top:-76px}
.section_people .people_list .list_04 .list_bd {width:416px;left:64px;margin-top:-92px}
.section_people .people_list .list_05 {margin:-170px 0 0 639px}
.section_people .people_list .list_05 .list_bd {width:544px;left:-64px;margin-top:-65px}
@media screen and (max-width:740px) {.section_people .people_list .list_01 .list_hd, .section_people .people_list .list_03 .list_hd, .section_people .people_list .list_05 .list_hd {float:left}
  .section_people .people_list .list_02 .list_hd, .section_people .people_list .list_04 .list_hd {float:right}
  .section_people .people_list .list_02 .list_bd, .section_people .people_list .list_04 .list_bd {margin-left:-40px}}

.section_researchers .section_wrap {position:relative;max-width:1920px;left:50%;margin-left:-960px;padding:100px 0}
@media screen and (max-width:740px) {.section_researchers .section_wrap {max-width:none;left:auto;margin-left:0}}
@media screen and (max-width:740px) {.section_researchers .section_wrap {padding:0;background:none !important}}
.section_researchers .layout_box, .section_researchers .nBrand .section_hero .hero_wrap2 .vid_hero_wrap, .nBrand .section_hero .hero_wrap2 .section_researchers .vid_hero_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_stit_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_img_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_img_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_txt_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_list_wrap {position:relative;max-width:1120px;left:50%;margin-left:-560px;padding:72px 0 0 353px}
@media screen and (max-width:740px) {.section_researchers .layout_box, .section_researchers .nBrand .section_hero .hero_wrap2 .vid_hero_wrap, .nBrand .section_hero .hero_wrap2 .section_researchers .vid_hero_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_stit_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_img_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_img_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_txt_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_list_wrap {max-width:none;left:auto;margin-left:0}}
@media screen and (max-width:740px) {.section_researchers .layout_box, .section_researchers .nBrand .section_hero .hero_wrap2 .vid_hero_wrap, .nBrand .section_hero .hero_wrap2 .section_researchers .vid_hero_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_stit_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_img_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_img_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_txt_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_list_wrap {display:flex;flex-direction:column;padding:0}}
@media screen and (max-width:740px) {.section_researchers .layout_box .img_wrap, .section_researchers .nBrand .section_hero .hero_wrap2 .vid_hero_wrap .img_wrap, .nBrand .section_hero .hero_wrap2 .section_researchers .vid_hero_wrap .img_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap .img_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_stit_wrap .img_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_img_wrap .img_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_img_wrap .img_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_txt_wrap .img_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_txt_wrap .img_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .img_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_list_wrap .img_wrap {order:2;padding:0 15px 35px 0}}
@media screen and (max-width:740px) {.section_researchers .layout_box .txt_wrap, .section_researchers .nBrand .section_hero .hero_wrap2 .vid_hero_wrap .txt_wrap, .nBrand .section_hero .hero_wrap2 .section_researchers .vid_hero_wrap .txt_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap .txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_stit_wrap .txt_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_img_wrap .txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_img_wrap .txt_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_txt_wrap .txt_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_list_wrap .txt_wrap {order:1}}
.section_researchers .tit_wrap {position:relative;right:0;width:736px;padding:190px 0 42px 32px}
.section_researchers .tit_wrap:not(.desktop-only) {display:none}
@media screen and (max-width:740px) {.section_researchers .tit_wrap:not(.desktop-only) {display:block;width:auto;padding:35px 30px}}
.section_researchers .tit_wrap .tit {font-family:'HyundaiKRBold';font-size:60px;line-height:72px;font-weight:normal}
@media screen and (max-width:740px) {.section_researchers .tit_wrap .tit {font-size:24px;line-height:26px;font-weight:normal}}
.section_researchers .tit_wrap .txt_block {display:inline-block}
.section_researchers .l_img_wrap {position:relative;padding-left:324px}
@media screen and (max-width:740px) {.section_researchers .l_img_wrap {padding:6.25% 0 0}}
.section_researchers .l_img_wrap .img_wrap:nth-child(1) {position:relative;top:378px;left:-324px}
@media screen and (max-width:740px) {.section_researchers .l_img_wrap .img_wrap:nth-child(1) {top:auto;left:0;padding-right:15px}}
.section_researchers .l_img_wrap .img_wrap:nth-child(2) {position:absolute;top:0}
@media screen and (max-width:740px) {.section_researchers .l_img_wrap .img_wrap:nth-child(2) {width:100%;padding-left:15px}}
.section_researchers .txt_wrap {width:576px;padding:51px 0 0 32px}
@media screen and (max-width:740px) {.section_researchers .txt_wrap {width:auto;padding:23px 30px}}
.section_researchers .txt_wrap .txt {font-family:'HyundaiKRRegular';font-size:16px;line-height:26px;font-weight:normal}
.section_researchers .txt_wrap .txt{font-family:'HyundaiKRTextRegular'}/* 181015_modify */

.section_young_visual .section_wrap {position:relative;max-width:1920px;left:50%;margin-left:-960px;background:#000201}
@media screen and (max-width:740px) {.section_young_visual .section_wrap {max-width:none;left:auto;margin-left:0}}
@media screen and (max-width:740px) {.section_young_visual .section_wrap {background:#fff}}
.section_young_visual .tit_wrap {position:relative;max-width:1120px;left:50%;margin-left:-560px;position:absolute;top:0;padding-top:92px}
@media screen and (max-width:740px) {.section_young_visual .tit_wrap {max-width:none;left:auto;margin-left:0}}
@media screen and (max-width:740px) {.section_young_visual .tit_wrap {padding:33px 30px}}
.section_young_visual .tit_wrap .tit {font-family:'HyundaiKRBold';font-size:72px;line-height:1;font-weight:normal;color:#fff}
.section_young_visual .tit_wrap .tit .l_n_dot {position:absolute}
.section_young_visual .tit_wrap .tit .n_dot {display:inline-block;margin-left:4px;width:12px;height:12px;background:#e63312;margin-left:6px}
.section_young_visual .tit_wrap .tit .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.section_young_visual .tit_wrap .tit .n_dot {margin-left:2px}}
@media screen and (max-width:740px) {.section_young_visual .tit_wrap .tit {font-size:24px;line-height:26px;font-weight:normal}
  .section_young_visual .tit_wrap .tit .n_dot {width:4px;height:4px}}
.section_young_visual .tit_wrap .txt_block {display:inline-block;background:rgba(0, 0, 0, 0.01)}

.section_young .section_wrap {position:relative;max-width:1120px;left:50%;margin-left:-560px;min-height:1020px}
@media screen and (max-width:740px) {.section_young .section_wrap {max-width:none;left:auto;margin-left:0}}
@media screen and (max-width:740px) {.section_young .section_wrap {min-height:auto;margin-top:0;padding-bottom:35px}}
.section_young .key_img_wrap {position:relative;right:-160px;top:-20px}
@media screen and (max-width:740px) {.section_young .key_img_wrap {position:absolute;top:auto;left:0;right:auto;margin-left:0;padding-right:15px}}
.section_young .img_wrap {position:absolute;left:-160px;top:510px}
@media screen and (max-width:740px) {.section_young .img_wrap {position:relative;left:auto;top:auto;z-index:-1;padding-left:15px;padding-top:6.25%}}
.section_young .txt_wrap {position:absolute;width:640px;top:663px;left:544px}
@media screen and (max-width:740px) {.section_young .txt_wrap {position:static;width:auto;padding:28px 30px 25px}}
.section_young .txt_wrap .txt {font-family:'HyundaiKRBold';font-size:36px;line-height:40px;font-weight:normal}
@media screen and (max-width:740px) {.section_young .txt_wrap .txt {font-size:20px;line-height:22px;font-weight:normal}}

.nOrigin.section_main .l_img_wrap:after {content:'';display:block;clear:both}

.responsive_bg {background-repeat:no-repeat;background-position:50% 0}

.nOrigin .tit_wrap .l_n_dot {position:absolute}
.nOrigin .tit_wrap .n_dot {display:inline-block;margin-left:4px;width:15px;height:15px;background:#e63312;margin-left:6px}
.nOrigin .tit_wrap .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.nOrigin .tit_wrap .n_dot {width:5px;height:5px;margin-left:2px}}
.nOrigin .txt_wrap .n_point.blue {color:#aacae6}
.nOrigin.section_main {height:1310px}
body.mobile .nBrand .nOrigin.section_main {background:none !important;padding-top:68px}
.nOrigin.section_main .l_img_wrap .key_back_img_wrap {right:0;top:210px}
.nOrigin.section_main .l_img_wrap .key_img_wrap {left:-88px;top:585px;position:absolute}
.nOrigin.section_main .tit_wrap {left:93px;top:261px}
.nOrigin.section_main .tit_wrap .tit {line-height:72px}
.nOrigin.section_main .txt_wrap {position:absolute;width:740px;left:287px;top:1043px}
.nOrigin.section_visual_pos .txt_wrap {margin-top:25px;margin-left:8px}
.nOrigin.section_visual_pos .txt_wrap .n_logo {width:343px;height:auto;margin:100px auto 0 auto}
.nOrigin.section_visual_pos .txt_wrap .n_logo img {width:100%;height:auto}
.nOrigin.section_visual_pos .txt_wrap .txt {letter-spacing:-0.01em}
.nOrigin.section_visual_pos .txt_wrap .l_n_dot {position:absolute}
.nOrigin.section_visual_pos .txt_wrap .n_dot {display:inline-block;margin-left:4px;width:15px;height:15px;background:#e63312;margin-left:12px}
.nOrigin.section_visual_pos .txt_wrap .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.nOrigin.section_visual_pos .txt_wrap .n_dot {width:5px;height:5px;margin-left:2px}}
.nOrigin.section_contents_kv.technical_center .l_txt_wrap {top:734px}
.nOrigin.section_contents_kv.technical_center .l_txt_wrap .txt {width:656px}
.nOrigin.section_contents_kv.technical_center .key_back_img_wrap {left:-85px}
.nOrigin.section_contents_kv.technical_center .key_img_wrap {display:none}
.nOrigin.section_contents_images .l_img_wrap {position:absolute;left:0;top:0;width:100%}
.nOrigin.section_contents_images .l_img_wrap .img_wrap, .nOrigin.section_contents_images .l_img_wrap .n_logo {position:absolute}
.nOrigin.section_contents_images.nurburgring {height:1749px}
.nOrigin.section_contents_images.nurburgring .l_img_wrap {margin-top:101px}
body.mobile .nBrand .nOrigin.section_contents_images.nurburgring .l_img_wrap {margin-top:0}
.nOrigin.section_contents_images.nurburgring .l_img_wrap .img_wrap:nth-of-type(1) {right:384px;top:0;z-index:2}
.nOrigin.section_contents_images.nurburgring .l_img_wrap .img_wrap:nth-of-type(2) {left:480px;top:463px;z-index:1}
.nOrigin.section_contents_images.nurburgring .l_img_wrap .img_wrap:nth-of-type(3) {right:480px;top:761px}
.nOrigin.section_contents_images.technical_center {margin-top:-17px;padding-top:265px;height:1392px}
body.mobile .nBrand .nOrigin.section_contents_images.technical_center {margin-top:0}
.nOrigin.section_contents_images.technical_center .l_img_wrap .img_wrap:nth-of-type(1) {left:288px;top:0;z-index:2}
.nOrigin.section_contents_images.technical_center .l_img_wrap .img_wrap:nth-of-type(2) {left:447px;top:682px}
.nOrigin.section_contents_images.technical_center .l_img_wrap .img_wrap:nth-of-type(3) {right:512px;top:343px;z-index:1}
.nOrigin.section_contents_images.technical_center .l_img_wrap .n_logo {right:313px;top:459px;z-index:2}
body.mobile .nBrand .nOrigin.section_contents_images.technical_center .l_img_wrap .n_logo {display:none}
.nOrigin.section_visual_contents.namyang {height:1898px}
.nOrigin.section_visual_contents.namyang .l_tit_wrap {top:79px;left:110px;text-align:center}
body.mobile .nBrand .nOrigin.section_visual_contents.namyang .l_tit_wrap {text-align:left}
.nOrigin.section_visual_contents.namyang .l_cont_wrap {text-align:center}
body.mobile .nBrand .nOrigin.section_visual_contents.namyang .l_cont_wrap {text-align:left}
.nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(2) .img_wrap {left:-320px;top:729px}
.nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(2) .txt_wrap {left:231px;top:254px;width:653px}
body.mobile .nBrand .nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) {padding-top:88px;margin-top:-88px}
body.mobile .nBrand .nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .m_in_padding {padding-bottom:10%}
.nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .img_wrap {width:100%;overflow:hidden;text-align:left;left:0;top:395px}
.nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .img_wrap img {margin-left:167px}
body.mobile .nBrand .nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .img_wrap img {margin-left:0}
.nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .tit_wrap {width:100%;left:0;top:1215px}
.nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .tit_wrap .l_n_dot {position:absolute}
.nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .tit_wrap .n_dot {display:inline-block;margin-left:4px;width:9px;height:9px;background:#e63312;margin-left:2px}
.nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .tit_wrap .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .tit_wrap .n_dot {margin-left:2px}}
body.mobile .nBrand .nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .tit_wrap {padding:0 20px 25px}
body.mobile .nBrand .nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .tit_wrap .ftit .l_n_dot {position:absolute}
body.mobile .nBrand .nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .tit_wrap .ftit .n_dot {display:inline-block;margin-left:4px;width:5px;height:5px;background:#e63312;margin-left:2px}
body.mobile .nBrand .nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .tit_wrap .ftit .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {body.mobile .nBrand .nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .tit_wrap .ftit .n_dot {margin-left:2px}}
body.mobile .nBrand .nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .tit_wrap .stit {font-size:15px;line-height:17px;font-weight:normal}
.nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(4) .img_wrap {right:-400px;top:370px}
.nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(4) .txt_wrap {left:227px;top:1325px;width:670px}
body.mobile .nBrand .nOrigin.section_contents_images.technical_center {padding-bottom:50px}

.section_summary .section_wrap, .section_performance .section_wrap, .section_core, .section_key .section_wrap {position:relative;max-width:1920px;left:50%;margin-left:-960px}
@media screen and (max-width:740px) {.section_summary .section_wrap, .section_performance .section_wrap, .section_core, .section_key .section_wrap {max-width:none;left:auto;margin-left:0}}

.section_summary .tit_wrap, .section_performance .tit_wrap, .section_performance .content_wrap, .section_core .section_wrap, .section_core .tit_wrap, .section_key .tit_wrap, .section_key .tech_wrap, .section_pillars .section_wrap, .section_pillars_detail .section_wrap, .section_pillars_detail .section_tech_wrap .tech_wrap {position:relative;max-width:1120px;left:50%;margin-left:-560px}
@media screen and (max-width:740px) {.section_summary .tit_wrap, .section_performance .tit_wrap, .section_performance .content_wrap, .section_core .section_wrap, .section_core .tit_wrap, .section_key .tit_wrap, .section_key .tech_wrap, .section_pillars .section_wrap, .section_pillars_detail .section_wrap, .section_pillars_detail .section_tech_wrap .tech_wrap {max-width:none;left:auto;margin-left:0}}

.cliff {display:inline-block}

.tech_wrap .tech_tit {position:relative;padding-bottom:44px}
@media screen and (max-width:740px) {.tech_wrap .tech_tit {padding-bottom:0}}
.tech_wrap .tech_tit .tit {position:relative;font-family:'HyundaiKRBold';font-size:24px;line-height:26px;font-weight:normal;letter-spacing:-0.24px}
@media screen and (max-width:740px) {.tech_wrap .tech_tit .tit {font-size:13px;line-height:22px;font-weight:normal;letter-spacing:0}}
@media screen and (max-width:740px) {.tech_wrap .l_tech_list li:first-child ul.tech_list li:first-child {margin-top:8px}}
.tech_wrap .l_tech_list {padding-right:96px}
@media screen and (max-width:740px) {.tech_wrap .l_tech_list {padding-right:0}}
.tech_wrap .l_tech_list .tech_list {margin:0 -32px}
.tech_wrap .l_tech_list .tech_list:after {content:'';display:block;clear:both}
.tech_wrap .l_tech_list .tech_list > li {box-sizing:border-box;float:left;width:50%;padding:0 32px}
@media screen and (max-width:740px) {.tech_wrap .l_tech_list .tech_list {margin:0 -0}
  .tech_wrap .l_tech_list .tech_list:after {content:'';display:block;clear:both}
  .tech_wrap .l_tech_list .tech_list > li {box-sizing:border-box;float:left;width:100%;padding:0 0}}
.tech_wrap .l_tech_list .tech_list > li {position:relative}
@media screen and (max-width:740px) {.tech_wrap .l_tech_list .tech_list > li {margin-top:29px}}
.tech_wrap .l_tech_list .content {padding-bottom:94px;border-top:5px solid #fff}
@media screen and (max-width:740px) {.tech_wrap .l_tech_list .content {position:relative;height:auto;padding-bottom:0}}
.tech_wrap .l_tech_list .content .tit {padding:13px 0 12px;font-family:'HyundaiKRBold';font-size:36px;line-height:40px;font-weight:normal;letter-spacing:-0.36px}
@media screen and (max-width:740px) {.tech_wrap .l_tech_list .content .tit {padding:12px 30px 0 0;font-size:16px;line-height:20px;font-weight:normal;letter-spacing:-0.16px}}
.tech_wrap .l_tech_list .content .txt {position:relative;font-family:'HyundaiKRMedium';font-size:20px;line-height:24px;font-weight:normal;letter-spacing:-0.2px}
@media screen and (max-width:740px) {.tech_wrap .l_tech_list .content .txt {position:static;font-family:'HyundaiKRRegular';font-size:14px;line-height:21px;font-weight:normal;letter-spacing:0;margin-top:1.5px}}
.tech_wrap .l_tech_list .content .txt .txt_inner {padding-right:6px}
.tech_wrap .btn_more {vertical-align:middle;width:20px;height:20px;background:#e63312;border-radius:50%}
.tech_wrap .btn_more:before, .tech_wrap .btn_more:after {position:absolute;content:'';top:50%;left:50%;background:#fff}
.tech_wrap .btn_more:before {width:10px;height:2px;margin:-1px 0 0 -5px}
.tech_wrap .btn_more:after {width:2px;height:10px;margin:-5px 0 0 -1px}
@media screen and (max-width:740px) {.tech_wrap .btn_more {position:absolute;top:10px;right:0}}
.tech_wrap .btn_more:before, .tech_wrap .btn_more:after {transition:transform .05s linear}
.tech_wrap .btn_more.on:before, .tech_wrap .btn_more.on:after {-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.tech_wrap .btn_more.on + .bubble_wrap {display:inline-block}
.tech_wrap .bubble_wrap {display:none}
.tech_wrap .bubble_wrap:before, .tech_wrap .bubble_wrap:after {content:'';position:absolute}
@media screen and (max-width:740px) {.tech_wrap .bubble_wrap:before, .tech_wrap .bubble_wrap:after {display:none}}
.tech_wrap .bubble_wrap:before {top:28px;margin-left:-30px;border-left:16px solid transparent;border-right:16px solid transparent;border-bottom:16px solid #aacae6}
.tech_wrap .bubble_wrap:after {top:30px;z-index:2;margin-left:-26px;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #fff}
.tech_wrap .bubble_wrap .bubble {position:absolute;top:40px;left:0;z-index:1;box-sizing:border-box;width:480px;padding:23px 30px 32px;background:#fff;border:2px solid #aacae6;font-family:'HyundaiKRTextRegular';font-size:16px;line-height:26px;font-weight:normal;color:#000}/* 181015_modify */
@media screen and (max-width:740px) {.tech_wrap .bubble_wrap .bubble {position:static;display:block;width:auto;padding:18.5px 0 0;background:none;border:none;font-size:14px;line-height:21px;font-weight:normal}}

.section_summary .section_wrap {margin-top:120px}
@media screen and (max-width:740px) {.section_summary .section_wrap {margin-top:70px}}
.section_summary .tit_wrap {position:absolute;padding-top:188px;color:#fff}
@media screen and (max-width:740px) {.section_summary .tit_wrap {padding:18.125% 30px 0}}
.section_summary .tit_wrap .tit {font-family:'HyundaiKRBold';font-size:60px;line-height:72px;font-weight:normal;letter-spacing:-0.6px}
.section_summary .tit_wrap .tit .l_n_dot {position:absolute}
.section_summary .tit_wrap .tit .n_dot {display:inline-block;margin-left:4px;width:10px;height:10px;background:#e63312;margin-left:4px}
.section_summary .tit_wrap .tit .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.section_summary .tit_wrap .tit .n_dot {width:2px;height:2px;margin-left:2px}}
@media screen and (max-width:740px) {.section_summary .tit_wrap .tit {font-size:20px;line-height:23px;font-weight:normal;letter-spacing:0}
  .section_summary .tit_wrap .tit .n_dot {width:3px;height:3px}}
.section_summary .tit_wrap mark {background:none}
.section_summary .tit_wrap mark .txt_block {display:inline-block;padding:2px 0;background:#aacae6;-moz-background-clip:content-box;-o-background-clip:content-box;-webkit-background-clip:content-box;background-clip:content-box}
@media screen and (max-width:740px) {.section_summary .tit_wrap mark .txt_block {display:inline;padding:0;font-size:20px;line-height:23px;font-weight:normal;background-color:transparent;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAMAAAB70KeTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFqMvmAAAAPfntYgAAAA5JREFUeNpiYCAOAAQYAAAoAAGMEOU0AAAAAElFTkSuQmCC") repeat-x;background-position:0 1px}}

.section_performance .section_wrap {padding:108px 0 0}
@media screen and (max-width:740px) {.section_performance .section_wrap {padding:0;background-image:none !important;background:#f2f2f2 !important}}
.section_performance .tit_wrap {height:270px;text-align:center}
@media screen and (max-width:740px) {.section_performance .tit_wrap {height:auto;padding:31px 15px 28px}}
.section_performance .tit_wrap .tit {position:absolute;left:50%;width:735px;margin-left:-367px;font-family:'HyundaiKRBold';font-size:60px;line-height:72px;font-weight:normal;letter-spacing:-0.6px}
.section_performance .tit_wrap .tit .l_n_dot {position:absolute}
.section_performance .tit_wrap .tit .n_dot {display:inline-block;margin-left:4px;width:11px;height:11px;background:#e63312;margin-left:4px}
.section_performance .tit_wrap .tit .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.section_performance .tit_wrap .tit .n_dot {margin-left:2px}}
@media screen and (max-width:740px) {.section_performance .tit_wrap .tit {position:static;width:auto;margin-left:0;font-size:24px;line-height:26px;font-weight:normal;letter-spacing:0}
  .section_performance .tit_wrap .tit .n_dot {width:4px;height:4px}}
.section_performance .content_wrap {position:relative;height:1040px}
@media screen and (max-width:740px) {.section_performance .content_wrap {height:auto}}
.section_performance .content_wrap .content .l_img_wrap {position:relative}
.section_performance .content_wrap .content .l_img_wrap .key_back_img_wrap {position:relative}
@media screen and (max-width:740px) {.section_performance .content_wrap .content .l_img_wrap .key_back_img_wrap {padding:6.25% 0 0 15px}}
.section_performance .content_wrap .content .l_img_wrap .key_img_wrap {position:absolute}
@media screen and (max-width:740px) {.section_performance .content_wrap .content .l_img_wrap .key_img_wrap {left:0;right:15px}}
.section_performance .content_wrap .content .content_bd {width:448px;padding:44px 0 32px;text-align:center}
@media screen and (max-width:740px) {.section_performance .content_wrap .content .content_bd {width:auto;padding:25px 30px 30px;text-align:left}}
.section_performance .content_wrap .content .content_bd .subject {font-family:'HyundaiKRBold';font-size:30px;line-height:34px;font-weight:normal;letter-spacing:-0.3px}
@media screen and (max-width:740px) {.section_performance .content_wrap .content .content_bd .subject {font-size:15px;line-height:20px;font-weight:normal;letter-spacing:0}}
.section_performance .content_wrap .content .content_bd .subject .object {display:block;padding-top:20px;font-family:'HyundaiKRBold';font-size:60px;line-height:34px;font-weight:normal;letter-spacing:-1.2px}
@media screen and (max-width:740px) {.section_performance .content_wrap .content .content_bd .subject .object {padding-top:0;font-size:22px;line-height:29px;font-weight:normal;letter-spacing:0}}
.section_performance .content_wrap .content .content_bd .txt {padding:40px 0 0;letter-spacing:-0.3px}
@media screen and (max-width:740px) {.section_performance .content_wrap .content .content_bd .txt {padding:3px 0 0;letter-spacing:0}}
.section_performance .content_wrap .content .content_bd .person {padding-top:13px;font-family:'HyundaiKRMedium';font-size:20px;line-height:34px;font-weight:normal;letter-spacing:-0.3px}
@media screen and (max-width:740px) {.section_performance .content_wrap .content .content_bd .person {padding-top:0;font-size:13px;line-height:21px;font-weight:normal;letter-spacing:0}}
@media screen and (max-width:740px) {.section_performance .content_wrap .content_01 {display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column}}
.section_performance .content_wrap .content_01 .l_img_wrap .key_back_img_wrap {top:142px;left:-400px}
@media screen and (max-width:740px) {.section_performance .content_wrap .content_01 .l_img_wrap .key_back_img_wrap {top:auto;left:auto}}
.section_performance .content_wrap .content_01 .l_img_wrap .key_img_wrap {bottom:0;left:-100px}
@media screen and (max-width:740px) {.section_performance .content_wrap .content_01 .l_img_wrap .key_img_wrap {bottom:auto;right:15px;left:auto}}
.section_performance .content_wrap .content_01 .content_hd {position:absolute;bottom:292px;left:0}
@media screen and (max-width:740px) {.section_performance .content_wrap .content_01 .content_hd {position:static;order:1}}
.section_performance .content_wrap .content_01 .content_bd {position:absolute;top:120px;left:-15px;padding-top:0}
@media screen and (max-width:740px) {.section_performance .content_wrap .content_01 .content_bd {position:static;margin-top:0;padding-top:25px;order:2}}
.section_performance .content_wrap .content_01 .content_bd .txt {font-family:'HyundaiKRMedium';font-size:24px;line-height:28px;font-weight:normal}
@media screen and (max-width:740px) {.section_performance .content_wrap .content_01 .content_bd .txt {font-size:15px;line-height:20px;font-weight:normal}}
.section_performance .content_wrap .content_02 .l_img_wrap .key_back_img_wrap {position:absolute;top:47px;right:-300px}
@media screen and (max-width:740px) {.section_performance .content_wrap .content_02 .l_img_wrap .key_back_img_wrap {position:relative;top:auto;right:auto}}
.section_performance .content_wrap .content_02 .l_img_wrap .key_img_wrap {position:relative}
@media screen and (max-width:740px) {.section_performance .content_wrap .content_02 .l_img_wrap .key_img_wrap {position:absolute}}
.section_performance .content_wrap .content_02 .content_hd {position:absolute;top:168px;right:-100px}
@media screen and (max-width:740px) {.section_performance .content_wrap .content_02 .content_hd {position:static}}
.section_performance .content_wrap .content_02 .content_bd {position:absolute;bottom:170px;right:0}
@media screen and (max-width:740px) {.section_performance .content_wrap .content_02 .content_bd {position:static}}
.section_performance .content_wrap .content_02 .content_bd .txt {font-family:'HyundaiKRMedium';font-size:30px;line-height:34px;font-weight:normal}
@media screen and (max-width:740px) {.section_performance .content_wrap .content_02 .content_bd .txt {padding-top:5px;font-size:15px;line-height:20px;font-weight:normal}}

.section_core {position:relative}
@media screen and (max-width:740px) {.section_core {background-color:#000}}
.section_core .section_wrap {min-height:2081px;padding:138px 0 0;z-index:1}
@media screen and (max-width:740px) {.section_core .section_wrap {min-height:auto;padding:32px 0 63.75%}}
.section_core .tit_wrap {color:#fff;text-align:center}
@media screen and (max-width:740px) {.section_core .tit_wrap {padding:0 15px}}
.section_core .tit_wrap .tit {position:relative;display:inline-block;width:800px;font-family:'HyundaiKRBold';font-size:72px;line-height:80px;font-weight:normal}
@media screen and (max-width:740px) {.section_core .tit_wrap .tit {width:auto;font-size:24px;line-height:26px;font-weight:normal}}
.section_core .things_wrap {position:relative;padding-top:149px}
@media screen and (max-width:740px) {.section_core .things_wrap {padding:0 15px}}
.section_core .things_wrap .things {position:relative}
.section_core .things_wrap .things .things_tit {position:absolute;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}
@media screen and (max-width:740px) {.section_core .things_wrap .things .things_tit {position:static;padding-top:24.5px;padding-bottom:9.5px;text-align:center;-webkit-transform:none;-ms-transform:none;transform:none}}
.section_core .things_wrap .things .things_tit .tit {position:relative;font-family:'HyundaiKRBold';font-size:48px;line-height:45px;font-weight:normal;color:#fff}
@media screen and (max-width:740px) {.section_core .things_wrap .things .things_tit .tit {font-size:20px;line-height:23px;font-weight:normal}}
.section_core .things_wrap .things .things_list {position:relative}
.section_core .things_wrap .things .things_list > li {position:relative;float:left;margin-right:21px}
@media screen and (max-width:740px) {.section_core .things_wrap .things .things_list > li {margin-right:0;margin-top:15px}}
.section_core .things_wrap .things .things_list > li:nth-of-type(1) {margin-top:208px}
@media screen and (max-width:740px) {.section_core .things_wrap .things .things_list > li:nth-of-type(1) {margin-top:15px}}
.section_core .things_wrap .things .things_list > li:nth-of-type(2) {margin-top:100px}
@media screen and (max-width:740px) {.section_core .things_wrap .things .things_list > li:nth-of-type(2) {margin-top:15px}}
.section_core .things_wrap .things .things_list > li:nth-of-type(3) {margin-top:-16px}
@media screen and (max-width:740px) {.section_core .things_wrap .things .things_list > li:nth-of-type(3) {margin-top:15px}}
.section_core .things_wrap .things .things_list > li:before {content:'';position:absolute;left:0;right:0;top:0;bottom:0;background:#fff;border:10px solid #e63514;-webkit-transform:skewY(-19.8547deg);-ms-transform:skewY(-19.8547deg);transform:skewY(-19.8547deg)}
@media screen and (max-width:740px) {.section_core .things_wrap .things .things_list > li:before {border-width:5px;-webkit-transform:none;-ms-transform:none;transform:none}}
.section_core .things_wrap .things .content {position:relative;width:288px;height:355px;z-index:1;padding:70px 34px 0}
@media screen and (max-width:740px) {.section_core .things_wrap .things .content {width:auto;height:auto;padding:20px 30px 38.5px 15px}}
.section_core .things_wrap .things .content .content_tit {padding-bottom:14px;font-family:'HyundaiKRMedium';font-size:20px;line-height:22px;font-weight:normal}
@media screen and (max-width:740px) {.section_core .things_wrap .things .content .content_tit {padding-bottom:3.5px;font-family:'HyundaiKRBold';font-size:14px;line-height:21px;font-weight:normal}}
.section_core .things_wrap .things .content .content_txt {font-family:'HyundaiKRRegular';font-size:16px;line-height:26px;font-weight:normal}
.section_core .things_wrap .things .content .content_txt{font-family:'HyundaiKRTextRegular'}/* 181015_modify */
@media screen and (max-width:740px) {.section_core .things_wrap .things .content .content_txt {font-size:14px;line-height:21px;font-weight:normal}}
.section_core .things_wrap .things_raise {padding-left:160px;padding-bottom:38px}
@media screen and (max-width:740px) {.section_core .things_wrap .things_raise {padding:0}}
.section_core .things_wrap .things_raise .things_tit {bottom:0;left:0;margin-bottom:-100px;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}
@media screen and (max-width:740px) {.section_core .things_wrap .things_raise .things_tit {margin:0}}
@media screen and (max-width:740px) {.section_core .things_wrap .things_raise .things_list > li:before {background:#fad7d0}}
.section_core .things_wrap .things_raise .things_list .arrow {position:relative;margin-top:-4.5px;position:absolute;top:-95px;right:5px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}
.section_core .things_wrap .things_raise .things_list .arrow:before, .section_core .things_wrap .things_raise .things_list .arrow:after {content:"";position:absolute;top:50%}
.section_core .things_wrap .things_raise .things_list .arrow:before {left:50%;width:20px;height:20px;margin:-19px 0 0 -19px;border:9px solid;border-color:transparent #e63514 #e63514 transparent;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.section_core .things_wrap .things_raise .things_list .arrow:after {right:-14.14px;width:65px;margin-top:-4.5px;border-top:9px solid #e63514}
@media screen and (max-width:740px) {.section_core .things_wrap .things_raise .things_list .arrow {position:relative;margin-top:-2.5px;position:absolute;top:auto;bottom:38px;right:30px}
  .section_core .things_wrap .things_raise .things_list .arrow:before, .section_core .things_wrap .things_raise .things_list .arrow:after {content:"";position:absolute;top:50%}
  .section_core .things_wrap .things_raise .things_list .arrow:before {left:50%;width:10px;height:10px;margin:-10px 0 0 -10px;border:5px solid;border-color:transparent #e63514 #e63514 transparent;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
  .section_core .things_wrap .things_raise .things_list .arrow:after {right:-7.07px;width:40px;margin-top:-2.5px;border-top:5px solid #e63514}}
.section_core .things_wrap .things_raise .things_list .arrow_m {display:none}
@media screen and (max-width:740px) {.section_core .things_wrap .things_raise .things_list .arrow_m {display:block;position:relative;margin-top:-2.5px;position:absolute;top:auto;bottom:21px;right:54px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}
  .section_core .things_wrap .things_raise .things_list .arrow_m:before, .section_core .things_wrap .things_raise .things_list .arrow_m:after {content:"";position:absolute;top:50%}
  .section_core .things_wrap .things_raise .things_list .arrow_m:before {left:50%;width:10px;height:10px;margin:-10px 0 0 -10px;border:5px solid;border-color:transparent #e63514 #e63514 transparent;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
  .section_core .things_wrap .things_raise .things_list .arrow_m:after {right:-7.07px;width:23px;margin-top:-2.5px;border-top:5px solid #e63514}}
.section_core .things_wrap .things_lower {padding-left:108px;margin-top:-14px}
@media screen and (max-width:740px) {.section_core .things_wrap .things_lower {padding:0;margin-top:0}}
.section_core .things_wrap .things_lower .things_tit {top:0;right:-8px;margin-top:40px;-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}
@media screen and (max-width:740px) {.section_core .things_wrap .things_lower .things_tit {padding-top:29.5px;padding-bottom:8.5px}}
.section_core .things_wrap .things_lower .things_list > li:before {border-color:#4daef2}
@media screen and (max-width:740px) {.section_core .things_wrap .things_lower .things_list > li:before {background:#dbeffc}}
.section_core .things_wrap .things_lower .things_list .arrow {position:relative;margin-top:-4.5px;position:absolute;bottom:-118px;left:5px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}
.section_core .things_wrap .things_lower .things_list .arrow:before, .section_core .things_wrap .things_lower .things_list .arrow:after {content:"";position:absolute;top:50%}
.section_core .things_wrap .things_lower .things_list .arrow:before {left:50%;width:20px;height:20px;margin:-19px 0 0 -19px;border:9px solid;border-color:transparent #4daef2 #4daef2 transparent;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.section_core .things_wrap .things_lower .things_list .arrow:after {right:-14.14px;width:88px;margin-top:-4.5px;border-top:9px solid #4daef2}
@media screen and (max-width:740px) {.section_core .things_wrap .things_lower .things_list .arrow {position:relative;margin-top:-2.5px;position:absolute;bottom:auto;top:41px;left:auto;right:30px}
  .section_core .things_wrap .things_lower .things_list .arrow:before, .section_core .things_wrap .things_lower .things_list .arrow:after {content:"";position:absolute;top:50%}
  .section_core .things_wrap .things_lower .things_list .arrow:before {left:50%;width:10px;height:10px;margin:-10px 0 0 -10px;border:5px solid;border-color:transparent #4daef2 #4daef2 transparent;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
  .section_core .things_wrap .things_lower .things_list .arrow:after {right:-7.07px;width:43px;margin-top:-2.5px;border-top:5px solid #4daef2}}
.section_core .things_wrap .things_lower .things_list .arrow_m {display:none}
@media screen and (max-width:740px) {.section_core .things_wrap .things_lower .things_list .arrow_m {display:block;position:relative;margin-top:-2.5px;position:absolute;bottom:auto;top:21px;right:54px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}
  .section_core .things_wrap .things_lower .things_list .arrow_m:before, .section_core .things_wrap .things_lower .things_list .arrow_m:after {content:"";position:absolute;top:50%}
  .section_core .things_wrap .things_lower .things_list .arrow_m:before {left:50%;width:10px;height:10px;margin:-10px 0 0 -10px;border:5px solid;border-color:transparent #4daef2 #4daef2 transparent;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
  .section_core .things_wrap .things_lower .things_list .arrow_m:after {right:-7.07px;width:23px;margin-top:-2.5px;border-top:5px solid #4daef2}}
.section_core .slope {position:absolute;top:990px;left:0;right:0;z-index:1;height:60px;-webkit-transform:skewY(-19.8547deg);-ms-transform:skewY(-19.8547deg);transform:skewY(-19.8547deg)}
@media screen and (max-width:740px) {.section_core .slope {display:none}}
.section_core .slope .bg_wrap {position:absolute;width:100%;height:100%;background-image:-moz-linear-gradient(left, #2c75ed 30%, #e63514 70%);/* FF3.6-15 */ background-image:-webkit-linear-gradient(left, #2c75ed 30%, #e63514 70%);/* Chrome10-25,Safari5.1-6 */ background-image:linear-gradient(to right, #2c75ed 30%, #e63514 70%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c75ed', endColorstr='#e63514',GradientType=1 );/* IE6-9 */ -moz-background-size:0 60px;-o-background-size:0 60px;-webkit-background-size:0 60px;background-size:0 60px;background-repeat:no-repeat;transition:background-size .5s ease-in-out}
.section_core .slope .bg_wrap.ani {-moz-background-size:100% 60px;-o-background-size:100% 60px;-webkit-background-size:100% 60px;background-size:100% 60px}
.section_core .slope .arrow_bar {position:absolute;z-index:1;display:inline-block;height:10px}
.section_core .slope .arrow_bar_up {left:0;background:#e63514}
.section_core .slope .arrow_bar_up .arrow {position:relative;margin-top:-4.5px;position:absolute;right:5px;top:0;margin-top:-60px;-webkit-transform:skewY(19.8547deg) rotate(-90deg);-ms-transform:skewY(19.8547deg) rotate(-90deg);transform:skewY(19.8547deg) rotate(-90deg)}
.section_core .slope .arrow_bar_up .arrow:before, .section_core .slope .arrow_bar_up .arrow:after {content:"";position:absolute;top:50%}
.section_core .slope .arrow_bar_up .arrow:before {left:50%;width:20px;height:20px;margin:-19px 0 0 -19px;border:9px solid;border-color:transparent #e63514 #e63514 transparent;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.section_core .slope .arrow_bar_up .arrow:after {right:-14.14px;width:80px;margin-top:-4.5px;border-top:9px solid #e63514}
.section_core .slope .arrow_bar_up:nth-of-type(1) {top:-40px;right:602px}
.section_core .slope .arrow_bar_up:nth-of-type(1) .arrow {margin-top:-50px}
.section_core .slope .arrow_bar_up:nth-of-type(1) .arrow:after {width:70px}
.section_core .slope .arrow_bar_up:nth-of-type(2) {top:-10px;right:533px}
.section_core .slope .arrow_bar_up:nth-of-type(2) .arrow {margin-top:-125px}
.section_core .slope .arrow_bar_up:nth-of-type(2) .arrow:after {width:145px}
.section_core .slope .arrow_bar_up:nth-of-type(3) {top:-40px;right:463px}
.section_core .slope .arrow_bar_up:nth-of-type(3) .arrow {margin-top:-125px}
.section_core .slope .arrow_bar_up:nth-of-type(3) .arrow:after {width:145px}
.section_core .slope .arrow_bar_down {right:0;background:#2c75ed}
.section_core .slope .arrow_bar_down .arrow {position:relative;margin-top:-4.5px;position:absolute;left:5px;bottom:0;margin-bottom:-125px;-webkit-transform:skewY(19.8547deg) rotate(90deg);-ms-transform:skewY(19.8547deg) rotate(90deg);transform:skewY(19.8547deg) rotate(90deg)}
.section_core .slope .arrow_bar_down .arrow:before, .section_core .slope .arrow_bar_down .arrow:after {content:"";position:absolute;top:50%}
.section_core .slope .arrow_bar_down .arrow:before {left:50%;width:20px;height:20px;margin:-19px 0 0 -19px;border:9px solid;border-color:transparent #2c75ed #2c75ed transparent;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.section_core .slope .arrow_bar_down .arrow:after {right:-14.14px;width:145px;margin-top:-4.5px;border-top:9px solid #2c75ed}
.section_core .slope .arrow_bar_down:nth-of-type(4) {bottom:-40px;left:400px}
.section_core .slope .arrow_bar_down:nth-of-type(5) {bottom:-10px;left:470px}
.section_core .section_bg_wrap .img_wrap {position:absolute;top:323px}
@media screen and (max-width:740px) {.section_core .section_bg_wrap .img_wrap {display:none}}
.section_core .section_bg_wrap .bg_wrap {position:absolute;top:0}
@media screen and (max-width:740px) {.section_core .section_bg_wrap .bg_wrap {top:auto;bottom:0}}

@media screen and (max-width:740px) {.section_key {background:#f2f2f2}}
.section_key .tit_wrap {position:absolute;top:-86px;z-index:1;color:#fff;text-align:center}
@media screen and (max-width:740px) {.section_key .tit_wrap {position:static;padding:32px 15px 25px;color:#000;background:#fff}}
.section_key .tit_wrap .tit {font-family:'HyundaiKRBold';font-size:72px;line-height:80px;font-weight:normal}
@media screen and (max-width:740px) {.section_key .tit_wrap .tit {font-size:27px;line-height:29px;font-weight:normal}}
.section_key .tit_wrap .tit_info {display:inline-block;width:735px;padding-top:18px;font-family:'HyundaiKRMedium';font-size:30px;line-height:40px;font-weight:normal}
@media screen and (max-width:740px) {.section_key .tit_wrap .tit_info {width:auto;padding-top:8px;font-size:15px;line-height:20px;font-weight:normal}}
.section_key .img_wrap {position:relative}
.section_key .tech_wrap {position:absolute;bottom:20px;color:#fff}
@media screen and (max-width:740px) {.section_key .tech_wrap {position:static;padding:30px 30px;color:#000}}
@media screen and (max-width:740px) {.section_key .tech_wrap .l_tech_list .content {border-top-color:#aacae6}}

.section_pillars .section_wrap .tit_wrap {padding:138px 0 121px 0;text-align:center}
@media screen and (max-width:740px) {.section_pillars .section_wrap .tit_wrap {padding:31px 30px 23.5px}}
.section_pillars .section_wrap .tit_wrap .tit {font-family:'HyundaiKRBold';font-size:72px;line-height:80px;font-weight:normal;letter-spacing:-0.72px}
.section_pillars .section_wrap .tit_wrap .tit .l_n_dot {position:absolute}
.section_pillars .section_wrap .tit_wrap .tit .n_dot {display:inline-block;margin-left:4px;width:13px;height:13px;background:#e63312;margin-left:4px}
.section_pillars .section_wrap .tit_wrap .tit .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.section_pillars .section_wrap .tit_wrap .tit .n_dot {margin-left:2px}}
@media screen and (max-width:740px) {.section_pillars .section_wrap .tit_wrap .tit {font-size:27px;line-height:29px;font-weight:normal;letter-spacing:0}
  .section_pillars .section_wrap .tit_wrap .tit .n_dot {width:4px;height:4px}}
.section_pillars .section_wrap .tit_wrap .tit_info {display:inline-block;max-width:608px;padding:24px 0 0 0;font-family:'HyundaiKRMedium';font-size:20px;line-height:30px;font-weight:normal;letter-spacing:-0.2px}
@media screen and (max-width:740px) {.section_pillars .section_wrap .tit_wrap .tit_info {width:auto;padding-top:9px;font-size:15px;line-height:20px;font-weight:normal;letter-spacing:0}}

.section_pillars_detail .section_wrap {position:relative}
@media screen and (max-width:740px) {.section_pillars_detail .section_wrap {background:#f2f2f2}}
.section_pillars_detail .section_wrap > .img_wrap {margin-left:-400px}
@media screen and (max-width:740px) {.section_pillars_detail .section_wrap > .img_wrap {margin:0}}
.section_pillars_detail .section_wrap .tit_wrap {position:absolute;left:0;top:88px;width:100%}
@media screen and (max-width:740px) {.section_pillars_detail .section_wrap .tit_wrap {left:30px;top:31px}}
.section_pillars_detail .section_wrap .tit_wrap.align_right .tit, .section_pillars_detail .section_wrap .tit_wrap.align_right .tit_info {text-align:right}
@media screen and (max-width:740px) {.section_pillars_detail .section_wrap .tit_wrap.align_right .tit, .section_pillars_detail .section_wrap .tit_wrap.align_right .tit_info {text-align:left}}
.section_pillars_detail .section_wrap .tit_wrap .tit {color:#fff;font-family:'HyundaiKRBold';font-size:72px;line-height:80px;font-weight:normal;letter-spacing:-0.72px}
.section_pillars_detail .section_wrap .tit_wrap .tit .l_n_dot {position:absolute}
.section_pillars_detail .section_wrap .tit_wrap .tit .n_dot {display:inline-block;margin-left:4px;width:13px;height:13px;background:#e63312;margin-left:4px}
.section_pillars_detail .section_wrap .tit_wrap .tit .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.section_pillars_detail .section_wrap .tit_wrap .tit .n_dot {margin-left:2px}}
@media screen and (max-width:740px) {.section_pillars_detail .section_wrap .tit_wrap .tit {font-size:24px;line-height:26px;font-weight:normal;padding-bottom:4.5px;letter-spacing:0}
  .section_pillars_detail .section_wrap .tit_wrap .tit .n_dot {width:4px;height:4px}}
.section_pillars_detail .section_wrap .tit_wrap .tit_info {color:#fff;font-family:'HyundaiKRBold';font-size:36px;line-height:42px;font-weight:normal;letter-spacing:-0.36px}
@media screen and (max-width:740px) {.section_pillars_detail .section_wrap .tit_wrap .tit_info {font-size:15px;line-height:20px;font-weight:normal}}
.section_pillars_detail .section_wrap .pos_wrap {position:absolute;bottom:0;left:0;width:100%;color:#fff}
@media screen and (max-width:740px) {.section_pillars_detail .section_wrap .pos_wrap {position:relative;bottom:auto;left:auto;padding:0 15px;color:#000}}
.section_pillars_detail .section_wrap .pos_wrap .img_pos_01 {position:absolute;left:534px;bottom:130px;z-index:2}
@media screen and (max-width:740px) {.section_pillars_detail .section_wrap .pos_wrap .img_pos_01 {position:relative;left:auto;bottom:auto;margin-top:-50px}}
.section_pillars_detail .section_wrap .pos_wrap .txt_pos_01 {position:absolute;left:0;bottom:231px;font-family:'HyundaiKRBold';font-size:60px;line-height:65px;font-weight:normal;z-index:3}
.section_pillars_detail .section_wrap .pos_wrap .txt_pos_01 .l_n_dot {position:absolute}
.section_pillars_detail .section_wrap .pos_wrap .txt_pos_01 .n_dot {display:inline-block;margin-left:4px;width:10px;height:10px;background:#e63312;margin-left:4px}
.section_pillars_detail .section_wrap .pos_wrap .txt_pos_01 .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.section_pillars_detail .section_wrap .pos_wrap .txt_pos_01 .n_dot {width:2px;height:2px;margin-left:2px}}
@media screen and (max-width:740px) {.section_pillars_detail .section_wrap .pos_wrap .txt_pos_01 {position:relative;left:auto;bottom:auto;padding:26px 15px 18.5px;font-size:20px;line-height:23px;font-weight:normal}}
.section_pillars_detail .section_wrap .pos_wrap .img_pos_02 {position:absolute;left:71px;bottom:128px;z-index:2}
@media screen and (max-width:740px) {.section_pillars_detail .section_wrap .pos_wrap .img_pos_02 {position:relative;left:auto;bottom:auto;margin-top:-50px}}
.section_pillars_detail .section_wrap .pos_wrap .img_pos_03 {position:absolute;right:67px;bottom:86px;z-index:1}
@media screen and (max-width:740px) {.section_pillars_detail .section_wrap .pos_wrap .img_pos_03 {position:relative;right:auto;bottom:auto;width:70%;margin-top:-25px;margin-left:35%}}
.section_pillars_detail .section_wrap .pos_wrap .txt_pos_02 {position:absolute;font-family:'HyundaiKRBold';font-size:36px;line-height:42px;font-weight:normal;letter-spacing:-0.36px;left:384px;bottom:447px;z-index:3}
.section_pillars_detail .section_wrap .pos_wrap .txt_pos_02 .l_n_dot {position:absolute}
.section_pillars_detail .section_wrap .pos_wrap .txt_pos_02 .n_dot {display:inline-block;margin-left:4px;width:6px;height:6px;background:#e63312;margin-left:4px}
.section_pillars_detail .section_wrap .pos_wrap .txt_pos_02 .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.section_pillars_detail .section_wrap .pos_wrap .txt_pos_02 .n_dot {margin-left:2px}}
@media screen and (max-width:740px) {.section_pillars_detail .section_wrap .pos_wrap .txt_pos_02 {position:relative;left:auto;bottom:auto;padding:26px 15px 18.5px;font-size:20px;line-height:23px;font-weight:normal}
  .section_pillars_detail .section_wrap .pos_wrap .txt_pos_02 .n_dot {width:3px;height:3px}}
.section_pillars_detail .section_wrap .pos_wrap .img_pos_04 {position:absolute;left:-49px;bottom:116px;z-index:2}
@media screen and (max-width:740px) {.section_pillars_detail .section_wrap .pos_wrap .img_pos_04 {position:relative;left:auto;bottom:auto;margin-top:-50px}}
.section_pillars_detail .section_wrap .pos_wrap .txt_pos_03 {position:absolute;left:480px;bottom:219px;font-family:'HyundaiKRBold';font-size:48px;line-height:54px;font-weight:normal;letter-spacing:-0.48px;z-index:3}
@media screen and (max-width:740px) {.section_pillars_detail .section_wrap .pos_wrap .txt_pos_03 {position:relative;left:auto;bottom:auto;padding:26px 15px 18.5px;font-size:20px;line-height:23px;font-weight:normal}}
.section_pillars_detail .section_tech_wrap {padding:46px 0 50px}
@media screen and (max-width:740px) {.section_pillars_detail .section_tech_wrap {padding:0;background:#f2f2f2}}
@media screen and (max-width:740px) {.section_pillars_detail .section_tech_wrap .tech_wrap {padding:0 30px 32px}}
.section_pillars_detail .section_tech_wrap .tech_wrap .l_tech_list .content {border-top-color:#aacae6}

/* MOBILE STYLE */
@media screen and (max-width:740px) {body.mobile .nBrand .m_visual_layout .l_txt_wrap:before {content:'';display:inline-block;width:1px;height:100%;margin-left:-1px;vertical-align:middle}
  body.mobile .nBrand .m_plain_layout, body.mobile .nBrand .m_images_layout {padding-top:0;min-height:0;height:auto}
  body.mobile .nBrand .m_plain_layout .l_img_wrap {position:relative;padding-top:6.2745%}
  body.mobile .nBrand .m_plain_layout .l_img_wrap .key_img_wrap {position:absolute;top:0;left:15px;right:0;display:block}
  body.mobile .nBrand .m_plain_layout .l_img_wrap .key_back_img_wrap {position:relative;left:0;top:auto;bottom:auto;padding-right:15px}
  body.mobile .nBrand .m_plain_layout .l_img_wrap.mobile_hide {display:none}
  body.mobile .nBrand .m_plain_layout .l_img_wrap.reverse .key_img_wrap {right:15px;left:0}
  body.mobile .nBrand .m_plain_layout .l_img_wrap.reverse .key_back_img_wrap {padding-right:0;padding-left:15px}
  body.mobile .nBrand .m_plain_layout .l_tit_wrap, body.mobile .nBrand .m_plain_layout .l_cont_wrap, body.mobile .nBrand .m_plain_layout .l_txt_wrap {position:static;margin-left:0}
  body.mobile .nBrand .m_plain_layout .l_tit_wrap.middle_key_image .tit_wrap, body.mobile .nBrand .m_plain_layout .l_cont_wrap.middle_key_image .tit_wrap, body.mobile .nBrand .m_plain_layout .l_txt_wrap.middle_key_image .tit_wrap {padding-left:0;padding-right:0}
  body.mobile .nBrand .m_plain_layout .l_tit_wrap.middle_key_image .tit_wrap .l_img_wrap, body.mobile .nBrand .m_plain_layout .l_cont_wrap.middle_key_image .tit_wrap .l_img_wrap, body.mobile .nBrand .m_plain_layout .l_txt_wrap.middle_key_image .tit_wrap .l_img_wrap {margin:23px 0 27px 0}
  body.mobile .nBrand .m_plain_layout .l_tit_wrap.middle_key_image .tit, body.mobile .nBrand .m_plain_layout .l_tit_wrap.middle_key_image .ftit, body.mobile .nBrand .m_plain_layout .l_tit_wrap.middle_key_image .stit, body.mobile .nBrand .m_plain_layout .l_cont_wrap.middle_key_image .tit, body.mobile .nBrand .m_plain_layout .l_cont_wrap.middle_key_image .ftit, body.mobile .nBrand .m_plain_layout .l_cont_wrap.middle_key_image .stit, body.mobile .nBrand .m_plain_layout .l_txt_wrap.middle_key_image .tit, body.mobile .nBrand .m_plain_layout .l_txt_wrap.middle_key_image .ftit, body.mobile .nBrand .m_plain_layout .l_txt_wrap.middle_key_image .stit {padding-left:30px;padding-right:30px}
  body.mobile .nBrand .m_plain_layout .tit_wrap {position:static;padding:0 30px 24px;width:auto}
  body.mobile .nBrand .m_plain_layout .tit, body.mobile .nBrand .m_plain_layout .ftit {font-size:24px;line-height:26px;font-weight:normal}
  body.mobile .nBrand .m_plain_layout .stit {font-size:15px;line-height:22px;font-weight:normal;margin-top:6px}
  body.mobile .nBrand .m_plain_layout .txt_wrap {position:static;padding:0 30px 30px;width:auto !important}
  body.mobile .nBrand .m_plain_layout .txt {padding:25px 0 0 0;font-size:14px;line-height:21px;font-weight:normal;width:auto !important}
  body.mobile .nBrand .m_plain_layout .txt.column {padding-left:0;display:inline}
  body.mobile .nBrand .m_plain_layout .txt.column:first-child:before {content:'';display:block;padding-top:25px}
  body.mobile .nBrand .m_plain_layout .img_wrap {position:static}
  body.mobile .nBrand .m_plain_layout .img_wrap.m_in_padding {padding:0 30px 30px 20px}
  body.mobile .nBrand .m_plain_layout .l_img_wrap + .l_tit_wrap {padding-top:28px}
  body.mobile .nBrand .m_plain_layout .l_tit_wrap + .l_txt_wrap .txt:first-child {padding-top:0}
  body.mobile .nBrand .m_images_layout {padding-bottom:30px}
  body.mobile .nBrand .m_images_layout .l_img_wrap, body.mobile .nBrand .m_images_layout .l_img_wrap .img_wrap {position:static}
  body.mobile .nBrand .m_images_layout .l_img_wrap .img_wrap {margin-top:-6.2735%;position:relative;left:0 !important;top:0 !important}
  body.mobile .nBrand .m_images_layout .l_img_wrap .img_wrap img {width:90.625%}
  body.mobile .nBrand .m_images_layout .l_img_wrap .img_wrap:nth-of-type(1) {margin-top:0;z-index:2}
  body.mobile .nBrand .m_images_layout .l_img_wrap .img_wrap:nth-of-type(2) {z-index:1}
  body.mobile .nBrand .m_images_layout .l_img_wrap .img_wrap:nth-of-type(3) {z-index:0}
  body.mobile .nBrand .m_images_layout .l_img_wrap .img_wrap:nth-of-type(even) {text-align:left}
  body.mobile .nBrand .m_images_layout .l_img_wrap .img_wrap:nth-of-type(odd) {text-align:right}
  body.mobile .nBrand .m_images_layout .l_img_wrap .img_wrap:nth-of-type(2) img, body.mobile .nBrand .m_images_layout .l_img_wrap .img_wrap:nth-of-type(3) img {width:79.6875%}
  body.mobile .nBrand .m_images_layout.reverse .img_wrap:nth-of-type(even) {text-align:right}
  body.mobile .nBrand .m_images_layout.reverse .img_wrap:nth-of-type(odd) {text-align:left}
  body.mobile .nBrand .m_visual_layout {position:relative;margin-bottom:30px}
  body.mobile .nBrand .m_visual_layout .l_txt_wrap {font-size:0;position:absolute;left:0;top:0;width:100%;background:transparent}
  body.mobile .nBrand .m_visual_layout .txt_wrap {margin:0;text-align:center;padding:0;width:100%}
  body.mobile .nBrand .m_visual_layout .txt_wrap .n_logo {width:125px;margin:15px auto 0 auto}
  body.mobile .nBrand .m_visual_layout .txt {font-size:20px;line-height:24px;font-weight:normal}
  body.mobile .nBrand .m_visual_layout .txt:first-child {top:0;padding-top:0}}
body.pc .nBrand .m_plain_layout .middle_key_image .l_img_wrap {display:none}

.nBrand .movie-layer {position:absolute;width:1120px;height:630px;top:50%;left:50%;margin:-315px 0 0 -560px;z-index:21}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .movie-layer {width:100%;height:0;padding:56% 0 0;margin:0;left:0;margin-top:-28%}}
.nBrand .movie-layer .video {position:absolute;left:0;top:0;width:100%;height:100%}
.nBrand .movie-layer .video iframe {width:100%;height:100%}
.nBrand .movie-layer .close {position:absolute;display:block;top:0;right:0;width:0px;height:50px;padding-left:50px;background:#e63514;overflow:hidden;z-index:1}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .movie-layer .close {height:35px;padding-left:35px}}
.nBrand .movie-layer .close:before, .nBrand .movie-layer .close:after {content:"";display:block;position:absolute;background:#fff;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.nBrand .movie-layer .close:before {width:3px;height:19px;left:24px;top:16px}
.nBrand .movie-layer .close:after {width:19px;height:3px;left:16px;top:24px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .movie-layer .close:before {width:2px;height:12px;left:17px;top:12px}
  .nBrand .movie-layer .close:after {width:12px;height:2px;left:12px;top:17px}}
.nBrand .dimmed {position:fixed;width:100%;height:100%;top:0;left:0;z-index:20;background:rgba(0, 0, 0, 0.85)}
.nBrand .section_hero {overflow:hidden}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hero .n_box {display:none}
  .nBrand .section_hero .layout_box, .nBrand .section_hero .hero_wrap2 .vid_hero_wrap, .nBrand .section_hero .section_expand .expand_wrap .expand_section .l_stit_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_hero .l_stit_wrap, .nBrand .section_hero .section_expand .expand_wrap .expand_section .l_img_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_hero .l_img_wrap, .nBrand .section_hero .section_expand .expand_wrap .expand_section .l_txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_hero .l_txt_wrap, .nBrand .section_hero .section_expand .expand_wrap .expand_section .l_list_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_hero .l_list_wrap {padding:0 30px}}
.nBrand .section_hero .desktop_block {display:block}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hero .desktop_block {display:inline}}
.nBrand .section_hero.rn30 .hero_wrap1 .l_bg_wrap {background:#aacae6}
.nBrand .section_hero.rn30 .hero_wrap1 .l_tit_wrap .tit {letter-spacing:-2.9px}
.nBrand .section_hero.rn30 .hero_wrap1 .l_tit_wrap .tit_wrap:nth-of-type(2) {top:1160px}
.nBrand .section_hero.rn30 .hero_wrap2 .l_img_wrap {margin-top:-180px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hero.rn30 .hero_wrap2 .l_img_wrap {margin-top:-10px}}
.nBrand .section_hero.rn30 .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info {padding-right:40px}
.nBrand .section_hero.rn30 .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info .info_cont {letter-spacing:-0.5px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hero.rn30 .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info .info_cont {letter-spacing:-0.25px}}
.nBrand .section_hero.projectRM .hero_wrap1 .l_bg_wrap {background:#2D4954}
.nBrand .section_hero.projectRM .hero_wrap1 .l_tit_wrap .tit {letter-spacing:0}
.nBrand .section_hero.projectRM .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info .info_cont {font-size:120px;letter-spacing:-0.25px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hero.projectRM .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info .info_cont {font-size:35px}}
.nBrand .section_hero.projectRM .hero_wrap2 .img_hero_wrap .l_info_wrap .info .info_cont .n_point:nth-of-type(2) {color:#aacae6}
.nBrand .section_hero.projectRM .hero_wrap2 .img_hero_wrap .l_txt_wrap {top:316px}
.nBrand .section_hero.projectRM .hero_wrap2 .img_hero_wrap .l_img_wrap {margin-top:116px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hero.projectRM {margin-top:-10px}
  .nBrand .section_hero.projectRM .hero_wrap2 .img_hero_wrap .l_img_wrap {padding-top:110px;margin-top:-5%}}
@media screen and (max-width:740px) and (min-width:0) and (max-width:740px) and (min-width:0) {.nBrand .section_hero.projectRM .hero_wrap2 .img_hero_wrap .l_img_wrap {padding-top:0}}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hero.projectRM .hero_wrap2 .img_hero_wrap .l_txt_wrap {margin-top:-8.9375%}}
.nBrand .section_hero.visionGT .hero_wrap1 .l_bg_wrap {background:#142833}
.nBrand .section_hero.visionGT .hero_wrap1 .l_tit_wrap .tit {letter-spacing:0}
.nBrand .section_hero.visionGT .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info .info_cont {letter-spacing:-0.25px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hero.visionGT .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info .info_cont {letter-spacing:-0.25px}}
.nBrand .section_hero.visionGT .hero_wrap2 .img_hero_wrap .l_txt_wrap {top:287px}
.nBrand .section_hero.visionGT .hero_wrap2 .img_hero_wrap .l_img_wrap {padding-top:30px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hero.visionGT .hero_wrap2 .img_hero_wrap .l_img_wrap {padding-top:0}}
.nBrand .section_hero .hero_wrap1 {position:relative;left:50%;margin-left:-960px;max-width:1800px;padding-top:120px;overflow:hidden}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hero .hero_wrap1 {left:0;padding-top:0;margin:0}}
.nBrand .section_hero .hero_wrap1 .n_box {position:absolute;top:30px;right:0;z-index:1}
.nBrand .section_hero .hero_wrap1 .l_tit_wrap {position:absolute;top:0;bottom:0;left:0;right:0;z-index:1}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hero .hero_wrap1 .l_tit_wrap {position:absolute;left:28px;top:35px}}
.nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap {position:absolute;left:390px}
.nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap:nth-of-type(1) {top:238px}
.nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap:nth-of-type(2) {top:1047px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap {position:static}}
.nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap .tit {display:block;font-family:'HyundaiKRBold';font-size:150px;line-height:125px;font-weight:normal;color:#fff}
.nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap .tit .l_n_dot {position:absolute}
.nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap .tit .n_dot {display:inline-block;margin-left:4px;width:22px;height:22px;background:#e63312;margin-left:11px}
.nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap .tit .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap .tit .n_dot {width:6px;height:5px;margin-left:3px}}
@media screen and (min-width:641px) and (max-width:740px) {.nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap .tit {font-size:65px;line-height:60px;letter-spacing:0;font-weight:normal}}
@media screen and (min-width:481px) and (max-width:640px) {.nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap .tit {font-size:50px;line-height:45px;letter-spacing:0;font-weight:normal}}
@media screen and (min-width:375px) and (max-width:480px) {.nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap .tit {font-size:40px;line-height:40px;letter-spacing:0;font-weight:normal}}
@media screen and (min-width:321px) and (max-width:374px) {.nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap .tit {font-size:32.5px;line-height:32px;letter-spacing:0;font-weight:normal}}
@media screen and (min-width:0) and (max-width:320px) {.nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap .tit {font-size:32.5px;line-height:32px;letter-spacing:0;font-weight:normal}}
.nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap .tit .no-spacing {letter-spacing:0}
.nBrand .section_hero .hero_wrap1 .l_bg_wrap {display:inline-block}
.nBrand .section_hero .hero_wrap1 .l_bg_wrap img.img_hero {margin-left:0}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hero .hero_wrap1 .l_bg_wrap img.img_hero {margin:0}}
.nBrand .section_hero .hero_wrap2 {position:relative;margin-top:-190px;overflow:hidden}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hero .hero_wrap2 {margin-top:-30px;padding-bottom:25px}}
.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap {position:relative;height:630px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap {height:auto}}
.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .l_tit_wrap {display:table;position:absolute;top:0;width:100%;height:100%}
.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .l_tit_wrap .tit_wrap {display:table-cell;vertical-align:middle;text-align:center}
.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .l_tit_wrap .tit_wrap .tit {display:block;font-family:'HyundaiKRBold';font-size:24px;line-height:32px;font-weight:normal;color:#fff;letter-spacing:2px;text-transform:uppercase}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .l_tit_wrap {display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;align-items:center;justify-content:center;bottom:0}
  .nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .l_tit_wrap .tit_wrap .tit {display:none}}
.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .video {width:100%;height:100%;position:absolute;left:0;top:0}
.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .video iframe {width:100%;height:100%}
.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .video .close {position:absolute;z-index:1;width:40px;height:40px;background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .video .close {width:22px;height:22px;right:0;top:0}}
.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .video .close:before, .nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .video .close:after {content:'';position:absolute;background:#fff;left:50%;top:50%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .video .close:before {width:3px;height:19px;margin:-9px 0 0 -1px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .video .close:before {width:2px;height:12px;margin:-6px 0 0 -1px}}
.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .video .close:after {width:19px;height:3px;margin:-1px 0 0 -9px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .video .close:after {width:12px;height:2px;margin:-1px 0 0 -6px}}
.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_txt_wrap {padding:53px 192px 55px}
.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_txt_wrap .txt {font-family:'HyundaiKRTextRegular';font-size:16px;line-height:26px;font-weight:normal}/* 181015_modify */
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_txt_wrap {padding:24px 0}
  .nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_txt_wrap .txt {font-size:14px;line-height:21px;letter-spacing:0;font-weight:normal}}
.nBrand .section_hero .hero_wrap2 .img_hero_wrap {position:relative;border-top:1px solid transparent}
.nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_info_wrap {position:absolute;left:50%;margin-left:-560px;max-width:1120px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_info_wrap {position:static;left:auto;margin:0;padding:0 30px 23px}}
.nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info {float:left;width:544px;white-space:nowrap}
.nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info .info_tit {font-family:'HyundaiKRMedium';font-size:18px;line-height:28px;font-weight:normal;text-transform:capitalize}
.nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info .info_cont {font-family:'HyundaiKRBold';font-size:150px;line-height:120px;font-weight:normal}
.nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info:nth-of-type(2) {padding-left:32px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info {float:none;width:auto;white-space:normal}
  .nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info .info_tit {font-family:'HyundaiKRBold';font-size:14px;line-height:15px;font-weight:normal}
  .nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info .info_cont {font-family:'HyundaiKRBold';font-size:35px;line-height:1;font-weight:normal}
  .nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info .info_cont .n_point {margin-right:0}
  .nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info:nth-of-type(2) {padding-left:0}}
.nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_img_wrap {position:relative;left:50%;z-index:-1;margin-left:-960px}
.nBrand .img_order1 {z-index:1 !important} /* 20180212 add */
.nBrand .img_order2 {z-index:2 !important} /* 20180212 add */
.nBrand .img_order3 {z-index:3 !important} /* 20180212 add */
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_img_wrap {position:relative;left:0;margin:0}
  .nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_img_wrap .img_hero {margin-top:0}}
.nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_txt_wrap {position:absolute;left:50%;margin-left:-560px;width:448px;top:200px}
.nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_txt_wrap .txt {padding-top:30px;font-family:'HyundaiKRTextRegular';font-size:16px;line-height:26px;font-weight:normal}/* 181015_modify */
.nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_txt_wrap .txt:first-child {padding-top:0}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_txt_wrap {position:static;top:auto;left:auto;width:auto;margin:0;padding:0 30px}
  .nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_txt_wrap .txt {top:auto;width:auto;padding-top:0;font-size:14px;line-height:21px;letter-spacing:0;font-weight:normal}
  .nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_txt_wrap .txt .enter {display:none}}
.nBrand .section_expand {overflow:hidden}
.nBrand .section_expand.rn30 .expand_front {background:#13171a}
.nBrand .section_expand.rn30 .expand_front .tit_wrap .tit {background:rgba(22, 38, 63, 0.01);letter-spacing:-2px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_expand.rn30 .expand_front .tit_wrap .tit {background:rgba(255, 255, 255, 0.01);letter-spacing:0}}
.nBrand .section_expand.projectRM .expand_front {background:#102129}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_expand.rn30 .expand_front, .nBrand .section_expand.projectRM .expand_front {background:none}}
.nBrand .section_expand.rn30 .expand_wrap, .nBrand .section_expand.projectRM .expand_wrap {padding-bottom:130px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_expand.rn30 .expand_wrap, .nBrand .section_expand.projectRM .expand_wrap {padding-bottom:35px}}
.nBrand .section_expand .expand_front {position:relative;max-width:1920px;left:50%;margin-left:-960px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_expand .expand_front {position:relative;text-align:left;left:0;margin:0}}
.nBrand .section_expand .expand_front .tit_wrap {position:absolute;width:1120px;top:110px;left:50%;margin-left:-560px;z-index:2}
.nBrand .section_expand .expand_front .tit_wrap .tit {font-family:'HyundaiKRBold';font-size:72px;line-height:80px;font-weight:normal;color:#fff}
.nBrand .section_expand .expand_front .tit_wrap .tit .l_n_dot {position:absolute}
.nBrand .section_expand .expand_front .tit_wrap .tit .n_dot {display:inline-block;margin-left:4px;width:15px;height:15px;background:#e63312;margin-left:10px}
.nBrand .section_expand .expand_front .tit_wrap .tit .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_expand .expand_front .tit_wrap .tit .n_dot {width:5px;height:5px;margin-left:2px}}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_expand .expand_front .tit_wrap {position:static;width:auto;margin-left:0;padding:0 30px 22px}
  .nBrand .section_expand .expand_front .tit_wrap .tit {font-family:'HyundaiKRBold';font-size:27px;line-height:29px;font-weight:normal;color:#000}}
.nBrand .section_expand .expand_front .btn_expand {position:absolute;bottom:50px;left:50%;margin-left:-35px;width:70px;height:70px;border:8px solid #aacae6}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_expand .expand_front .btn_expand {bottom:25px;margin-left:-17px;width:35px;height:35px;border:4px solid #aacae6}}
.nBrand .section_expand .expand_front .btn_expand .e_wrap {display:inline-block;transition:all 0.2s cubic-bezier(0.77, 0, 0.175, 1);width:100%;height:100%}
.nBrand .section_expand .expand_front .btn_expand .e_wrap .e1, .nBrand .section_expand .expand_front .btn_expand .e_wrap .e2 {position:absolute;background:#fff;left:50%;top:50%}
.nBrand .section_expand .expand_front .btn_expand .e_wrap .e1 {width:6px;height:28px;margin:-14px 0 0 -3px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_expand .expand_front .btn_expand .e_wrap .e1 {width:3px;height:14px;margin:-7px 0 0 -2px}}
.nBrand .section_expand .expand_front .btn_expand .e_wrap .e2 {width:28px;height:6px;margin:-3px 0 0 -14px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_expand .expand_front .btn_expand .e_wrap .e2 {width:14px;height:3px;margin:-2px 0 0 -7px}}
.nBrand .section_expand .expand_front .btn_expand .blind .open {display:block}
.nBrand .section_expand .expand_front .btn_expand .blind .close {display:none}
.nBrand .section_expand .expand_front .btn_expand.on .e_wrap {-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.nBrand .section_expand .expand_front .btn_expand.on .blind .open {display:none}
.nBrand .section_expand .expand_front .btn_expand.on .blind .close {display:block}
.nBrand .section_expand .expand_wrap {display:none;background:#f2f2f2;padding-bottom:122px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_expand .expand_wrap {display:none;background:#f2f2f2;padding-bottom:27px;padding-top:10px}
  .nBrand .section_expand .expand_wrap.on {display:block}}
.nBrand .section_expand .expand_wrap .expand_section {padding-top:115px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_expand .expand_wrap .expand_section {padding-top:22px}}
.nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap .stit_wrap {padding-bottom:40px}
.nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap .stit_wrap .stit {font-family:'HyundaiKRBold';font-size:36px;line-height:40px;font-weight:normal;white-space:nowrap}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap .stit_wrap {padding:0 30px 24px}
  .nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap .stit_wrap .stit {font-family:'HyundaiKRBold';font-size:22px;line-height:24px;font-weight:normal;white-space:normal}
  .nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap .stit_wrap .enter {display:none}}
.nBrand .section_expand .expand_wrap .expand_section .l_img_wrap {position:relative}
.nBrand .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap {line-height:26px}
.nBrand .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap .txt {padding-top:33px;font-family:'HyundaiKRTextRegular'}/* 181015_modify */
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_expand .expand_wrap .expand_section .l_txt_wrap {padding:0 30px}
  .nBrand .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap .txt {padding-top:22px}}
.nBrand .section_expand .expand_wrap .expand_section .l_list_wrap {padding-top:8px}
.nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap {display:table;table-layout:fixed;width:100%}
.nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list {display:table-cell;padding:36px 36px 50px;background:#fff}
.nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list:nth-child(2n) {background:#e7e7e7}
.nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_hd .tit_wrap .tit {font-family:'HyundaiKRBold';font-size:40px;line-height:1;font-weight:normal;letter-spacing:-2px}
.nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont {padding:10px 18px 0}
.nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont {line-height:20px;padding-top:7px}
.nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont:first-child {padding-top:0}
.nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont .tit, .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont .txt {display:inline}
.nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont .tit {font-family:'HyundaiKRBold';font-size:16px;line-height:20px;font-weight:normal}
.nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont .txt {font-family:'HyundaiKRTextRegular';font-size:16px;line-height:20px;font-weight:normal}/* 181015_modify */
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap {display:block}
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list {display:block;padding:0 30px;background:none}
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list:nth-child(2n) {background:none}
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_hd {position:relative}
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_hd .tit_wrap {position:absolute;left:0;right:0;bottom:15px;text-align:center}
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_hd .tit_wrap .tit {font-family:'HyundaiKRBold';font-size:15px;line-height:18px;font-weight:normal;letter-spacing:0}
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont {padding:40px 0 0}
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont {display:table;width:100%;table-layout:fixed;padding-top:0}
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont:first-child .tit, .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont:first-child .txt {padding-top:15px}
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont .tit, .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont .txt {display:table-cell}
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont .tit {width:33.077%;padding:10px 12px;background:#e8e8e8;font-family:'HyundaiKRBold';font-size:12px;line-height:16px;font-weight:normal}
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont .txt {padding:10px 15px;background:#fff;font-family:'HyundaiKRRegular';font-size:12px;line-height:16px;font-weight:normal}
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .slick-dots {position:absolute;top:0;left:0;right:0;text-align:center;line-height:40px}
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .slick-dots li {display:inline-block;padding:0 3px}
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .slick-dots li button {width:9px;height:9px;border-radius:50%;background:#ccc;font-size:0;vertical-align:middle}
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .slick-dots li button[aria-pressed="true"] {background:#e63312}}
.nBrand .section_expand .expand_wrap .expand_section:nth-of-type(1) .l_img_wrap {padding-bottom:255px}
.nBrand .section_expand .expand_wrap .expand_section:nth-of-type(1) .l_img_wrap .img_wrap_1 {position:relative;left:-400px}
.nBrand .section_expand .expand_wrap .expand_section:nth-of-type(1) .l_img_wrap .img_wrap_2 {position:absolute;top:200px;right:0}
.nBrand .section_expand .expand_wrap .expand_section:nth-of-type(1) .txt_wrap {float:right}
.nBrand .section_expand .expand_wrap .expand_section:nth-of-type(1) .txt_wrap .txt {float:left;width:480px;padding-left:32px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_expand .expand_wrap .expand_section:nth-of-type(1) .l_img_wrap {padding-bottom:20px;margin-left:0}
  .nBrand .section_expand .expand_wrap .expand_section:nth-of-type(1) .l_img_wrap .img_wrap_1 {left:0;padding-left:20px}
  .nBrand .section_expand .expand_wrap .expand_section:nth-of-type(1) .l_img_wrap .img_wrap_2 {position:absolute;top:20px;right:20px}
  .nBrand .section_expand .expand_wrap .expand_section:nth-of-type(1) .txt_wrap {float:none}
  .nBrand .section_expand .expand_wrap .expand_section:nth-of-type(1) .txt_wrap .txt {float:none;width:auto;padding-top:22px;padding-left:0}}

.nBrand .section_expand .expand_wrap .expand_section:nth-of-type(2) .l_img_wrap {padding-bottom:0}
.nBrand .section_expand .expand_wrap .expand_section:nth-of-type(2) .l_img_wrap .img_wrap_2 {position:absolute;right:0;top:130px}
.nBrand .section_expand .expand_wrap .expand_section:nth-of-type(2) .txt_wrap {width:736px;padding-right:64px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_expand .expand_wrap .expand_section:nth-of-type(2) .l_img_wrap .img_wrap_1 {padding-left:15px}
  .nBrand .section_expand .expand_wrap .expand_section:nth-of-type(2) .l_img_wrap .img_wrap_2 {display:none}
  .nBrand .section_expand .expand_wrap .expand_section:nth-of-type(2) .txt_wrap {width:auto;padding-right:0}}
.nBrand .section_visual {position:relative;overflow:hidden}
.nBrand .section_visual.visionGT {padding-top:108px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_visual.visionGT {padding-top:0}}
.nBrand .section_visual .l_tit_wrap {position:absolute;z-index:1;padding-top:110px}
.nBrand .section_visual .l_tit_wrap .tit_wrap {position:relative}
.nBrand .section_visual .l_tit_wrap .tit_wrap .tit {font-family:'HyundaiKRBold';font-size:72px;line-height:80px;font-weight:normal}
.nBrand .section_visual .l_tit_wrap .stit_wrap {position:relative;padding-top:8px}
.nBrand .section_visual .l_tit_wrap .stit_wrap .stit {font-family:'HyundaiKRBold';font-size:42px;line-height:62px;font-weight:normal;letter-spacing:0}
.nBrand .section_visual .l_tit_wrap .stit_wrap .stit .l_n_dot {position:absolute}
.nBrand .section_visual .l_tit_wrap .stit_wrap .stit .n_dot {display:inline-block;margin-left:4px;width:10px;height:10px;background:#e63312;margin-left:6px}
.nBrand .section_visual .l_tit_wrap .stit_wrap .stit .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_visual .l_tit_wrap .stit_wrap .stit .n_dot {width:2px;height:2px;margin-left:2px}}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_visual .l_tit_wrap {position:static;padding:0 30px 22px}
  .nBrand .section_visual .l_tit_wrap .tit_wrap {display:inline}
  .nBrand .section_visual .l_tit_wrap .tit_wrap .tit {display:inline;font-family:'HyundaiKRBold';font-size:27px;line-height:29px;font-weight:normal}
  .nBrand .section_visual .l_tit_wrap .stit_wrap {display:inline}
  .nBrand .section_visual .l_tit_wrap .stit_wrap .stit {display:inline;font-family:'HyundaiKRBold';font-size:27px;line-height:29px;font-weight:normal}
  .nBrand .section_visual .l_tit_wrap .stit_wrap .stit .n_dot {width:4px;height:4px}}
.nBrand .section_visual .l_img_wrap {position:relative;left:50%;margin-left:-960px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_visual .l_img_wrap {left:0;margin-left:0}}
.nBrand .section_type1 {position:relative;overflow:hidden;padding-top:50px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type1 {padding-top:25px}}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type1 .layout_box, .nBrand .section_type1 .section_hero .hero_wrap2 .vid_hero_wrap, .nBrand .section_hero .hero_wrap2 .section_type1 .vid_hero_wrap, .nBrand .section_type1 .section_expand .expand_wrap .expand_section .l_stit_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_type1 .l_stit_wrap, .nBrand .section_type1 .section_expand .expand_wrap .expand_section .l_img_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_type1 .l_img_wrap, .nBrand .section_type1 .section_expand .expand_wrap .expand_section .l_txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_type1 .l_txt_wrap, .nBrand .section_type1 .section_expand .expand_wrap .expand_section .l_list_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_type1 .l_list_wrap {padding:0 30px}}
.nBrand .section_type1 .tit_wrap {position:absolute;top:0}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type1 .tit_wrap {position:static}}
.nBrand .section_type1 .tit_wrap .tit {position:relative;font-family:'HyundaiKRBold';font-size:150px;line-height:120px;font-weight:normal;letter-spacing:-0.25px;text-indent:-5px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type1 .tit_wrap .tit {font-family:'HyundaiKRBold';font-size:43px;line-height:1;font-weight:normal;letter-spacing:0;white-space:nowrap}}
.nBrand .section_type1 .tit_wrap .info {float:left;padding-right:96px}
.nBrand .section_type1 .tit_wrap .info .info_tit {margin:20px 0 20px;font-family:'HyundaiKRMedium';font-size:18px;line-height:28px;font-weight:normal;text-transform:uppercase}
.nBrand .section_type1 .tit_wrap .info .info_cont {font-family:'HyundaiKRBold';font-size:60px;line-height:26px;font-weight:normal;letter-spacing:-0.5px}
.nBrand .section_type1 .tit_wrap .info .info_cont .n_point {color:#aacae6}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type1 .tit_wrap .info {float:left;padding-right:30px}
  .nBrand .section_type1 .tit_wrap .info .info_tit {margin:15px 0 10px;font-family:'HyundaiKRMedium';font-size:12px;line-height:13px;font-weight:normal}
  .nBrand .section_type1 .tit_wrap .info .info_cont {font-family:'HyundaiKRBold';font-size:22px;line-height:13px;font-weight:normal;letter-spacing:-0.25px}
  .nBrand .section_type1 .tit_wrap .info .info_cont .n_point {color:#aacae6}}
.nBrand .section_type1 .img_section_type1_wrap {position:relative;left:50%;margin-left:-960px;padding-top:35px;z-index:-1}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type1 .img_section_type1_wrap {left:0;margin:0}}
.nBrand .section_type1 .txt_wrap {position:absolute;left:0;right:0;bottom:100px}
.nBrand .section_type1 .txt_wrap .txt {width:736px;margin:0 auto;font-family:'HyundaiKRTextRegular';font-size:16px;line-height:26px;font-weight:normal}/* 181015_modify */
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type1 .txt_wrap {position:static;margin-top:-46.875%;padding:0 30px 0}
  .nBrand .section_type1 .txt_wrap .txt {width:auto;margin:0;font-family:'HyundaiKRRegular';font-size:14px;line-height:21px;font-weight:normal}}
.nBrand .section_type2 {padding-top:53px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type2 {padding:0 0 18px}}
.nBrand .section_type2.projectRM .l_img_wrap {text-align:center}
.nBrand .section_type2.projectRM .l_img_wrap .img_wrap_1 {margin:0}
.nBrand .section_type2.projectRM .l_img_wrap .img_wrap_1 > figure {position:relative}
.nBrand .section_type2.projectRM .l_img_wrap .img_wrap_1 .n_box {position:absolute;top:50%;right:-15px;margin-top:-90px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type2.projectRM .l_img_wrap {padding-bottom:0}
  .nBrand .section_type2.projectRM .l_list_wrap .list .list_box .cont_wrap .list_cont {padding-top:5px}
  .nBrand .section_type2.projectRM .txt_wrap .txt {padding-top:0;display:inline}}
.nBrand .section_type2.visionGT .l_img_wrap {padding-bottom:210px}
.nBrand .section_type2.visionGT .l_img_wrap .img_wrap_2 .n_box {top:-90px}
.nBrand .section_type2.visionGT .list_wrap {padding:22px 64px 0 96px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type2.visionGT .l_img_wrap {padding-bottom:20px;padding-left:0;padding-right:15px}
  .nBrand .section_type2.visionGT .l_img_wrap .img_wrap_2 {left:15px;right:0}
  .nBrand .section_type2.visionGT .list_wrap {padding:20px 30px 0}
  .nBrand .section_type2.visionGT .list_wrap .list .list_num {position:absolute}
  .nBrand .section_type2.visionGT .list_wrap .list .cont_wrap .list_tit {text-indent:27px}}
.nBrand .section_type2 .tit_wrap {padding:65px 64px 35px 96px}
.nBrand .section_type2 .tit_wrap .tit {position:relative;font-family:'HyundaiKRBold';font-size:72px;line-height:80px;font-weight:normal}
.nBrand .section_type2 .tit_wrap .tit .l_n_dot {position:absolute}
.nBrand .section_type2 .tit_wrap .tit .n_dot {display:inline-block;margin-left:4px;width:15px;height:15px;background:#e63312;margin-left:4px}
.nBrand .section_type2 .tit_wrap .tit .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type2 .tit_wrap .tit .n_dot {width:5px;height:5px;margin-left:2px}}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type2 .tit_wrap {padding:0 30px}
  .nBrand .section_type2 .tit_wrap .tit {font-family:'HyundaiKRBold';font-size:27px;line-height:29px;font-weight:normal}
  .nBrand .section_type2 .tit_wrap .tit .l_n_dot {position:absolute}
  .nBrand .section_type2 .tit_wrap .tit .n_dot {display:inline-block;margin-left:4px;width:5px;height:5px;background:#e63312;margin-left:4px}
  .nBrand .section_type2 .tit_wrap .tit .n_dot.red {background:#e63312}}
@media screen and (max-width:740px) and (min-width:0) and (max-width:740px) and (min-width:0) {.nBrand .section_type2 .tit_wrap .tit .n_dot {margin-left:2px}}

.nBrand .section_type2 .txt_wrap {padding:0 96px 72px 96px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type2 .txt_wrap {padding:0 30px}}
.nBrand .section_type2 .txt_wrap .txt {box-sizing:border-box;float:left;width:50%;padding-left:32px;font-family:'HyundaiKRTextRegular';font-size:16px;line-height:26px;font-weight:normal}/* 181015_modify */
.nBrand .section_type2 .txt_wrap .txt:first-child {padding-left:0}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type2 .txt_wrap {padding:18px 30px 23px}
  .nBrand .section_type2 .txt_wrap .txt {float:none;width:auto;padding:23px 0 0;font-family:'HyundaiKRRegular';font-size:14px;line-height:21px;font-weight:normal;letter-spacing:0}
  .nBrand .section_type2 .txt_wrap .txt:first-child {padding-top:0}}
.nBrand .section_type2 .l_img_wrap {position:relative}
.nBrand .section_type2 .l_img_wrap .img_wrap_1 {position:relative;margin-left:-400px}
.nBrand .section_type2 .l_img_wrap .img_wrap_2 {position:absolute;top:270px;left:96px}
.nBrand .section_type2 .l_img_wrap .img_wrap_2 .n_box {position:absolute;top:50%;right:-90px;margin-top:-90px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type2 .l_img_wrap {position:relative;padding-bottom:20px;padding-left:15px}
  .nBrand .section_type2 .l_img_wrap .img_wrap_1 {position:relative;margin-left:0}
  .nBrand .section_type2 .l_img_wrap .img_wrap_2 {position:absolute;top:20px;left:0;right:20px}
  .nBrand .section_type2 .l_img_wrap .n_box {display:none}}
.nBrand .section_type2 .list_wrap {padding:33px 64px 0 96px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type2 .list_wrap {padding:20px 30px 0 30px}}
.nBrand .section_type2 .list_wrap .list_box {float:left;width:50%;padding-right:32px}
.nBrand .section_type2 .list_wrap .list_box .list {padding:20px 0 15px}
.nBrand .section_type2 .list_wrap .list_box .list .list_num {float:left;width:30px;height:30px;margin-right:8px;border-radius:50%;background:#04478b;font-family:'HyundaiKRBold';font-size:14px;line-height:30px;font-weight:normal;color:#fff;text-align:center;vertical-align:middle}
.nBrand .section_type2 .list_wrap .list_box .list .cont_wrap {overflow:hidden}
.nBrand .section_type2 .list_wrap .list_box .list .cont_wrap .list_tit {font-weight:normal;color:#04478b;font-family:'HyundaiKRBold';font-size:16px;line-height:26px;font-weight:normal;text-transform:uppercase}
.nBrand .section_type2 .list_wrap .list_box .list .cont_wrap .list_cont {padding-top:9px;font-family:'HyundaiKRTextRegular';font-size:16px;line-height:26px;font-weight:normal}/* 181015_modify */
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type2 .list_wrap .list_box {float:none;width:auto}
  .nBrand .section_type2 .list_wrap .list_box .list {padding:8px 0}
  .nBrand .section_type2 .list_wrap .list_box .list .list_num {width:20px;height:20px;margin-right:6px;font-family:'HyundaiKRBold';font-size:12px;line-height:20px;font-weight:normal}
  .nBrand .section_type2 .list_wrap .list_box .list .cont_wrap .list_tit {font-weight:normal;color:#04478b;font-family:'HyundaiKRBold';font-size:14px;line-height:18px;font-weight:normal;letter-spacing:1px}
  .nBrand .section_type2 .list_wrap .list_box .list .cont_wrap .list_cont {padding-top:10px;font-family:'HyundaiKRRegular';font-size:16px;line-height:26px;font-weight:normal}}
.nBrand .section_type2 .l_img_info_wrap {position:absolute;right:20px;bottom:20px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type2 .l_img_info_wrap {display:none}}
.nBrand .section_type2 .l_img_info_wrap.mobile {display:none}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type2 .l_img_info_wrap.mobile {display:block;position:static;padding:15px 15px 0}}
.nBrand .section_type2 .l_img_info_wrap .info_wrap {display:table;table-layout:fixed;width:270px}
.nBrand .section_type2 .l_img_info_wrap .info_wrap .tit, .nBrand .section_type2 .l_img_info_wrap .info_wrap .cont {display:table-cell;color:#fff;font-family:'HyundaiKRBold';font-size:16px;line-height:28px;font-weight:normal}
.nBrand .section_type2 .l_img_info_wrap .info_wrap .cont {width:33.333%}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type2 .l_img_info_wrap {position:static}
  .nBrand .section_type2 .l_img_info_wrap .img_info_wrap {padding:20px;background:#ebebeb}
  .nBrand .section_type2 .l_img_info_wrap .info_wrap {width:100%}
  .nBrand .section_type2 .l_img_info_wrap .info_wrap .tit, .nBrand .section_type2 .l_img_info_wrap .info_wrap .cont {font-size:12px;line-height:19px;letter-spacing:0;font-weight:normal;color:#000}}
.nBrand .section_type3 {position:relative;padding-top:130px}
.nBrand .section_type3.projectRM {padding-top:94px;padding-bottom:0;border-top:1px solid transparent}
.nBrand .section_type3.projectRM .tit_wrap, .nBrand .section_type3.projectRM .txt_wrap {position:absolute;z-index:1}
.nBrand .section_type3.projectRM .tit_wrap {top:70px;margin:0;padding-top:0;margin-top:0}
.nBrand .section_type3.projectRM .txt_wrap {top:340px;width:768px;padding:0}
.nBrand .section_type3.projectRM .txt_wrap .txt {width:auto}
.nBrand .section_type3.projectRM .l_img_wrap {padding:0;margin-top:-70px;left:50%;margin-left:-960px}
.nBrand .section_type3.projectRM .l_img_wrap .img_wrap_1 {position:static}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type3.projectRM .tit_wrap {top:0}
  .nBrand .section_type3.projectRM .tit_wrap .tit br {display:none}
  .nBrand .section_type3.projectRM .txt_wrap {position:static;width:auto;padding:23px 30px}
  .nBrand .section_type3.projectRM .l_img_wrap {left:auto;margin-left:0;border-top:1px solid transparent}
  .nBrand .section_type3.projectRM .l_img_wrap .img_wrap_1 {position:relative;left:0;z-index:-1;margin-top:-35%}}
@media screen and (max-width:550px) and (min-width:0) {.nBrand .section_type3.projectRM .l_img_wrap .img_wrap_1 {margin-top:-21.875%}}
@media screen and (max-width:400px) and (min-width:0) {.nBrand .section_type3.projectRM .l_img_wrap .img_wrap_1 {margin-top:0}}
.nBrand .section_type3.visionGT {padding-bottom:145px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type3.visionGT {padding-bottom:68px}}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type3 {padding:31px 0 68px}}
.nBrand .section_type3 .tit_wrap {position:absolute;z-index:1;padding-top:80px;width:100%}
.nBrand .section_type3 .tit_wrap .tit {position:relative;width:100%;background:rgba(255, 255, 255, 0.01);font-family:'HyundaiKRBold';font-size:72px;line-height:80px;font-weight:normal}
.nBrand .section_type3 .tit_wrap .tit .l_n_dot {position:absolute}
.nBrand .section_type3 .tit_wrap .tit .n_dot {display:inline-block;margin-left:4px;width:15px;height:15px;background:#e63312;margin-left:4px}
.nBrand .section_type3 .tit_wrap .tit .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type3 .tit_wrap .tit .n_dot {width:5px;height:5px;margin-left:2px}}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type3 .tit_wrap {position:static;z-index:1;padding:0 30px 30px}
  .nBrand .section_type3 .tit_wrap .tit {font-family:'HyundaiKRBold';font-size:27px;line-height:29px;font-weight:normal}
  .nBrand .section_type3 .tit_wrap .tit .l_n_dot {position:absolute}
  .nBrand .section_type3 .tit_wrap .tit .n_dot {display:inline-block;margin-left:4px;width:15px;height:15px;background:#e63312;margin-left:4px}
  .nBrand .section_type3 .tit_wrap .tit .n_dot.red {background:#e63312}}
@media screen and (max-width:740px) and (min-width:0) and (max-width:740px) and (min-width:0) {.nBrand .section_type3 .tit_wrap .tit .n_dot {width:5px;height:5px;margin-left:2px}}

.nBrand .section_type3 .l_img_wrap {position:relative;padding:270px 0 0 96px}
.nBrand .section_type3 .l_img_wrap .img_wrap_1 {position:absolute;top:0;right:-400px}
.nBrand .section_type3 .l_img_wrap .img_wrap_2 {display:inline-block;position:relative}
.nBrand .section_type3 .l_img_wrap .img_wrap_2 .img_sec3_2 {position:relative;top:0}
.nBrand .section_type3 .l_img_wrap .img_wrap_2 .n_box {position:absolute;left:-90px;top:230px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type3 .l_img_wrap {padding:0}
  .nBrand .section_type3 .l_img_wrap .img_wrap_1 {right:0;left:20px}
  .nBrand .section_type3 .l_img_wrap .img_wrap_1 .img_sec3_1 {position:static}
  .nBrand .section_type3 .l_img_wrap .img_wrap_2 {padding:20px 15px 0 0}
  .nBrand .section_type3 .l_img_wrap .img_wrap_2 .n_box {display:none}}
.nBrand .section_type3 .txt_wrap {width:736px;margin:0 auto;padding:60px 0 0}
.nBrand .section_type3 .txt_wrap .txt {float:left;width:50%;line-height:26px;padding-left:32px;font-family:'HyundaiKRTextRegular'}/* 181015_modify */
.nBrand .section_type3 .txt_wrap .txt:first-child {padding-left:0}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_type3 .txt_wrap {display:block;width:auto;margin:0;padding:23px 30px}
  .nBrand .section_type3 .txt_wrap .txt {display:block;width:auto;line-height:26px;padding-top:25px;padding-left:0}
  .nBrand .section_type3 .txt_wrap .txt:first-child {padding-top:0}
  .nBrand .section_type3 .txt_wrap .space {display:none}}
.nBrand .interiorSection {overflow:hidden;padding-top:10px}
.nBrand .interiorSection .layout_box .sectionWrap, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap {padding-top:320px;position:relative}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .interiorSection .layout_box .sectionWrap, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap {padding-top:15px}}
.nBrand .interiorSection .layout_box .sectionWrap .imageMotion, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .imageMotion, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .imageMotion, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .imageMotion, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .imageMotion, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .imageMotion, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .imageMotion, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .imageMotion, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .imageMotion, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .imageMotion, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .imageMotion {position:absolute;top:112px;left:-191px;z-index:2}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .interiorSection .layout_box .sectionWrap .imageMotion, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .imageMotion, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .imageMotion, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .imageMotion, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .imageMotion, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .imageMotion, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .imageMotion, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .imageMotion, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .imageMotion, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .imageMotion, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .imageMotion {position:static;box-sizing:border-box;padding-left:15px}}
.nBrand .interiorSection .layout_box .sectionWrap .tit, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .tit, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .tit, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .tit, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .tit, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .tit, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .tit, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .tit, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .tit, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .tit, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .tit {position:absolute;z-index:4;font-family:'HyundaiKRBold';font-size:72px;line-height:80px;font-weight:normal;color:#000;top:0;left:382px;width:736px}
.nBrand .interiorSection .layout_box .sectionWrap .tit .l_n_dot, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .tit .l_n_dot, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .tit .l_n_dot, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .tit .l_n_dot, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .tit .l_n_dot, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .tit .l_n_dot, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .tit .l_n_dot, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .tit .l_n_dot, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .tit .l_n_dot, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .tit .l_n_dot, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .tit .l_n_dot {position:absolute}
.nBrand .interiorSection .layout_box .sectionWrap .tit .n_dot, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .tit .n_dot, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .tit .n_dot, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .tit .n_dot, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .tit .n_dot, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .tit .n_dot, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .tit .n_dot, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .tit .n_dot, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .tit .n_dot, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .tit .n_dot, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .tit .n_dot {display:inline-block;margin-left:4px;width:15px;height:15px;background:#e63312;margin-left:4px}
.nBrand .interiorSection .layout_box .sectionWrap .tit .n_dot.red, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .tit .n_dot.red, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .tit .n_dot.red, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .tit .n_dot.red, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .tit .n_dot.red, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .tit .n_dot.red, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .tit .n_dot.red, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .tit .n_dot.red, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .tit .n_dot.red, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .tit .n_dot.red, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .tit .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .interiorSection .layout_box .sectionWrap .tit .n_dot, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .tit .n_dot, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .tit .n_dot, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .tit .n_dot, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .tit .n_dot, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .tit .n_dot, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .tit .n_dot, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .tit .n_dot, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .tit .n_dot, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .tit .n_dot, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .tit .n_dot {width:5px;height:5px;margin-left:2px}}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .interiorSection .layout_box .sectionWrap .tit, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .tit, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .tit, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .tit, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .tit, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .tit, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .tit, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .tit, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .tit, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .tit, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .tit {position:static;font-family:'HyundaiKRBold';font-size:27px;line-height:29px;font-weight:normal;width:100%;box-sizing:border-box;padding:0 30px 22px}}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .interiorSection .layout_box .sectionWrap .imageSection, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .imageSection, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .imageSection, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .imageSection, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .imageSection, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .imageSection, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .imageSection, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .imageSection, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .imageSection, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .imageSection, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .imageSection {position:relative;padding-bottom:20px}}
.nBrand .interiorSection .layout_box .sectionWrap .imageSection .bgImage, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .imageSection .bgImage, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .imageSection .bgImage, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .imageSection .bgImage, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .imageSection .bgImage, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .imageSection .bgImage, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .imageSection .bgImage, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .imageSection .bgImage, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .imageSection .bgImage, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .imageSection .bgImage, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .imageSection .bgImage {position:relative;max-width:1920px;margin-left:-960px;left:50%}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .interiorSection .layout_box .sectionWrap .imageSection .bgImage, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .imageSection .bgImage, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .imageSection .bgImage, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .imageSection .bgImage, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .imageSection .bgImage, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .imageSection .bgImage, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .imageSection .bgImage, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .imageSection .bgImage, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .imageSection .bgImage, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .imageSection .bgImage, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .imageSection .bgImage {position:absolute;max-width:100%;width:100%;margin-left:0;left:0;top:20px;box-sizing:border-box;padding-right:15px;z-index:3}}
.nBrand .interiorSection .layout_box .sectionWrap .n_box, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .n_box, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .n_box, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .n_box, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .n_box, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .n_box, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .n_box, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .n_box, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .n_box, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .n_box, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .n_box {position:absolute;left:-281px;top:534px;z-index:3}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .interiorSection .layout_box .sectionWrap .n_box, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .n_box, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .n_box, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .n_box, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .n_box, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .n_box, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .n_box, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .n_box, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .n_box, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .n_box, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .n_box {display:none}}
.nBrand .section_hightlights {clear:both;position:relative;width:100%;margin-top:160px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hightlights {margin-top:65px}}
.nBrand .section_hightlights .section_wrap {position:relative;left:50%;margin-left:-960px;width:1920px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hightlights .section_wrap {width:100%;margin-left:0;left:auto}}
.nBrand .section_hightlights .section_wrap .text_point {position:absolute;width:1120px;left:50%;margin-left:-560px;top:auto;margin-top:-230px;font-family:'HyundaiKRBold';font-size:200px;line-height:200px;font-weight:normal;letter-spacing:-2px;color:#fff}
.nBrand .section_hightlights .section_wrap .text_point .l_n_dot {position:absolute}
.nBrand .section_hightlights .section_wrap .text_point .n_dot {display:inline-block;margin-left:4px;width:35px;height:35px;background:#000;margin-left:4px}
.nBrand .section_hightlights .section_wrap .text_point .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hightlights .section_wrap .text_point .n_dot {margin-left:2px}}
.nBrand .section_hightlights .section_wrap .text_point .red {color:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hightlights .section_wrap .text_point {width:255px;margin-left:-127.5px;margin-top:-43px;font-size:45px;line-height:1;font-weight:normal;letter-spacing:0}
  .nBrand .section_hightlights .section_wrap .text_point .n_dot {width:8px;height:8px}}
.nBrand .section_hightlights .section_wrap .text_point2 {position:absolute;width:1150px;left:50%;margin-left:-560px;top:auto;margin-top:-277px;font-family:'HyundaiKRBold';font-size:190px;line-height:190px;font-weight:normal;letter-spacing:-1.9px;color:#fff}
.nBrand .section_hightlights .section_wrap .text_point2 > div {background:rgba(255, 255, 255, 0.01)}
.nBrand .section_hightlights .section_wrap .text_point2 .l_n_dot {position:absolute}
.nBrand .section_hightlights .section_wrap .text_point2 .n_dot {display:inline-block;margin-left:4px;width:35px;height:35px;background:#000;margin-left:4px}
.nBrand .section_hightlights .section_wrap .text_point2 .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hightlights .section_wrap .text_point2 .n_dot {margin-left:2px}}
.nBrand .section_hightlights .section_wrap .text_point2 .red {color:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_hightlights .section_wrap .text_point2 {width:270px;margin-left:-127.5px;margin-top:-66px;font-size:45px;line-height:1;font-weight:normal;letter-spacing:0}
  .nBrand .section_hightlights .section_wrap .text_point2 .n_dot {width:8px;height:8px}}
.nBrand .section_imgpos {clear:both;position:relative;width:100%;margin:0;padding:0}
.nBrand .section_imgpos:after {content:"";display:block;width:100%;height:0;clear:both}
.nBrand .section_imgpos .pc-block {display:block}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_imgpos .pc-block {display:inline}}
.nBrand .section_imgpos .section_wrap {position:relative;left:50%;margin-left:-960px;width:1920px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_imgpos .section_wrap {width:100%;margin-left:0;left:auto}}
.nBrand .section_imgpos .section_wrap .type {width:100%;position:relative}
.nBrand .section_imgpos .section_wrap .type.type_full .img_wrap {position:relative;z-index:0}
.nBrand .section_imgpos .section_wrap .type.type_full .img_wrap.img01 {margin:-155px 0 0 0}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_imgpos .section_wrap .type.type_full .img_wrap.img01 {margin:0}}
.nBrand .section_imgpos .section_wrap .type.type_full .img_wrap.img02 {margin:0;width:100%}
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap {position:relative;z-index:1}
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap .red {color:#e63312}
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01 {font-family:'HyundaiKRBold';font-size:150px;line-height:150px;font-weight:normal;width:1120px;margin:-143px auto 0}
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01 .l_n_dot {position:absolute}
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01 .n_dot {display:inline-block;margin-left:4px;width:27px;height:27px;background:#000;margin-left:4px}
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01 .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01 .n_dot {margin-left:2px}}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01 {font-family:'HyundaiKRBold';font-size:45px;line-height:40px;font-weight:normal;width:auto;margin:0;padding:48px 30px 23px}
  .nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01 .n_dot {width:8px;height:8px}}
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01n {font-family:'HyundaiKRBold';font-size:150px;line-height:150px;font-weight:normal;width:1120px;margin:-143px auto 0}
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01n .l_n_dot {position:absolute}
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01n .n_dot {display:inline-block;margin-left:4px;width:27px;height:27px;background:#000;margin-left:4px}
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01n .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01n .n_dot {margin-left:2px}}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01n {font-family:'HyundaiKRBold';font-size:45px;line-height:40px;font-weight:normal;width:auto;margin:0;padding:48px 30px 23px}
  .nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01n .n_dot {width:8px;height:8px}}
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01n + .img_wrap.img01 {margin:-305px 0 0 0}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01n + .img_wrap.img01 {margin:-40px 0 0 0}}
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt02 {font-family:'HyundaiKRBold';font-size:110px;line-height:100px;font-weight:normal;position:absolute;left:50%;bottom:157px;width:1120px;margin-left:-560px;color:#fff}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt02 {font-size:35px;line-height:1;font-weight:normal;left:0;bottom:30px;width:auto;padding:0 30px;margin:0}}
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt02n {font-family:'HyundaiKRBold';font-size:120px;line-height:110px;font-weight:normal;position:absolute;left:50%;top:151px;width:1120px;margin-left:-560px;color:#000}
@media screen and (min-width:741px) {.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt02n .mobile-only {display:none}}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt02n {font-size:35px;line-height:1;font-weight:normal;left:0;top:30px;width:auto;padding:0 30px;margin:0}
  .nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt02n .mobile-hidden {display:none}}
.nBrand .section_imgpos .section_wrap .type.type01 {height:1970px}
.nBrand .section_imgpos .section_wrap .type.type01 .img_wrap {position:absolute;top:50%;left:50%}
.nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img01 {margin:-791px 0 0 463px;z-index:0}
.nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img02 {margin:-1352px 0 0 -70px;z-index:1}
.nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img03 {margin:-1256px 0 0 -640px;z-index:1}
.nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img04 {margin:-305px 0 0 -390px;z-index:1}
.nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img05 {margin:170px 0 0 -950px;z-index:0}
.nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img06 {margin:-409px 0 0 26px;z-index:2}
.nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img07 {margin:295px 0 0 186px;z-index:1}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_imgpos .section_wrap .type.type01 .img_wrap {position:relative;top:auto;left:auto}
  .nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img01 {display:none;margin:0}
  .nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img02 {margin:-50px 0 0 0;padding:0 0 0 35.5%}
  .nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img03 {margin:15% 0 0 0;padding:0 12.5% 0 0}
  .nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img04 {margin:15% 0 0 0;padding:0 0 0 12.5%}
  .nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img05 {margin:-30% 0 0 0;padding:0 20.31% 0 0}
  .nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img06 {margin:-20% 0 0 0;padding:0 0 0 20.31%}
  .nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img07 {margin:13% 0 0 0;padding:0 12.5% 0 0}}
.nBrand .section_imgpos .section_wrap .type.type01 .txt_wrap {position:absolute;top:50%;left:50%}
.nBrand .section_imgpos .section_wrap .type.type01 .txt_wrap .red {color:#e63312}
.nBrand .section_imgpos .section_wrap .type.type01 .txt_wrap.txt01 {font-family:'HyundaiKRBold';font-size:60px;line-height:60px;font-weight:normal;letter-spacing:-0.6px;-o-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg);margin:-381px 0 0 -688px;z-index:3;width:376px;height:120px}
.nBrand .section_imgpos .section_wrap .type.type01 .txt_wrap.txt02 {font-family:'HyundaiKRBold';font-size:20px;line-height:28px;font-weight:normal;margin:54px 0 0 220px;width:260px;z-index:3}
.nBrand .section_imgpos .section_wrap .type.type01 .txt_wrap.txt03 {font-family:'HyundaiKRBold';font-size:20px;line-height:28px;font-weight:normal;margin:64px 0 0 187px;width:400px;z-index:3}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_imgpos .section_wrap .type.type01 .txt_wrap {position:relative;top:auto;left:auto}
  .nBrand .section_imgpos .section_wrap .type.type01 .txt_wrap.txt01 {font-family:'HyundaiKRBold';font-size:30px;line-height:30px;font-weight:normal;position:absolute;width:100%;height:auto;right:28.7%;top:auto;margin:53.125% 0 0 0;letter-spacing:-0.15px}
  .nBrand .section_imgpos .section_wrap .type.type01 .txt_wrap.txt02 {font-family:'HyundaiKRBold';font-size:15px;line-height:20px;font-weight:normal;margin:0;padding:9% 25% 0 16.5625%;width:auto}
  .nBrand .section_imgpos .section_wrap .type.type01 .txt_wrap.txt03 {font-family:'HyundaiKRBold';font-size:14px;line-height:21px;font-weight:normal;margin:0;padding:7.725% 9.375% 0 9.375%;width:auto}
  .nBrand .section_imgpos .section_wrap .type.type01 .txt_wrap.txt03 + .img_wrap.img04 {margin-top:6.7%}}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_imgpos .section_wrap .type.type01 {height:auto}}
.nBrand .section_imgpos .section_wrap .type.type02 {position:relative;width:100%;height:745px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_imgpos .section_wrap .type.type02 {height:auto}}
.nBrand .section_imgpos .section_wrap .type.type02 .img_wrap {position:absolute;z-index:0}
.nBrand .section_imgpos .section_wrap .type.type02 .img_wrap.img01 {width:81%;padding:0 2.86% 0 16.14%;top:-206px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_imgpos .section_wrap .type.type02 .img_wrap {position:relative}
  .nBrand .section_imgpos .section_wrap .type.type02 .img_wrap.img01 {width:100%;padding:0;top:auto}}
.nBrand .section_imgpos .section_wrap .type.type02 .txt_wrap {position:absolute;z-index:3}
.nBrand .section_imgpos .section_wrap .type.type02 .txt_wrap.txt01 {left:495px;top:98px;color:#fff}
.nBrand .section_imgpos .section_wrap .type.type02 .txt_wrap.txt01 .tit {font-family:'HyundaiKRMedium';font-size:90px;line-height:80px;font-weight:normal;letter-spacing:-0.9px}
.nBrand .section_imgpos .section_wrap .type.type02 .txt_wrap.txt01 .desc {padding:19px 0 0 0;font-family:'HyundaiKRBold';font-size:20px;line-height:22px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_imgpos .section_wrap .type.type02 .txt_wrap {position:relative}
  .nBrand .section_imgpos .section_wrap .type.type02 .txt_wrap.txt01 {left:auto;top:auto;color:#000;padding:16.5px 30px 28.5px}
  .nBrand .section_imgpos .section_wrap .type.type02 .txt_wrap.txt01 .tit {font-family:'HyundaiKRBold';font-size:20px;line-height:22px;font-weight:normal}
  .nBrand .section_imgpos .section_wrap .type.type02 .txt_wrap.txt01 .desc {padding:8px 0 0 0;font-family:'HyundaiKRBold';font-size:14px;line-height:21px;font-weight:normal}}
.nBrand .section_imgpos .section_wrap .type.type03 {position:relative;width:100%;height:1311px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_imgpos .section_wrap .type.type03 {height:auto}}
.nBrand .section_imgpos .section_wrap .type.type03 .img_wrap {position:absolute;z-index:0}
.nBrand .section_imgpos .section_wrap .type.type03 .img_wrap.img01 {width:76.4%;padding:0 19% 0 4.6%;top:0;z-index:1}
.nBrand .section_imgpos .section_wrap .type.type03 .img_wrap.img02 {width:55%;padding:0 5.36% 0 39.64%;top:240px}
.nBrand .section_imgpos .section_wrap .type.type03 .img_wrap.img03 {width:40%;padding:0 35.78% 0 24.22%;top:912px;z-index:1}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_imgpos .section_wrap .type.type03 .img_wrap {position:relative}
  .nBrand .section_imgpos .section_wrap .type.type03 .img_wrap.img01 {width:100%;padding:0;top:auto}
  .nBrand .section_imgpos .section_wrap .type.type03 .img_wrap.img02 {display:none}
  .nBrand .section_imgpos .section_wrap .type.type03 .img_wrap.img03 {display:none}}
.nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap {position:absolute;z-index:3}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap {position:relative}}
.nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap.txt01 {left:1066px;top:64px;width:460px;color:#fff}
.nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap.txt01 .tit {font-family:'HyundaiKRMedium';font-size:90px;line-height:80px;font-weight:normal}
.nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap.txt01 .desc {padding:19px 0 0 0;font-family:'HyundaiKRBold';font-size:20px;line-height:24px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap.txt01 {left:auto;top:auto;width:auto;color:#000;padding:16.5px 30px 28.5px}
  .nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap.txt01 .tit {font-family:'HyundaiKRBold';font-size:20px;line-height:22px;font-weight:normal}
  .nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap.txt01 .desc {width:auto;padding:8px 0 0 0;font-family:'HyundaiKRBold';font-size:14px;line-height:21px;font-weight:normal}}
.nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap.txt01a {left:auto;right:436px;top:64px;width:460px;color:#fff}
.nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap.txt01a .tit {font-family:'HyundaiKRMedium';font-size:90px;line-height:80px;font-weight:normal}
.nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap.txt01a .desc {padding:19px 0 0 0;font-family:'HyundaiKRBold';font-size:20px;line-height:24px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap.txt01a {left:auto;right:auto;top:auto;width:auto;color:#000;padding:16.5px 30px 28.5px}
  .nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap.txt01a .tit {font-family:'HyundaiKRBold';font-size:20px;line-height:22px;font-weight:normal}
  .nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap.txt01a .desc {width:auto;padding:8px 0 0 0;font-family:'HyundaiKRBold';font-size:14px;line-height:21px;font-weight:normal}}
.nBrand .section_imgpos .section_wrap .type.type04 {position:relative;width:100%;height:988px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_imgpos .section_wrap .type.type04 {height:auto}}
.nBrand .section_imgpos .section_wrap .type.type04 .img_wrap {position:absolute;z-index:0}
.nBrand .section_imgpos .section_wrap .type.type04 .img_wrap.img01 {width:20.3125%;padding:0 79.6875% 0 0;top:-23px}
.nBrand .section_imgpos .section_wrap .type.type04 .img_wrap.img02 {width:82.5%;padding:0 0 0 17.5%;top:122px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_imgpos .section_wrap .type.type04 .img_wrap {position:relative}
  .nBrand .section_imgpos .section_wrap .type.type04 .img_wrap.img01 {display:none}
  .nBrand .section_imgpos .section_wrap .type.type04 .img_wrap.img02 {width:100%;padding:0;top:auto}}
.nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap {position:absolute;z-index:3}
.nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap.txt01 {left:400px;bottom:157px;width:480px;color:#fff}
.nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap.txt01 .tit {font-family:'HyundaiKRMedium';font-size:90px;line-height:80px;font-weight:normal}
.nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap.txt01 .desc {padding:19px 0 16px 0;font-family:'HyundaiKRBold';font-size:20px;line-height:22px;font-weight:normal}
.nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap.txt01 .link_play {position:relative;display:inline-block;padding:0 36px 0 0;font-family:'HyundaiKRRegular';font-size:16px;line-height:22px;font-weight:normal;color:#fff;text-decoration:underline}
.nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap.txt01 .link_play:after {content:"";position:absolute;display:block;width:20px;height:20px;right:0;top:1px;background:#e63312;z-index:2}
.nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap.txt01 .link_play:before {position:absolute;right:7px;top:7px;content:"";display:block;width:0;height:0;border-style:solid;border-width:4px 0 4px 6px;border-color:transparent transparent transparent #fff;line-height:0px;z-index:3}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap {position:relative}
  .nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap.txt01 {left:auto;bottom:auto;color:#000;width:auto;padding:16.5px 30px 30px}
  .nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap.txt01 .tit {font-family:'HyundaiKRBold';font-size:20px;line-height:22px;font-weight:normal}
  .nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap.txt01 .desc {padding:8px 0 8.5px 0;font-family:'HyundaiKRBold';font-size:14px;line-height:21px;font-weight:normal}
  .nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap.txt01 .link_play {padding:0 23px 0 0;font-family:'HyundaiKRMedium';font-size:12px;line-height:12px;font-weight:normal;color:#000}
  .nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap.txt01 .link_play:after {width:15px;height:15px;top:0px}
  .nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap.txt01 .link_play:before {right:4px;top:4px;border-width:3.5px 0 3.5px 6px}}

.nBrand .slideGalleryBox {padding-top:118px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .slideGalleryBox {padding-top:30px}}
.nBrand .slideGalleryBox.projectRM {padding-bottom:150px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .slideGalleryBox.projectRM {padding-bottom:72px}}
.nBrand .slideGalleryBox .slideGalleryBoxWrap {position:relative}
.nBrand .slideGalleryBox .slideGalleryBoxWrap .toggleList {position:absolute;left:50%;top:-45px;margin:0 0 0 535px;width:25px;height:25px;background:#ea3115}
.nBrand .slideGalleryBox .slideGalleryBoxWrap .toggleList a {position:absolute;display:block;width:100%;height:100%}
.nBrand .slideGalleryBox .slideGalleryBoxWrap .toggleList a span.hidden {position:absolute;width:0;height:0;overflow:hidden;top:0;left:0}
.nBrand .slideGalleryBox .slideGalleryBoxWrap .toggleList a.list:before {content:"";display:block;position:absolute;left:7px;top:0;width:7px;height:100%;border-left:2px solid #fff;border-right:2px solid #fff}
.nBrand .slideGalleryBox .slideGalleryBoxWrap .toggleList a.list:after {content:"";display:block;position:absolute;left:0;top:7px;width:100%;height:7px;border-top:2px solid #fff;border-bottom:2px solid #fff}
.nBrand .slideGalleryBox .slideGalleryBoxWrap .toggleList a.gallery {display:none}
.nBrand .slideGalleryBox .slideGalleryBoxWrap .toggleList a.gallery:before {content:"";display:block;position:absolute;left:5px;top:0;width:11px;height:100%;border-left:2px solid #fff;border-right:2px solid #fff}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .slideGalleryBox .slideGalleryBoxWrap .toggleList {display:none}}
.nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .toggleList a.list {display:none}
.nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .toggleList a.gallery {display:block}
.nBrand .slideGalleryBox .tabNav ul {overflow:hidden}
.nBrand .slideGalleryBox .tabNav ul li {float:left;width:100%;height:60px;display:table;text-align:center;background:#444}
.nBrand .slideGalleryBox .tabNav ul li a {position:relative;width:100%;height:100%;display:table-cell;vertical-align:middle;color:#fff;text-decoration:none;font-family:'HyundaiKRMedium';font-size:14px;line-height:19px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .slideGalleryBox .tabNav ul li {height:35px}
  .nBrand .slideGalleryBox .tabNav ul li a {padding-bottom:6px;font-family:'HyundaiKRBold';font-size:12px;line-height:12px;font-weight:normal}}
.nBrand .slideGalleryBox .tabNav ul li.on {background:#e63312}
.nBrand .slideGalleryBox .tabNav ul li.on a:after {content:"";display:block;position:absolute;left:50%;bottom:12px;margin-left:-4px;width:0;height:0;border-style:solid;border-width:4.5px 4px 0 4px;border-color:#fff transparent transparent transparent;line-height:0px;_border-color:#fff #000 #000 #000;_filter:progid:DXImageTransform.Microsoft.Chroma(color='#000')}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .slideGalleryBox .tabNav ul li.on a:after {bottom:7.5px}}
.nBrand .slideGalleryBox .tabNav ul.tab2 li {width:50%}
.nBrand .slideGalleryBox .tabNav ul.tab3 li {width:33.33%}
.nBrand .slideGalleryBox .tabNav ul.tab4 li {width:25%}
.nBrand .slideGalleryBox .tabNav ul.tab5 li {width:20%}
.nBrand .slideGalleryBox .galleryHeader {font-family:'HyundaiKRBold';font-size:72px;line-height:80px;font-weight:normal;width:928px;margin:0 auto 31px;position:relative}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .slideGalleryBox .galleryHeader {font-family:'HyundaiKRBold';font-size:27px;line-height:29px;font-weight:normal;width:100%;margin:0;padding:0 30px 22px}}
.nBrand .slideGalleryBox .galleryHeader .l_n_dot {position:absolute}
.nBrand .slideGalleryBox .galleryHeader .n_dot {display:inline-block;margin-left:4px;width:15px;height:15px;background:#e63312;margin-left:10px}
.nBrand .slideGalleryBox .galleryHeader .n_dot.red {background:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .slideGalleryBox .galleryHeader .n_dot {width:5px;height:5px;margin-left:2px}}
.nBrand .slideGalleryBox .slideGallery {overflow:hidden;position:absolute;width:100%;z-index:-999;display:block;top:0;visibility:hidden}
.nBrand .slideGalleryBox .slideGallery.gallery_1 {display:block}
.nBrand .slideGalleryBox .slideGallery.on {position:relative;z-index:5;visibility:visible}
.nBrand .slideGalleryBox .slideGallery .layout_box .leftPanel, .nBrand .slideGalleryBox .slideGallery .section_hero .hero_wrap2 .vid_hero_wrap .leftPanel, .nBrand .section_hero .hero_wrap2 .slideGalleryBox .slideGallery .vid_hero_wrap .leftPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_stit_wrap .leftPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_stit_wrap .leftPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_img_wrap .leftPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_img_wrap .leftPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_txt_wrap .leftPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_txt_wrap .leftPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_list_wrap .leftPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_list_wrap .leftPanel, .nBrand .slideGalleryBox .slideGallery .layout_box .rightPanel, .nBrand .slideGalleryBox .slideGallery .section_hero .hero_wrap2 .vid_hero_wrap .rightPanel, .nBrand .section_hero .hero_wrap2 .slideGalleryBox .slideGallery .vid_hero_wrap .rightPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_stit_wrap .rightPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_stit_wrap .rightPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_img_wrap .rightPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_img_wrap .rightPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_txt_wrap .rightPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_txt_wrap .rightPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_list_wrap .rightPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_list_wrap .rightPanel {position:absolute;width:100%;height:630px;top:0;z-index:5;background:#4d94dc;opacity:0.5}
.nBrand .slideGalleryBox .slideGallery .layout_box .leftPanel, .nBrand .slideGalleryBox .slideGallery .section_hero .hero_wrap2 .vid_hero_wrap .leftPanel, .nBrand .section_hero .hero_wrap2 .slideGalleryBox .slideGallery .vid_hero_wrap .leftPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_stit_wrap .leftPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_stit_wrap .leftPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_img_wrap .leftPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_img_wrap .leftPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_txt_wrap .leftPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_txt_wrap .leftPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_list_wrap .leftPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_list_wrap .leftPanel {left:-100%}
.nBrand .slideGalleryBox .slideGallery .layout_box .rightPanel, .nBrand .slideGalleryBox .slideGallery .section_hero .hero_wrap2 .vid_hero_wrap .rightPanel, .nBrand .section_hero .hero_wrap2 .slideGalleryBox .slideGallery .vid_hero_wrap .rightPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_stit_wrap .rightPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_stit_wrap .rightPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_img_wrap .rightPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_img_wrap .rightPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_txt_wrap .rightPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_txt_wrap .rightPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_list_wrap .rightPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_list_wrap .rightPanel {right:-100%}
.nBrand .slideGalleryBox .slideGallery .galleryImage ul {min-height:630px}
.nBrand .slideGalleryBox .slideGallery .galleryImage ul li {float:left}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .slideGalleryBox .slideGallery .galleryImage ul {overflow:hidden;min-height:inherit}
  .nBrand .slideGalleryBox .slideGallery .galleryImage ul li {position:static;float:left}}
.nBrand .slideGalleryBox .slideGallery .galleryImage > a {font-size:0;width:76px;height:76px;background:#e63312;display:block;position:absolute;top:50%;margin-top:-38px;background-color:#e63312;z-index:3}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .slideGalleryBox .slideGallery .galleryImage > a {width:35px;height:35px;background:#e63312;display:block;position:absolute;top:auto;bottom:27px;background-color:#e63312}}
.nBrand .slideGalleryBox .slideGallery .galleryImage > a.slick-disabled {display:none !important}
.nBrand .slideGalleryBox .slideGallery .galleryImage > a.swiper-button-disabled {display:none}
.nBrand .slideGalleryBox .slideGallery .galleryImage > a span {height:6.5px;background:#fff;width:40px;display:block;position:relative;top:50%;left:50%;margin-top:-3px;margin-left:-20px}
.nBrand .slideGalleryBox .slideGallery .galleryImage > a span:before, .nBrand .slideGalleryBox .slideGallery .galleryImage > a span:after {display:block;position:absolute;height:6px;width:22px;background:#fff;content:''}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .slideGalleryBox .slideGallery .galleryImage > a span {height:3px;background:#fff;width:16px;display:block;position:relative;top:50%;left:50%;margin-top:-1.5px;margin-left:-8px}
  .nBrand .slideGalleryBox .slideGallery .galleryImage > a span:before, .nBrand .slideGalleryBox .slideGallery .galleryImage > a span:after {display:block;position:absolute;height:3px;width:10px;background:#fff;content:''}}
.nBrand .slideGalleryBox .slideGallery .galleryImage > a.galleryPrev {left:0}
.nBrand .slideGalleryBox .slideGallery .galleryImage > a.galleryPrev span {margin-left:-16px}
.nBrand .slideGalleryBox .slideGallery .galleryImage > a.galleryPrev span:before {-webkit-transform:rotate(45deg) skew(-45deg);-ms-transform:rotate(45deg) skew(-45deg);transform:rotate(45deg) skew(-45deg);top:8px;left:-3px}
.nBrand .slideGalleryBox .slideGallery .galleryImage > a.galleryPrev span:after {-webkit-transform:rotate(-45deg) skew(45deg);-ms-transform:rotate(-45deg) skew(45deg);transform:rotate(-45deg) skew(45deg);top:-7px;left:-3px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .slideGalleryBox .slideGallery .galleryImage > a.galleryPrev span {margin-left:-8px}
  .nBrand .slideGalleryBox .slideGallery .galleryImage > a.galleryPrev span:before {-webkit-transform:rotate(45deg) skew(-45deg);-ms-transform:rotate(45deg) skew(-45deg);transform:rotate(45deg) skew(-45deg);top:3px;left:-3px}
  .nBrand .slideGalleryBox .slideGallery .galleryImage > a.galleryPrev span:after {-webkit-transform:rotate(-45deg) skew(45deg);-ms-transform:rotate(-45deg) skew(45deg);transform:rotate(-45deg) skew(45deg);top:-3px;left:-3px}}
.nBrand .slideGalleryBox .slideGallery .galleryImage > a.galleryNext {right:0}
.nBrand .slideGalleryBox .slideGallery .galleryImage > a.galleryNext span:before {-webkit-transform:rotate(135deg) skew(45deg);-ms-transform:rotate(135deg) skew(45deg);transform:rotate(135deg) skew(45deg);top:8px;right:-3px}
.nBrand .slideGalleryBox .slideGallery .galleryImage > a.galleryNext span:after {-webkit-transform:rotate(-135deg) skew(-45deg);-ms-transform:rotate(-135deg) skew(-45deg);transform:rotate(-135deg) skew(-45deg);top:-7px;right:-3px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .slideGalleryBox .slideGallery .galleryImage > a.galleryNext span:before {-webkit-transform:rotate(135deg) skew(45deg);-ms-transform:rotate(135deg) skew(45deg);transform:rotate(135deg) skew(45deg);top:3px;right:-3px}
  .nBrand .slideGalleryBox .slideGallery .galleryImage > a.galleryNext span:after {-webkit-transform:rotate(-135deg) skew(-45deg);-ms-transform:rotate(-135deg) skew(-45deg);transform:rotate(-135deg) skew(-45deg);top:-3px;right:-3px}}
.nBrand .slideGalleryBox .slideGallery .navCounter {position:absolute;right:0;bottom:0;padding:0 30px 25px 0;z-index:5;color:#fff;font-family:'HyundaiKRRegular';font-size:24px;line-height:24px;font-weight:normal;text-align:right}
.nBrand .slideGalleryBox .slideGallery .navCounter .swiper-pagination-current {font-family:'HyundaiKRBold';font-size:24px;line-height:24px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .slideGalleryBox .slideGallery .navCounter {position:static;padding:0;color:#000;width:100%;margin:15px 0 20px;text-align:center;font-family:'HyundaiKRRegular';font-size:12px;line-height:12px;font-weight:normal}
  .nBrand .slideGalleryBox .slideGallery .navCounter .currentNum {font-family:'HyundaiKRMedium';font-size:12px;line-height:12px;font-weight:normal;color:#e63312}}
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail {margin-top:20px;position:relative;overflow:hidden;width:1120px;background:url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAAoAAD/7gAhQWRvYmUAZMAAAAABAwAQAwMGCQAAA28AAAOTAAAEdv/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBcSFBQUFBIXFxscHhwbFyQkJyckJDUzMzM1Ozs7Ozs7Ozs7OwENCwsNDg0QDg4QFA4PDhQUEBEREBQdFBQVFBQdJRoXFxcXGiUgIx4eHiMgKCglJSgoMjIwMjI7Ozs7Ozs7Ozs7/8IAEQgAWgRgAwEiAAIRAQMRAf/EAH0AAQEBAQEBAAAAAAAAAAAAAAABAgMEBwEBAAAAAAAAAAAAAAAAAAAAABABAQAAAAAAAAAAAAAAAAAAgKARAQAAAAAAAAAAAAAAAAAAAKASAQAAAAAAAAAAAAAAAAAAAIATAAMBAAMBAQEAAAAAAAAAAAABEUAgMFAQgHD/2gAMAwEAAhEDEQAAAPpAAAAAAAAAAOFUloigoiiKIoyok0MzUOwAAAAAAAAAOFUloigoiiKIoyok0MzUOwAAAAAAAAAOFUloigoiiKIoyok0MzUOwAAAAAAAAAAAAAAAAAAAOOpRVJVIoiiKIok1CTUJnUOoAAAAAAAAAOOpRVJVIoiiKIok1CTUJnUOoAAAAAAAAAOOpRVJVIoiiKIok1CTUJnUOoAAAAAAAAAAAAAAAAAAAOVlLVBSKIoiiKIsJNQzLDqAAAAAAAAADlZS1QUiiKIoiiLCTUMyw6gAAAAAAAAA5WUtUFIoiiKIoiwk1DMsOoAAAAAAAAAAAAAAAAAAAOVlNJS2CoKgqCoLAhCSw6gAAAAAAAAA5WU0lLYKgqCoKgsCEJLDqAAAAAAAAADlZTSUtgqCoKgqCwIQksOoAAAAAAAAAAAAAAAAAAAOOs0tg0gqCoKgqCoEBmw7AAAAAAAAAA46zS2DSCoKgqCoKgQGbDsAAAAAAAAADjrNLYNIKgqCoKgqBAZsOwAAAAAAAAAAAAAAAAAAAOFzTSDSCoKgqCoKgIEQ9AAAAAAAAAAOFzTSDSCoKgqCoKgIEQ9AAAAAAAAAAOFzTSDSCoKgqCoKgIEQ9AAAAAAAAAAP/9oACAECAAEFAVJ//9oACAEDAAEFAVJ//9oACAEBAAEFAakP/9oACAECAgY/AVJ//9oACAEDAgY/AVJ//9oACAEBAQY/AVIf/9oACAECAwE/EP1J/9oACAEDAwE/EP1J/9oACAEBAwE/EMsIQhCEIQhCEIQhCZ4QhCEIQhCEIQhCEzwhCEIQhCEIQhCEJ5S4whCEIQhCcXlXGEIQhCEITi8q4whCEIQhCcX5K4TrnB5VwnXODyrhOucH5KxvKsbyrG/JXxd7+PKvi738eVfF3v4/JQsLHlQsLHlQsLH5KxvKsbyrG/JWN5VjeVY35KxvKsbyrG/JXClKUpSlKUpeDyrhSlKUpSlKUvB5VwpSlKUpSlKXg/KpSl66Upc9KUvXSlLnpSl66Upf5F//2Q==") repeat-x}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .slideGalleryBox .slideGallery .galleryThumbnail {display:none}}
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail .thumbWrap {width:1120px;height:90px;position:relative}
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail ul {overflow:visible;position:relative;height:90px}
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail ul li {position:relative;float:left;cursor:pointer}
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail ul li.on:after {content:"";position:absolute;top:0;left:0;width:160px;height:90px;box-sizing:border-box;border:10px solid #e63312}
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail ul li img {max-width:160px}
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail ul li.empty {cursor:default}
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail > a {font-size:0;width:30px;height:30px;background:#e63312;display:block;position:absolute;top:50%;margin-top:-15px;background-color:#e63312;z-index:3}
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail > a.slick-disabled, .nBrand .slideGalleryBox .slideGallery .galleryThumbnail > a.slick-hidden {display:none !important}
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail > a span:before, .nBrand .slideGalleryBox .slideGallery .galleryThumbnail > a span:after {display:block;position:absolute;height:3px;width:9px;background:#fff;content:''}
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail > a.galleryThumbnailPrev {left:0}
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail > a.galleryThumbnailPrev span:before {-webkit-transform:rotate(45deg) skew(-45deg);-ms-transform:rotate(45deg) skew(-45deg);transform:rotate(45deg) skew(-45deg);top:16px;left:10px}
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail > a.galleryThumbnailPrev span:after {-webkit-transform:rotate(-45deg) skew(45deg);-ms-transform:rotate(-45deg) skew(45deg);transform:rotate(-45deg) skew(45deg);top:10px;left:10px}
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail > a.galleryThumbnailNext {right:0}
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail > a.galleryThumbnailNext span:before {-webkit-transform:rotate(135deg) skew(45deg);-ms-transform:rotate(135deg) skew(45deg);transform:rotate(135deg) skew(45deg);top:16px;right:10px}
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail > a.galleryThumbnailNext span:after {-webkit-transform:rotate(-135deg) skew(-45deg);-ms-transform:rotate(-135deg) skew(-45deg);transform:rotate(-135deg) skew(-45deg);top:10px;right:10px}
@media screen and (min-width:741px) {.nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .layout_box, .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .section_hero .hero_wrap2 .vid_hero_wrap, .nBrand .section_hero .hero_wrap2 .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .vid_hero_wrap, .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .section_expand .expand_wrap .expand_section .l_stit_wrap, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .l_stit_wrap, .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .section_expand .expand_wrap .expand_section .l_img_wrap, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .l_img_wrap, .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .section_expand .expand_wrap .expand_section .l_txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .l_txt_wrap, .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .section_expand .expand_wrap .expand_section .l_list_wrap, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .l_list_wrap {display:none}
  .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .layout_box.galleryThumb, .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .section_hero .hero_wrap2 .galleryThumb.vid_hero_wrap, .nBrand .section_hero .hero_wrap2 .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumb.vid_hero_wrap, .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .section_expand .expand_wrap .expand_section .galleryThumb.l_stit_wrap, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumb.l_stit_wrap, .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .section_expand .expand_wrap .expand_section .galleryThumb.l_img_wrap, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumb.l_img_wrap, .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .section_expand .expand_wrap .expand_section .galleryThumb.l_txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumb.l_txt_wrap, .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .section_expand .expand_wrap .expand_section .galleryThumb.l_list_wrap, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumb.l_list_wrap {display:block}
  .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumbnail {margin-top:3px;background:none}
  .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumbnail ul {height:auto}
  .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumbnail ul li {width:196px !important;margin-top:32px;margin-left:35px}
  .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumbnail ul li:nth-child(5n-4) {margin-left:0}
  .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumbnail ul li img {max-width:100%}
  .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumbnail ul li.on:after {display:none}
  .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumbnail .slick-list .slick-track {max-width:100%;transform:none}
  .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumbnail .galleryThumbnailPrev, .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumbnail .galleryThumbnailNext {display:none !important}}
.nBrand .slideGalleryBox .galleryText {padding-top:53px}
.nBrand .slideGalleryBox .galleryText p {width:736px;margin:0 auto;font-family:'HyundaiKRTextRegular';font-size:16px;line-height:26px;font-weight:normal}/* 181015_modify */
@media screen and (max-width:740px) and (min-width:0) {.nBrand .slideGalleryBox .galleryText p {width:100%;padding:0 30px;font-family:'HyundaiKRRegular';font-size:14px;line-height:21px;font-weight:normal}}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .slideGalleryBox .galleryText {padding-top:0}}
.nBrand .gallerySpread {padding:53px 0 0}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .gallerySpread {padding:25px 0 0}}
.nBrand .gallerySpread .textBlock {width:672px;float:left;padding-left:64px}
.nBrand .gallerySpread .textBlock p {font-family:'HyundaiKRTextRegular';font-size:16px;line-height:26px;font-weight:normal;margin-bottom:26px}/* 181015_modify */
.nBrand .gallerySpread .textBlock p:last-child {margin-bottom:0}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .gallerySpread .textBlock {width:100%;float:none;padding:0 30px}
  .nBrand .gallerySpread .textBlock p {font-family:'HyundaiKRRegular';font-size:14px;line-height:21px;font-weight:normal;margin-bottom:26px}
  .nBrand .gallerySpread .textBlock p:last-child {margin-bottom:0}}
.nBrand .gallerySpread .imageBlock {float:right;padding-top:44px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .gallerySpread .imageBlock {display:none}}
.nBrand .gallerySpread .galleryWrap {position:relative;padding:50px 0 235px;background-position:center top;background-repeat:no-repeat;opacity:0}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .gallerySpread .galleryWrap {padding:30px 0 97px}}
.nBrand .gallerySpread .galleryWrap .toggleList {position:absolute;left:50%;top:5px;margin:0 0 0 535px;width:25px;height:25px;background:#ea3115}
.nBrand .gallerySpread .galleryWrap .toggleList a {position:absolute;display:block;width:100%;height:100%}
.nBrand .gallerySpread .galleryWrap .toggleList a span.hidden {position:absolute;width:0;height:0;overflow:hidden;top:0;left:0}
.nBrand .gallerySpread .galleryWrap .toggleList a.list:before {content:"";display:block;position:absolute;left:7px;top:0;width:7px;height:100%;border-left:2px solid #fff;border-right:2px solid #fff}
.nBrand .gallerySpread .galleryWrap .toggleList a.list:after {content:"";display:block;position:absolute;left:0;top:7px;width:100%;height:7px;border-top:2px solid #fff;border-bottom:2px solid #fff}
.nBrand .gallerySpread .galleryWrap .toggleList a.gallery {display:none}
.nBrand .gallerySpread .galleryWrap .toggleList a.gallery:before {content:"";display:block;position:absolute;left:5px;top:0;width:11px;height:100%;border-left:2px solid #fff;border-right:2px solid #fff}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .gallerySpread .galleryWrap .toggleList {display:none}}
.nBrand .gallerySpread .galleryWrap.list_type .toggleList a.list {display:none}
.nBrand .gallerySpread .galleryWrap.list_type .toggleList a.gallery {display:block}
.nBrand .gallerySpread .galleryWrap .galleryImage {min-height:840px}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .gallerySpread .galleryWrap .galleryImage {display:none}}
.nBrand .gallerySpread .galleryWrap .galleryImage ul {position:relative;margin:0 64px;display:none}
.nBrand .gallerySpread .galleryWrap .galleryImage ul li {position:absolute;opacity:0}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_1 {top:60px;left:0}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_2 {top:130px;left:416px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_3 {top:0px;left:704px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_4 {top:336px;left:32px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_5 {top:509px;left:320px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_6 {top:509px;left:608px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_1 {top:0px;left:192px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_2 {top:0px;left:608px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_3 {top:286px;left:32px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_4 {top:286px;left:320px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_5 {top:380px;left:608px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_6 {top:656px;left:416px}

/* 20170219 add Start */
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_7 {top:0px;left:192px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_8 {top:0px;left:608px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_9 {top:286px;left:32px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_10 {top:286px;left:320px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_11 {top:380px;left:608px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_12 {top:656px;left:416px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_13 {top:60px;left:0}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_14 {top:130px;left:416px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_15 {top:0px;left:704px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_16 {top:336px;left:32px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_17 {top:509px;left:320px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_18 {top:509px;left:608px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_19 {top:0px;left:192px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_20 {top:0px;left:608px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_21 {top:286px;left:32px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_22 {top:286px;left:320px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_23 {top:380px;left:608px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_24 {top:656px;left:416px}
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_25 {top:60px;left:0}
/* //20170219 add End */

.nBrand .gallerySpread .galleryWrap .galleryImage ul:first-child {display:block}
.nBrand .gallerySpread .galleryWrap .galleryImage > a {font-size:0;width:64px;height:64px;background:#e63312;display:block;position:absolute;top:50%;margin-top:-32px;background-color:#e63312}
.nBrand .gallerySpread .galleryWrap .galleryImage > a span {height:6px;background:#fff;width:35px;display:block;position:relative;top:50%;left:50%;margin-top:-3px;margin-left:-19px}
.nBrand .gallerySpread .galleryWrap .galleryImage > a span:before, .nBrand .gallerySpread .galleryWrap .galleryImage > a span:after {display:block;position:absolute;height:6px;width:18px;background:#fff;content:''}
.nBrand .gallerySpread .galleryWrap .galleryImage > a.gallerySpreadPrev {left:0;display:none}
.nBrand .gallerySpread .galleryWrap .galleryImage > a.gallerySpreadPrev span {margin-left:-16px}
.nBrand .gallerySpread .galleryWrap .galleryImage > a.gallerySpreadPrev span:before {-webkit-transform:rotate(45deg) skew(-45deg);-ms-transform:rotate(45deg) skew(-45deg);transform:rotate(45deg) skew(-45deg);top:6px;left:-3px}
.nBrand .gallerySpread .galleryWrap .galleryImage > a.gallerySpreadPrev span:after {-webkit-transform:rotate(-45deg) skew(45deg);-ms-transform:rotate(-45deg) skew(45deg);transform:rotate(-45deg) skew(45deg);top:-6px;left:-3px}
.nBrand .gallerySpread .galleryWrap .galleryImage > a.gallerySpreadNext {right:0}
.nBrand .gallerySpread .galleryWrap .galleryImage > a.gallerySpreadNext span:before {-webkit-transform:rotate(135deg) skew(45deg);-ms-transform:rotate(135deg) skew(45deg);transform:rotate(135deg) skew(45deg);top:6px;right:-3px}
.nBrand .gallerySpread .galleryWrap .galleryImage > a.gallerySpreadNext span:after {-webkit-transform:rotate(-135deg) skew(-45deg);-ms-transform:rotate(-135deg) skew(-45deg);transform:rotate(-135deg) skew(-45deg);top:-6px;right:-3px}
.nBrand .gallerySpread .galleryWrap .galleryImage .galleryDot {position:absolute;font-size:0;text-align:center;bottom:-100px;width:100%}
.nBrand .gallerySpread .galleryWrap .galleryImage .galleryDot a {display:inline-block;width:12px;height:12px;margin:0 4px;background-color:#c7c7c7;border-radius:50% 50%;overflow:hidden}
.nBrand .gallerySpread .galleryWrap .galleryImage .galleryDot a.on {background-color:#e63312}
.nBrand .gallerySpread .galleryWrap .galleryLayer {position:absolute;top:50%;margin-top:-315px;z-index:21;display:none}
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a {font-size:0;width:76px;height:76px;background:#e63312;display:block;position:absolute;top:50%;margin-top:-38px;background-color:#e63312}
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a span {height:6px;background:#fff;width:35px;display:block;position:relative;top:50%;left:50%;margin-top:-3px;margin-left:-19px}
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a span:before, .nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a span:after {display:block;position:absolute;height:6px;width:18px;background:#fff;content:''}
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadPrev {left:0}
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadPrev span {margin-left:-16px}
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadPrev span:before {-webkit-transform:rotate(45deg) skew(-45deg);-ms-transform:rotate(45deg) skew(-45deg);transform:rotate(45deg) skew(-45deg);top:6px;left:-3px}
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadPrev span:after {-webkit-transform:rotate(-45deg) skew(45deg);-ms-transform:rotate(-45deg) skew(45deg);transform:rotate(-45deg) skew(45deg);top:-6px;left:-3px}
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadNext {right:0}
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadNext span:before {-webkit-transform:rotate(135deg) skew(45deg);-ms-transform:rotate(135deg) skew(45deg);transform:rotate(135deg) skew(45deg);top:6px;right:-3px}
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadNext span:after {-webkit-transform:rotate(-135deg) skew(-45deg);-ms-transform:rotate(-135deg) skew(-45deg);transform:rotate(-135deg) skew(-45deg);top:-6px;right:-3px}
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadClose {right:0;top:0;margin-top:0;width:60px;height:60px}
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadClose span {background:none}
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadClose span:before {-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);left:5px;top:0}
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadClose span:after {-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:5px;top:0}
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadClose span:before, .nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadClose span:after {width:30px}
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox .galleryLayerCounter {position:absolute;bottom:0;right:0;padding:25px 30px;color:#fff;font-family:'HyundaiKRRegular';font-size:24px;line-height:24px;font-weight:normal}
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox .galleryLayerCounter .current {font-family:'HyundaiKRBold';font-size:24px;line-height:24px;font-weight:normal}
.nBrand .gallerySpread .galleryWrap .galleryImageMobile, .nBrand .gallerySpread .galleryWrap .galleryMobileCounter {display:none}
@media screen and (max-width:740px) and (min-width:0) {.nBrand .gallerySpread .galleryWrap .galleryImageMobile {display:block;position:relative;overflow:hidden}
  .nBrand .gallerySpread .galleryWrap .galleryImageMobile > a {font-size:0;width:35px;height:35px;background:#e63312;display:block;position:absolute;bottom:0;background-color:#e63312}
  .nBrand .gallerySpread .galleryWrap .galleryImageMobile > a span {height:3px;background:#fff;width:16px;display:block;position:relative;top:50%;left:50%;margin-top:-1.5px;margin-left:-8px}
  .nBrand .gallerySpread .galleryWrap .galleryImageMobile > a span:before, .nBrand .gallerySpread .galleryWrap .galleryImageMobile > a span:after {display:block;position:absolute;height:3px;width:10px;background:#fff;content:''}
  .nBrand .gallerySpread .galleryWrap .galleryImageMobile > a.gallerySpreadPrev {left:0}
  .nBrand .gallerySpread .galleryWrap .galleryImageMobile > a.gallerySpreadPrev span:before {-webkit-transform:rotate(45deg) skew(-45deg);-ms-transform:rotate(45deg) skew(-45deg);transform:rotate(45deg) skew(-45deg);top:3px;left:-3px}
  .nBrand .gallerySpread .galleryWrap .galleryImageMobile > a.gallerySpreadPrev span:after {-webkit-transform:rotate(-45deg) skew(45deg);-ms-transform:rotate(-45deg) skew(45deg);transform:rotate(-45deg) skew(45deg);top:-3px;left:-3px}
  .nBrand .gallerySpread .galleryWrap .galleryImageMobile > a.gallerySpreadNext {right:0}
  .nBrand .gallerySpread .galleryWrap .galleryImageMobile > a.gallerySpreadNext span:before {-webkit-transform:rotate(135deg) skew(45deg);-ms-transform:rotate(135deg) skew(45deg);transform:rotate(135deg) skew(45deg);top:3px;right:-3px}
  .nBrand .gallerySpread .galleryWrap .galleryImageMobile > a.gallerySpreadNext span:after {-webkit-transform:rotate(-135deg) skew(-45deg);-ms-transform:rotate(-135deg) skew(-45deg);transform:rotate(-135deg) skew(-45deg);top:-3px;right:-3px}
  .nBrand .gallerySpread .galleryWrap .galleryImageMobile ul {overflow:hidden;position:relative}
  .nBrand .gallerySpread .galleryWrap .galleryImageMobile ul li {float:left;width:100%;position:relative}
  .nBrand .gallerySpread .galleryWrap .galleryMobileCounter {display:block;text-align:center;margin-top:15px;color:#000;font-family:'HyundaiKRRegular';font-size:12px;line-height:12px;font-weight:normal}
  .nBrand .gallerySpread .galleryWrap .galleryMobileCounter span.current {color:#e63312;font-family:'HyundaiKRMedium';font-size:12px;line-height:12px;font-weight:normal}}
@media screen and (min-width:741px) {.nBrand .gallerySpread .galleryWrap.list_type {padding-bottom:118px}
  .nBrand .gallerySpread .galleryWrap.list_type .galleryImage {min-height:auto;width:1155px;margin-left:-35px}
  .nBrand .gallerySpread .galleryWrap.list_type .galleryImage .galleryTypeA, .nBrand .gallerySpread .galleryWrap.list_type .galleryImage .galleryTypeB {display:inline !important}
  .nBrand .gallerySpread .galleryWrap.list_type .galleryImage ul {margin:0}
  .nBrand .gallerySpread .galleryWrap.list_type .galleryImage ul li {position:static;float:left;width:196px !important;margin:0;margin-bottom:32px;margin-left:35px !important;opacity:1 !important}
  .nBrand .gallerySpread .galleryWrap.list_type .galleryImage ul li img {max-width:100%}
  .nBrand .gallerySpread .galleryWrap.list_type .galleryImage > a.gallerySpreadPrev, .nBrand .gallerySpread .galleryWrap.list_type .galleryImage > a.gallerySpreadNext {display:none !important}
  .nBrand .gallerySpread .galleryWrap.list_type .galleryImage .galleryDot {display:none !important}
  .nBrand .gallerySpread .galleryWrap.list_type .galleryLayer {margin-top:-334px}}

@media screen and (max-width:740px) and (min-width:0) {.nBrand .slick-slider {position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
  .nBrand .slick-list {position:relative;display:block;margin:0;padding:0 !important}
  .nBrand .slick-list:focus {outline:none}
  .nBrand .slick-list.dragging {cursor:pointer;cursor:hand}
  .nBrand .slick-slider .slick-track, .nBrand .slick-slider .slick-list {-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}
  .nBrand .slick-track {position:relative;top:0;left:0;display:block}
  .nBrand .slick-track:before, .nBrand .slick-track:after {display:table;content:''}
  .nBrand .slick-track:after {clear:both}
  .nBrand .slick-loading .slick-track {visibility:hidden}
  .nBrand .slick-slide {display:none;float:left;height:100%;min-height:1px}
  .nBrand [dir='rtl'] .slick-slide {float:right}
  .nBrand .slick-slide img {display:block}
  .nBrand .slick-slide.slick-loading img {display:none}
  .nBrand .slick-slide.dragging img {pointer-events:none}
  .nBrand .slick-initialized .slick-slide {display:block}
  .nBrand .slick-loading .slick-slide {visibility:hidden}
  .nBrand .slick-vertical .slick-slide {display:block;height:auto;border:1px solid transparent}
  .nBrand .slick-arrow.slick-hidden {display:none}
  .nBrand .slick-disabled {display:none !important}}
@charset "UTF-8";
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_hd:after, .Motorsport .layer_academy_schedule .calendar_wrap .calendar_list:after, .Motorsport .section_boxcontents .section_wrap .box_contents > ul:after, .Motorsport .section_image_txt .txt_wrap .social_list:after, .Motorsport .section_image_txt .txt_wrap .link_list:after, .Motorsport .section_image_txt .txt_wrap .link_list li:after, .Motorsport .section_image_txt .txt_wrap .link_list li .more:after, .Motorsport .section_accordion .section_wrap .gallery_wrap .gallery_content .gallery_list:after, .Motorsport .section_card .gallery_content .gallery_list:after, .Motorsport .section_card .card_wrap .card_bd:after {content:'';display:block;clear:both}

html.modal-on {overflow:hidden}

.Motorsport.contentWrap .contTop {background-color:#fff}

.Motorsport {background:#fff;overflow:hidden}
.Motorsport .blind {position:absolute;left:0;top:0;width:0;height:0;overflow:hidden}
@media screen and (min-width:740px) {.Motorsport .enter_m {display:none}}
.Motorsport .mobile-only {display:none}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .mobile-only {display:block}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .mobile-hidden {display:none}}
.Motorsport .contTop {background-color:#fff}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .contTop {padding-top:0}}
.Motorsport .contTop .topArea .breadCrumb .active {color:#fff}
.Motorsport .contTop .topVisualArea {padding:0 0 90px 0;height:auto}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .contTop .topVisualArea {padding:0 0 70px 0}}
.Motorsport .contTop .topVisualArea .topVisual {height:900px;overflow:visible}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .contTop .topVisualArea .topVisual {height:auto;padding:0;padding-left:30px;top:35px}}
.Motorsport .contTop .topVisualArea .topVisual .visual {width:1232px;margin-left:-368px}
.Motorsport .contTop .topVisualArea .topVisual .visual .responsive-image {width:1328px !important}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .contTop .topVisualArea .topVisual .visual {width:auto;margin-left:0}
  .Motorsport .contTop .topVisualArea .topVisual .visual .responsive-image {width:100% !important}}
.Motorsport .contTop .topVisualArea .topVisual .titWrap {letter-spacing:-1px;padding-top:90px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .contTop .topVisualArea .topVisual .titWrap {width:auto;left:28px;padding:17px 22.5px 0}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .contTop .topVisualArea .topVisual .titWrap.mobile_white {color:#fff}}
.Motorsport .contTop .topVisualArea .topVisual .titWrap .ftit {max-width:750px;padding-bottom:8px;font-family:'HyundaiKRMedium';font-size:60px;line-height:68px;font-weight:normal;letter-spacing:0}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .contTop .topVisualArea .topVisual .titWrap .ftit {padding:4px 0 0;font-family:'HyundaiKRMedium';font-size:25px;line-height:27px;font-weight:normal;letter-spacing:0}}
.Motorsport .contTop .topVisualArea .topVisual .titWrap .more {width:100%;padding-top:12px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .contTop .topVisualArea .topVisual .titWrap .more {padding-top:7px}}
.Motorsport .contTop .topVisualArea .topVisual .titWrap .more a {display:inline-block;padding:0 16px 0 0;position:relative;letter-spacing:0;font-family:'HyundaiKRBold';font-size:18px;line-height:25px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .contTop .topVisualArea .topVisual .titWrap .more a {font-family:'HyundaiKRBold';font-size:12px;line-height:15px;font-weight:normal}}
.Motorsport .contTop .topVisualArea .topVisual .titWrap .more a:before, .Motorsport .contTop .topVisualArea .topVisual .titWrap .more a:after {width:2px;height:10px;display:block;background:#e33c1e;content:"";position:absolute}
.Motorsport .contTop .topVisualArea .topVisual .titWrap .more a:before {right:5px;top:10px;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.Motorsport .contTop .topVisualArea .topVisual .titWrap .more a:after {right:5px;top:5px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .contTop .topVisualArea .topVisual .titWrap .more a {padding-right:6px}
  .Motorsport .contTop .topVisualArea .topVisual .titWrap .more a:before, .Motorsport .contTop .topVisualArea .topVisual .titWrap .more a:after {content:'';position:absolute;right:-3px;height:2px;width:6px;background:#e63312}
  .Motorsport .contTop .topVisualArea .topVisual .titWrap .more a:before {top:8.5px;-ms-transform:rotate(135deg) skew(45deg);-webkit-transform:rotate(135deg) skew(45deg);transform:rotate(135deg) skew(45deg)}
  .Motorsport .contTop .topVisualArea .topVisual .titWrap .more a:after {top:4.5px;-ms-transform:rotate(-135deg) skew(-45deg);-webkit-transform:rotate(-135deg) skew(-45deg);transform:rotate(-135deg) skew(-45deg)}}
.Motorsport .contTop .topVisualArea .topVisual .titWrap .video {display:none;position:absolute;left:0;top:0;width:100%;height:900px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .contTop .topVisualArea .topVisual .titWrap .video {height:auto}}
.Motorsport .contTop .topVisualArea .topVisual .titWrap .video .btn_play {display:block;width:112px;height:112px;background:#a8cbe6;position:absolute;top:50%;left:50%;margin:-56px 0 0 -56px;z-index:3}
.Motorsport .contTop .topVisualArea .topVisual .titWrap .video .btn_play:before {content:'';position:absolute;left:44px;top:38px;width:0;height:0;border-style:solid;border-width:18px 0 18px 27px;border-color:transparent transparent transparent #e63514;line-height:0px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .contTop .topVisualArea .topVisual .titWrap .video .btn_play {width:45px;height:45px;margin:-17.5px 0 0 -17.5px}
  .Motorsport .contTop .topVisualArea .topVisual .titWrap .video .btn_play:before {left:18.5px;top:15.5px;border-width:7px 0 7px 11.5px}}
.Motorsport .contTop.dark_type .topArea .breadCrumb a, .Motorsport .contTop.dark_type .topVisualArea .topVisual .titWrap {color:#fff}
.Motorsport .contTop.dark_type .topArea .breadCrumb a.link, .Motorsport .contTop.dark_type .topArea .breadCrumb span.ctg {color:#fff;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA0RDc2OUM4OTJBNDExRTc5MDJBRDRGQTNFRkFGREE2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA0RDc2OUM5OTJBNDExRTc5MDJBRDRGQTNFRkFGREE2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDRENzY5QzY5MkE0MTFFNzkwMkFENEZBM0VGQUZEQTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDRENzY5Qzc5MkE0MTFFNzkwMkFENEZBM0VGQUZEQTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4F/wyzAAAAZ0lEQVR42mL8//8/EwMDwz8GNAASXA/ELugSDEAdokB8CIhjgJgBhmEMbiDeCMQVMAlGsCwEMAPxNCD+BcQFTEimMgIxC8h0mB0wo7YAcSmyHeJAfASIo9AtB1nqhCwIsxyrBwECDACNQG5ixsR8JAAAAABJRU5ErkJggg==")}
.Motorsport .contTop.dark_type .topArea .sharing a {background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAYAAACEYr13AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkRGOTU1RERBOTNBQTExRTdCNkMxODk0OEY1QjBFQjhBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkRGOTU1RERCOTNBQTExRTdCNkMxODk0OEY1QjBFQjhBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6REY5NTVERDg5M0FBMTFFN0I2QzE4OTQ4RjVCMEVCOEEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6REY5NTVERDk5M0FBMTFFN0I2QzE4OTQ4RjVCMEVCOEEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6G8UlhAAAAlUlEQVR42mL8//8/Aw7ABsSToexcIP6FVRXIACxYDIgPAfEzKD4EFcNQy4TFTEMgPgPEnEAsCcWcUDEjQi6IAOKvQLwEiDn+IwCIvRgqF4GsB92AOUBcisSHARi/FKoGrocRTyCCHQilGXEpYGKgELAg2YIMGAm4iLouIGQrLpf9p4oLhoEBLCQE2kgIg/8D4gKAAAMArnmsXZw9OOMAAAAASUVORK5CYII=");color:#fff;font-family:'HyundaiKRRegular';font-size:14px;line-height:21px;font-weight:normal}
.Motorsport section {position:relative;width:100%;max-width:1920px;margin:0 auto;overflow:hidden;clear:both}
.Motorsport section.gray-bg-type {background:#eee}
.Motorsport section.black-bg-type {background:#000;color:#fff}
.Motorsport section.black-bg-type a {color:inherit}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section.black-bg-type {background:transparent;color:#000}}
.Motorsport section.white-bg-type {background:#fff;color:#000}
.Motorsport section.section_layer {overflow:visible}
.Motorsport section.section_border {border-bottom:4px solid #999}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section.section_border {border-bottom:none}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .mobile-bg-white, .Motorsport section.mobile-bg-white {background:#fff}
  .Motorsport section .mobile-bg-gray, .Motorsport section.mobile-bg-gray {background:#eee}
  .Motorsport section .mobile-bg-black, .Motorsport section.mobile-bg-black {background:#000}}
.Motorsport section .slick-list.draggable:after {content:"";clear:both;width:100%;display:block}
.Motorsport section .more a, .Motorsport section .more span {display:inline-block;padding:0 16px 0 0;position:relative;letter-spacing:0;font-family:'HyundaiKRBold';font-size:18px;line-height:25px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .more a, .Motorsport section .more span {font-family:'HyundaiKRBold';font-size:12px;line-height:12px;font-weight:normal}}
.Motorsport section .more a:before, .Motorsport section .more a:after, .Motorsport section .more span:before, .Motorsport section .more span:after {width:2px;height:10px;display:block;background:#e33c1e;content:"";position:absolute}
.Motorsport section .more a:before, .Motorsport section .more span:before {right:5px;top:10px;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.Motorsport section .more a:after, .Motorsport section .more span:after {right:5px;top:5px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .more a, .Motorsport section .more span {padding-right:6px}
  .Motorsport section .more a:before, .Motorsport section .more a:after, .Motorsport section .more span:before, .Motorsport section .more span:after {content:'';position:absolute;right:-3px;height:2px;width:6px;background:#e63312}
  .Motorsport section .more a:before, .Motorsport section .more span:before {top:7.5px;-ms-transform:rotate(135deg) skew(45deg);-webkit-transform:rotate(135deg) skew(45deg);transform:rotate(135deg) skew(45deg)}
  .Motorsport section .more a:after, .Motorsport section .more span:after {top:3.5px;-ms-transform:rotate(-135deg) skew(-45deg);-webkit-transform:rotate(-135deg) skew(-45deg);transform:rotate(-135deg) skew(-45deg)}}
.Motorsport section .btn_play {display:block;width:70px;height:70px;background:#a8cbe6;position:absolute;top:50%;left:50%;margin:-35px 0 0 -35px;z-index:3}
.Motorsport section .btn_play:before {content:'';position:absolute;left:27px;top:23px;width:0;height:0;border-style:solid;border-width:12px 0 12px 19px;border-color:transparent transparent transparent #e63514;line-height:0px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .btn_play {width:35px;height:35px;margin:-17.5px 0 0 -17.5px}
  .Motorsport section .btn_play:before {left:13px;top:11px;border-width:7px 0 7px 11.5px}}
.Motorsport section .link_play {position:relative;display:inline-block;padding:0 36px 0 0;color:#fff}
.Motorsport section .link_play .ico {position:relative;display:inline-block;vertical-align:middle;padding-left:8px}
.Motorsport section .link_play .ico:before {content:"";position:absolute;top:50%;left:50%;width:6px;height:6px;margin:-5px 0 0 -5px;border:2px solid;border-color:transparent #e63312 #e63312 transparent;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .link_play {padding:0 23px 0 0;color:#000}
  .Motorsport section .link_play:after {width:15px;height:15px;top:0px}
  .Motorsport section .link_play:before {right:4px;top:4px;border-width:3.5px 0 3.5px 6px}}
.Motorsport section .link_play {font-family:'HyundaiKRBold';font-size:18px;line-height:22px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .link_play {font-family:'HyundaiKRRegular';font-size:12px;line-height:12px;font-weight:normal}}
.Motorsport section .slick-prev, .Motorsport section .slick-next {position:absolute;display:block;top:50%;width:0px;height:50px;padding-left:50px;margin-top:-25px;background:rgba(0, 0, 0, 0.5);overflow:hidden;z-index:1}
.Motorsport section .slick-prev.slick-disabled, .Motorsport section .slick-next.slick-disabled {display:none !important}
.Motorsport section .slick-prev:before, .Motorsport section .slick-prev:after, .Motorsport section .slick-next:before, .Motorsport section .slick-next:after {content:"";position:absolute;height:14px;width:6px;padding:0px;background-color:#fff}
.Motorsport section .slick-prev:before, .Motorsport section .slick-next:before {-ms-transform:rotate(0deg) skew(45deg);-webkit-transform:rotate(0deg) skew(45deg);transform:rotate(0deg) skew(45deg)}
.Motorsport section .slick-prev:after, .Motorsport section .slick-next:after {-ms-transform:rotate(0deg) skew(-45deg);-webkit-transform:rotate(0deg) skew(-45deg);transform:rotate(0deg) skew(-45deg)}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .slick-prev, .Motorsport section .slick-next {height:35px;padding-left:35px;bottom:0}
  .Motorsport section .slick-prev:before, .Motorsport section .slick-prev:after, .Motorsport section .slick-next:before, .Motorsport section .slick-next:after {width:3px;height:9px}}
.Motorsport section .slick-prev {left:0}
.Motorsport section .slick-prev:before, .Motorsport section .slick-prev:after {left:20px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .slick-prev:before, .Motorsport section .slick-prev:after {left:15px}}
.Motorsport section .slick-prev:before {top:25px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .slick-prev:before {top:18px}}
.Motorsport section .slick-prev:after {top:11px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .slick-prev:after {top:9px}}
.Motorsport section .slick-next {right:0}
.Motorsport section .slick-next:before, .Motorsport section .slick-next:after {left:24px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .slick-next:before, .Motorsport section .slick-next:after {left:18px}}
.Motorsport section .slick-next:before {top:11px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .slick-next:before {top:8px}}
.Motorsport section .slick-next:after {top:25px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .slick-next:after {top:17px}}
.Motorsport section .slick-dots {width:100%;clear:both;display:block;text-align:center;padding-top:9px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .slick-dots {padding-top:7px}}
.Motorsport section .slick-dots li {display:inline-block;width:0px;height:12px;padding-left:12px;overflow:hidden;background:#010101;margin:0 5px;border-radius:6px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .slick-dots li {height:7px;padding-left:7px;margin:0 3px;border-radius:3.5px}}
.Motorsport section .slick-dots li button {width:100%;height:100%;opacity:0;overflow:hidden}
.Motorsport section .slick-dots li.slick-active {background:#e63313}
.Motorsport section.black-bg-type .slick-dots li {background:#fff}
.Motorsport section.black-bg-type .slick-dots li.slick-active {background:#e63313}
.Motorsport section .page {position:absolute;left:50%;width:400px;text-align:right;padding:0 32px 0 0;top:660px;font-family:'HyundaiKRMedium';font-size:20px;line-height:26px;font-weight:normal}
.Motorsport section .page strong {color:#e63514}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .page {position:relative;left:auto;width:auto;text-align:center;padding:0;top:auto;font-family:'HyundaiKRRegular';font-size:12px;line-height:14px;font-weight:normal}
  .Motorsport section .page strong {font-family:'HyundaiKRMedium';font-size:12px;line-height:14px;font-weight:normal}}
.Motorsport section .btn_expand {position:absolute;bottom:60px;left:50%;width:54px;height:54px;margin-top:-27px;margin-left:-27px;background:#a8cbe6;overflow:hidden;z-index:1}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .btn_expand {position:absolute;bottom:20px;left:50%;width:35px;height:35px;margin-left:-17px;margin-top:0}}
.Motorsport section .btn_expand:before, .Motorsport section .btn_expand:after {content:"";display:block;position:absolute;background:#e63514}
.Motorsport section .btn_expand:before {width:6px;height:28px;left:24px;top:13px}
.Motorsport section .btn_expand:after {width:28px;height:6px;left:13px;top:24px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .btn_expand:before {width:3px;height:13px;left:16px;top:11px}
  .Motorsport section .btn_expand:after {width:13px;height:3px;left:11px;top:16px}}
.Motorsport section .btn_expand .open {display:inline}
.Motorsport section .btn_expand .close {display:none}
.Motorsport section .btn_expand.on:before, .Motorsport section .btn_expand.on:after {-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.Motorsport section .btn_expand.on .open {display:none}
.Motorsport section .btn_expand.on .close {display:inline}
.Motorsport section .flag {width:26px;height:18px;display:inline-block;vertical-align:middle;-webkit-box-shadow:1px 1px 1px 0px rgba(70, 70, 70, 0.3);-moz-box-shadow:1px 1px 1px 0px rgba(70, 70, 70, 0.3);box-shadow:1px 1px 1px 0px rgba(70, 70, 70, 0.3)}
.Motorsport section .flag img {width:100%}
.Motorsport section .tabs {position:relative}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .tabs.type_half .selected {display:none}
  .Motorsport section .tabs.type_half > ul {display:table;position:static}
  .Motorsport section .tabs.type_half > ul > li {display:table-cell;border-top:none;color:#000}
  .Motorsport section .tabs.type_half > ul > li.on {background:#e63312}
  .Motorsport section .tabs.type_half > ul > li.on a {color:#fff}
  .Motorsport section .tabs.type_half > ul > li.on a:after {display:block;margin:0 0 0 -3px;border-width:4px 3px 0 3px}}
.Motorsport section .tabs > .selected {display:none;width:100%;height:35px;text-align:center;font-family:'HyundaiKRBold';font-size:12px;line-height:15px;font-weight:normal}
.Motorsport section .tabs > .selected a {position:relative;display:block;width:100%;height:100%;background:#e63514;line-height:35px;color:#fff;text-decoration:none}
.Motorsport section .tabs > .selected a:after {content:"";display:block;position:absolute;right:15px;top:15.5px;width:0;height:0;border-style:solid;border-width:4.5px 3.5px 0 3.5px;border-color:#fff transparent transparent transparent;line-height:0px}
.Motorsport section .tabs > ul {display:table;width:100%;table-layout:fixed}
.Motorsport section .tabs > ul > li {display:table-cell;text-align:center;background:#b3b3b3;color:#fff}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .tabs > ul > li {display:block;width:100%;border-top:1px solid #808080}
  .Motorsport section .tabs > ul > li:first-child {border-top:0}}
.Motorsport section .tabs > ul > li a {position:relative;display:block;width:100%;height:100%;color:#000;font-family:'HyundaiKRBold';font-size:18px;line-height:24px;font-weight:normal;padding:15px 0 11px;text-decoration:none}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .tabs > ul > li a {font-family:'HyundaiKRBold';font-size:12px;line-height:15px;font-weight:normal;padding:9px 0 10px}}
.Motorsport section .tabs > ul > li.on {background:#e63312}
.Motorsport section .tabs > ul > li.on a {color:#fff}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .tabs > ul > li.on {background:#b3b3b3}
  .Motorsport section .tabs > ul > li.on a {color:#000}}
.Motorsport section .tabs > ul > li.on a:after {content:"";display:block;position:absolute;left:50%;bottom:7px;margin:0 0 0 -4px;width:0;height:0;border-style:solid;border-width:5px 4px 0 4px;border-color:#fff transparent transparent transparent;line-height:0px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .tabs > ul > li.on a:after {display:none}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .tabs > .selected {display:block}
  .Motorsport section .tabs > ul {display:none;position:absolute;left:0;top:35px}
  .Motorsport section .tabs.open > ul {display:block;z-index:1}}
.Motorsport section .tabs .tabs_contents .tabs_cont {display:none}
.Motorsport section .tabs .tabs_contents .tabs_cont:first-child {display:block}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .tabs .tabs_contents .tabs_cont {overflow-x:scroll;-webkit-overflow-scrolling:auto}}
.Motorsport section .tabs .tabs_contents .tabs_cont + .info {text-align:right;padding:7px 0 0 0;font-family:'HyundaiKRLight';font-size:14px;line-height:18px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .tabs .tabs_contents .tabs_cont + .info {text-align:left;padding:17px 0 0 0;font-family:'HyundaiKRLight';font-size:12px;line-height:16px;font-weight:normal}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type01 {table-layout:fixed}}
.Motorsport section .table_type01 th {height:60px;box-sizing:border-box}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type01 th {height:50px}}
.Motorsport section .table_type01 thead {text-align:center}
.Motorsport section .table_type01 thead tr th {font-family:'HyundaiKRBold';font-size:13px;line-height:18px;font-weight:normal;background:#474747;color:#fff;border-bottom:1px solid #fff;border-left:1px solid #fff;padding:12px 10px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type01 thead tr th {font-family:'HyundaiKRBold';font-size:12px;line-height:13px;font-weight:normal}}
.Motorsport section .table_type01 thead tr th:first-child {width:50px;border-left:0}
.Motorsport section .table_type01 thead tr th:nth-child(2) {width:145px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type01 thead tr th:nth-child(2) {width:130px}}
.Motorsport section .table_type01 thead tr td {font-family:'HyundaiKRLight';font-size:13px;line-height:18px;font-weight:normal;border-bottom:1px solid #d9d9d9;border-right:1px solid #d9d9d9;padding:8px 10px 9px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type01 thead tr td {width:50px;padding:6px 0 5px;font-family:'HyundaiKRLight';font-size:12px;line-height:13px;font-weight:normal}}
.Motorsport section .table_type01 thead tr td.total {font-family:'HyundaiKRBold';font-size:13px;line-height:18px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type01 thead tr td.total {font-family:'HyundaiKRBold';font-size:12px;line-height:13px;font-weight:normal}}
.Motorsport section .table_type01 thead tr td .flag {margin-top:3px}
.Motorsport section .table_type01 tbody {text-align:center}
.Motorsport section .table_type01 tbody tr th {font-family:'HyundaiKRLight';font-size:13px;line-height:18px;font-weight:normal;background:#474747;color:#fff;border-bottom:1px solid #fff;border-left:1px solid #fff;padding:12px 10px}
.Motorsport section .table_type01 tbody tr th:first-child {border-left:0}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type01 tbody tr th {font-family:'HyundaiKRLight';font-size:12px;line-height:13px;font-weight:normal}}
.Motorsport section .table_type01 tbody tr:last-child th {border-bottom:1px solid #474747}
.Motorsport section .table_type01 tbody tr td {font-family:'HyundaiKRLight';font-size:13px;line-height:18px;font-weight:normal;border-bottom:1px solid #d9d9d9;border-right:1px solid #d9d9d9;padding:6px 0 4px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type01 tbody tr td {font-family:'HyundaiKRLight';font-size:12px;line-height:13px;font-weight:normal}}
.Motorsport section .table_type01 tbody tr.red th {font-family:'HyundaiKRMedium';font-size:13px;line-height:18px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type01 tbody tr.red th {font-family:'HyundaiKRMedium';font-size:12px;line-height:13px;font-weight:normal}}
.Motorsport section .table_type01 tbody tr.red td {font-family:'HyundaiKRRegular';font-size:13px;line-height:18px;font-weight:normal;color:#000;background:#dbe8f4}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type01 tbody tr.red td {font-family:'HyundaiKRRegular';font-size:12px;line-height:13px;font-weight:normal}}
.Motorsport section .table_type02 tbody tr:first-child th {border-top:hidden}
.Motorsport section .table_type02 tbody tr:first-child td {border-top:1px solid #d9d9d9}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type02 tbody tr:first-child td {border-top:none}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type02 tbody tr:last-child {border-bottom:1px solid #d9d9d9}
  .Motorsport section .table_type02 tbody tr.mobile-half-column {display:inline-block;width:50%}
  .Motorsport section .table_type02 tbody tr.mobile-half-column:nth-child(odd) > td {border-right:none}
  .Motorsport section .table_type02 tbody tr.mobile-half-column:nth-child(even) > th {border-left:1px solid #d9d9d9}}
.Motorsport section .table_type02 tbody tr th {width:140px;padding:11px 30px 9px;background:#474747;color:#fff;border-top:1px solid #fff;font-family:'HyundaiKRBold';font-size:14px;line-height:20px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type02 tbody tr th {width:auto;display:block;padding:10px 18px;border-top:none;font-family:'HyundaiKRMedium';font-size:12px;line-height:1;font-weight:normal;text-align:left}}
.Motorsport section .table_type02 tbody tr td {padding:11px 30px 9px;background:#fff;border-right:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;font-family:'HyundaiKRLight';font-size:14px;line-height:20px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type02 tbody tr td {display:block;padding:17px 18px;border-left:1px solid #d9d9d9;border-bottom:none;font-family:'HyundaiKRRegular';font-size:12px;line-height:16px;font-weight:normal;color:#666}}
.Motorsport section .table_type03 {width:992px;margin:0 auto}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type03 {min-width:435px;width:100%}}
.Motorsport section .table_type03 colgroup .col01, .Motorsport section .table_type03 colgroup .col03 {width:416px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type03 colgroup .col01, .Motorsport section .table_type03 colgroup .col03 {width:auto}}
.Motorsport section .table_type03 colgroup .col02 {width:160px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type03 colgroup .col02 {width:112px;border-left:1px solid #d9d9d9;border-right:1px solid #d9d9d9}}
.Motorsport section .table_type03 tr {border-bottom:1px solid #d9d9d9;height:46px}
.Motorsport section .table_type03 tr:only-child {border-top:1px solid #d9d9d9}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type03 tr {height:auto}}
.Motorsport section .table_type03 thead tr {background:#eee}
.Motorsport section .table_type03 thead tr th {font-family:'HyundaiKRBold';font-size:18px;line-height:45px;font-weight:normal;text-align:left;padding:0 32px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type03 thead tr th {white-space:nowrap;padding:13px 20px;font-family:'HyundaiKRMedium';font-size:12px;line-height:12px;font-weight:normal}}
.Motorsport section .table_type03 thead tr th:nth-of-type(1) {text-align:right}
.Motorsport section .table_type03 thead tr th:nth-of-type(2) {text-align:left}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type03 tbody tr th, .Motorsport section .table_type03 tbody tr td {padding:9px 0;vertical-align:top}}
.Motorsport section .table_type03 tbody tr th {font-family:'HyundaiKRMedium';font-size:16px;line-height:18px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type03 tbody tr th {font-family:'HyundaiKRMedium';font-size:12px;line-height:16px;font-weight:normal}}
.Motorsport section .table_type03 tbody tr td {padding:0 32px;font-family:'HyundaiKRRegular';font-size:16px;line-height:18px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type03 tbody tr td {padding:9px 20px;font-family:'HyundaiKRRegular';font-size:12px;line-height:16px;font-weight:normal}}
.Motorsport section .table_type03 tbody tr td:nth-of-type(1) {text-align:right}
.Motorsport section .table_type03 tbody tr td:nth-of-type(2) {text-align:left}
.Motorsport section .table_type04 tbody th, .Motorsport section .table_type04 tbody td {text-align:left;line-height:26px;vertical-align:top;padding:7px 10px 8px 0}
.Motorsport section .table_type04 tbody th:first-child, .Motorsport section .table_type04 tbody td:first-child {padding-left:0}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type04 tbody th, .Motorsport section .table_type04 tbody td {padding:6px 10px 5px 0}}
.Motorsport section .table_type04 tbody th {width:140px;font-family:'HyundaiKRBold';font-size:18px;line-height:26px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type04 tbody th {width:85px;font-family:'HyundaiKRBold';font-size:12px;line-height:17px;font-weight:normal}}
.Motorsport section .table_type04 tbody td {font-size:16px;line-height:26px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type04 tbody td {font-size:12px;line-height:17px;font-weight:normal}}
.Motorsport section .table_type05 {border-collapse:separate}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type05 {table-layout:fixed;border:0;margin-bottom:35px}
  .Motorsport section .table_type05 caption {overflow:auto;left:auto;top:auto;height:auto;width:100%;display:table-caption;font-family:'HyundaiKRBold';font-size:14px;line-height:18px;font-weight:normal;color:#000;text-align:left;margin-top:-3.5px;padding:0 0 15px 0}}
.Motorsport section .table_type05 thead {text-align:center}
.Motorsport section .table_type05 thead tr th {font-family:'HyundaiKRBold';font-size:18px;line-height:22px;font-weight:normal;background:#383838;color:#fff;border-bottom:1px solid #d9d9d9;border-left:1px solid #fff;padding:16px 10px 14px}
.Motorsport section .table_type05 thead tr th:first-child {border-left:0}
.Motorsport section .table_type05 thead tr th:last-child {border-right:1px solid #383838}
.Motorsport section .table_type05 thead tr th:nth-child(2) {width:145px}
.Motorsport section .table_type05 tbody {text-align:center}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type05 tbody tr th {font-family:'HyundaiKRMedium';font-size:10px;line-height:12px;font-weight:normal;background:#474747;color:#fff;border-bottom:1px solid #fff;padding:10.5px 5px 9.5px}
  .Motorsport section .table_type05 tbody tr:first-child th {border-top:1px solid #474747}
  .Motorsport section .table_type05 tbody tr:first-child td {border-top:1px solid #d9d9d9}
  .Motorsport section .table_type05 tbody tr:last-child th {border-bottom:#474747}}
.Motorsport section .table_type05 tbody tr td {font-family:'HyundaiKRRegular';font-size:16px;line-height:20px;font-weight:normal;border-bottom:1px solid #d9d9d9;border-right:1px solid #d9d9d9;padding:13px 0 12px}
.Motorsport section .table_type05 tbody tr td:first-child {border-left:1px solid #d9d9d9}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type05 tbody tr td {font-family:'HyundaiKRRegular';font-size:10px;line-height:12px;font-weight:normal;padding:10.5px 10px 9.5px;text-align:center}}
.Motorsport section .table_type05 .red {color:#e63312;font-family:'HyundaiKRMedium';font-size:18px;line-height:16px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type05 .red {font-family:'HyundaiKRMedium';font-size:15px;line-height:16px;font-weight:normal}}
.Motorsport section .table_type05 + .info {font-family:'HyundaiKRRegular';font-size:14px;line-height:18px;font-weight:normal;color:#333;text-align:right;padding:12px 0 45px 0}
.Motorsport section .table_type05 + .info .red {font-family:'HyundaiKRMedium';font-size:18px;line-height:16px;font-weight:normal;color:#e63312}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport section .table_type05 + .info {font-family:'HyundaiKRMedium';font-size:10px;line-height:16px;font-weight:normal;padding:0 0 33px 0;margin-top:-26.5px}
  .Motorsport section .table_type05 + .info .red {font-family:'HyundaiKRMedium';font-size:15px;line-height:16px;font-weight:normal}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .video_wrap .layer_wrap.fixed_layer_wrap .layer .layer_inner {top:0;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}}
.Motorsport .layer_wrap {display:none;position:fixed;width:100%;height:100%;top:0;left:0;z-index:100;overflow-y:scroll}
.Motorsport .layer_wrap.on {display:block}
.Motorsport .layer_wrap.fixed_layer_wrap {position:static}
.Motorsport .layer_wrap.fixed_layer_wrap .layer {position:static}
.Motorsport .layer_wrap.fixed_layer_wrap .layer .layer_dim {position:fixed;z-index:100}
.Motorsport .layer_wrap.fixed_layer_wrap .layer .layer_inner {position:absolute;top:50%;z-index:100;margin:0;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap.fixed_layer_wrap .layer .layer_inner {left:0;margin:0;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%)}}
.Motorsport .layer_wrap .layer_dim {position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(0, 0, 0, 0.7)}
.Motorsport .layer_wrap .layer {position:absolute;width:100%;min-height:100%;padding:0 60px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .layer {width:100%;padding:0}}
.Motorsport .layer_wrap .layer .layer_inner {position:relative;left:50%;width:1120px;margin:100px 0;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .layer .layer_inner {left:0;width:auto;margin:60px 15px;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}}
.Motorsport .layer_wrap .layer .layer_bd {background:#fff}
.Motorsport .layer_wrap .layer .btn_close {position:absolute;top:0;right:0;width:50px;height:50px;background:#a8cce6}
.Motorsport .layer_wrap .layer .btn_close:before, .Motorsport .layer_wrap .layer .btn_close:after {position:absolute;content:'';top:50%;left:50%;background:#e63416}
.Motorsport .layer_wrap .layer .btn_close:before {width:19px;height:3px;margin:-1.5px 0 0 -9.5px}
.Motorsport .layer_wrap .layer .btn_close:after {width:3px;height:19px;margin:-9.5px 0 0 -1.5px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .layer .btn_close {width:30px;height:30px}}
.Motorsport .layer_wrap .layer .btn_close:before, .Motorsport .layer_wrap .layer .btn_close:after {-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .layer .btn_close:before, .Motorsport .layer_wrap .layer .btn_close:after {position:absolute;content:'';top:50%;left:50%}
  .Motorsport .layer_wrap .layer .btn_close:before {width:14px;height:3px;margin:-1.5px 0 0 -7px}
  .Motorsport .layer_wrap .layer .btn_close:after {width:3px;height:14px;margin:-7px 0 0 -1.5px}}
.Motorsport .layer_wrap .layer_type1 .layer_hd {position:relative;padding:38px 60px 34px;background:#002c5f}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .layer_type1 .layer_hd {padding:27px 60px 25px 30px}}
.Motorsport .layer_wrap .layer_type1 .layer_hd .layer_tit {font-family:'HyundaiKRBold';font-size:32px;line-height:30px;font-weight:normal;color:#fff}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .layer_type1 .layer_hd .layer_tit {font-size:19px;line-height:21px;font-weight:normal}}
.Motorsport .layer_wrap .layer_type1 .layer_bd {padding:60px 64px 62px;color:#000}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .layer_type1 .layer_bd {padding:30px 15px 0}}
.Motorsport .layer_wrap .layer_type1 .layer_bd .cont_wrap {margin:0 -16px}
.Motorsport .layer_wrap .layer_type1 .layer_bd .cont_wrap:after {content:'';display:block;clear:both}
.Motorsport .layer_wrap .layer_type1 .layer_bd .cont_wrap li {box-sizing:border-box;float:left;width:50%;padding:0 16px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .layer_type1 .layer_bd .cont_wrap {margin:0 -0}
  .Motorsport .layer_wrap .layer_type1 .layer_bd .cont_wrap:after {content:'';display:block;clear:both}
  .Motorsport .layer_wrap .layer_type1 .layer_bd .cont_wrap li {box-sizing:border-box;float:left;width:100%;padding:0 0}}
.Motorsport .layer_wrap .layer_type1 .layer_bd .cont_wrap .cont_bd {min-height:160px;padding:22px 0 0}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .layer_type1 .layer_bd .cont_wrap .cont_bd {min-height:auto;padding:18px 0 21px}}
.Motorsport .layer_wrap .layer_type1 .layer_bd .cont_wrap .cont_bd .tit {display:inline-block;font-family:'HyundaiKRBold';font-size:24px;line-height:28px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .layer_type1 .layer_bd .cont_wrap .cont_bd .tit {font-family:'HyundaiKRMedium';font-size:14px;line-height:21px;font-weight:normal}}
.Motorsport .layer_wrap .layer_type1 .layer_bd .cont_wrap .cont_bd .cont {padding-top:4px;font-family:'HyundaiKRRegular';font-size:16px;line-height:26px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .layer_type1 .layer_bd .cont_wrap .cont_bd .cont {padding-top:3px;font-size:14px;line-height:21px;font-weight:normal}}
.Motorsport .layer_wrap .layer_news .layer_inner {width:1120px;background:#fff}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .layer_news .layer_inner {width:auto}}
.Motorsport .layer_wrap .layer_news .layer_hd {position:relative;padding:89px 158px 26px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .layer_news .layer_hd {padding:42px 15px 10px}}
.Motorsport .layer_wrap .layer_news .layer_hd .layer_tit {font-family:'HyundaiKRBold';font-size:50px;line-height:60px;font-weight:normal;color:#000}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .layer_news .layer_hd .layer_tit {font-size:18px;line-height:30px;font-weight:normal;text-indent:0}}
.Motorsport .layer_wrap .layer_news .layer_bd {padding:0 140px;color:#000}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .layer_news .layer_bd {padding:0 15px}}
.Motorsport .layer_wrap .layer_news .layer_bd .news_content {padding:32px 20px 79px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .layer_news .layer_bd .news_content {padding:13px 0 33px}}
.Motorsport .layer_wrap .layer_news .layer_bd .news_content .news_date {font-family:'HyundaiKRRegular';font-size:16px;line-height:26px;font-weight:normal;font-style:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .layer_news .layer_bd .news_content .news_date {font-size:12px;line-height:19px;font-weight:normal}}
.Motorsport .layer_wrap .layer_news .layer_bd .news_content .news_sub {padding:6px 0 14px;font-family:'HyundaiKRMedium';font-size:26px;line-height:30px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .layer_news .layer_bd .news_content .news_sub {padding:26px 0 0;font-size:16px;line-height:18px;font-weight:normal}}
.Motorsport .layer_wrap .layer_news .layer_bd .news_content p {padding:13px 0;font-family:'HyundaiKRRegular';font-size:16px;line-height:26px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .layer_news .layer_bd .news_content p {padding:11px 0;font-size:14px;line-height:21px;font-weight:normal}}
.Motorsport .layer_wrap .layer_news .layer_bd .news_content p strong {display:inline-block;padding:9px 0 8px;font-family:'HyundaiKRMedium';font-size:18px;line-height:28px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .layer_news .layer_bd .news_content p strong {font-size:14px;line-height:21px;font-weight:normal}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .video-layer.gallery_vid_layer .layer_inner {top:101px;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .video-layer {width:100%}}
.Motorsport .layer_wrap .video-layer .layer_inner {width:1120px;height:630px;margin-top:100px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .video-layer .layer_inner {width:100%;height:0;padding:56% 0 0;margin:0;left:0}}
.Motorsport .layer_wrap .video-layer .video {position:absolute;left:0;top:0;width:100%;height:100%}
.Motorsport .layer_wrap .video-layer .video iframe {width:100%;height:100%}
.Motorsport .layer_wrap .video-layer .close {position:absolute;display:block;top:0;right:0;width:0px;height:50px;padding-left:50px;background:#a8cbe6;overflow:hidden;z-index:1}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .video-layer .close {height:35px;padding-left:35px}}
.Motorsport .layer_wrap .video-layer .close:before, .Motorsport .layer_wrap .video-layer .close:after {content:"";display:block;position:absolute;background:#e63514;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.Motorsport .layer_wrap .video-layer .close:before {width:3px;height:19px;left:24px;top:16px}
.Motorsport .layer_wrap .video-layer .close:after {width:19px;height:3px;left:16px;top:24px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .video-layer .close:before {width:2px;height:12px;left:17px;top:12px}
  .Motorsport .layer_wrap .video-layer .close:after {width:12px;height:2px;left:12px;top:17px}}
.Motorsport .layer_wrap .layer_accordion_gallery .layer_inner {width:992px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .layer_accordion_gallery .layer_inner {width:auto}}
.Motorsport .layer_wrap .layer_accordion_gallery .layer_inner .layer_bd .img_list {display:none}
.Motorsport .layer_wrap .layer_accordion_gallery .layer_inner .layer_bd .img_list.on {display:block}
.Motorsport .layer_wrap .layer_accordion_gallery .layer_inner .layer_bd .page {bottom:23px;right:32px;color:#fff}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_wrap .layer_accordion_gallery .layer_inner .layer_bd .page {right:auto}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .layer_type1 .layer_bd {padding:0}}
.Motorsport .layer_academy .academy_hd {position:relative}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_hd {padding:30px 15px 0}}
.Motorsport .layer_academy .academy_hd .tit_wrap {position:absolute;padding:36px 32px 0;color:#fff}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_hd .tit_wrap {padding:0}}
.Motorsport .layer_academy .academy_hd .tit_wrap .academy_tit {text-align:left;font-family:'HyundaiKRBold';font-size:40px;line-height:46px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_hd .tit_wrap .academy_tit {font-size:20px;line-height:23px;font-weight:normal}}
.Motorsport .layer_academy .academy_hd .tit_wrap .eyebrow {padding-top:3px;font-family:'HyundaiKRBold';font-size:26px;line-height:30px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_hd .tit_wrap .eyebrow {padding:0}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_hd .tit_wrap .eyebrow {font-size:13px;line-height:15px;font-weight:normal}}
.Motorsport .layer_academy .academy_bd {padding:34px 0 32px;border-bottom:1px solid #dadada;font-family:'HyundaiKRRegular';font-size:14px;line-height:24px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_bd {padding:0 15px 32px}}
.Motorsport .layer_academy .academy_bd .cont {max-width:655px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_bd .cont {padding-top:14px}}
.Motorsport .layer_academy .academy_ft {padding-top:20px;text-align:right}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_ft {padding:20px 0;text-align:center}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_ft .logo {width:112px}}
.Motorsport .layer_academy .academy_certificate_wrap {position:relative}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_certificate_wrap .certificate_img_wrap {display:none}}
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap {position:absolute;top:45px;right:59px;width:432px;padding:0 10px;background:#cfc9c2}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap {position:static;width:auto;padding:15px 15px 0}}
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_inner {padding:17px 0 46px;background:#fff}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_inner {padding:11px 0 18px}}
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_hd {padding:0 10px}
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_hd .logo_wrap {float:right}
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_hd .logo_wrap .logo_list {float:left;padding:0 10px;border-left:1px solid #eaeaea}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_hd .logo_wrap .logo_list {padding:0 5px;line-height:13px}}
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_hd .logo_wrap .logo_list:first-child {border-left:none}
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_hd .logo_wrap .logo_list .logo1 {width:92px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_hd .logo_wrap .logo_list .logo1 {width:46px}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_hd .logo_wrap .logo_list .logo2 {width:28px}}
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_hd .logo_wrap .logo_list img {width:100%;vertical-align:middle}
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_bd {padding:0 40px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_bd {padding:0 20px}}
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_bd .content_hd {padding-top:30px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_bd .content_hd {padding-top:25px}}
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_bd .content_bd {padding:131px 0 76px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_bd .content_bd {padding:27px 0 44px}}
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_bd .content_ft {position:relative;padding-top:9px}
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_bd .content_ft .num {display:none}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_bd .content_ft .num {display:block;padding-top:40px}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_bd .content_ft {padding-top:10px}}
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_bd .content_ft:before {content:'';position:absolute;top:0;left:0;width:180px;border-top:2px solid #e1e1e1}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_bd .content_ft:before {right:0;width:auto;margin-right:50px;border-width:1px}}
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_ft {padding:23px 40px 29px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_ft {padding:8px 20px}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_ft .num {display:none}}
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .tit {font-family:'HyundaiKRBold';font-size:40px;line-height:46px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .tit {font-size:27px;line-height:23px;font-weight:normal}}
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .subtit {font-family:'HyundaiKRBold';font-size:14px;line-height:16px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .subtit {font-size:10px;line-height:21px;font-weight:normal}}
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .content {font-family:'HyundaiKRRegular';font-size:14px;line-height:20px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .content {line-height:21px}}
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .donor {font-family:'HyundaiKRBold';font-size:12px;line-height:16px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .donor {font-size:11px;line-height:13px;font-weight:normal}}
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .num {font-family:'HyundaiKRBold';font-size:12px;line-height:16px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .num {font-size:9px;line-height:8px;font-weight:normal}}
.Motorsport .layer_academy_schedule .layer_type1 .layer_bd {padding-bottom:39px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy_schedule .layer_type1 .layer_bd {padding-bottom:20px}}
.Motorsport .layer_academy_schedule .schedule_hd {position:relative}
.Motorsport .layer_academy_schedule .schedule_hd .tit_wrap {position:absolute;padding:33px 32px 0;color:#fff}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy_schedule .schedule_hd .tit_wrap {padding:8px 15px}}
.Motorsport .layer_academy_schedule .schedule_hd .tit_wrap .academy_tit {text-align:left;font-family:'HyundaiKRBold';font-size:40px;line-height:46px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy_schedule .schedule_hd .tit_wrap .academy_tit {font-size:20px;line-height:23px;font-weight:normal}}
.Motorsport .layer_academy_schedule .schedule_hd .tit_wrap .eyebrow {padding-top:3px;font-family:'HyundaiKRBold';font-size:26px;line-height:30px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy_schedule .schedule_hd .tit_wrap .eyebrow {padding-top:2px;font-size:13px;line-height:15px;font-weight:normal}}
.Motorsport .layer_academy_schedule .schedule_bd {padding:34px 0 32px;border-bottom:1px solid #dadada}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy_schedule .schedule_bd {padding:0}}
.Motorsport .layer_academy_schedule .schedule_ft {padding-top:23px;text-align:right}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy_schedule .schedule_ft {padding:20px 0 0;text-align:center}}
.Motorsport .layer_academy_schedule .schedule_ft .schedule_notice {float:left;font-family:'HyundaiKRRegular';font-size:14px;line-height:22px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy_schedule .schedule_ft .schedule_notice {float:none;display:inline-block;padding:5px 0 33px;font-size:12px;line-height:20px;font-weight:normal}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy_schedule .schedule_ft .logo {width:112px}}
.Motorsport .layer_academy_schedule .calendar_wrap {padding:22px 0 72px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy_schedule .calendar_wrap {padding:0}}
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list {padding:0 16px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list {padding:0}}
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list > li {float:left;width:240px;padding:0 16px;text-align:center}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list > li {float:none;width:auto;padding:26px 15px 24px;border-top:1px solid #dadada}
  .Motorsport .layer_academy_schedule .calendar_wrap .calendar_list > li:first-child {border-top:none}}
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_hd {position:relative;padding-bottom:35px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_hd {padding-bottom:10px}}
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_hd:before, .Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_hd:after {content:'';position:absolute;bottom:0}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_hd:before, .Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_hd:after {content:none}}
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_hd:before {left:-32px;right:-32px;border-bottom:6px solid #eee}
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_hd:after {left:50%;width:20px;height:20px;margin-left:-10px;margin-bottom:-7px;border-radius:50%;background:#002c5f}
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_hd .schedule_date {font-family:'HyundaiKRMedium';font-size:16px;line-height:26px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_hd .schedule_date {font-size:14px;line-height:21px;font-weight:normal}}
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_hd .schedule_date em {font-style:normal}
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_bd {padding-top:29px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_bd {padding:0}}
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_bd .schedule_tit {padding-bottom:6px;font-family:'HyundaiKRMedium';font-size:20px;line-height:26px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_bd .schedule_tit {padding-bottom:3px;font-family:'HyundaiKRBold';font-size:18px;line-height:20px;font-weight:normal}}
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_bd .schedule_cont {padding-top:9px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_bd .schedule_cont {padding-top:8px}}
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_bd .schedule_cont .cont_tit {font-family:'HyundaiKRBold';font-size:16px;line-height:22px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_bd .schedule_cont .cont_tit {display:inline;font-family:'HyundaiKRRegular';font-size:14px;line-height:21px;font-weight:normal}
  .Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_bd .schedule_cont .cont_tit:before {content:'- '}}
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_bd .schedule_cont .cont {font-family:'HyundaiKRRegular';font-size:14px;line-height:22px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_bd .schedule_cont .cont {display:inline;line-height:21px}}

.Motorsport .section_hero .img_pos, .Motorsport .section_image_txt .img_pos {position:absolute;bottom:-60px;z-index:3}
.Motorsport .section_hero .pos_left.img_pos, .Motorsport .section_image_txt .pos_left.img_pos {left:400px}
.Motorsport .section_hero .pos_right.img_pos, .Motorsport .section_image_txt .pos_right.img_pos {right:400px}
.Motorsport .section_hero .pos_right_bottom.img_pos, .Motorsport .section_image_txt .pos_right_bottom.img_pos {right:270px;bottom:-190px}
.Motorsport .section_hero .pos_full.img_pos, .Motorsport .section_image_txt .pos_full.img_pos {bottom:0;left:400px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_hero .img_pos, .Motorsport .section_image_txt .img_pos {position:static;bottom:auto}
  .Motorsport .section_hero .pos_left.img_pos, .Motorsport .section_image_txt .pos_left.img_pos {left:auto}
  .Motorsport .section_hero .pos_right.img_pos, .Motorsport .section_image_txt .pos_right.img_pos {right:auto}
  .Motorsport .section_hero .pos_full.img_pos, .Motorsport .section_image_txt .pos_full.img_pos {bottom:auto;left:auto;padding:0 15px;margin-top:-20px}
  .Motorsport .section_hero .pos_full.img_pos + .desc, .Motorsport .section_image_txt .pos_full.img_pos + .desc {text-align:center}}

.Motorsport .section_boxcontents .section_wrap {position:relative;max-width:1120px;margin:0 auto;padding:118px 0 150px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_boxcontents .section_wrap {padding:31px 0 0}}
.Motorsport .section_boxcontents .section_wrap .tit {padding-bottom:46px;font-family:'HyundaiKRBold';font-size:50px;line-height:60px;font-weight:normal;letter-spacing:-0.25px;text-align:center}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_boxcontents .section_wrap .tit {max-width:225px;margin:0 auto;padding-bottom:24px;font-family:'HyundaiKRBold';font-size:25px;line-height:27px;font-weight:normal}}
.Motorsport .section_boxcontents .section_wrap .box_contents {background:#000}
.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li {float:left;position:relative}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li {width:50%}}
.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li > a {display:block}
.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li > a:hover .more span {text-decoration:underline}
.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li > a:hover .img_wrap:before {opacity:0}
.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .img_wrap {position:relative}
.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .img_wrap:before {content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0, 0, 0, 0.4);opacity:1;-webkit-transition:opacity 0.3s;transition:opacity 0.3s}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .img_wrap:before {display:none}}
.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .subject, .Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .more {position:absolute;left:30px;z-index:1;color:#fff}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .subject, .Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .more {left:15px}}
.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .subject {top:25px;font-family:'HyundaiKRBold';font-size:36px;line-height:36px;font-weight:normal;letter-spacing:-0.25px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .subject {top:12px;font-family:'HyundaiKRBold';font-size:15px;line-height:18px;font-weight:normal}}
.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .more {top:67px;font-family:'HyundaiKRMedium';font-size:16px;line-height:26px;font-weight:normal;letter-spacing:-0.1px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .more {top:30px;font-family:'HyundaiKRMedium';font-size:10px;line-height:13px;font-weight:normal}}
.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .more span {font-family:'HyundaiKRMedium';font-size:16px;line-height:26px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .more span {font-family:'HyundaiKRMedium';font-size:10px;line-height:13px;font-weight:normal}}

.Motorsport .section_hero {position:relative;overflow:visible;width:1920px;margin-left:-960px;left:50%}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_hero {left:auto;margin-left:0;width:auto;background:#fff}
  .Motorsport .section_hero.black-bg-type {background:#fff;color:#000}}
.Motorsport .section_hero .txt_wrap {position:absolute;left:0;top:0;width:100%;text-align:center;z-index:2;margin-top:172px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_hero .txt_wrap {margin-top:31px}}
.Motorsport .section_hero .txt_wrap.txt-left {text-align:left;left:50%;margin-left:-560px;width:auto}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_hero .txt_wrap.txt-left {left:auto;margin-left:0}}
.Motorsport .section_hero .txt_wrap.txt-right {text-align:right;right:50%;margin-right:-560px;width:auto}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_hero .txt_wrap.txt-right {left:auto;margin-left:0}}
.Motorsport .section_hero .txt_wrap.txt-right > * {clear:both;float:right}
.Motorsport .section_hero .txt_wrap .eyebrow {display:block;padding-bottom:9px;font-family:'HyundaiKRBold';font-size:36px;line-height:40px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_hero .txt_wrap .eyebrow {font-family:'HyundaiKRBold';font-size:14px;line-height:14px;font-weight:normal;padding:0 30px 9px}}
.Motorsport .section_hero .txt_wrap .tit {padding:0 0 33px 0;font-family:'HyundaiKRBold';font-size:130px;line-height:120px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_hero .txt_wrap .tit {width:auto;padding:0 30px 9px;font-family:'HyundaiKRBold';font-size:30px;line-height:30px;font-weight:normal}}
.Motorsport .section_hero .txt_wrap .tit span[data-element-type=animation] {display:block}
.Motorsport .section_hero .txt_wrap .desc {width:750px;margin:0 auto;font-family:'HyundaiKRRegular';font-size:18px;line-height:28px;font-weight:normal}
.Motorsport .section_hero .txt_wrap .desc.wide {width:950px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_hero .txt_wrap .desc {width:auto;padding:0 30px 19px;font-family:'HyundaiKRRegular';font-size:14px;line-height:21px;font-weight:normal}
  .Motorsport .section_hero .txt_wrap .desc.wide {width:auto}}
.Motorsport .section_hero .txt_wrap .desc p {margin-top:15px}
.Motorsport .section_hero .txt_wrap .desc p:first-child {margin-top:0}
.Motorsport .section_hero .txt_wrap.txt-left .desc, .Motorsport .section_hero .txt_wrap.txt-right .desc {margin:0}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_hero .txt_wrap {position:relative;left:auto;top:auto}
  .Motorsport .section_hero .txt_wrap .img_wrap-mobile {display:block;width:100%;padding:0 0 15px 0;margin-top:5px}
  .Motorsport .section_hero .txt_wrap .img_wrap-mobile:last-child {padding:0}
  .Motorsport .section_hero .txt_wrap .img_wrap-mobile:first-child {margin-top:-30px}
  .Motorsport .section_hero .txt_wrap .img_wrap-mobile img {max-width:100%}
  .Motorsport .section_hero .txt_wrap .img_wrap-mobile + .tit {padding-top:11px}
  .Motorsport .section_hero .img_pos {display:none}}
.Motorsport .section_hero .img_wrap-mobile {display:none}
.Motorsport .section_hero .img_wrap {display:block;position:relative;left:50%;margin-left:-960px;z-index:1}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_hero .img_wrap {left:auto;margin-left:0;width:100%}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_hero .img_wrap {display:none}}

.Motorsport .section_image_txt {position:relative;overflow:visible;width:1920px;margin-left:-960px;left:50%}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt {left:auto;margin-left:0;width:auto}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap + .img_pos {margin-bottom:30px}}
.Motorsport .section_image_txt .txt_wrap {position:absolute;left:0;top:0;width:100%;text-align:center;z-index:2;margin-top:112px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap {margin-top:30px;padding-bottom:30px}
  .Motorsport .section_image_txt .txt_wrap.mobile_float, .Motorsport .section_image_txt .txt_wrap.mobile-zero-padding {padding-bottom:0}}
.Motorsport .section_image_txt .txt_wrap.txt-top {margin-top:69px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap.txt-top {margin-top:30px;text-align:left}}
.Motorsport .section_image_txt .txt_wrap.txt-left {text-align:left;left:50%;margin-left:-560px;width:auto}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap.txt-left {left:auto;margin-left:0}}
.Motorsport .section_image_txt .txt_wrap.txt-right {text-align:right;right:50%;margin-right:-560px;width:auto}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap.txt-right {left:auto;margin-left:0}}
.Motorsport .section_image_txt .txt_wrap.txt-right > * {clear:both;float:right}
.Motorsport .section_image_txt .txt_wrap.txt-middle {margin-top:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap.txt-middle {top:0;margin-top:30px;-webkit-transform:none;-ms-transform:none;transform:none}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap.txt-middle .banner_box.list {margin-top:-30px}}
.Motorsport .section_image_txt .txt_wrap.txt-left-bottom {text-align:left;left:400px;top:auto;bottom:311px;width:544px}
.Motorsport .section_image_txt .txt_wrap.txt-left-bottom .tit, .Motorsport .section_image_txt .txt_wrap.txt-left-bottom .desc {width:auto}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap.txt-left-bottom {left:auto;margin-left:0}}
.Motorsport .section_image_txt .txt_wrap .tit {width:750px;margin:0 auto;padding:0 0 17px 0;font-family:'HyundaiKRBold';font-size:80px;line-height:80px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .tit {width:auto;padding:0 30px 9px;margin-top:26px;font-family:'HyundaiKRBold';font-size:25px;line-height:27px;font-weight:normal;position:absolute;left:0;top:0;color:#fff}}
.Motorsport .section_image_txt .txt_wrap .tit.wide {width:1120px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .tit.wide {width:auto}}
.Motorsport .section_image_txt .txt_wrap .tit.narrow {width:448px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .tit.narrow {width:auto}}
.Motorsport .section_image_txt .txt_wrap .tit.text-large {padding:0 0 37px 0;font-family:'HyundaiKRBold';font-size:130px;line-height:110px;font-weight:normal}
.Motorsport .section_image_txt .txt_wrap .tit.text-large .eyebrow {padding:37px 0 27px;margin-top:-35px;font-family:'HyundaiKRBold';font-size:36px;line-height:40px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .tit.text-large .eyebrow {margin-top:0}}
.Motorsport .section_image_txt .txt_wrap .tit.text-large .eyebrow:last-child {font-family:'HyundaiKRBold';font-size:36px;line-height:40px;font-weight:normal;padding-top:20px;padding-bottom:0;margin-bottom:-15px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .tit.text-large {padding:0 30px 8px;font-family:'HyundaiKRBold';font-size:30px;line-height:30px;font-weight:normal}
  .Motorsport .section_image_txt .txt_wrap .tit.text-large .eyebrow {padding:2.5px 0 9.5px;font-family:'HyundaiKRBold';font-size:14px;line-height:14px;font-weight:normal}
  .Motorsport .section_image_txt .txt_wrap .tit.text-large .eyebrow:last-child {font-family:'HyundaiKRBold';font-size:14px;line-height:16px;font-weight:normal;padding-top:12px;padding-bottom:0;margin-bottom:0}}
.Motorsport .section_image_txt .txt_wrap .tit .red {color:#e63514}
.Motorsport .section_image_txt .txt_wrap span[data-element-type=animation] {display:block}
.Motorsport .section_image_txt .txt_wrap .eyebrow {display:block;font-family:'HyundaiKRBold';font-size:36px;line-height:40px;font-weight:normal}
.Motorsport .section_image_txt .txt_wrap .eyebrow:last-child {padding-bottom:0}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .eyebrow:last-child {font-size:14px;line-height:16px;font-weight:normal}}
.Motorsport .section_image_txt .txt_wrap.txt-left .tit, .Motorsport .section_image_txt .txt_wrap.txt-right .tit {margin:0}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap.txt-left .tit, .Motorsport .section_image_txt .txt_wrap.txt-right .tit {margin-top:26px}}
.Motorsport .section_image_txt .txt_wrap .desc {width:760px;margin:0 auto;font-family:'HyundaiKRRegular';font-size:18px;line-height:28px;font-weight:normal}
.Motorsport .section_image_txt .txt_wrap .desc.wide {width:950px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .desc.wide {width:auto}}
.Motorsport .section_image_txt .txt_wrap .desc.normal {width:640px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .desc.normal {width:auto}}
.Motorsport .section_image_txt .txt_wrap .desc.narrow {width:448px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .desc.narrow {width:auto}}
.Motorsport .section_image_txt .txt_wrap .desc.text-small {font-family:'HyundaiKRRegular';font-size:16px;line-height:26px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .desc.text-small {font-family:'HyundaiKRRegular';font-size:14px;line-height:21px;font-weight:normal}}
.Motorsport .section_image_txt .txt_wrap .desc.text-small p {margin-top:25px}
.Motorsport .section_image_txt .txt_wrap .desc.text-small p:first-child {margin-top:0}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .desc.text-small p {margin-top:17px}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .desc {width:auto;padding:25px 30px 0;font-family:'HyundaiKRRegular';font-size:14px;line-height:21px;font-weight:normal}
  .Motorsport .section_image_txt .txt_wrap .desc.wide {width:auto}}
.Motorsport .section_image_txt .txt_wrap .desc p {margin-top:15px}
.Motorsport .section_image_txt .txt_wrap .desc p:first-child {margin-top:0}
.Motorsport .section_image_txt .txt_wrap .desc .subtit {display:block;padding:23px 0 7px 0;font-family:'HyundaiKRBold';font-size:20px;line-height:24px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .desc .subtit {padding:0.5px 0 3.5px 0;font-family:'HyundaiKRBold';font-size:14px;line-height:21px;font-weight:normal}}
.Motorsport .section_image_txt .txt_wrap.txt-left .desc, .Motorsport .section_image_txt .txt_wrap.txt-right .desc {margin:0}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap.mobile-hero-style {text-align:center}
  .Motorsport .section_image_txt .txt_wrap.mobile-hero-style .txt-left, .Motorsport .section_image_txt .txt_wrap.mobile-hero-style.txt-left {text-align:left}
  .Motorsport .section_image_txt .txt_wrap.mobile-hero-style .txt-right, .Motorsport .section_image_txt .txt_wrap.mobile-hero-style.txt-right {text-align:right}
  .Motorsport .section_image_txt .txt_wrap.mobile-hero-style .tit {position:static;color:#000;width:auto;padding:0 30px 9px;font-family:'HyundaiKRBold';font-size:30px;line-height:30px;font-weight:normal}
  .Motorsport .section_image_txt .txt_wrap.mobile-hero-style .desc {padding:0 30px 19px}
  .Motorsport .section_image_txt .txt_wrap.mobile-hero-style .img_wrap-mobile {margin-top:5px}}
.Motorsport .section_image_txt .txt_wrap .quote_box {position:relative;max-width:1120px;margin:0 auto;padding:0 0 43px 0}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .quote_box {position:absolute;left:0;top:0;padding:46px 0 0 0;margin:0 auto;color:#fff;width:100%}}
.Motorsport .section_image_txt .txt_wrap .quote_box .quote {margin:0 auto;font-family:'HyundaiKRMedium';font-size:40px;line-height:50px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .quote_box .quote {width:auto;padding:0 30px;font-family:'HyundaiKRMedium';font-size:18px;line-height:23px;font-weight:normal}}
.Motorsport .section_image_txt .txt_wrap .quote_box .quote:before {content:"“"}
.Motorsport .section_image_txt .txt_wrap .quote_box .quote:after {content:"”"}
.Motorsport .section_image_txt .txt_wrap .quote_box .author {width:920px;margin:0 auto;padding-top:15px;font-family:'HyundaiKRMedium';font-size:20px;line-height:28px;font-weight:normal}
.Motorsport .section_image_txt .txt_wrap .quote_box .author .author_name {font-family:'HyundaiKRMedium';font-size:26px;line-height:40px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .quote_box .author .author_name {font-size:14px;line-height:21px;font-weight:normal}}
.Motorsport .section_image_txt .txt_wrap .quote_box .author .author_desc {font-family:'HyundaiKRRegular';font-size:20px;line-height:28px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .quote_box .author .author_desc {font-size:11px;line-height:14px;font-weight:normal}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .quote_box .author {width:auto;padding:8px 30px 0;font-family:'HyundaiKRRegular';font-size:14px;line-height:21px;font-weight:normal}}
.Motorsport .section_image_txt .txt_wrap .quote_box .img_wrap_mobile {display:none}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .quote_box .img_wrap_mobile {display:block;padding:11.5px 0 0 0;margin-bottom:-1px}}
.Motorsport .section_image_txt .txt_wrap .banner_box {position:absolute;width:100%;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-align:center}
.Motorsport .section_image_txt .txt_wrap .banner_box.list {position:static;transform:none}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .banner_box.list {position:relative}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .banner_box.list .tit_wrap {position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}
.Motorsport .section_image_txt .txt_wrap .banner_box .tit {font-family:'HyundaiKRBold';font-size:50px;line-height:60px;font-weight:normal;padding-bottom:0}
.Motorsport .section_image_txt .txt_wrap .banner_box .tit.text-small {font-family:'HyundaiKRMedium';font-size:36px;line-height:40px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .banner_box .tit.text-small {font-family:'HyundaiKRBold';font-size:20px;line-height:22px;font-weight:normal}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .banner_box .tit.text-large {font-size:25px;line-height:27px;font-weight:normal}}
.Motorsport .section_image_txt .txt_wrap .banner_box .desc {padding-top:20px;font-family:'HyundaiKRRegular';font-size:18px;line-height:28px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .banner_box .desc {padding-top:0}}
.Motorsport .section_image_txt .txt_wrap .banner_box .desc + a {display:inline-block;margin-top:28px}
.Motorsport .section_image_txt .txt_wrap .banner_box .desc.text-large {padding-bottom:41px;font-family:'HyundaiKRMedium';font-size:36px;line-height:46px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .banner_box .desc.text-large {font-size:20px;line-height:22px;font-weight:normal;color:#fff}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .banner_box .desc.text-normal {padding-top:20px;font-size:14px;line-height:21px;font-weight:normal;color:#fff}}
.Motorsport .section_image_txt .txt_wrap .banner_box .desc.more {color:#fff;margin-top:0}
.Motorsport .section_image_txt .txt_wrap .banner_box .tit + .more {padding-top:8px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .banner_box .tit + .more {padding-top:0;margin-top:-7.5px}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .banner_box .tit {font-family:'HyundaiKRBold';font-size:20px;line-height:22px;font-weight:normal;position:static;margin:0}
  .Motorsport .section_image_txt .txt_wrap .banner_box .desc + a {margin-top:0}
  .Motorsport .section_image_txt .txt_wrap .banner_box .link_button {color:#fff}}
.Motorsport .section_image_txt .txt_wrap .social_list {text-align:center;padding-top:22px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .social_list {padding-top:11px}}
.Motorsport .section_image_txt .txt_wrap .social_list li {display:inline-block;padding:0 14px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .social_list li {padding:0 7.5px}
  .Motorsport .section_image_txt .txt_wrap .social_list li img {width:35px;height:auto}}
.Motorsport .section_image_txt .txt_wrap .link_list {text-align:center;font-size:0}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .link_list {background:#eee}}
.Motorsport .section_image_txt .txt_wrap .link_list li {display:inline-block}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .link_list li {display:block;padding:0 30px;text-align:right;border-top:1px solid #dadada}
  .Motorsport .section_image_txt .txt_wrap .link_list li:first-child {border-top:none}}
.Motorsport .section_image_txt .txt_wrap .link_list li:nth-child(1) {padding-right:88px}
.Motorsport .section_image_txt .txt_wrap .link_list li:nth-child(1) .ico_wrap {padding-left:93px}
.Motorsport .section_image_txt .txt_wrap .link_list li:nth-child(2) {padding-right:108px}
.Motorsport .section_image_txt .txt_wrap .link_list li:nth-child(2) .ico_wrap {padding-left:40px}
.Motorsport .section_image_txt .txt_wrap .link_list li:nth-child(3) {padding-right:56px}
.Motorsport .section_image_txt .txt_wrap .link_list li:nth-child(3) .ico_wrap {padding-left:26px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .link_list li:nth-child(n) {padding-right:0}
  .Motorsport .section_image_txt .txt_wrap .link_list li:nth-child(n) .ico_wrap {padding-left:0}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .link_list li .more {display:-webkit-flex;display:-ms-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;min-height:69px;padding:0;margin:0}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .link_list li .more a {color:#000}}
.Motorsport .section_image_txt .txt_wrap .link_list li .ico_wrap {padding:25px 0 8px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .link_list li .ico_wrap {width:71px;padding:6px 0 0}}
.Motorsport .section_image_txt .txt_wrap .link_list li .ico_wrap .ico_cert {display:block;height:60px;text-align:left}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .link_list li .ico_wrap .ico_cert {height:auto}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .link_list li .ico_wrap .ico_cert img {width:auto}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .link_list li .ico_wrap .ico_completion_certificate {width:30px;height:35px}
  .Motorsport .section_image_txt .txt_wrap .link_list li .ico_wrap .ico_circuit_license {width:52px;height:35px}
  .Motorsport .section_image_txt .txt_wrap .link_list li .ico_wrap .ico_kara_license {width:52px;height:35px}}
.Motorsport .section_image_txt .txt_wrap .more {padding-top:26px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap .more {margin-top:-12px;padding:0 30px}
  .Motorsport .section_image_txt .txt_wrap .more.desktop {display:none}}
.Motorsport .section_image_txt .schedule_box {width:100%;text-align:center;padding:92px 0 0 0}
.Motorsport .section_image_txt .schedule_box.small {padding-top:64px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .schedule_box.small {padding:30px 0 18px;margin-left:0;margin-right:-30px;background:#eee}}
.Motorsport .section_image_txt .schedule_box.small ul li:first-child .tit_wrap {margin-left:0}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .schedule_box.small ul li:first-child .tit_wrap {margin-left:auto}}
.Motorsport .section_image_txt .schedule_box.small .tit_wrap {margin:0 25px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .schedule_box.small .tit_wrap {margin:0 auto}}
.Motorsport .section_image_txt .schedule_box.small .tit-round {width:170px;height:170px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .schedule_box.small .tit-round {width:150px;height:150px}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .schedule_box.small .tit-round strong {font-size:20px;line-height:22px;font-weight:normal}}
.Motorsport .section_image_txt .schedule_box.small ul .next {width:61px;height:170px;background-position:50% 59px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .schedule_box.small ul .next {width:auto;min-height:14px;height:auto;padding:0;margin-bottom:20px;background-position:50% bottom}}
.Motorsport .section_image_txt .schedule_box.small ul .next strong {top:-17px;left:-50px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .schedule_box.small ul .next strong {display:block;width:auto;padding-bottom:30px}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .schedule_box {background:#eee;margin:23.5px 0 0 -30px;padding:30px 0 0 0;width:auto}}
.Motorsport .section_image_txt .schedule_box ul {display:inline-block}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .schedule_box ul {display:block}}
.Motorsport .section_image_txt .schedule_box ul li {display:block;float:left;padding:0}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .schedule_box ul li {float:none}}
.Motorsport .section_image_txt .schedule_box ul li .tit_wrap {position:relative;float:left}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .schedule_box ul li .tit_wrap {float:none}}
.Motorsport .section_image_txt .schedule_box ul li .tit_wrap a.tit-round:active {-webkit-tap-highlight-color:transparent}
.Motorsport .section_image_txt .schedule_box ul li .tit_wrap .tit-round {float:none}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .schedule_box ul li .tit_wrap .tit-round + .bubble_wrap {display:block;position:static;margin-top:0}
  .Motorsport .section_image_txt .schedule_box ul li .tit_wrap .tit-round + .bubble_wrap .bubble {padding:11px 30px}}
@media screen and (min-width:740px) {.Motorsport .section_image_txt .schedule_box ul li .tit_wrap .tit-round:hover, .Motorsport .section_image_txt .schedule_box ul li .tit_wrap .tit-round:focus {background-color:#a8cbe6}
  .Motorsport .section_image_txt .schedule_box ul li .tit_wrap .tit-round:hover + .bubble_wrap, .Motorsport .section_image_txt .schedule_box ul li .tit_wrap .tit-round:focus + .bubble_wrap {display:block}}
.Motorsport .section_image_txt .schedule_box ul li .tit-round {float:left;position:relative;display:block;width:220px;height:220px;background:#fff;border-radius:110px 110px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .schedule_box ul li .tit-round {float:none;width:150px;height:150px;margin:0 auto;background:#002c5f;border-radius:75px 75px}}
.Motorsport .section_image_txt .schedule_box ul li .tit-round strong {position:absolute;top:50%;left:0;width:100%;font-family:'HyundaiKRBold';font-size:20px;line-height:24px;font-weight:normal;text-align:center;color:#000;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .schedule_box ul li .tit-round strong {color:#fff;font-family:'HyundaiKRMedium';font-size:14px;line-height:16px;font-weight:normal}}
.Motorsport .section_image_txt .schedule_box ul li .next {float:left;display:block;position:relative;width:100px;height:220px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAA2CAYAAAAyEzKAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAhFJREFUeNq0mE0oRGEUhq/fGuW3UCywMQuSkmzMStiIDbGS2BErYaXYSLObZEWTlbASC2GFDU1JLLDAYgiFRlGDcZ1T381xkoXe79RTs7rP3HvmnnnP57iuW0G8uN91QmQQDgrvQ7f7sxZsSJg5JeqzIfERh0LySlSjJUw5EROiMyILLWE61GNbtiFhQko0aEOSThwISZyoRUuYUuJBiK6IPLSEaSE+hWiNSEJLmGnVn1EbkhRiR0g+iABawhQRd0J0TRSgJUyjuQuvtsxdQiXMuOrPhA0Jf/NN1Z8mtITJJ6JCdE8UoyVMPfEuRLtEKlrCjKj+BG1I+M1fFRKeDK1oCZNLXArRo5l5UIljpnNciCJmikMlzIDqz4wNCbOkRJ02JJwFToXkmfCjJUyVCopHHBTREsfkNVnhZAdf+poJ9F1Um1DoFYdFH1KQTZwLQcyERWjjV1Qv2tE/4SElCKFfxjo1VvbRYyXPhD6vOAyWoEf9uhr1LehRP6b6MIX+0wqoeLTzVzz6j6CQuBGCWxP+oJFoW0WiBnQkmlR9GEeHu2YiIQQb6JhabEKcV1ET8mCBO43YE4I3E+6gq0NQ9WEYvQS1qXVuFb3OlRFPQnBB5KBX7IhasWvQK/as6kM/+rCgSwkW0ccefhPKvOKwlomU8GndsRBwSKtEH0WF1WPqQR+q9SrBPPp48Nf8ipR8CTAAhO5Mr4VO88oAAAAASUVORK5CYII=) no-repeat 50% 79px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .schedule_box ul li .next {float:none;width:100%;height:72.5px;padding:25px 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAAcCAYAAADSkrd6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdZJREFUeNrkmD9IQkEcx08xEhEJpEkIGoIGB4cClwYXl5YgosHFyamlqam9ycWpqaWpJYgW1xYHhwaHoCEInEKQkMjK/nxPvsbruOdTMd+78wcf9L133v0++vO9uxNCiC0xX9H3/QBHIGS5bIie0ld8k2uQtFQ4Sb+B6+8bySPIWiacpZfTU3wpJ97AgSXlfAjeFT/pK7ZBS7kguQAJQ4UTzF91atG3Hyugpml0DzKGCWeYt+pSo+efWABlTbm/gpIhwiXmq5ZzmX6usQPamm/qHMQDKhtnfmrObfqMFKugrunkDqQDJpxmXmqudXqMFYugounsBRQDIlxkPmqOFeY/ceyDjqbjMxDzSTbG8dWcnsHetAZZBw3NIA1em2UMy2VtVt+urILCjIQLflWd2//oFET/acwo+/f1/jLVO6ZHyJK9DcqTZCrPRo/Y5c0pcHOGiWdBQ8KI2eFY812PMGodMNLKxiOMXfHJtXhXU+4nIOLymQivq+XcNWltv6nZrZDcgJTSNsXzatsHsGH6vtSAJ5BnmzyP1TaXYMnkLZvBDqRT6hNc8dV53qqdWbnX3NT8ok6awsI9+GVQdRGu8rqVEQbHoEfZHo/DYg4ix/l0zo/BfwQYABJlEeOvgSoEAAAAAElFTkSuQmCC) no-repeat 50% 54px;background-size:30.5px 14px}}
.Motorsport .section_image_txt .schedule_box ul li .next strong {position:absolute;left:-25px;top:-4px;width:160px;font-family:'HyundaiKRBold';font-size:16px;line-height:20px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .schedule_box ul li .next strong {position:static;left:auto;top:auto;width:30.5px;height:14px;margin:0 auto;font-family:'HyundaiKRBold';font-size:14px;line-height:16px;font-weight:normal}}
.Motorsport .section_image_txt .schedule_box ul li .and {float:left;width:60px;height:220px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAsCAYAAADmZKH2AAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAn9JREFUWIW1mdF56yAMhUk38ApeIStkhayQjuAVskI6gu8IuSO4I/iO4DvC6YPllGIdCTA93+cXB6QfgUA4IVQIwBXAAGDBXpP8ds60RZ9SqBsBYnp6kIfhAPTiqFbDr8AJ2HwAzASshgPQGWBT6hDrWrQifGkJNxAnj8p+U0s4NRvtXq++LILnpB193gzjlxBCp/z0JwcuhPBB3u+mlonChRB68v4z03ZuOyoLToua9b65LLj/5H3utGSdEFXCur8xuY5bJEStgxkAnV6sx5ymp9K2Gu5iRG/nSPqwPW4XtUNw0nk0nI1Ru85p2/b4ipxaZ+vdiRYFOwwnBs6O8yqwJnBihC1ypgl5Wd2s2Myp6RYvWk3hJGq5NV3RCVINh3WtTZlQm0bbagM4+Blo6f5rcPDX1oi16rV0aw4HexoXANeorZfBNFtlgNs1cnDhYO/wE4BdjYd1E7YGo9aF4FfMbgcHe42p52jBoLqkPVsSE9LICS0biXtnkP7WchiT9mwwP6bXixqdFgWwNwYIyMYsA2HqNTg26uydXux4Z/D2jUXTE2lCOCMpLrXhZzCL7k2DY+X4UgoWAVoZzIBfWZoDN9fCCaCVwan0fc6Aq46cwHkZ/AoClKghSgimQ9c7+BkMKGtte7Z7619iP/vTgabT6fQvhPDuNLNLLPAMW1BYnym2c6b2ak2rdUKYn7scsJKvoRcVzokeUL4Z9ygvUneAqVEr/bMKSBwrUoEoQVLDXvrP4rxP+lnHUqxRfHjTfd/BZQLW6pb48TZpXg0BeDSCGsELTqsasrcxrAu05BiK9XAdBPWGN8s7r+tulOwvJeD7PpB1sYnsbs8gYK+a7gsDHIi7fbYF5QAAAABJRU5ErkJggg==) no-repeat 50% 58px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .schedule_box ul li .and {float:none;display:block;width:auto;height:22px;margin:2px 0 22px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAsBAMAAAAUSrzFAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAARnQU1BAACxjwv8YQUAAAABc1JHQgCuzhzpAAAAMFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABaPxwLAAAAD3RSTlMAd8zuESKqZjO7Vd1EiJkNcw8RAAABfUlEQVQoz2WSwU7CQBCGB22BNhglxpOHSqKJN/QJ2nAwMR4g8ehBY+IZ3gDjE/gG8gZ48OAN30B9AnkAE6PEBgEdZ3Z22W07l+3+uzOz/zcFUBFuIjauIROVGCl+Mqp/hyo+XfEMdWxYzRtRQQjp+sKKJcQ/Wb6suIq4wytdta2edbGhW7SP+MTruStGiIOCSDfHhXS6MS00ChDnCXklo/ZJNfJyq0pPHZtdxBSOsjbhhPaveSDVIg95FMV+FnLA2mEO/IjFJKNVmyr7IiNG0uY3XzAl39hzREqeDMij8nNZV1qZtnsAb3TUAYilYSQc+GwXQpmTF8uEvCYDKIvXkqQBnLLPNuI3fa8YDgxgFimI0F5SZACxPIxmcSDimrIwSUS8t6x1LXsTWiw+8Ne6nYwfG6+BM4WhoV/RtTUFnIF2NHb4y2/VN/m+sF4YSi8Oa9WKScy3IGQtPTYTaOEyesqA+q0/jHYl0FSrWle0d97c4KN+YJ3e1dBz2+7AP+xwTRjo54YXAAAAAElFTkSuQmCC) no-repeat 50% 0;background-size:auto 100%}}
.Motorsport .section_image_txt .schedule_box ul li .bubble_wrap {display:none;position:absolute;left:50%;width:220px;margin-top:18px;margin-left:-110px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .schedule_box ul li .bubble_wrap {width:auto;margin-left:0}}
.Motorsport .section_image_txt .schedule_box ul li .bubble_wrap .bubble {padding:26px 20px;background:#fff}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .schedule_box ul li .bubble_wrap .bubble {background:transparent}}
.Motorsport .section_image_txt .schedule_box ul li .bubble_wrap .bubble:before {content:'';position:absolute;top:-8px;left:50%;margin-left:-8px;border-bottom:8px solid #fff;border-left:8px solid transparent;border-right:8px solid transparent}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .schedule_box ul li .bubble_wrap .bubble:before {content:none}}
.Motorsport .section_image_txt .schedule_box ul li .bubble_wrap .bubble .bubble_content {color:#000;font-family:'HyundaiKRRegular';font-size:16px;line-height:20px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .schedule_box ul li .bubble_wrap .bubble .bubble_content {font-size:14px;line-height:21px;font-weight:normal}}
.Motorsport .section_image_txt .schedule_box ul li:after {content:"";display:block;width:110px}
.Motorsport .section_image_txt .schedule_box ul li:last-child:after {display:none}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .schedule_box + .more {margin:0 0 -30px -30px;padding:24px 0 28.5px 0;background:#eee}}
.Motorsport .section_image_txt .more.mobile-only {padding-bottom:9px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .txt_wrap {position:relative;left:auto;top:auto}}
.Motorsport .section_image_txt .img_wrap-mobile {display:none}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .img_wrap-mobile {display:block;width:100%;padding:0}
  .Motorsport .section_image_txt .img_wrap-mobile.pos_full {padding:0 15px}
  .Motorsport .section_image_txt .img_wrap-mobile:last-child {padding:0}
  .Motorsport .section_image_txt .img_wrap-mobile:first-child {margin-top:-30px}
  .Motorsport .section_image_txt .img_wrap-mobile img {max-width:100%}}
.Motorsport .section_image_txt .img_wrap {display:block;position:relative;left:50%;margin-left:-960px;z-index:1}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .img_wrap {left:auto;margin-left:0;width:100%}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt .img_wrap {display:none}}
.Motorsport .section_image_txt .bg_wrap {display:none}
.Motorsport .section_image_txt.bg-layered-middle .section_wrap {position:relative;margin:130px 0}
.Motorsport .section_image_txt.bg-layered-middle .bg_wrap {display:block;position:absolute;left:0;top:-130px}
@media screen and (min-width:741px) {.Motorsport .section_image_txt.bg-layered-top .section_wrap {position:relative;margin-top:130px;margin-right:130px}
  .Motorsport .section_image_txt.bg-layered-top .img_wrap {margin-left:-895px}
  .Motorsport .section_image_txt.bg-layered-top .txt_wrap {padding-left:120px}
  .Motorsport .section_image_txt.bg-layered-top .txt_wrap.txt-left {margin-left:-495px;padding-left:0}
  .Motorsport .section_image_txt.bg-layered-top .bg_wrap {display:block;position:absolute;left:0;top:-130px;z-index:1}
  .Motorsport .section_image_txt.bg-layered-top .pos_right {right:270px}
  .Motorsport .section_image_txt.bg-layered-bottom .section_wrap {position:relative;margin-bottom:130px;margin-right:130px}
  .Motorsport .section_image_txt.bg-layered-bottom .img_wrap {margin-left:-895px}
  .Motorsport .section_image_txt.bg-layered-bottom .txt_wrap {padding-left:120px}
  .Motorsport .section_image_txt.bg-layered-bottom .txt_wrap.txt-left {margin-left:-495px;padding-left:0}
  .Motorsport .section_image_txt.bg-layered-bottom .bg_wrap {display:block;position:absolute;left:0;top:0;z-index:1}
  .Motorsport .section_image_txt.bg-layered-bottom .pos_right {right:270px}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_image_txt.bg-layered-mobile-right {margin-top:65px}
  .Motorsport .section_image_txt.bg-layered-mobile-right .section_wrap {margin:35px 30px 0 0}
  .Motorsport .section_image_txt.bg-layered-mobile-right .img_wrap {margin-left:0}
  .Motorsport .section_image_txt.bg-layered-mobile-right .txt_wrap.txt-left {margin-left:0}
  .Motorsport .section_image_txt.bg-layered-mobile-right .bg_wrap {display:block;position:absolute;left:0;top:-35px;z-index:1}
  .Motorsport .section_image_txt.bg-layered-mobile-right .txt_wrap.txt-left .tit {padding:0 30px 8px}
  .Motorsport .section_image_txt.bg-layered-mobile-right .txt_wrap .desc {padding-left:30px;padding-right:0}
  .Motorsport .section_image_txt.bg-layered-mobile-right .img_pos.pos_left, .Motorsport .section_image_txt.bg-layered-mobile-right .img_pos.pos_right, .Motorsport .section_image_txt.bg-layered-mobile-right .img_pos.pos_right_bottom, .Motorsport .section_image_txt.bg-layered-mobile-right .img_pos.pos_full {padding:0 0 35px 30px;margin-top:-5px}
  .Motorsport .section_image_txt.bg-layered-mobile-left {margin-top:65px}
  .Motorsport .section_image_txt.bg-layered-mobile-left .section_wrap {margin:35px 0 0 30px}
  .Motorsport .section_image_txt.bg-layered-mobile-left .img_wrap {margin-left:0}
  .Motorsport .section_image_txt.bg-layered-mobile-left .txt_wrap.txt-left {margin-left:0}
  .Motorsport .section_image_txt.bg-layered-mobile-left .bg_wrap {display:block;position:absolute;left:0;top:-35px;z-index:1}
  .Motorsport .section_image_txt.bg-layered-mobile-left .txt_wrap.txt-left .tit {padding:0 30px 9px 22.5px}
  .Motorsport .section_image_txt.bg-layered-mobile-left .txt_wrap .desc {padding-left:0;padding-right:30px}
  .Motorsport .section_image_txt.bg-layered-mobile-left .img_pos.pos_left, .Motorsport .section_image_txt.bg-layered-mobile-left .img_pos.pos_right, .Motorsport .section_image_txt.bg-layered-mobile-left .img_pos.pos_right_bottom, .Motorsport .section_image_txt.bg-layered-mobile-left .img_pos.pos_full {padding:0 30px 0 0;margin-bottom:35px;margin-top:-5px}
  .Motorsport .section_image_txt.bg-layered-middle .img_wrap {display:none}}

.Motorsport .section_video {position:relative}
.Motorsport .section_video .section_wrap, .Motorsport .section_video .thumbnail_wrap {position:relative}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_video .dimmed {position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0, 0, 0, 0.5);z-index:1}}
.Motorsport .section_video .txt_wrap {position:absolute;left:50%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:2;padding-left:176px}
.Motorsport .section_video .txt_wrap .tit {font-family:'HyundaiKRMedium';font-size:36px;line-height:40px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_video .txt_wrap .tit {display:none}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_video .txt_wrap .desc {display:none}}
.Motorsport .section_video .btn_play {width:112px;height:112px;margin:-56px 0 0 -56px}
.Motorsport .section_video .btn_play:before {left:44px;top:38px;border-width:18px 0 18px 26px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_video .btn_play {width:35px;height:35px;margin:-17.5px 0 0 -17.5px}
  .Motorsport .section_video .btn_play:before {left:13px;top:12px;border-width:6px 0 6px 9px}}
.Motorsport .section_video .desc {padding-top:14px;font-size:18px;line-height:26px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_video .desc.mobile-only {position:relative;left:auto;top:auto;z-index:3;margin:0;padding:10px 0 12px;background:#eee;text-align:center}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_video .desc .more a {font-family:'HyundaiKRMedium';font-size:12px;line-height:12px;font-weight:normal;color:#000}}
.Motorsport .section_video .img_wrap {display:block;position:relative;left:50%;margin-left:-960px;z-index:1}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_video .img_wrap {left:auto;margin-left:0}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_video .layer_wrap.fixed_layer_wrap .layer .layer_inner {top:0;left:0;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}}

.Motorsport .section_news {overflow:hidden}
.Motorsport .section_news .section_wrap {position:relative;left:50%;width:1120px;margin-left:-560px;padding-bottom:0}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_news .section_wrap {width:auto;left:0;padding:0 15px 29px;margin:0}}
.Motorsport .section_news .section_wrap .link_layer {margin:53px 0 38px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_news .section_wrap .link_layer {margin:15px 0 0}}
.Motorsport .section_news .section_wrap .tit {position:relative;z-index:2;width:100%;padding:119px 0 0 0;text-align:center;font-family:'HyundaiKRBold';font-size:50px;line-height:60px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_news .section_wrap .tit {padding:31px 0 0 0;font-family:'HyundaiKRBold';font-size:25px;line-height:30px;font-weight:normal}}
.Motorsport .section_news .section_wrap .more {position:absolute;z-index:2;right:0;margin:-34px 0 0 0}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_news .section_wrap .more {position:relative;left:auto;width:100%;text-align:center;margin:4px 0 0 0}}
.Motorsport .section_news .section_wrap .newslist {position:relative;z-index:2;width:100%;overflow:hidden;clear:both;margin-top:45px;padding-top:0;padding-bottom:53px;text-align:center}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_news .section_wrap .newslist {padding-top:0;padding-bottom:0;margin-top:14px;overflow:hidden}}
.Motorsport .section_news .section_wrap .newslist:after {content:'';width:100%;height:0;clear:both;display:block}
.Motorsport .section_news .section_wrap .newslist .news {float:left;padding:0}
.Motorsport .section_news .section_wrap .newslist .news:first-child {margin-left:0}
.Motorsport .section_news .section_wrap .newslist .news:focus {outline:none}
.Motorsport .section_news .section_wrap .newslist .news a {display:inline-block}
.Motorsport .section_news .section_wrap .newslist .news .img img {width:100%;height:auto}
.Motorsport .section_news .section_wrap .newslist .news .date {text-align:center;padding-bottom:3px;font-family:'HyundaiKRRegular';font-size:16px;line-height:26px;font-weight:normal}
.Motorsport .section_news .section_wrap .newslist .news .subject {display:block;max-width:800px;margin:0 auto;text-align:center;padding:14px 0 13px 0;font-family:'HyundaiKRMedium';font-size:26px;line-height:30px;font-weight:normal}
.Motorsport .section_news .section_wrap .newslist .news .subject h3 {font-family:'HyundaiKRMedium';font-size:26px;line-height:30px;font-weight:normal}
.Motorsport .section_news .section_wrap .newslist .news .desc {max-width:800px;margin:0 auto;text-align:center;font-family:'HyundaiKRRegular';font-size:20px;line-height:24px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_news .section_wrap .newslist .news {width:100%;margin:0;padding:0}
  .Motorsport .section_news .section_wrap .newslist .news .subject {text-align:center;padding:11.5px 23px 7px;font-family:'HyundaiKRBold';font-size:15px;line-height:17px;font-weight:normal}
  .Motorsport .section_news .section_wrap .newslist .news .subject h3 {font-family:'HyundaiKRBold';font-size:15px;line-height:17px;font-weight:normal}
  .Motorsport .section_news .section_wrap .newslist .news .date {display:block;text-align:center;font-family:'HyundaiKRRegular';font-size:12px;line-height:19px;font-weight:normal}
  .Motorsport .section_news .section_wrap .newslist .news .desc {font-family:'HyundaiKRRegular';font-size:12px;line-height:17px;font-weight:normal;padding:0 0 0.5px}}
.Motorsport .section_news .section_wrap .newslist .slick-prev {left:50%;top:245px;bottom:auto;margin-left:-560px;margin-top:0;margin-bottom:106px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_news .section_wrap .newslist .slick-prev {left:0;top:0;margin-left:0;margin-bottom:0}}
.Motorsport .section_news .section_wrap .newslist .slick-next {right:50%;top:245px;bottom:auto;margin-right:-560px;margin-top:0;margin-bottom:106px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_news .section_wrap .newslist .slick-next {right:0;top:0;margin-right:0;margin-bottom:0}}
.Motorsport .section_news .section_wrap .bg_wrap {position:absolute;left:-400px;top:0;z-index:0}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_news .section_wrap .bg_wrap {left:0;width:100%}}

.Motorsport .section_gallery_video {margin:0 auto}
.Motorsport .section_gallery_video .section_wrap {overflow:hidden;width:1920px;left:50%;margin-left:-960px;position:relative;padding-bottom:122px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_gallery_video .section_wrap {width:100%;left:auto;margin:0;padding-bottom:0}}
.Motorsport .section_gallery_video .section_wrap .tit {width:800px;margin:0 auto;padding:115px 0 0 0;text-align:center;font-family:'HyundaiKRBold';font-size:50px;line-height:60px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_gallery_video .section_wrap .tit {width:auto;padding:32px 0 10px 0;font-family:'HyundaiKRBold';font-size:25px;line-height:27px;font-weight:normal}}
.Motorsport .section_gallery_video .section_wrap .more {position:absolute;left:50%;width:400px;text-align:right;padding:0 32px 0 0;margin-top:-34px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_gallery_video .section_wrap .more {position:relative;left:auto;text-align:center;width:auto;padding:0;margin:-2.5px 0 0 0}}
.Motorsport .section_gallery_video .section_wrap .gallery_list {width:800px;margin:0 auto;position:relative;margin-top:45px;padding:0}
.Motorsport .section_gallery_video .section_wrap .gallery_list:after {display:block;content:"";width:100%;height:0;clear:both}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_gallery_video .section_wrap .gallery_list {width:auto;margin-top:13.5px}}
.Motorsport .section_gallery_video .section_wrap .gallery_list .video {position:relative;width:100%;margin:0 16px;float:left}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_gallery_video .section_wrap .gallery_list .video {margin:0 15px}}
.Motorsport .section_gallery_video .section_wrap .gallery_list .video:focus {outline:none}
.Motorsport .section_gallery_video .section_wrap .gallery_list .video img {width:100%}
.Motorsport .section_gallery_video .section_wrap .gallery_list .video .btn_play {display:none;margin:-35px 0 0 -35px;top:50%}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_gallery_video .section_wrap .gallery_list .video .btn_play {top:50%;margin:-17.5px 0 0 -17.5px}}
.Motorsport .section_gallery_video .section_wrap .gallery_list .video.slick-current {}
.Motorsport .section_gallery_video .section_wrap .gallery_list .video.slick-current .btn_play {display:block}
.Motorsport .section_gallery_video .section_wrap .gallery_list .slick-prev {left:-64px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_gallery_video .section_wrap .gallery_list .slick-prev {left:15px;top:50%;bottom:auto;margin-top:-17.5px}}
.Motorsport .section_gallery_video .section_wrap .gallery_list .slick-next {right:-64px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_gallery_video .section_wrap .gallery_list .slick-next {right:15px;top:50%;bottom:auto;margin-top:-17.5px}}
.Motorsport .section_gallery_video .section_wrap .video-info {padding:0;width:736px;height:78px;margin:0 auto}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_gallery_video .section_wrap .video-info {width:100%;height:auto}}
.Motorsport .section_gallery_video .section_wrap .video-info .subject {font-family:'HyundaiKRMedium';font-size:20px;line-height:26px;font-weight:normal;padding:25px 0 1px 0}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_gallery_video .section_wrap .video-info .subject {font-family:'HyundaiKRMedium';font-size:14px;line-height:21px;font-weight:normal;padding:15px 30px 0}}
.Motorsport .section_gallery_video .section_wrap .video-info .date {font-family:'HyundaiKRRegular';font-size:16px;line-height:26px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_gallery_video .section_wrap .video-info .date {font-family:'HyundaiKRRegular';font-size:12px;line-height:21px;font-weight:normal;padding:0 30px 11px;margin-top:3px}}
.Motorsport .section_gallery_video .section_wrap .page {top:auto;margin-top:-52px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_gallery_video .section_wrap .page {padding-bottom:30px;margin-top:0}}

.Motorsport .section_gallery_photo {position:relative;width:100%;margin:0 auto}
.Motorsport .section_gallery_photo .section_wrap {position:relative;width:1120px;overflow:visible;position:relative;left:50%;margin-left:-560px;padding-bottom:130px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_gallery_photo .section_wrap {width:auto;overflow:hidden;left:auto;margin-left:0;padding:15px 15px 31px}}
.Motorsport .section_gallery_photo .section_wrap .tit {width:100%;padding:119px 0 45px 0;text-align:center;font-family:'HyundaiKRBold';font-size:50px;line-height:60px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_gallery_photo .section_wrap .tit {padding:16px 0 23px 0;font-family:'HyundaiKRBold';font-size:25px;line-height:27px;font-weight:normal}}
.Motorsport .section_gallery_photo .section_wrap .more {margin:-37px 0 21px 0;text-align:center}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_gallery_photo .section_wrap .more {position:relative;left:auto;width:100%;text-align:center;margin:-15.5px 0 14px 0}}
.Motorsport .section_gallery_photo .section_wrap.list_type .gallery_list {display:none}
.Motorsport .section_gallery_photo .section_wrap .gallery_list {position:relative;width:100%}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_gallery_photo .section_wrap .gallery_list {overflow:hidden}}
.Motorsport .section_gallery_photo .section_wrap .gallery_list .slick-track {line-height:0}
.Motorsport .section_gallery_photo .section_wrap .gallery_list .photo {float:left;width:1120px;line-height:0}
.Motorsport .section_gallery_photo .section_wrap .gallery_list .photo img {width:100%;height:auto;padding:28px 50px;box-sizing:border-box;-webkit-transition:all 0.3s;transition:all 0.3s}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_gallery_photo .section_wrap .gallery_list .photo img {padding:0}}
.Motorsport .section_gallery_photo .section_wrap .gallery_list .photo.slick-current img {padding:0}
.Motorsport .section_gallery_photo .section_wrap .gallery_list .photo:focus {outline:none}
.Motorsport .section_gallery_photo .section_wrap .gallery_list:after {display:block;content:"";width:100%;height:0;clear:both}
.Motorsport .section_gallery_photo .section_wrap .gallery_list .slick-track:after {display:block;content:"";width:100%;height:0;clear:both}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_gallery_photo .section_wrap .gallery_list .slick-prev {top:50%;bottom:auto;margin-top:-17.5px}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_gallery_photo .section_wrap .gallery_list .slick-next {top:50%;bottom:auto;margin-top:-17.5px}}
.Motorsport .section_gallery_photo .section_wrap.list_type .tabs_contents {padding-top:35px}
.Motorsport .section_gallery_photo .section_wrap.list_type .gallery_thumb_list {margin-top:0}
.Motorsport .section_gallery_photo .section_wrap.list_type .gallery_thumb_list .thumb {width:196px;margin:0 0 35px 35px}
.Motorsport .section_gallery_photo .section_wrap.list_type .gallery_thumb_list .thumb:nth-child(5n-4) {margin-left:0}
.Motorsport .section_gallery_photo .section_wrap.list_type .gallery_thumb_list .thumb.on:before {display:none}
.Motorsport .section_gallery_photo .section_wrap .gallery_thumb_list {position:relative;width:100%;margin-top:30px;overflow:hidden}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_gallery_photo .section_wrap .gallery_thumb_list {display:none}}
.Motorsport .section_gallery_photo .section_wrap .gallery_thumb_list .thumb {position:relative;float:left;width:160px;box-sizing:border-box}
.Motorsport .section_gallery_photo .section_wrap .gallery_thumb_list .thumb img {width:100%;height:auto}
.Motorsport .section_gallery_photo .section_wrap .gallery_thumb_list .thumb.on:before {content:"";display:block;border:10px solid #e63312;width:100%;height:100%;position:absolute;left:0;top:0;box-sizing:border-box}
.Motorsport .section_gallery_photo .section_wrap .gallery_thumb_list .slick-prev, .Motorsport .section_gallery_photo .section_wrap .gallery_thumb_list .slick-next {-ms-transform:scale(0.6, 0.6);/* IE 9 */ -webkit-transform:scale(0.6, 0.6);/* Safari */ transform:scale(0.6, 0.6)}
.Motorsport .section_gallery_photo .section_wrap .gallery_thumb_list .slick-prev {left:-10px}
.Motorsport .section_gallery_photo .section_wrap .gallery_thumb_list .slick-next {right:-10px}
.Motorsport .section_gallery_photo .section_wrap .gallery_thumb_list:after {display:block;content:"";width:100%;height:0;clear:both}
.Motorsport .section_gallery_photo .section_wrap.list_type .page {display:none}
.Motorsport .section_gallery_photo .section_wrap .page {position:absolute;left:auto;right:0;top:auto;bottom:143px;color:#fff}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_gallery_photo .section_wrap .page {position:relative;right:auto;bottom:auto;text-align:center;color:#000;padding-top:13px}}
.Motorsport .section_gallery_photo .section_wrap .gallery_content {position:relative}
.Motorsport .section_gallery_photo .section_wrap .toggleList {position:absolute;left:50%;top:-45px;margin:0 0 0 535px;width:25px;height:25px;background:#ea3115;z-index:1}
.Motorsport .section_gallery_photo .section_wrap .toggleList a {position:absolute;display:block;width:100%;height:100%}
.Motorsport .section_gallery_photo .section_wrap .toggleList a span.hidden {position:absolute;width:0;height:0;overflow:hidden;top:0;left:0}
.Motorsport .section_gallery_photo .section_wrap .toggleList a.list:before {content:"";display:block;position:absolute;left:7px;top:0;width:7px;height:100%;border-left:2px solid #fff;border-right:2px solid #fff}
.Motorsport .section_gallery_photo .section_wrap .toggleList a.list:after {content:"";display:block;position:absolute;left:0;top:7px;width:100%;height:7px;border-top:2px solid #fff;border-bottom:2px solid #fff}
.Motorsport .section_gallery_photo .section_wrap .toggleList a.gallery {display:none}
.Motorsport .section_gallery_photo .section_wrap .toggleList a.gallery:before {content:"";display:block;position:absolute;left:5px;top:0;width:11px;height:100%;border-left:2px solid #fff;border-right:2px solid #fff}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_gallery_photo .section_wrap .toggleList {display:none}}
.Motorsport .section_gallery_photo .section_wrap.list_type .toggleList a.list {display:none}
.Motorsport .section_gallery_photo .section_wrap.list_type .toggleList a.gallery {display:block}

.Motorsport .section_crews {width:100%;max-width:1920px;margin:0 auto;background:#eee;position:static;background:#000;color:#fff}
.Motorsport .section_crews .section_wrap {width:1800px;overflow:hidden;position:relative;left:50%;padding-top:123px;margin-left:-900px;padding-bottom:80px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_crews .section_wrap {width:auto;left:auto;margin:0 15px;padding:35px 0 29px}}
.Motorsport .section_crews .section_wrap .eyebrow {text-align:center;padding:0;margin-top:-5px;font-family:'HyundaiKRBold';font-size:36px;line-height:80px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_crews .section_wrap .eyebrow {margin:0;font-size:14px;line-height:14px;font-weight:normal}}
.Motorsport .section_crews .section_wrap .red {color:#e63514}
.Motorsport .section_crews .section_wrap .tit {position:relative;width:100%;padding:0;text-align:center;z-index:2;font-family:'HyundaiKRBold';font-size:130px;line-height:110px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_crews .section_wrap .tit {font-size:30px;line-height:30px;font-weight:normal;padding:7px 0 24px}}
.Motorsport .section_crews .section_wrap .more {float:right;margin-top:-34px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_crews .section_wrap .more {float:none;text-align:center;padding:0;margin:9px 0 0 0}}
.Motorsport .section_crews .section_wrap .crews_list {position:relative;width:100%}
.Motorsport .section_crews .section_wrap .crews_list:after {display:block;content:"";width:100%;height:0;clear:both}
.Motorsport .section_crews .section_wrap .crews_list .drivers {float:left;width:100%;margin-top:-59px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_crews .section_wrap .crews_list .drivers {margin-top:0;display:table}}
.Motorsport .section_crews .section_wrap .crews_list .drivers:focus {outline:none}
.Motorsport .section_crews .section_wrap .crews_list .drivers .driver {position:relative;display:block;float:left;width:50%}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_crews .section_wrap .crews_list .drivers .driver {display:table-cell;float:none}}
.Motorsport .section_crews .section_wrap .crews_list .drivers .driver:after {display:block;content:"";width:100%;height:0;clear:both}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_crews .section_wrap .crews_list .drivers .driver:first-child {background:#e63312}}
.Motorsport .section_crews .section_wrap .crews_list .drivers .driver:first-child .detail {right:0;left:auto;padding:0 0 0 196px;background:#e63514}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_crews .section_wrap .crews_list .drivers .driver:first-child .detail {padding:15px 15px 25px}}
.Motorsport .section_crews .section_wrap .crews_list .drivers .driver:first-child .detail:after {content:"";display:block;position:absolute;right:2px;bottom:0;width:0;height:0;border-style:solid;border-width:0 0 284px 56px;border-color:transparent transparent #002c5f transparent;z-index:4}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_crews .section_wrap .crews_list .drivers .driver:first-child .detail:after {content:none}}
.Motorsport .section_crews .section_wrap .crews_list .drivers .driver:first-child .detail:before {content:"";display:block;position:absolute;right:0;width:2px;height:284px;background:#002c5f}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_crews .section_wrap .crews_list .drivers .driver:first-child .detail:before {content:none}}
.Motorsport .section_crews .section_wrap .crews_list .drivers .driver:first-child .detail .work {left:100px;right:auto;text-align:left}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_crews .section_wrap .crews_list .drivers .driver:last-child {background:#002c5f}}
.Motorsport .section_crews .section_wrap .crews_list .drivers .driver .detail {position:absolute;left:0;right:auto;bottom:0;width:660px;padding:0 0 0 175px;box-sizing:border-box;background:#002c5f;height:284px;z-index:3}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_crews .section_wrap .crews_list .drivers .driver .detail {position:static;width:auto;height:auto;padding:15px 15px 25px}}
.Motorsport .section_crews .section_wrap .crews_list .drivers .driver .detail .name {display:block;padding:47px 0 0 0;font-family:'HyundaiKRBold';font-size:36px;line-height:32px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_crews .section_wrap .crews_list .drivers .driver .detail .name {padding:6px 0 2px;font-size:14px;line-height:18px;font-weight:normal}}
.Motorsport .section_crews .section_wrap .crews_list .drivers .driver .detail .birth {padding:8px 0 0 0;font-family:'HyundaiKRRegular';font-size:16px;line-height:26px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_crews .section_wrap .crews_list .drivers .driver .detail .birth {padding:0 0 7px;font-size:10px;line-height:12px;font-weight:normal}}
.Motorsport .section_crews .section_wrap .crews_list .drivers .driver .detail .work {position:absolute;width:400px;right:100px;top:-83px;text-align:right;font-family:'HyundaiKRBold';font-size:60px;line-height:50px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_crews .section_wrap .crews_list .drivers .driver .detail .work {position:static;width:auto;text-align:left;font-size:12px;line-height:19px;font-weight:normal}}
.Motorsport .section_crews .section_wrap .crews_list .drivers .driver .detail .etc {padding:25px 0 0 0;font-family:'HyundaiKRMedium';font-size:16px;line-height:26px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_crews .section_wrap .crews_list .drivers .driver .detail .etc {padding:1.5px 0 0 0;font-size:10px;line-height:15px;font-weight:normal}}
.Motorsport .section_crews .section_wrap .crews_list .slick-dots {padding-top:43px}
.Motorsport .section_crews .section_wrap .crews_list .slick-dots > li:not(.slick-active) {background:#fff}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_crews .section_wrap .crews_list .slick-dots {padding-top:12px}}
.Motorsport .section_crews .section_wrap .crews_list .slick-prev, .Motorsport .section_crews .section_wrap .crews_list .slick-next {top:auto;bottom:610px;margin:0}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_crews .section_wrap .crews_list .slick-prev, .Motorsport .section_crews .section_wrap .crews_list .slick-next {top:0;bottom:auto;margin-top:22.4138%}}
.Motorsport .section_crews .section_wrap .crews_list .slick-prev {left:340px;right:auto}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_crews .section_wrap .crews_list .slick-prev {left:0}}
.Motorsport .section_crews .section_wrap .crews_list .slick-next {right:340px;left:auto}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_crews .section_wrap .crews_list .slick-next {right:0}}

.Motorsport .section_accordion {width:100%;max-width:1920px;margin:0 auto;background:#eee}
.Motorsport .section_accordion .section_wrap {position:relative;width:1120px;overflow:visible;position:relative;left:50%;margin-left:-560px;padding-top:130px;padding-bottom:130px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap {width:auto;left:auto;margin-left:0;padding:35px 15px}}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item {border-top:1px solid #fff}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item:first-child {border-top:0}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit a {position:relative;display:block;padding:0 0 0 30px;background:#002c5f;color:#fff;font-family:'HyundaiKRBold';font-size:18px;line-height:70px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit a {padding:13px 43px 12px 15px;font-family:'HyundaiKRMedium';font-size:15px;line-height:17px;font-weight:normal}}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit a:before, .Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit a:after {content:"";position:absolute;top:37px;border-bottom:3px solid #fff;border-left:3px solid transparent;border-right:3px solid transparent;height:0;width:9px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit a:before, .Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit a:after {top:17px;border-bottom:2px solid #fff;border-left:2px solid transparent;border-right:2px solid transparent;width:6px}}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit a:before {right:36px;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit a:after {right:28px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit a:before {right:20px}
  .Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit a:after {right:14.5px}}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit.open a:before, .Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit.open a:after {top:31px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit.open a:before, .Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit.open a:after {top:17px}}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit.open a:before {right:36px;-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg);transform:rotate(135deg)}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit.open a:after {right:28px;-ms-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit.open a:before {right:20px}
  .Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit.open a:after {right:14px}}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont {display:none;background:#fff;border-left:1px solid #d9d9d9;border-right:1px solid #d9d9d9;padding:0 63px 83px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont {padding:0 15px 32px}}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item:last-child .cont {border-bottom:1px solid #d9d9d9}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .subject {font-family:'HyundaiKRBold';font-size:26px;line-height:34px;font-weight:normal;padding:53px 0 21px 0}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .subject strong {font-family:'HyundaiKRBold';font-size:26px;line-height:34px;font-weight:normal}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .subject.center {text-align:center}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap .accordion_wrap .item .subject {font-family:'HyundaiKRBold';font-size:15px;line-height:17px;font-weight:normal;padding:33px 0 16px 0}
  .Motorsport .section_accordion .section_wrap .accordion_wrap .item .subject strong {font-family:'HyundaiKRBold';font-size:15px;line-height:17px;font-weight:normal}}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .text, .Motorsport .section_accordion .section_wrap .accordion_wrap .item .desc {font-family:'HyundaiKRRegular';font-size:16px;line-height:26px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap .accordion_wrap .item .text, .Motorsport .section_accordion .section_wrap .accordion_wrap .item .desc {font-family:'HyundaiKRRegular';font-size:14px;line-height:21px;font-weight:normal}}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .desc p {padding-top:26px}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .desc p:first-child {padding-top:0}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul {margin:0 -16px;width:1026px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul {width:100%;margin:0}}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li {float:left;padding:0 16px;vertical-align:top;box-sizing:border-box}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li {padding:0 0 28px 0}
  .Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li:last-child {padding:0}}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li .img_wrap {padding:0 0 16px 0}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li .img_wrap.no-padding {padding:0}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li .img_wrap.no-padding {margin-bottom:-12px}}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li .subject2 {padding:0 0 8px 0;font-family:'HyundaiKRMedium';font-size:16px;line-height:20px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li .subject2 {font-family:'HyundaiKRMedium';font-size:14px;line-height:21px;font-weight:normal}}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li .subject3 {padding:2px 0 6px 0;font-family:'HyundaiKRMedium';font-size:20px;line-height:26px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li .subject3 {font-family:'HyundaiKRMedium';font-size:14px;line-height:21px;font-weight:normal}}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li .video_wrap {position:relative;padding:0 0 16px 0}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li ul.list {padding:0;margin:0}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li ul.list li {position:relative;font-family:'HyundaiKRRegular';font-size:16px;line-height:26px;font-weight:normal;padding:0 0 15px 12px}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li ul.list li:before {content:"";display:block;width:3px;height:3px;background:#000;position:absolute;left:0;top:9px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li ul.list li {font-family:'HyundaiKRRegular';font-size:14px;line-height:21px;font-weight:normal;padding:0 0 15px 10px}
  .Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li ul.list li:before {width:2px;height:2px}}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul.col1 > li {width:100%}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul.col2 > li {width:50%}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul.col3 > li {width:33.3333%}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul.col2 > li {width:100%}
  .Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul.col3 > li {width:100%}}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul:after {display:block;content:"";width:100%;height:0;clear:both}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .quote {width:100%;text-align:center;padding:46px 0 8px 0}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap .accordion_wrap .item .quote {padding:22px 0 8px 0}}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .quote .word {font-family:'HyundaiKRBold';font-size:23px;line-height:30px;font-weight:normal;margin-top:-15px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap .accordion_wrap .item .quote .word {font-family:'HyundaiKRMedium';font-size:15px;line-height:17px;font-weight:normal}}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .quote .word:before {content:"“"}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .quote .word:after {content:"”"}
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .quote .author {font-family:'HyundaiKRRegular';font-size:16px;line-height:34px;font-weight:normal;padding:9px 0 0 0;margin-bottom:-3px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap .accordion_wrap .item .quote .author {font-family:'HyundaiKRRegular';font-size:14px;line-height:17px;font-weight:normal;padding:10px 0 0 0;margin-bottom:2px}}
.Motorsport .section_accordion .section_wrap .gallery_wrap {position:relative;margin:52px 0 40px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap .gallery_wrap {margin:24px 0 12px}}
.Motorsport .section_accordion .section_wrap .gallery_wrap .gallery_content {overflow:hidden}
.Motorsport .section_accordion .section_wrap .gallery_wrap .gallery_content .gallery_list {width:576px;margin:0 auto}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap .gallery_wrap .gallery_content .gallery_list {width:auto}}
.Motorsport .section_accordion .section_wrap .gallery_wrap .gallery_content .gallery_list .list {position:relative;float:left;margin:0 16px;text-align:center}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap .gallery_wrap .gallery_content .gallery_list .list {margin:0}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap .gallery_wrap .gallery_content .gallery_list .list a:active {-webkit-tap-highlight-color:transparent}}
.Motorsport .section_accordion .section_wrap .gallery_wrap .gallery_content .gallery_list .list .photo img {width:100%}
.Motorsport .section_accordion .section_wrap .gallery_wrap .gallery_content .gallery_list .slick-next {right:142px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap .gallery_wrap .gallery_content .gallery_list .slick-next {right:0}}
.Motorsport .section_accordion .section_wrap .gallery_wrap .gallery_content .gallery_list .slick-prev {left:142px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap .gallery_wrap .gallery_content .gallery_list .slick-prev {left:0}}
.Motorsport .section_accordion .section_wrap .gallery_wrap .page {top:auto;bottom:-51px;right:224px;width:auto;padding-right:0}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_accordion .section_wrap .gallery_wrap .page {right:auto;bottom:-13px}}

.Motorsport .section_more {position:relative;overflow:visible}
.Motorsport .section_more .txt_wrap {position:absolute;left:0;top:0;width:100%;text-align:center;z-index:2;margin-top:110px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_more .txt_wrap {position:relative;left:auto;top:auto;margin-top:30px}}
.Motorsport .section_more .txt_wrap.txt-left {text-align:left;left:50%;margin-left:-560px;width:auto}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_more .txt_wrap.txt-left {left:auto;margin-left:0}}
.Motorsport .section_more .txt_wrap.txt-right {text-align:right;right:50%;margin-right:-560px;width:auto}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_more .txt_wrap.txt-right {left:auto;margin-left:0}}
.Motorsport .section_more .txt_wrap.txt-right > * {clear:both;float:right}
.Motorsport .section_more .txt_wrap .tit {width:750px;margin:0 auto;padding:0 0 17px 0;font-family:'HyundaiKRBold';font-size:80px;line-height:80px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_more .txt_wrap .tit {width:auto;padding:0 30px 9px;margin-top:26px;font-family:'HyundaiKRBold';font-size:25px;line-height:27px;font-weight:normal;color:#000}}
.Motorsport .section_more .txt_wrap .tit.wide {width:950px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_more .txt_wrap .tit.wide {width:auto}}
.Motorsport .section_more .txt_wrap .tit.text-small {font-family:'HyundaiKRBold';font-size:50px;line-height:56px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_more .txt_wrap .tit.text-small {font-family:'HyundaiKRBold';font-size:25px;line-height:27px;font-weight:normal}}
.Motorsport .section_more .txt_wrap .tit span[data-element-type=animation] {display:block}
.Motorsport .section_more .txt_wrap .subtit {width:750px;margin:0 auto;padding:0 0 20px 0;font-family:'HyundaiKRBold';font-size:36px;line-height:40px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_more .txt_wrap .subtit {width:auto;padding:0 30px 9px;font-family:'HyundaiKRBold';font-size:25px;line-height:27px;font-weight:normal;color:#000}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_more .txt_wrap .tit + .subtit {margin-top:-9px}}
.Motorsport .section_more .txt_wrap .desc {width:750px;margin:0 auto;font-family:'HyundaiKRRegular';font-size:18px;line-height:28px;font-weight:normal}
.Motorsport .section_more .txt_wrap .desc.wide {width:950px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_more .txt_wrap .desc {width:auto;padding:0 30px 28.5px;font-family:'HyundaiKRRegular';font-size:14px;line-height:21px;font-weight:normal}
  .Motorsport .section_more .txt_wrap .desc.wide {width:auto}}
.Motorsport .section_more .txt_wrap.txt-left .desc, .Motorsport .section_more .txt_wrap.txt-right .desc {margin:0}
.Motorsport .section_more .txt_wrap .more {padding-top:26px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_more .txt_wrap .more {padding-top:0}
  .Motorsport .section_more .txt_wrap .more.desktop {display:none}}
.Motorsport .section_more .more.mobile-only {padding-bottom:9px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_more .txt_wrap .img_wrap-mobile {display:block;width:100%;padding:0}
  .Motorsport .section_more .txt_wrap .img_wrap-mobile:last-child {padding:0}
  .Motorsport .section_more .txt_wrap .img_wrap-mobile:first-child {margin-top:-30px}
  .Motorsport .section_more .txt_wrap .img_wrap-mobile img {max-width:100%;display:block}}
.Motorsport .section_more .img_wrap-mobile {display:none}
.Motorsport .section_more .img_wrap {display:block;position:relative;left:50%;margin-left:-960px;z-index:1}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_more .img_wrap {left:auto;margin-left:0;width:100%}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_more .img_wrap {display:none}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_more .expand {position:relative;z-index:2;padding:0;margin-top:-1px}}
.Motorsport .section_more .bg_wrap {display:none}
.Motorsport .section_expand {display:none}
.Motorsport .section_compare {position:relative;padding:120px 0 130px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_compare {padding:27px 0 35px}}
.Motorsport .section_compare .section_wrap {position:relative;max-width:1920px;margin:0 auto}
.Motorsport .section_compare .section_wrap .tit {padding-bottom:45px;font-family:'HyundaiKRBold';font-size:50px;line-height:60px;font-weight:normal;text-align:center}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_compare .section_wrap .tit {padding-bottom:18px;font-family:'HyundaiKRBold';font-size:20px;line-height:22px;font-weight:normal}}
.Motorsport .section_compare .section_wrap .info_drag {width:100%;padding-top:12px;text-align:center;color:#e63514;font-family:'HyundaiKRMedium';font-size:18px;line-height:30px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_compare .section_wrap .info_drag {padding-top:18px;font-size:12px;line-height:15px;font-weight:normal}}
.Motorsport .section_compare .section_wrap .info_drag .icon_drag {position:relative;display:inline-block;width:30px;height:30px;border:2px solid #e63514;border-radius:15px;box-sizing:border-box;margin-left:4px;overflow:hidden;vertical-align:middle}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_compare .section_wrap .info_drag .icon_drag {width:15px;height:15px;border-radius:7.5px;border-width:1px;margin-left:1.5px}}
.Motorsport .section_compare .section_wrap .info_drag .icon_drag:before, .Motorsport .section_compare .section_wrap .info_drag .icon_drag:after {content:"";position:absolute;display:block;position:absolute;top:9px;width:0;height:0;border-style:solid}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_compare .section_wrap .info_drag .icon_drag:before, .Motorsport .section_compare .section_wrap .info_drag .icon_drag:after {top:4.5px}}
.Motorsport .section_compare .section_wrap .info_drag .icon_drag:before {border-width:4px 5px 4px 0;border-color:transparent #e63514 transparent transparent;left:6px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_compare .section_wrap .info_drag .icon_drag:before {border-width:2px 2.5px 2px 0;left:3px}}
.Motorsport .section_compare .section_wrap .info_drag .icon_drag:after {border-width:4px 0 4px 5px;border-color:transparent transparent transparent #e63514;left:15px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_compare .section_wrap .info_drag .icon_drag:after {border-width:2px 0 2px 2.5px;left:7.5px}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_compare .section_wrap .cont_wrap {padding:0 15px}}
.Motorsport .section_compare .interaction {max-width:1120px;margin:0 auto}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_compare .interaction {padding:16px 30px 0}}
.Motorsport .section_compare .frame {position:relative}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_compare .frame .car_wrap01 img {height:100%}}
.Motorsport .section_compare .frame .car_wrap02 {position:absolute;overflow:hidden;top:0;left:0;height:480px;width:50%}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_compare .frame .car_wrap02 {height:100%}}
.Motorsport .section_compare .frame .car_wrap02:after {content:'';position:absolute;top:0;bottom:0;right:0;width:3px;background:#fff}
.Motorsport .section_compare .frame .car_wrap02 img {position:absolute}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_compare .frame .car_wrap02 img {width:auto;height:100%}}
.Motorsport .section_compare .frame .controller {position:absolute;display:block;left:50%;top:0;width:78px;height:100%;margin:0 -39px}
.Motorsport .section_compare .frame .controller:before {content:'';display:inline-block;width:1px;height:100%;margin-left:-1px;vertical-align:middle}
.Motorsport .section_compare .frame .controller img {display:inline-block;vertical-align:middle}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_compare .frame .controller {width:12.5%;margin:0 -6.25%}}
.Motorsport .section_compare .details {padding-top:40px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_compare .details {margin:0 30px;padding-top:15px;overflow-x:scroll}}
.Motorsport .section_spec {padding:0;background-color:#fff}
.Motorsport .section_spec .section_wrap {padding:120px 0 130px;background-color:#eee}
.Motorsport .section_spec .section_wrap .cont_wrap {max-width:1120px;margin:0 auto}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_spec .section_wrap {padding:33px 0 35px}}
.Motorsport .section_spec .section_wrap {position:relative;max-width:1920px;margin:0 auto}
.Motorsport .section_spec .section_wrap .tit {padding-bottom:45px;font-family:'HyundaiKRBold';font-size:50px;line-height:60px;font-weight:normal;text-align:center}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_spec .section_wrap .tit {padding-bottom:18px;font-family:'HyundaiKRBold';font-size:20px;line-height:22px;font-weight:normal}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_spec .section_wrap .cont_wrap {padding:0 15px}}
.Motorsport .section_calendar {padding:120px 0 125px}
.Motorsport .section_calendar .cont_wrap {max-width:1120px;margin:0 auto}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_calendar {padding:33px 0 35px;background:none !important}}
.Motorsport .section_calendar .section_wrap {position:relative;max-width:1920px;margin:0 auto}
.Motorsport .section_calendar .section_wrap .tit {padding-bottom:45px;font-family:'HyundaiKRBold';font-size:50px;line-height:60px;font-weight:normal;text-align:center}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_calendar .section_wrap .tit {padding-bottom:18px;font-family:'HyundaiKRBold';font-size:20px;line-height:22px;font-weight:normal}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_calendar .section_wrap .cont_wrap {padding:0 15px}}
.Motorsport .section_spec.list.white-bg-type {background:#fff}
.Motorsport .section_spec.list.white-bg-type .section_wrap {background:#fff}
.Motorsport .section_spec.list.white-bg-type .section_wrap .list-type ul li .title {color:#000}
.Motorsport .section_spec.list.white-bg-type .section_wrap .list-type ul li .desc {color:#010101}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_spec.list .section_wrap {padding:6px 0 9px}}
.Motorsport .section_spec.list .section_wrap {position:relative;max-width:1920px;margin:0 auto}
.Motorsport .section_spec.list .section_wrap .tit {padding-bottom:45px;font-family:'HyundaiKRBold';font-size:50px;line-height:60px;font-weight:normal;text-align:center}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_spec.list .section_wrap .tit {padding-bottom:18px;font-family:'HyundaiKRBold';font-size:20px;line-height:22px;font-weight:normal}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_spec.list .section_wrap .cont_wrap {padding:0 15px}}
.Motorsport .section_spec.list .list-type {width:1152px;margin:-17px auto -23px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_spec.list .list-type {width:100%;margin:0}}
.Motorsport .section_spec.list .list-type ul:after {content:"";display:block;width:100%;clear:both;height:0}
.Motorsport .section_spec.list .list-type ul li {display:inline-block;width:352px;margin:0 16px;vertical-align:top}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_spec.list .list-type ul li {display:block;width:100%;margin:0;padding:0 30px 2.5px}
  .Motorsport .section_spec.list .list-type ul li:first-child .thumb {border-top:0}}
.Motorsport .section_spec.list .list-type ul li > span {display:block}
.Motorsport .section_spec.list .list-type ul li .thumb {padding:17px 0 30px 0}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_spec.list .list-type ul li .thumb {border-top:2px solid #666;padding:30px 0 15px 0}
  .Motorsport .section_spec.list .list-type ul li .thumb img {width:100%}}
.Motorsport .section_spec.list .list-type ul li .title {border-top:2px solid #666;font-family:'HyundaiKRMedium';font-size:20px;line-height:26px;font-weight:normal;padding:25px 0 6px 0}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_spec.list .list-type ul li .title {border-top:none;font-family:'HyundaiKRMedium';font-size:14px;line-height:21px;font-weight:normal;padding:0 0 3.5px 0}}
.Motorsport .section_spec.list .list-type ul li .desc {font-family:'HyundaiKRRegular';font-size:16px;line-height:26px;font-weight:normal;padding:0 10px 15px 0}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_spec.list .list-type ul li .desc {font-family:'HyundaiKRRegular';font-size:14px;line-height:21px;font-weight:normal;padding:0 0 21px 0}}

@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_tech_spec {overflow:visible}}
.Motorsport .section_tech_spec .section_wrap {position:relative;left:50%;width:1120px;margin-left:-560px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_tech_spec .section_wrap {width:auto;left:0;padding:0 15px 29px;margin:0}}
.Motorsport .section_tech_spec .section_wrap .tit {position:relative;z-index:2;width:100%;padding:119px 0 45px 0;text-align:center;font-family:'HyundaiKRBold';font-size:50px;line-height:60px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_tech_spec .section_wrap .tit {padding:31px 0 13.5px 0;font-family:'HyundaiKRBold';font-size:20px;line-height:24px;font-weight:normal}}
.Motorsport .section_tech_spec .exterior_wrap {position:relative;padding-bottom:80px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_tech_spec .exterior_wrap {padding-bottom:0}}
.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list {position:relative;overflow:hidden}
.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior {float:left;outline:none;position:relative}
.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom {background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAYAAABXuSs3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdCQ0FEOUIyQjdBRTExRTdBMUMyQzFCQ0RDNDIyMkYwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdCQ0FEOUIzQjdBRTExRTdBMUMyQzFCQ0RDNDIyMkYwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0JDQUQ5QjBCN0FFMTFFN0ExQzJDMUJDREM0MjIyRjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0JDQUQ5QjFCN0FFMTFFN0ExQzJDMUJDREM0MjIyRjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4QvqitAAAF9ElEQVR42tRae2xTVRg/fdDn2j26J+sGSnCTwOZAQZiSiKgwATMl4hJNdBIZZmLiH/zjC4WEfwQSNhQzMJqI0UQiKhkaARPmBCds4xHYHErY+9U92r362vy+23O6s9re9rbdGn/JL7f33HvP97un53zn+75WNjU1RcKAHPgQ8DHgg8D7gJlAPb0+CuwA/gW8DPwV+CdwkkQLKFwCzcD9wNYp6Wilz5ol2vRLGRvxpJyigC830FxtgsOHwO1AVYRj5QAeA74HNi3hdhJUOIh+Hg5HgMl8+6jDTdoHJ0j/iIPYJlxk3DlJXG5PX0qFjGjnyYlBoyTJcSpiTtQQvUrh23U/sBzsfhNV4SBYCYcKYNmM9lEnaWy3kj6bQ5KhFIOKPGA2kiT9PN9LR4FvgH1XxMJBtA4OOBKbWJsVRrWh1Uq6rfaI5km6UU0Kso3EqFHyzaeB20DDWNjC6UifBG5hN7X0jpGGtmESngPyY1RGSEFWPFmcquObfwA+F+rIy/20VfKir7XbSH1r9ER7PBkR+sS+OWyhtolk4TDa2+Cwg51f77CRW90jZLaAfaMNDjuaa78qlSScurzK6ekxSm52zZ5oBrSBthh0OvUnax/OLw72HL9C9jGXJyzENqskAWtfz5txfuHjayE/Ww+LPs2gJkatkuh1WtXLLxRVXrh0dSFcOgx0i414NvBV1ojeI5pzOhTwA7XpyTUZixZm4v6xF6gWE74TKDhYC/jpSF1eOECbaNuzgSlk5aXPzoePq3GHBSr8CUe+yBoaJU6RaIK3XbR+dZpCIQfHSdYA3wwU5ZmFbdzuFrbwWAFtowZhpzUlqB9ZlW+glzYDH/cVvo6dtA9NkFiD17CusCCBu4SjnsALX8G/cazBa8hbssjAXcLPpbzwHHaCUV6swWtYkJWh87m8EZjK/HgGa8XQNFQ/LdWv+yKQn+c1mBKNKj/7zjPAKjn9CgSweDqW4DVotWqFn1uewDhNTv5/SAHmonBvlIOZS6zBaxgft7sD3FaAc6YLp5Pw1UC65XBNSpqT0YhVeKAGBsugNZCby8G7mr3+ZmZWEhPwGu62dQXKiLJQ+BXvKtarYi4ck2tvEnPzb1uA20xyWqzxvAZk47GGOWFaw/nahqEAt+lQeB3utHimB++D2XjM3AXY1lMP2GcZsv/2x1WbWAaEq/FL1oAlhFiBt1199mKP2z0ZaGMZY0v4CK0wCXUPLCHMNdAmq7m4QHHF8ZMdIrdbmPB2WhbzOMlsI5lrj442GX78ubb7n7udYtlMm4yr1pqoazSxZBlzwbnAchC9ONVT6LWNjDlXbnitrqdvwCnySJXX29MCZDk7x46WZMTNumi0wUQj9h78/HYQ0UKKOiNWAfFfw+FTdr4s00By0/WzJvr+9DjBBsP3P9V0HjtxuifIY33AJn9B1i5aDhOQDyt9+SzMeewzzzwturbuen/Z7gO3Q3j0FyyG/Uc4jDp6lxLgGX7abFiaEhVvg31shL746XHx8g1LSdmeW3a7I9gvFphlnMIPYmVm9E0VfElOaI9ymfnUmZrOnbs/arE7nKEkAzgTDokKZ2iqPfGKVqM+aojTzdhSMRvHxNZb2IfBck16BkwplxOtiivswzau98kJrLZR575DX7TAnO4N8d3Rxb1Ej6H9lFK4cllxacnTlZufKkxXKhQRJR+4uaCffnt/1Z3uXotTwqNYIjzHTkISTvHWvQvmb921fWsmFmuSk+IlTfj+gWE7buOHj33bEWRz8Qcs/B/gG6QIx0D5A6wsYYUJizXrH12RsDT3HkNWZpouNTlRrdF4fuiZmHC4e/sH7W0dPWM3mu7YztZcGcKASST2EMPvwPfpwgxLOKEFSBS/ao4igUvAPUC7v+hQCrCDdzCcmAPRaONdf6LZ1y95fQEPAhvpZhUfZcHD1A2fCzZvw8V5mvZhWawowr7YgFQDP6PiRSF1jovVOoppsSZZarmQbuPf0TgkJERLuLc/LNZgKEI8f0ww05fSslIJFYfxP/5BoR73OIw9pBr6V4ABAEDH0gsg1mDgAAAAAElFTkSuQmCC");background-position:50% 50%;background-repeat:no-repeat;width:46px;height:46px;display:block;text-indent:-9999em;position:absolute;left:0;top:0}
.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point1 {left:308px;top:100px}
.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point2 {left:680px;top:232px}
.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point3 {left:266px;top:249px}
.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point4 {left:417px;top:287px}
.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point_r5_1 {left:31%;top:19.5%}
.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point_r5_2 {left:75%;top:37.2%}
.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point_r5_3 {left:18.8%;top:48%}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom {width:9%;height:16%;background-size:100% auto}
  .Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point1 {left:22.5%;top:14.5%}
  .Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point2 {left:56.5%;top:38%}
  .Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point3 {left:20%;top:41%}
  .Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point4 {left:37.4%;top:46.2%}
  .Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point_r5_1 {left:29.5%;top:18.5%}
  .Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point_r5_2 {left:69%;top:38.1%}
  .Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point_r5_3 {left:17%;top:47%}}
.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .slick-dots {padding-top:25px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .slick-dots {padding-top:2.5px}}
.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .slick-arrow {top:280px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .slick-arrow {top:50%;margin-top:-17.5px}}
.Motorsport .section_tech_spec .exterior_wrap .exterior_layer_wrap {position:absolute;left:0;top:0;width:100%;height:100%;overflow-y:hidden}
.Motorsport .section_tech_spec .exterior_wrap .exterior_layer_wrap .exterior_layer {background:#a8cbe6;position:absolute;left:50%;top:280px;width:530px;margin-left:-265px;height:auto;min-height:0;box-sizing:border-box;padding:56px 40px 54px 40px;display:none}
.Motorsport .section_tech_spec .exterior_wrap .exterior_layer_wrap .exterior_layer.on {display:block}
.Motorsport .section_tech_spec .exterior_wrap .exterior_layer_wrap .exterior_layer .tit {margin-bottom:7px;font-family:'HyundaiKRBold';font-size:26px;line-height:26px;font-weight:normal;text-align:left}
.Motorsport .section_tech_spec .exterior_wrap .exterior_layer_wrap .exterior_layer .btn_close {top:8px;right:8px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_tech_spec .exterior_wrap .exterior_layer_wrap .exterior_layer .btn_close {top:6px;right:6px}}
.Motorsport .section_tech_spec .exterior_wrap .exterior_layer_wrap .layer_dim {display:none}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_tech_spec .exterior_wrap .exterior_layer_wrap {height:auto;overflow:visible}
  .Motorsport .section_tech_spec .exterior_wrap .exterior_layer_wrap .layer_dim {display:block;background:rgba(0, 0, 0, 0.7);position:fixed;left:0;right:0;top:0;bottom:0;z-index:100}
  .Motorsport .section_tech_spec .exterior_wrap .exterior_layer_wrap .exterior_layer {margin-top:15px !important;width:auto;margin:0;position:relative;left:0;top:0;margin:0;z-index:101;padding:30px 20px 30px 20px}}

.Motorsport .section_card .section_wrap {position:absolute;left:50%;width:1120px;margin-left:-560px;padding-top:142px;z-index:1}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_card .section_wrap {position:static;width:auto;padding-top:0;margin-left:0}}
.Motorsport .section_card .tit {font-family:'HyundaiKRBold';font-size:80px;line-height:80px;font-weight:normal;color:#fff;text-align:center}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_card .tit {padding:0 30px 24px;font-size:25px;line-height:27px;font-weight:normal;color:#000}}
.Motorsport .section_card .gallery_content {margin-top:64px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_card .gallery_content {margin-top:0}}
.Motorsport .section_card .gallery_content .gallery_list {position:relative;width:992px;margin:0 auto}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_card .gallery_content .gallery_list {width:100%}}
.Motorsport .section_card .gallery_content .gallery_list .list {float:left;outline:none}
.Motorsport .section_card .gallery_content .slick-list {overflow:hidden;background:#fff}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_card .gallery_content .slick-list {background:#eee}}
.Motorsport .section_card .gallery_content .slick-arrow {background:none;margin-top:-25px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_card .gallery_content .slick-arrow {top:0;margin-top:-17px;background:rgba(0, 0, 0, 0.5)}}
.Motorsport .section_card .gallery_content .slick-prev {left:-77px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_card .gallery_content .slick-prev {left:0}}
.Motorsport .section_card .gallery_content .slick-next {right:-77px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_card .gallery_content .slick-next {right:0}}
.Motorsport .section_card .gallery_content .slick-dots {margin-top:4px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_card .gallery_content .slick-dots {position:absolute;top:0;margin-top:56.25%;padding-top:12px}}
.Motorsport .section_card .gallery_content .slick-dots li:not(.slick-active) {background:#fff}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_card .gallery_content .slick-dots li:not(.slick-active) {background:#000}}
.Motorsport .section_card .card_wrap .card_bd {padding:36px 28px 34px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_card .card_wrap .card_bd {min-height:auto;padding:59px 0 29px;background:transparent}}
.Motorsport .section_card .card_wrap .card_bd .card_tit {float:left;width:252px;padding-left:21px;margin-top:-2px;font-family:'HyundaiKRBold';font-size:30px;line-height:50px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_card .card_wrap .card_bd .card_tit {float:none;width:auto;padding-left:0;text-align:center;margin-top:0;font-size:20px;line-height:21px;font-weight:normal}}
.Motorsport .section_card .card_wrap .card_bd .card_content {position:relative;float:left;width:684px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_card .card_wrap .card_bd .card_content {float:none;width:auto;padding:0 30px;border:none;text-align:center}}
.Motorsport .section_card .card_wrap .card_bd .card_content .content_detail {float:left;padding:0 28px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_card .card_wrap .card_bd .card_content .content_detail {float:none;padding:14px 0 0}}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_card .card_wrap .card_bd .card_content .content_detail:last-child {padding-top:9px}}
.Motorsport .section_card .card_wrap .card_bd .card_content .content_detail:before {content:'';position:absolute;top:0;bottom:0;width:1px;border-left:1px solid #dadada;margin-left:-26px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_card .card_wrap .card_bd .card_content .content_detail:before {content:none}}
.Motorsport .section_card .card_wrap .card_bd .card_content .content_detail dt, .Motorsport .section_card .card_wrap .card_bd .card_content .content_detail dd {font-family:'HyundaiKRRegular';font-size:14px;line-height:18px;font-weight:normal}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_card .card_wrap .card_bd .card_content .content_detail dt, .Motorsport .section_card .card_wrap .card_bd .card_content .content_detail dd {font-size:14px;line-height:21px;font-weight:normal}}
.Motorsport .section_card .card_wrap .card_bd .card_content .content_detail dt {font-family:'HyundaiKRBold';font-size:16px;line-height:26px;font-weight:normal;margin-top:-3px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_card .card_wrap .card_bd .card_content .content_detail dt {font-size:14px;line-height:21px;font-weight:normal;margin-top:0}}
.Motorsport .section_card .card_wrap .card_bd .card_content .content_detail dd {margin-top:1px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_card .card_wrap .card_bd .card_content .content_detail dd {margin-top:0}}
.Motorsport .section_card .more {padding-top:24px;text-align:center}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_card .more {padding:8px 0 13px;background:#eee}}
.Motorsport .section_card .more .link_layer {color:#fff}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_card .more .link_layer {color:#000}}
.Motorsport .section_card .bg_wrap {position:relative;left:50%;margin-left:-960px}
@media screen and (max-width:740px) and (min-width:0) {.Motorsport .section_card .bg_wrap {display:none}}
.Motorsport .section_card .bg_wrap .bg_img_wrap {position:absolute;top:0}

/* 181015_modify */
.Motorsport .section_hero .txt_wrap .desc p,
.Motorsport .section_image_txt .txt_wrap .desc p,
.Motorsport .section_more .txt_wrap .desc{font-family:'HyundaiKRTextRegular'}
.Motorsport section .table_type03 tbody tr td,
.Motorsport section .table_type04 tbody td,
.Motorsport section .table_type05 tbody tr td{font-family:'HyundaiKRTextRegular'}
.Motorsport .layer_academy .academy_bd .cont,
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .content,
.Motorsport .section_hero .txt_wrap .desc,
.Motorsport .section_image_txt .txt_wrap .desc,
.Motorsport .section_image_txt .txt_wrap .desc.text-small,
.Motorsport .section_image_txt .txt_wrap .quote_box .author .author_desc,
.Motorsport .section_image_txt .txt_wrap .banner_box .desc,
.Motorsport .section_image_txt .schedule_box ul li .bubble_wrap .bubble .bubble_content,
.Motorsport .section_news .section_wrap .newslist .news .date,
.Motorsport .section_gallery_video .section_wrap .video-info .date,
.Motorsport .section_crews .section_wrap .crews_list .drivers .driver .detail .birth,
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .text, .Motorsport .section_accordion .section_wrap .accordion_wrap .item .desc{font-family:'HyundaiKRTextRegular'}

.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li ul.list li,
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .quote .author,
.Motorsport .section_spec.list .list-type ul li .desc,
.Motorsport .section_card .card_wrap .card_bd .card_content .content_detail dd{font-family:'HyundaiKRTextRegular'}

/*# sourceMappingURL=motorsport.css.map */
