@charset "utf-8";
@font-face{
	font-family:'Noto Sans KR';font-style:normal;font-weight:100;
	src:url(../font/NotoSans/NotoSansKR-Thin.woff2) format('woff2'),
	url(../font/NotoSans/NotoSansKR-Thin.woff) format('woff'),
	url(../font/NotoSans/NotoSansKR-Thin.otf) format('opentype')
}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:300;
	src:url(../font/NotoSans/NotoSansKR-Light.woff2) format('woff2'),
	url(../font/NotoSans/NotoSansKR-Light.woff) format('woff'),
	url(../font/NotoSans/NotoSansKR-Light.otf) format('opentype')
}
@font-face{
	font-family:'Noto Sans KR';font-style:normal;font-weight:400;
	src:url(../font/NotoSans/NotoSansKR-Regular.woff2) format('woff2'),
	url(../font/NotoSans/NotoSansKR-Regular.woff) format('woff'),
	url(../font/NotoSans/NotoSansKR-Regular.otf) format('opentype')
}
@font-face{
	font-family:'Noto Sans KR';font-style:normal;font-weight:500;
	src:url(../font/NotoSans/NotoSansKR-Medium.woff2) format('woff2'),
	url(../font/NotoSans/NotoSansKR-Medium.woff) format('woff'),
	url(../font/NotoSans/NotoSansKR-Medium.otf) format('opentype')
}
@font-face{
	font-family:'Noto Sans KR';font-style:normal;font-weight:700;
	src:url(../font/NotoSans/NotoSansKR-Bold.woff2) format('woff2'),
	url(../font/NotoSans/NotoSansKR-Bold.woff) format('woff'),
	url(../font/NotoSans/NotoSansKR-Bold.otf) format('opentype')
}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:900;
	src:url(../font/NotoSans/NotoSansKR-Black.woff2) format('woff2'),
	url(../font/NotoSans/NotoSansKR-Black.woff) format('woff'),
	url(../font/NotoSans/NotoSansKR-Black.otf) format('opentype')
}
@font-face{font-family:Roboto;font-style:normal;font-weight:300;
	src:local('Roboto Light'),
	local('Roboto-Light'),
	url(../font/Roboto/Roboto-Light.ttf) format('truetype')
}
@font-face{font-family:Roboto;font-style:normal;font-weight:400;
	src:local('Roboto'),
	local('Roboto-Regular'),
	url(../font/Roboto/Roboto-Regular.ttf) format('truetype')
}
@font-face{
	font-family:Roboto;font-style:normal;font-weight:500;
	src:local('Roboto Medium'),
	local('Roboto-Medium'),
	url(../font/Roboto/Roboto-Medium.ttf) format('truetype')
}
@font-face{
	font-family:Roboto;font-style:normal;font-weight:700;
	src:local('Roboto Bold'),
	local('Roboto-Bold'),
	url(../font/Roboto/Roboto-Bold.ttf) format('truetype')
}

/* Common */
a,body,button,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,select,table,td,textarea,th,ul{
	margin:0;
	padding:0;
	font-weight:400;
}
body,button,input,select,table,textarea{
	font-family:Roboto,"Noto Sans KR",sans-serif;
}
body{
	font-size:75%;
}
a img,fieldset,img{
	border:0;
}
img{
	vertical-align:top;
}
ol,ul{
	list-style:none;
}
address,em{
	font-style:normal;
}
hr,legend{
	display:none;
}
textarea{
	resize:none;
}
.blind{
	overflow: hidden;
	position: absolute;
	clip: rect(0 0 0 0);
	margin: -1px;
	width: 1px;
	height: 1px;
}
button{
	outline:0;
}
button::-moz-focus-inner{
	padding:0;
	border:0;
}

/* basic font */
html {
	-webkit-text-size-adjust: 100%;
}
body {
	color: #555;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
}
a {
	color: #00A0FF;
	text-decoration:none;
}
a:hover,
a:active,
a:focus {
	text-decoration: underline;
}

/* shared component: button */
.button {
	padding: 7px 20px;
	background: #000;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	line-height: 1.5;
	display: inline-block;
}
.button:hover {
	background: #0078ff;
	text-decoration: none;
}
@media all and (min-width: 735px) {
	.button {
		padding: 9px 20px;
		font-size: 0.85em;
	}
}

/* shared component: scene indicator */
.scene-indicator {
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 20px;
	width: 320px;
	margin-left: -160px;
	text-align: center;
}
@media all and (min-width: 700px) {
	.scene-indicator {
		bottom: 38px;
		width: 700px;
		margin-left: -350px;
	}
	.featured-list .scene-indicator {
		bottom: 15px;
	}
}
.scene-indicator button {
	position: relative;
	text-indent: -99em;
	overflow: hidden;
	width: 25px;
	height: 30px;
	border: 0 none;
	margin: 0 3px;
	background: transparent;
}
.scene-indicator button:before,
.scene-indicator button:after {
	content: ' ';
	position: absolute;
	top: 12px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
}
.featured-list .scene-indicator {
	position: relative;
	top: 0;
	bottom: initial;
}
.featured-list .scene-indicator button:before,
.featured-list .scene-indicator button:after {
	background: #d9d8d7;
}
.scene-indicator button:after,
.featured-list .scene-indicator button:after {
	width: 0;
	background-color: #0078ff;
}
.scene-indicator button.on:after,
.featured-list .scene-indicator button.on:after {
	width: 100%;
	transition: width 0.12s;
}
@media all and (min-width: 700px) {
	.featured-list .scene-indicator {
		position: absolute;
		bottom: 15px;
		top: inherit;
	}
	.scene-indicator button {
		width: 50px;
		margin: 0 5px;
		cursor: pointer;
	}
	.featured-list .scene-indicator button {
		width: 30px;
		margin: 0 3px;
	}
	.scene-indicator button:before,
	.scene-indicator button:after {
		height: 6px;
	}
	.featured-list .scene-indicator button:before,
	.featured-list .scene-indicator button:after {
		height: 4px;
	}
	.scene-indicator button:hover:after {
		width: 100%;
		transition: width 0.12s;
	}
}

/* layout */
html,
body {
	min-width:320px;
	height: 100%;
}
#wrap {
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 54px;
	padding-bottom: 113px;
}
@media all and (min-width: 1060px) {
	#wrap {
		padding-top: 100px;
		padding-bottom: 140px;
	}
}
#container {
	position: relative;
	overflow: hidden;
	padding: 0 20px;
	min-height: 100%;
}
.main #wrap {
	padding: 0;
}
.main #container {
	max-width: 100%;
	padding: 0;
}
@media all and (min-width: 700px) {
	#container {
		max-width: 1000px;
		padding: 0 30px;
		margin: 0 auto;
	}
	#container.newsroom:after{
		content: '';
		display: block;
		clear: both;
	}
}

/* Skip Navigation */
#u_skip{visibility:hidden;position:absolute;height:0;overflow:hidden}

/* header */
@media all and (min-width: 1060px) {
	#header{
		position: absolute;
		z-index: 10;
		top: 0;
		left: 0;
		width: 100%;
		border-bottom: 1px solid #1a1a1a;
	}
	.main #header {
		border-bottom: 0 none;
	}
	#header .wrap {
		height: 100px;
		max-width: 1060px;
		margin: 0 auto;
	}
}
#header .minibar {
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
	height: 54px;
	background: #000;
}
@media all and (min-width: 1060px) {
	#header .minibar {
		position: static;
		height: auto;
		background: transparent;
	}
}
#header h1 {
	float: left;
	width: 127px;
	height: 25px;
	margin: 14px 0 0 20px;
}
@media all and (min-width: 700px) {
	#header h1 {
		margin: 14px 0 0 20px;
	}
}
@media all and (min-width: 1060px) {
	#header h1 {
		width: 185px;
		height: 50px;
		margin: 25px 0 0 15px;
	}
}
#header h1 a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../img/ci/NAVERLABS_LOGO_SMALL_WHITE.png) 0px 6px no-repeat;
	background-size: auto 13px;
	text-indent: -99em;
	overflow: hidden;
}
@media all and (min-width: 1060px) {
	#header h1 a {
		background-image: url(../img/ci/NAVERLABS_LOGO_BLACK_v2.png);
		background-position: 0px 16px;
		background-size: 185px 19px;
	}
	.main #header h1 a {
		background-image: url(../img/ci/NAVERLABS_LOGO_WHITE_v2.png);
	}
}
#header .minibar button {
	float: right;
	width: 25px;
	height: 25px;
	margin: 14px 19px 0 0;
	background: url(../img/btn_menu.png) 50% 50% no-repeat;
	background-size: auto 13px;
	border: 0 none;
	text-indent: -9em;
	overflow: hidden;
}
@media all and (min-width: 700px) {
	#header .minibar button {
		margin: 14px 28px 0 0;
	}
}
@media all and (min-width: 1060px) {
	#header .minibar button {
		display: none;
	}
}

#lnb {
	display: none;
}
body.menu #lnb {
	display: block;
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	background: #0a7dff;
}
@media all and (min-width: 1060px) {
	#lnb {
		display: block;
		float: right;
		margin: 34px 30px 0 0;
	}

	body.menu #lnb{
		position:static;
		background-color:#fff;
	}
}
#lnb ul {
	padding: 24px 0 0 30px;
}
@media all and (min-width: 1060px) {
	#lnb ul {
		padding: 0;
		float: left;
	}
}
/* 아이폰 6 가로 */
@media only screen and (max-device-width : 812px) and (orientation:landscape) {
	#lnb ul {
		padding-right:200px;
	}
}
/* 아이폰 4 가로 */
@media only screen and (max-device-width : 480px) and (orientation:landscape) {
	#lnb ul {
		padding-right:80px;
	}
}

#lnb li {
	margin: 0 0 16px;
}
@media all and (min-width: 1060px) {
	#lnb li {
		margin: 0 0 0 40px;
		float: left;
		height: 50px;
	}
	#lnb li:first-child {
		margin-left: 0;
	}
}

/* 아이폰 4, 아이폰 6 가로 */
@media only screen and (min-device-width : 320px) and (max-device-width : 812px) and (orientation:landscape) {
	#lnb li {
		margin:0 15px 25px 0;
		display:inline-block;
	}
	#lnb li:last-child{
		margin-right:0;
	}
}
/* 갤럭시 s7 세로 */
@media only screen and (min-device-width : 360px) and (max-device-width : 640px) and (orientation:portrait) {
	#lnb li {

	}
}
/* 갤럭시 s7 가로 */
@media only screen and (max-device-width : 359px) and (orientation : portrait) {
	#lnb li {
		margin: 0 0 14px;
	}
}
#lnb li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.667em;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	letter-spacing: 1px;
}
#lnb .language_btn .language:before{
	display:none;
}
@media all and (min-width: 1060px) {
	#lnb li a {
		color: #1a1a1a;
		font-size: 1.167em;
		text-align: center;
		padding: 10px 0;
	}
	.main #lnb{
		margin-top: 33px;
	}
	.main #lnb li a {
		color: #fff;
		font-size: 1.167em;
	}
	#lnb li a:before {
		content: ' ';
		position: absolute;
		bottom: 0;
		width: 0;
		padding: 0;
		left: -2px;
		height: 4px;
		background: #0078ff;
	}
	#lnb li a:hover:before,
	#lnb li.on a:before {
		width: 100%;
		padding: 0 2px;
		transition: width 0.12s, padding 0.12s;
	}
}
/* 다국어 */
#lnb .language{
	position: relative;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.667em;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	color: #000;
	letter-spacing: 0.5px;
}
@media all and (min-width: 1060px) {
	#lnb .language {
		float: right;
		margin-top:3px;
		display: inline-block;
		width: 85px;
		height: 30px;
		padding:0;
		line-height: 30px;
		border: 1px solid #000;
		color: #000;
		font-size: 1em;
		font-weight: 400;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#lnb .language:hover{
		color: #fff;
	}
	body.main #lnb .language{
		color: #fff;
		font-weight: 300;
		border: 1px solid #fff;
	}
	body.main #lnb .language:hover{
		border: 1px solid #0078ff;
	}
}
@media all and (min-width: 1000px) {
	#lnb .language:hover{
		background-color: #0078ff;
		border: 1px solid #0078ff;
	}
}
#lnb button {
	position: absolute;
	top: 12px;
	right: 17px;
	width: 30px;
	height: 30px;
	background: url(../img/btn_close.png) 50% 50% no-repeat;
	background-size: 18px 18px;
	border: 0 none;
	text-indent: -9em;
	overflow: hidden;
}
@media all and (min-width: 1060px) {
	#lnb button {
		display: none;
	}
}

/* footer */
#footer {
	position: relative;
	clear: both;
	background: #000;
	text-align: center;
	padding: 0 0 21px;
	font-size: 1.08em;
}
body.menu #footer {
	position: fixed;
	z-index: 20;
	left: 0;
	right: 0;
	bottom: 0;
	padding:0 30px 24px 30px;;
	background: #0a7dff;
	color: #fff;
	text-align: left;
	width: auto;
}
body.menu #footer:before {
	content: ' ';
	position: absolute;
	top: -16px;
	left: 30px;
	width: 20px;
	height: 3px;
	background: #fff;
}
#footer .go-top {
	display: block;
	position: absolute;
	top: -50px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: #000 url(../img/btn_top.png) 50% 50%;
	background-size: 34px 34px;
	border: 0 none;
	text-indent: -9em;
	overflow: hidden;
}
body.menu #footer .go-top,
body.error #footer .go-top {
	display: none;
}
#footer .go-top:hover {
	background-color: #0078ff;
}
@media all and (min-width: 730px) {
	#footer .go-top {
		top: -75px;
		right: 30px;
		width: 46px;
		height: 45px;
		background-size: 34px 34px;
	}
}
#footer .wrap {
	min-height: 67px;
}
body.menu #footer .wrap{
	margin-top: -3px;
}
@media all and (min-width: 1050px) {
	#footer .wrap {
		position: relative;
		max-width: 1000px;
		height: 129px;
		margin: 0 auto;
		padding: 0 30px;
		text-align: left;
	}
}
#footer .external-sites {
	padding: 26px 0 10px;
}
body.menu #footer .external-sites {
	position: absolute;
	bottom: 71px;
	left: 16px;
	padding:0;
	font-size:0;
}
/* 아이폰 6 세로 */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation:portrait) {
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation:landscape) {
	body.menu #footer .external-sites {
		padding-top: 0;
	}
}
@media all and (min-width: 1050px) {
	#footer .external-sites {
		float: left;
		padding: 66px 0 0 0;
	}
}
#footer .external-sites li {
	display: inline-block;
}
#footer .external-sites li:last-child a{
	margin-right: 0;
}
#footer .external-sites a {
	position: relative;
	color: #999;
	background: url(../img/footer_site.png) 0 0 no-repeat;
	background-size: auto 17px;
	text-indent: -99em;
	overflow: hidden;
	display: inline-block;
	margin: 0 10px;
	width: 19px;
	height: 17px;
	text-decoration: none;
}
#footer .external-sites a:hover {
	color: #fff;
	background-image: url(../img/footer_site_over.png);
}
body.menu #footer .external-sites a {
	margin:0 15px;
	background-image: url(../img/footer_site_over.png);
}
@media all and (min-width: 1060px) {
	#footer .external-sites a {
		text-indent: 0;
		margin: 0 17px 0 0;
		padding: 1px 0 1px 23px;
		width: auto;
		height: auto;
		font-size: inherit;
	}
}
#footer .external-sites .instagram a {
	background-position: -106px 0;
}
#footer .external-sites .youtube a {
	background-position: -214px 0;
}
#footer .external-sites .linkedin a {
	background-position: -324px 0;
}
#footer .external-sites .behance a {
	background-position: -430px 0;
}
@media all and (min-width: 1050px){
	#footer .interior-sites{
		float: right;
		padding-top: 60px;
	}
	#footer .interior-sites li{
		position: relative;
		display: inline-block;
		font-size: inherit;
	}
	#footer .interior-sites li.terms {
		font-size: 0.93em;
		letter-spacing: -1px;
	}
}
@media all and (min-width: 1050px) {
	#footer .terms {
		font-size: inherit;
	}
}
#footer .terms li {
	display: inline-block;
}
#footer .terms li a {
	position: relative;
	color: #787878;
	padding: 0 3px 0 8px;
	text-decoration: none;
	font-size: 0.92em;
}
#footer .terms li.privacy a {
	font-weight: bold;
}
@media all and (min-width: 730px) {
	#footer .terms li a {
		padding: 0 8px 0 11px;
		font-size: inherit;
	}
}
#footer .terms li a:hover {
	color: #fff;
}
#footer .terms a:before {
	content: ' ';
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 1px;
	width: 1px;
	background: #3f3f3f;
}
#footer .terms li:first-child a:before {
	display: none;
}
#footer .terms .interior-select{
	position: relative;
}
#footer .terms .interior-select:before{
	content: '';
	position: absolute;
	top: 5px;
	bottom: 4px;
	left: 0;
	width: 1px;
	background: #3f3f3f;
}
#footer .terms .interior-select .select_wrap{
	position: relative;
	display: inline-block;
}
#footer .terms .interior-select .select_wrap .selected{
	padding-right: 20px;
	display: inline-block;
	min-width: 73px;
	font-size: 0.93em;
	color: #787878;
}
#footer .terms .interior-select .select_wrap .selected:before{
	display: none;
}
#footer .terms .interior-select .select_wrap .selected:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 7px;
	margin-top: -2px;
	display: inline-block;
	width: 7px;
	height: 5px;
	background: url(../img/footer_arrow.png) no-repeat;
}
#footer .terms .interior-select .selected.show + .interior-list{
	display: block;
}
#footer .terms .interior-select .interior-list{
	display: none;
	position: absolute;
	bottom: 20px;
	right: 0;
	padding: 11px;
	min-width: 130px;
	border: 1px solid #3f3f3f;
	background-color: #000;
}
.menu #footer .terms .interior-select .interior-list{
	right:auto;
	left:0;
}
#footer .terms .interior-select .interior-list li{
	display: block;
	margin-top: 7px;
	letter-spacing: -0.5px;
	text-align: left;
}
#footer .terms .interior-select .interior-list li:first-child{
	margin-top: 0;
}
#footer .terms .interior-select .interior-list li a{
	padding: 0;
	color: #999;
}
#footer .terms .interior-select .interior-list li a:before{
	display: none;
}
#footer .terms .interior-select .interior-list li a:hover{
	color: #fff;
	text-decoration: none;
}
#footer .terms .interior-select .interior-list li a:active, #footer .terms .interior-select .interior-list li a:focus{
	text-decoration: none;
}
@media all and (min-width: 1050px) {
	#footer .terms .interior-select{
		display: none;
	}
}
body.menu #footer .terms ul{
	font-size:0;
}
body.menu #footer .terms li {
	margin-top: 11px;
}
body.menu #footer .terms li a {
	color: #fff;
	letter-spacing: -1px;
	padding-left: 12px;
	font-size:12px;
}
body.menu #footer .terms li:first-child a {
	padding-left: 0;
	padding-right:12px;
}
body.menu #footer .terms .interior-select{
	display:block;
	margin-top:13px;
}
body.menu #footer .terms a:before {
	background-color: #00b3ff;
}
body.menu #footer .terms .interior-select a{
	padding: 0;
}
body.menu #footer .terms .interior-select:before{
	display:none;
}
@media all and (min-width: 360px) {
	body.menu #footer .terms .interior-select .select_wrap{
		padding-left: 0;
	}
}
body.menu #footer .terms .interior-select .select_wrap .selected{
	color: #fff;
	font-size:12px;
}
body.menu #footer .terms .interior-select .select_wrap .selected:after{
	display: inline-block;
	width: 7px;
	height: 5px;
	right: 2px;
	background: url(../img/footer_arrow.png) 0 -20px no-repeat;
}
#footer .copyright {
	font-size: 0.8em;
	color: #787878;
	margin-top: 5px;
}
body.menu #footer .copyright {
	margin-top:79px;
	color: #fff;
	font-size:12px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 667px) and (orientation:landscape) {
	body.menu #footer .copyright {

	}
	body.menu #footer .external-sites{

	}
}
@media only screen and (max-device-width : 374px){
	body.menu #footer .copyright {
		margin-top:59px;
	}
	body.menu #footer .external-sites{
		bottom:61px;
	}
}
#footer .interior{
	display: none;
}
@media all and (min-width: 1050px) {
	#footer .interior{
		margin-left: 19px;
	}
	#footer .interior .selected {
		position: relative;
		display: inline-block;
		padding: 4px 8px 5px;
		width: 135px;
		height: 30px;
		border: 1px solid #3f3f3f;
		color: #999;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer .interior .selected:hover,
	#footer .interior .selected:hover:active,
	#footer .interior .selected:focus {
		text-decoration: none;
	}
	#footer .interior .selected:after {
		content: '';
		position: absolute;
		top: 12px;
		right: 8px;
		display: inline-block;
		width: 7px;
		height: 5px;
		background: url(../img/footer_arrow.png) no-repeat;
	}
	#footer .interior .selected.show{
		color: #fff;
	}
	#footer .interior .selected.show:after{
		content: '';
		background-position: 0 -10px;
	}
	#footer .interior .selected.show + .interior-list{
		display: block;
	}
	#footer .interior .interior-list{
		display: none;
		position: absolute;
		bottom: 29px;
		left: 0;
		right: 0;
		padding: 11px 7px;
		border: 1px solid #3f3f3f;
	}
	#footer .interior .interior-list li{
		display: block;
		margin-top: 7px;
		letter-spacing: -0.5px;
	}
	#footer .interior .interior-list li:first-child{
		margin-top: 0;
	}
	#footer .interior .interior-list li a{
		color: #999;
	}
	#footer .interior .interior-list li a:hover{
		color: #fff;
		text-decoration: none;
	}
	#footer .interior .interior-list li a:active, #footer .interior .interior-list li a:focus{
		text-decoration: none;
	}
}

/* 404, 500 */
.error_page_sec {
	position: relative;
	text-align: center;
	padding: 50px 0 80px;
}
@media all and (min-width: 730px) and (min-height: 700px) {
	.error_page_sec {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 400px;
		margin: -246px 0 0 -200px;
		padding-top: 80px;
	}
}
.error_page_sec .error_img_sec {
	padding: 0 25px 1.3em;
}
.error_page_sec .error_img_sec img {
	width: 210px;
	max-width: 100%;
}
.error_page_sec p {
	font-size: 1.1em;
	margin: 0.2em 0 1.5em;
}

/* main movie */
#main-visual {
	height: 100%;
	position: relative;
	z-index: 5;
	overflow: hidden;
	background: #000;
}
#scenes {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#scenes.animate {
	transition: left 0.3s;
}
@media all and (min-width: 700px) {
	#scenes.animate {
		transition: left 0.7s;
	}
}
#scenes .scene {
	position: absolute;
	z-index: 2;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
}
#scenes .scene:first-child {
	left: 0;
}
#scenes .scene:nth-child(2) {
	left: 100%;
}
#scenes .scene:nth-child(3) {
	left: 200%;
}
#scenes .scene:nth-child(4) {
	left: 300%;
}
#scenes .scene:nth-child(5) {
	left: 400%;
}
#scenes .scene:nth-child(6) {
	left: 500%;
}
#scenes .scene:nth-child(7) {
	left: 600%;
}
#scenes .scene:nth-child(8) {
	left: 700%;
}
#scenes .scene:nth-child(9) {
	left: 800%;
}
.scene-information {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 320px;
	height: 160px;
	margin: -80px 0 0 -160px;
	color: #fff;
	text-align: center;
}
@media all and (min-width: 700px) {
	.scene-information {
		width: 700px;
		height: 280px;
		margin: -140px 0 0 -350px;
	}
}
.scene-information h2 {
	font-size: 2.8em;
	margin: 0 0 5px;
	text-transform: uppercase;
	line-height: 1.05;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.08em;
	color: #fff;
}
@media all and (min-width: 700px) {
	.scene-information h2 {
		font-size: 5.2em;
		margin: 0 0 11px;
	}
}
.scene-information p {
	font-size: 1.05em;
	line-height: 1.6;
	color: #c2c2c2;
}
@media all and (min-width: 700px) {
	.scene-information p {
		font-size: 1.4em;
	}
}
#scenes .show-movie {
	text-align: center;
	margin: 24px 0 0;
}
#scenes .show-movie button {
	position: relative;
	z-index: 1;
	background: transparent;
	display: inline-block;
	border: 1px solid #fff;
	opacity: 1;
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	padding: 1.05em 2.2em;
	letter-spacing: 2px;
	font-weight: 400;
	transition: border-color 0.15s;
	animation-name: reveal-button;
	animation-duration: 1.2s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
@media all and (min-width: 700px) {
	#scenes .show-movie button {
		font-size: 1em;
		width: 197px;
		padding: 0.85em 0 0.8em;
		cursor: pointer;
	}
	#scenes .show-movie button:before {
		content: ' ';
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 0;
		height: 100%;
		background: #0078ff;
		transition: width 0.15s;
	}
	#scenes .show-movie button:hover {
		border-color: #0078ff;
	}
	#scenes .show-movie button:hover:before {
		width: 100%;
	}
}
.scene-information .reveal {
	position: relative;
	display: inline-block;
	color: transparent;
	max-width: 100%;
	white-space: pre;
}
.scene-information .reveal:before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	color: #fff;
	white-space: pre;
	animation-name: reveal-text;
	overflow: hidden;
	animation-duration: 1.2s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
.scene-information h2 .reveal.text2:before {
	animation-name: reveal-text2;
}
.scene-information .reveal.text3:before {
	animation-name: reveal-text3;
	color: #c2c2c2;
}
.scene-information .reveal.text4:before {
	animation-name: reveal-text4;
	color: #c2c2c2;
}
.scene-information button .reveal.text5:before {
	animation-name: reveal-text5;
}
@keyframes reveal-text {
	0% {
		right: 100%;
	}
	50% {
		right: 0;
	}
}
@keyframes reveal-text2 {
	0% {
		right: 100%;
	}
	10% {
		right: 100%;
	}
	60% {
		right: 0;
	}
}
@keyframes reveal-text3 {
	0% {
		right: 100%;
	}
	20% {
		right: 100%;
	}
	70% {
		right: 0;
	}
}
@keyframes reveal-text4 {
	0% {
		right: 100%;
	}
	30% {
		right: 100%;
	}
	80% {
		right: 0;
	}
}
@keyframes reveal-text5 {
	0% {
		right: 100%;
	}
	40% {
		right: 100%;
	}
	90% {
		right: 0;
	}
}
@keyframes reveal-button {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#scenes .scene .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#scenes .scene .background:before {
	content: ' ';
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/scene_bg_dot.png);
}
#scenes .scene .background .cover,
#scenes .scene .video_box .cover {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	opacity: 1;
	transition: opacity 1s;
}
#scenes .scene .background.on .cover,
#scenes .scene .video_box.on .cover {
	opacity: 0;
}

.movie-container {
	display: none;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
}
@media all and (min-width: 700px) {
	.movie-container {
		background: url(../img/movie_bg_dot.png);
	}
}
.movie-container .ratio-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
#movie-player {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.movie-container button {
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(../img/movie_close.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	top: 0;
	right: 0;
	border: 0 none;
	text-indent: -9em;
	overflow: hidden;
	visibility: hidden;
	transition: right 0.15s 0.32s, top 0.15s 0.32s, visibility 0.15s 0.32s;
	cursor: pointer;
}
.movie-container button.on {
	visibility: visible;
	right: -45px;
}
@media all and (min-width: 700px) {
	.movie-container .ratio-box{
		width: 80%;
	}
	.movie-container button {
		width: 45px;
		height: 45px;
		background-image: url(../img/movie_close_blue.png);
		background-size: 45px 45px;
	}
}
@media all and (max-width: 699px) {
	.movie-container button.on {
		right: 0;
		top: -40px;
	}
}
.scene-controller {
	text-align: center;
}
.scene-controller .previous,
.scene-controller .next {
	display: none;
}
@media all and (min-width: 700px) {
	.scene-controller .previous,
	.scene-controller .next {
		display: block;
		position: absolute;
		z-index: 5;
		top: 50%;
		left: 30px;
		width: 22px;
		height: 39px;
		background: url(../img/scene_btn.png);
		background-size: 22px auto;
		margin-top: -20px;
		border: 0 none;
		text-indent: -9em;
		overflow: hidden;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.7s, visibility 0.7s;
		cursor: pointer;
	}
	.scene-controller .previous.on,
	.scene-controller .next.on {
		opacity: 0.3;
		visibility: visible;
	}
	.scene-controller .previous.on:hover,
	.scene-controller .next.on:hover {
		opacity: 0.6;
		transition: opacity 0.1s;
	}
	.scene-controller .next {
		left: auto;
		right: 30px;
		background-image: url(../img/scene_btn_next.png);
	}
}

/* main video tag */
.video_box{
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
}
.video_box video{
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}

/* main sections */
#main-company,
#main-career .wrap,
#main-featured,
#main-videos {
	padding: 0 20px;
}
@media all and (min-width: 700px) {
	#main-company,
	#main-career .wrap,
	#main-featured .main-featured-wrap,
	#main-videos .main-videos-wrap{
		max-width: 1000px;
		margin: 0 auto;
		padding: 0 30px;
	}
}
#main-company {
	position: relative;
	text-align: center;
	padding-top: 30px;
	height: 500px;
}
@media all and (min-width: 700px) {
	#main-company {
		padding-top: 55px;
		height: 455px;
	}
}
#main-company h2 {
	text-align: left;
	text-transform: uppercase;
	font-size: 2.1em;
	line-height: 1.2;
	margin: 13px 0 16px;
}
#main-company h2 .text2 {
	font-weight: 600;
}
@media all and (min-width: 700px) {
	#main-company h2 {
		font-size: 3.4em;
		margin: 49px 0 22px;
	}
}
@media all and (min-width: 700px) {
	#main-company .cover-reveal {
		display: inline-block;
		position: relative;
	}
	#main-company .cover-reveal:before {
		content: ' ';
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		opacity: 0.8;
	}
	#main-company.on .cover-reveal:before {
		width: 0;
		transition: width 0.2s;
	}
	#main-company.on h2 .cover-reveal.text1:before {
		transition-delay: 0;
	}
	#main-company.on h2 .cover-reveal.text2:before {
		transition-delay: 0.2s;
	}
	#main-company.on h2 .cover-reveal.text3:before {
		transition-delay: 0.4s;
	}
	#main-company.on p .cover-reveal.text4:before {
		transition-delay: 0.6s;
	}
	#main-company.on p .cover-reveal.text5:before {
		transition-delay: 0.8s;
	}
	#main-company.on p .cover-reveal.text6:before {
		transition-delay: 1.0s;
	}
	#main-company.on p .cover-reveal.text7:before {
		transition-delay: 1.2s;
	}
	#main-company.on p .cover-reveal.text8:before {
		transition-delay: 1.4s;
	}
	#main-company.on p .cover-reveal.text9:before {
		transition-delay: 1.6s;
	}
}
#main-company p {
	text-align: left;
	margin: 14px 0 0;
	font-size: 1.05em;
	line-height: 1.6;
}
@media all and (min-width: 700px) {
	#main-company p {
		margin: 13px 0 0;
		font-size: 1.2em;
		line-height: 1.83;
	}
}
#main-company p br {
	display: none;
}
@media all and (min-width: 700px) {
	#main-company p br {
		display: block;
	}
}
#main-company .product {
	position: absolute;
	bottom: 30px;
	right: 20px;
}
@media all and (min-width: 700px) {
	#main-company .product {
		bottom: 90px;
		right: 50%;
		margin-right: -450px;
	}
}
#main-company .product img {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
}
#main-company.on .product img {
	transition: right 0.5s 0.8s, opacity 0.5s 0.8s
}
#main-company .product img[src$="car.png"] {
	width: 200px;
	bottom: 25px;
	right: 25px;
}
#main-company.on .product img[src$="car.png"] {
	right: 50px;
	opacity: 1;
}
@media all and (min-width: 700px) {
	#main-company .product img[src$="car.png"] {
		width: 340px;
	}
}
#main-company .product img[src$="robot.png"] {
	width: 120px;
	right: 25px;
}
#main-company.on .product img[src$="robot.png"] {
	right: 0;
	opacity: 1;
}
@media all and (min-width: 700px) {
	#main-company .product img[src$="robot.png"] {
		width: 204px;
	}
}

#main-career {
	position: relative;
	z-index: 1;
	height: 178px;
	background: url("../img/main_career_v5.png") 50% 100% no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}
#main-career.ko_career_bg {
	background: url('../img/main_career_v5.png') no-repeat 50% 100px;
	background-size: cover;
}
@media all and (min-width: 700px) {
	#main-career {
		height: 285px;
	}
}
#main-career:before {
	position: absolute;
	z-index: -1;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/main_bg_career.png);
}
#main-career h2 {
	padding: 37px 0 2px;
	font-size: 1.7em;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 500;
	color: inherit;
}
@media all and (min-width: 700px) {
	#main-career h2 {
		padding: 60px 0 9px;
		font-size: 2.9em;
		font-weight: 300;
	}
}
#main-career p {
	font-size: 1.05em;
	color: #c2c2c2;
}
@media all and (min-width: 700px) {
	#main-career p {
		font-size: 1.4em;
	}
}
#main-career a {
	position: relative;
	z-index: 1;
	font-size: 0.9em;
	text-transform: uppercase;
	display: inline-block;
	padding: 1.05em 3em;
	margin-top: 12px;
	color: inherit;
	border: 1px solid #fff;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: 400;
	transition: border-color 0.15s;
}
@media all and (min-width: 700px) {
	#main-career a {
		font-size: 1.4em;
		padding: 0.8em 0;
		margin-top: 32px;
		width: 195px;
	}
	#main-career a:before {
		content: '';
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 0;
		height: 100%;
		background: #0078ff;
		transition: width 0.15s;
	}
	#main-career a:hover {
		border-color: #0078ff;
	}
	#main-career a:hover:before {
		width: 100%;
	}
}
#main-featured{
	text-align: center;
	padding-bottom: 50px;
	overflow: hidden;
	background-color: #f6f6f6;
}
#main-videos {
	text-align: center;
	padding-bottom: 90px;
	overflow: hidden;
}
@media all and (min-width: 700px) {
	#main-featured{
		padding-bottom: 70px;
		background-color: #f6f6f6;
	}
}
#main-featured h2,
#main-videos h2 {
	position: relative;
	display: inline-block;
	padding: 31px 0 4px;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 400;
}
@media all and (min-width: 700px) {
	#main-featured h2,
	#main-videos h2 {
		padding: 81px 0 0;
		font-size: 1.7em;
	}
}
#main-featured ul,
#main-videos ul {
	margin: 27px 0 0;
	overflow: hidden;
}
@media all and (min-width: 700px) {
	#main-featured ul,
	#main-videos ul {
		margin: 47px 0 0;
	}
}
#main-featured li{
	margin: 0 0 34px;
}
#main-videos li {
	margin: 0 0 40px;
}
@media all and (min-width: 700px) {
	#main-featured li,
	#main-videos li {
		float: left;
		width: 48.5%;
		margin: 0 0 36px 3%;
	}
	#main-featured li:nth-child(2n + 1),
	#main-videos li:nth-child(2n + 1) {
		margin-left: 0;
	}
}
@media all and (min-width: 900px) {
	#main-featured li,
	#main-videos li {
		float: left;
		width: 32%;
		margin: 0 0 0 2%;
	}
	#main-featured li:nth-child(2n + 1),
	#main-videos li:nth-child(2n + 1) {
		margin-left: 2%;
	}
	#main-featured li:first-child,
	#main-videos li:first-child {
		margin-left: 0;
	}
}
#main-featured li a,
#main-videos li a {
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	text-decoration: none;
	color: inherit;
}
#main-featured h3,
#main-videos h3 {
	font-size: 1.7em;
	font-weight: 500;
	margin-top: 13px;
	white-space: pre;
	overflow: hidden;
	text-overflow: ellipsis;
}
#main-featured a:hover h3,
#main-videos a:hover h3 {
	color: #0078ff;
}
@media all and (min-width: 700px) {
	#main-featured h3,
	#main-videos h3 {
		margin-top: 11px;
		font-size: 2em;
		letter-spacing: -0.5px;
	}
}
#main-featured .date-author,
#main-videos .date-author {
	font-size: 1.1em;
	margin: 3px 0 0;
	color: #999;
	height: 19px;
	line-height: 19px;
}
@media all and (min-width: 700px) {
	#main-featured .date-author,
	#main-videos .date-author {
		font-size: 1.1em;
		margin: 2px 0 0;
	}
}
#main-featured .author {
	position: relative;
	margin-left: 6px;
	padding-left: 11px;
	width: 65%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}
@media all and (min-width: 700px) {
	#main-featured .author {
		margin-left: 1px;
		padding-left: 6px;
	}
}
#main-featured .author:before {
	content: ' ';
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 0;
	width: 1px;
	background: #ddd;
}
#main-featured .photo,
#main-videos .photo {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.26%;
}
#main-videos .photo:before{
	content: ' ';
	width: 25px;
	height: 33px;
	background: url(../img/main_btn_video.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}
#main-videos .photo:after{
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}
@media all and (min-width: 700px) {
	#main-videos a:hover .photo:after{
		content: ' ';
		display: none;
	}
}
#main-featured .photo img,
#main-videos .photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main-featured .content {
	height: 70px;
	overflow: hidden;
	color: #666;
	font-size: 1.15em;
	margin: 10px 0 0;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-weight: 300;
}
#main-featured a:hover .content {
	color: #000;
}
@media all and (min-width: 700px) {
	#main-featured .content {
		height: 71px;
		font-size: 1.2em;
		margin: 19px 0 0;
		line-height: 1.63;
	}
}
#main-featured .go-list,
#main-videos .go-list {
	position: relative;
	z-index: 1;
	font-size: 0.9em;
	text-transform: uppercase;
	display: inline-block;
	padding: 1.05em 3em;
	margin-top: 0;
	border: 1px solid #c8c9cc;
	border-color: #999;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 500;
	transition: border-color 0.15s, color 0.15s;
	color: inherit;
}
@media all and (min-width: 700px) {
	#main-featured .go-list,
	#main-videos .go-list {
		font-size: 1.4em;
		padding: 0.8em 0;
		margin-top: 42px;
		width: 195px;
	}
	#main-videos .go-list {
		margin-top: 47px;
	}
	#main-featured .go-list:before,
	#main-videos .go-list:before {
		content: ' ';
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 0;
		height: 100%;
		background: #0078ff;
		transition: width 0.15s;
	}
	#main-featured .go-list:hover,
	#main-videos .go-list:hover {
		color: #fff;
		border-color: #0078ff;
	}
	#main-featured .go-list:hover:before,
	#main-videos .go-list:hover:before {
		width: 100%;
	}
}

/* story(newsroom) */
/* Component: keyword button */
/* publications categoris */
.keywords, .categoris {
	display: inline-block;
	margin-left: 18px;
}
.keywords li, .categoris li {
	display: inline-block;
	margin-right: 3px;
}
.keywords .keyword, .categoris .category {
	color: #7b818e;
	text-decoration: none;
	background: #f3f5f8;
	padding: 0.37em 0.72em 0.3em;
	border-radius: 2px;
	border: 1px solid #dbdde3;
	position: relative;
	top: -1px;
	letter-spacing: -0.5px;
	display: inline-block;
	line-height: 1.4;
}
@media all and (min-width: 900px) {
	.keywords .keyword, .categoris .category{
		letter-spacing: normal;
	}
}
.keywords .on .keyword,
.keywords .keyword:hover,
.categoris .on .category,
.categoris .category:hover {
	background: #0078ff;
	border-color: #0078ff;
	color: #fff;
}
@media all and (min-width: 900px) {
	.categoris .category.all_areas{
		margin-bottom: 3px;
		padding-left: 0;
		font-weight: 500;
		background: transparent;
		border-color: transparent;
		color: #333;
	}
	.categoris .on .category.all_areas,
	.categoris .category.all_areas:hover{
		color: #0078ff;
	}
}

/* keyword sidebar */
.keyword-list, .categoris-search {
	margin-bottom: 90px;
}
@media all and (min-width: 900px) {
	.keyword-list, .categoris-search {
		width: 160px;
		float: left;
		padding-top: 47px;
	}
	.keyword-title + .recent-list + .keyword-list{
		padding-top: 3px;
	}
}
.keyword-list h3, .categoris-list h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.keyword-list ul, .categoris-list ul {
	margin: 10px 0 0 0;
}
@media all and (min-width: 900px) {
	.keyword-list ul, .categoris-list ul {
		margin: 14px 0 0 0;
	}
}
.keyword-list li, .categoris-list li {
	margin: 11px 5px 0 0;
	line-height: 27px;
}
@media all and (min-width: 900px) {
	.keyword-list li, .categoris-list li {
		display: block;
		margin: 8px 0 0;
	}
}

/* news list */
.featured-list {
	position: relative;
	margin: 0 0 17px 0;
	width: -webkit-calc(100% + 40px);
	width: -moz-calc(100% + 40px);
	width: calc(100% + 40px);
	margin-left: calc(-20px);
	overflow: hidden;
	background: #f3f3f3;
}
@media all and (min-width: 700px) {
	.featured-list {
		margin: 51px 0 -30px;
		width: 820px;
		margin-left: 0;
		background: transparent;
	}
}
@media all and (min-width: 900px) {
	.featured-recent, .article-wrap, .recent-list-wrap{
		float: right;
		width: -webkit-calc(100% - 180px);
		width: -moz-calc(100% - 180px);
		width: calc(100% - 180px);
	}
	.featured-list {
		min-height: 430px;
	}
}
.featured-list .wrap {
	position: relative;
	width: 100%;
}
.featured-list article {
	position: relative;
	padding: 0 20px 3px;
	line-height: 1.6;
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: calc(100% - 40px);
}
.featured-list article:nth-child(2) {
	position: absolute;
	top: 0;
	left: 100%;
}
.featured-list article:nth-child(3) {
	position: absolute;
	top: 0;
	left: 200%;
}
@media all and (min-width: 700px) {
	.featured-list article {
		overflow: hidden;
		padding: 43.9% 0 40px;
		background: transparent;
		width: 100%;
		border-bottom: 1px solid #d2d2d2;
	}
}
.featured-list article > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.featured-list article .photo {
	position: relative;
	width: -webkit-calc(100% + 40px);
	width: -moz-calc(100% + 40px);
	width: calc(100% + 40px);
	right: calc(20px);
}
@media all and (min-width: 700px) {
	.featured-list article .photo {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 0;
		overflow: hidden;
		padding-top: 43.9%;
	}
}
.featured-list article .photo img {
	width: 100%;
}
@media all and (min-width: 700px) {
	.featured-list article .photo img {
		position: absolute;
		top: 0;
		left: 0;
	}
}
.featured-list article .featured {
	display: inline-block;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #fff;
	padding: 3px 7px 2px;
	background: #0078ff;
	margin: 15px 0 7px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
@media all and (min-width: 700px) {
	.featured-list article .featured {
		display: none;
	}
}
.featured-list article h3 {
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 6px;
	height: 53px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}
.featured-list article a:hover h3 {
	color: #0078ff;
}
@media all and (min-width: 700px) {
	.featured-list article h3 {
		font-size: 2em;
		margin: 24px 0 15px;
		height: auto;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
.featured-list article .date-author {
	position: relative;
	margin: 0;
	font-size: 1.1em;
	color: #999;
	width: 100%;
}
@media all and (min-width: 700px) {
	.featured-list article .date-author {
		display: inline;
	}
}
.featured-list article .date-author .author {
	position: relative;
	margin-left: 4px;
	padding-left: 7px;
}
.featured-list article .date-author .author:before {
	content: ' ';
	position: absolute;
	top: 2px;
	left: 0;
	width: 1px;
	height: 13px;
	background: #ddd;
}

.recent-list {
	margin: 0 0 48px 0;
}
@media all and (min-width: 700px) {
	.recent-list {
		margin: 51px 0 100px;
	}
}
@media all and (min-width: 900px) {
	.recent-list {
		min-height: 500px;
	}
}
.recent-list h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0 0 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}
@media all and (min-width: 700px) {
	.recent-list h2 {
		position: relative;
		top: 5px;
		padding-right: 14px;
		background: url(../img/news_btn_recent.png) 100% 5px no-repeat;
		background-size: 9px auto;
		display: inline-block;
		margin-bottom: 0;
	}
}
.recent-list article {
	position: relative;
	padding: 0 0 22px;
	line-height: 1.6;
}
.recent-list article.no-photo {
	border-top: 1px solid #e9e9e9;
}
@media all and (min-width: 700px) {
	.recent-list article {
		overflow: hidden;
		padding: 34px 270px 22px 0;
		border-bottom: 1px solid #eee;
	}
	.recent-list article.no-photo {
		padding-top: 15px;
		padding-right: 0;
		border-top: 0 none;
	}
}
.recent-list article > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.recent-list article h3 {
	font-size: 1.7em;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 17px;
}
.recent-list article.no-photo h3 {
	margin-top: 20px;
}
.recent-list article a:hover h3 {
	color: #0078ff;
}
@media all and (min-width: 700px) {
	.recent-list article h3 {
		margin-top: 0;
	}
}
.recent-list article .date-author {
	position: relative;
	margin: -108px 0 0;
	font-size: 1.1em;
	color: #999;
	float: left;
	width: 100%;
}
@media all and (min-width: 700px) {
	.recent-list article .date-author {
		float: none;
		margin: 0;
		display: inline;
	}
}
.recent-list article .date-author .author {
	position: relative;
	margin-left: 4px;
	padding-left: 7px;
}
.recent-list article .date-author .author:before {
	content: ' ';
	position: absolute;
	top: 2px;
	left: 0;
	width: 1px;
	height: 13px;
	background: #ddd;
}
.recent-list article .content {
	margin: 42px 0 7px;
	color: #666;
	font-size: 1.15em;
	height: 70px;
	overflow: hidden;
	line-height: 1.7;
	font-weight: 300;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.recent-list article a:hover .content {
	color: #000;
}
@media all and (min-width: 700px) {
	.recent-list article .content {
		margin: 21px 0 13px;
		-webkit-line-clamp: 2;
		height: 45px;
	}
}
.recent-list article .photo {
	position: relative;
}
@media all and (min-width: 700px) {
	.recent-list article .photo {
		position: absolute;
		top: 34px;
		right: 0;
		width: 240px;
		height: 135px;
		overflow: hidden;
	}
}
.recent-list article .photo img {
	width: 100%;
	height: 100%;
}
@media all and (min-width: 700px) {
	.recent-list article .photo img {
		position: absolute;
		left: 50%;
		top: 50%;
		height: auto;
		width: 100%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
}
.recent-list article .keywords {
	display: block;
	margin: 6px 0 0 0;
	line-height: 3;
}
@media all and (min-width: 700px) {
	.recent-list article .keywords {
		margin: 13px 0 0 0;
	}
}

/* keyword main */
.keyword-title {
	position: relative;
	font-size: 1.35em;
	font-weight: 500;
	padding: 0.76em 20px 0.84em;
	text-align: left;
	background: #242424;
	color: #eee;
	width: 100%;
	left: -20px;
	line-height: 25px;
}
@media all and (min-width: 700px) {
	.keyword-title {
		left: 0;
		font-size: 1.67em;
		padding: 43px 0 0;
		border-bottom: 1px solid #ccc;
		margin-bottom: -51px;
		width: auto;
		height: 48px;
		background: #fff;
		color: #333;
		line-height: 1.5;
	}
}

/* article */
article.news {
	margin: 30px 0 40px;
	font-size: 16px;
	line-height: 2;
	overflow: hidden;
}
@media all and (min-width: 700px) {
	article.news {
		margin: 69px 0 100px;
	}
}
article.news header h2 {
	font-size: 2em;
	margin: 0 0 25px;
	line-height: 1.4;
}
article.news footer .share {
	position: relative;
	float: right;
	margin-top: 6px;
}
article.news footer .share:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 42px;
	width: 1px;
	height: 22px;
	background: #ddd;
}
@media all and (min-width: 700px) {
	article.news footer .share {
		margin-top: 6px;
	}
}
article.news footer .share a {
	float: left;
	text-indent: -9em;
	overflow: hidden;
	width: 41px;
	height: 22px;
	background: url(../img/share_fb.png);
	background-size: auto 22px;
}
article.news footer .share a:hover {
	background-image: url(../img/share_fb_on.png);
}
article.news footer .share a.twitter {
	width: 34px;
	height: 22px;
	background: url(../img/share_tw.png);
	background-size: auto 22px;
}
article.news footer .share a:hover.twitter {
	background-image: url(../img/share_tw_on.png);
}
article.news footer .date,
article.news footer .author {
	color: #999;
	font-size: 0.825em;
}
article.news footer .author {
	position: relative;
	margin: 0 0 0 4px;
	padding: 0 0 0 7px;
}
article.news footer .author:before {
	content: ' ';
	position: absolute;
	width: 1px;
	height: 13px;
	top: 2px;
	left: 0;
	background: #ddd;
}
article.news .keywords {
	display: block;
	margin-left: 0;
	margin-top: 5px;
}
@media all and (min-width: 700px) {
	article.news .keywords {
		display: inline;
		margin-left: 18px;
	}
}
article.news .keyword {
	font-size: 0.75em;
	line-height: 1.5;
}
article.news .content {
	border-top: 1px solid #ccc;
	margin: 20px 0 0;
	padding: 30px 0;
	line-height: 1.8;
}
article.news .content .editor-note {
	border: 1px solid #d9d9d9;
	padding: 1em;
}
article.news .content h3 {
	font-size: 1em;
	margin-top: 2.5em;
	font-weight: 500;
	color: #000;
}
article.news .content b {
	font-weight: 500;
	color: #000;
}
article.news .content p,
article.news .content figure,
article.news .content ul {
	margin: 1em 0;
	font-weight: 300;
}
article.news .content ul {
	padding: 0 0 0 2em;
	list-style: disc;
}
article.news .content li {
	font-weight: 300;
}
article.news .content figurecaption {
	margin: -22px 0.7em 30px;
	font-size: 0.8em;
	text-align: center;
	color: #999;
	line-height: 1.3;
	display: block;
}
@media all and (min-width: 700px) {
	article.news .content figurecaption {
		margin-top: -30px;
		font-size: 0.9em;
	}
	article.news .content p.youtube + figurecaption {
		margin-top: -24px;
	}
}
article.news .content img {
	width: 100%;
	margin: 40px auto 30px;
	display: block;
}
@media all and (min-width: 700px) {
	article.news .content img {
		margin: 40px auto;
	}
}
article.news .content *:first-child img {
	margin-top: 0;
}
article.news .content blockquote {
	border-left: 3px solid #eee;
	padding-left: 0.9em;
	margin-left: 0.5em;
	margin-right: 0;
	color: #888;
	font-weight: 300;
}
article.news .content blockquote.poem {
	white-space: pre-wrap;
}
@media all and (min-width: 700px) {
	article.news .content blockquote.poem {
		margin-left: 2em;
	}
}
article.news .content .youtube {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	margin: 40px auto 30px;
}
article.news .content .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
article.news .content > *:first-child {
	margin-top: 0;
}
article.news .content > *:last-child {
	margin-bottom: 0;
}
article.news .go-list {
	text-align: center;
	padding: 15px 0 0;
	border-top: 1px solid #ccc;
}
article.news .go-list a {
	display: inline-block;
	padding: 3px 23px;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	font-size: 0.875em;
}
@media all and (min-width: 700px) {
	article.news .go-list a {
		padding: 5px 23px;
	}
}
article.news .go-list a:hover {
	background-color: #0078ff;
}

.related-article {
	clear: both;
	margin: -40px 0 50px;
	padding-top: 50px;
}
@media all and (min-width: 700px) {
	.related-article {
		margin: -100px 0 65px;
	}
}
.related-article h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.related-article ul {
	margin: 20px 0 0;
	padding: 20px 20px 6px;
	font-size: 1.2em;
	background: #f6f6f6;
}
@media all and (min-width: 700px) {
	.related-article ul {
		padding: 30px 30px 21px;
	}
}
.related-article li {
	line-height: 1.5;
	margin-bottom: 14px;
}
@media all and (min-width: 700px) {
	.related-article li {
		margin-bottom: 9px;
	}
}
.related-article li a {
	color: inherit;
}
.related-article .date-author {
	display: block;
	font-weight: normal;
}
@media all and (min-width: 700px) {
	.related-article .date-author {
		display: inline;
		margin-top: 0;
	}
}
.related-article .date,
.related-article .author {
	position: relative;
	font-size: 0.9em;
	color: #999;
}
@media all and (min-width: 700px) {
	.related-article .date {
		margin-left: 18px;
	}
}
.related-article .author {
	margin-left: 4px;
	padding-left: 7px;
}
.related-article .author:before {
	content: ' ';
	position: absolute;
	width: 1px;
	height: 13px;
	top: 2px;
	left: 0;
	background: #ddd;
}
.article-videos {
	margin: -40px 0 50px;
	padding-top: 38px;
}
@media all and (min-width: 700px) {
	.article-videos {
		clear: both;
		margin: -67px 0 81px;
		padding-top: 50px;
	}
}
.article-videos h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.article-videos ul {
	margin: 20px 0 0;
	overflow: hidden;
}
.article-videos li {
	margin: 0 0 20px;
}
@media all and (min-width: 700px) {
	.article-videos li {
		float: left;
		width: 31.3%;
		margin: 0 0 40px 2%;
	}
}
@media all and (min-width: 1077px) {
	.article-videos li {
		margin: 0 0 0 2%;
		width: 32%;
	}
	.article-videos li:nth-child(2n + 1) {
		margin-left: 2%;
	}
	.article-videos li:first-child {
		margin-left: 0;
	}
}
.article-videos li a {
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	text-decoration: none;
	color: inherit;
}
.article-videos h4 {
	font-size: 1.5em;
	font-weight: 500;
	margin-top: 10px;
	white-space: pre;
	overflow: hidden;
	text-overflow: ellipsis;
}
.article-videos a:hover h3 {
	color: #0078ff;
}
@media all and (min-width: 700px) {
	.article-videos h4 {
		font-weight: normal;
		margin-top: 9px;
		letter-spacing: -0.5px;
	}
}
.article-videos .date-author {
	font-size: 1.1em;
	margin: 1px 0 0;
	color: #999;
}
.article-videos .photo {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.article-videos .photo:before{
	content: ' ';
	width: 25px;
	height: 33px;
	background: url(../img/main_btn_video.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}
.article-videos .photo:after{
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}
@media all and (min-width: 700px) {
	.article-videos a:hover .photo:after{
		content: ' ';
		display: none;
	}
}
.article-videos .photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.article-videos .go-list {
	margin: 0 auto;
	width: 106px;
	height: 34px;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #000;
	text-align: center;
}
.article-videos .go-list a {
	padding: 0.6em 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 1.4em;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media all and (min-width: 700px) {
	.article-videos .go-list {
		margin-top: 27px;
		width: 135px;
		height: 38px;
	}
	.article-videos .go-list a{
		padding: 0.7em 0;
	}
	.article-videos .go-list:hover {
		color: #fff;
		background: #0078ff;
	}
}

/* PROJECTS = (구)showroom */
#container.showroom{
	max-width:none;
	background:#fff;
}
#container.showroom .inner{
	max-width:1000px;
	margin:0 auto;
}
.showroom_list_wrap{
	overflow:hidden;
	position:relative;
	padding:0 0 199px;
}
.showroom_list{
	margin: 1px -14px 0 -13px;
	font-size: 0;
	line-height: 0;
}
.showroom_list>li{
	display: inline-block;
	width: 315px;
	height: 400px;
	text-align: left;
	vertical-align: top;
	margin: 44px 14px 0 13px;
}
.showroom_list>li>a{
	display: block;
	text-decoration:none;
}
.showroom_list>li:hover>a{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
	-moz-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
	-ms-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
	-o-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.showroom_list>li .img_area{
	width: 315px;
	height: 285px;
	background-size: cover;
	background-position: 50% 50%;
}
.showroom_list .item1 .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list1.jpeg);
}
.showroom_list .item2 .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list2.jpg);
}
.showroom_list .item3 .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list3.jpg);
}
.showroom_list .item4 .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list4.jpg);
}
.showroom_list .item5 .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list5.jpg);
}
.showroom_list .item6 .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list6.jpg);
}
.showroom_list .item7 .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list7.jpg);
}
.showroom_list .item8 .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list8.jpg);
}
.showroom_list .item9 .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list9.jpg);
}
.showroom_list .item10 .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list10.jpg);
}
.showroom_list .item12 .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list12.jpg);
}
.showroom_list .item15 .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list15.jpg);
}
.showroom_list .item17 .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list17_2.png);
}
.showroom_list .item18 .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list18.png);
}
.showroom_list .item19 .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list19.png);
}
.showroom_list .item20 .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list20.png);
}
.showroom_list .item21 .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list21.png);
}
.showroom_list .item22 .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list22.jpg);
}
.showroom_list .item23 .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list23.jpg);
}
.showroom_list .item24 .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list24.jpg);
}
.showroom_list .item25 .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list25.jpg);
}
.showroom_list .item26 .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list26.jpg);
}
.showroom_list .item_gak .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list27.jpg);
}
.showroom_list .item_sero .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list28.jpg);
}
.showroom_list .item_garo .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list29.png);
}
.showroom_list .item_altb .img_area{
	background-image: url(../img/main_showroom/pc_bg_showroom_list30.jpg);
}
.showroom_list>li .text_area{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 114px;
	padding: 15px 9px;
	background-color: #000;
	color: #fff;
}
.showroom_list>li .text_area h4{
	padding-bottom: 8px;
	font-size: 20px;
	line-height: normal;
	color: #fff;
}
.showroom_list>li .text_area p{
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	opacity: 0.5;
	word-break: break-all;
}

@media screen and (max-width:1075px){
	.showroom_list{
		text-align: center;
	}
}

@media screen and (max-width:699px){
	.showroom {
		padding: 0 18px;
	}
	.showroom .showroom_header {
		padding: 23px 0 27px;
		font-size: 25px;
	}
	.showroom .showroom_header h3{
		padding-bottom: 0;
	}
	.showroom .showroom_header p{
		font-size: 14px;
	}
	.showroom_list_wrap{
		padding:0 0 125px;
	}
	.showroom_list{
		margin: 0
	}
	.showroom_list>li{
		display: block;
		max-width: 339px;
		width: 100%;
		height: auto;
		margin: 30px auto 0 auto;
	}
	.showroom_list>li:hover>a{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		-webkit-transition: all 0s ease 0s;
		-moz-transition: all 0s ease 0s;
		-ms-transition: all 0s ease 0s;
		-o-transition: all 0s ease 0s;
		transition: all 0s ease 0s;
	}
	.showroom_list>li .img_area{
		max-width: 339px;
		width: 100%;
		height: 175px;
		background-size: cover;
		background-position: 50% 50%;
	}
	.showroom_list .item1 .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list1.jpeg);
	}
	.showroom_list .item2 .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list2.jpg);
	}
	.showroom_list .item3 .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list3.jpg);
	}
	.showroom_list .item4 .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list4.jpg);
	}
	.showroom_list .item5 .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list5.jpg);
	}
	.showroom_list .item6 .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list6.jpg);
	}
	.showroom_list .item7 .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list7.jpg);
	}
	.showroom_list .item8 .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list8.jpg);
	}
	.showroom_list .item9 .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list9.jpg);
	}
	.showroom_list .item10 .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list10.jpg);
	}
	.showroom_list .item12 .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list12.jpg);
	}
	.showroom_list .item15 .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list15.jpg);
	}
	.showroom_list .item17 .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list17_2.png);
	}
	.showroom_list .item18 .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list18.png);
	}
	.showroom_list .item19 .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list19.png);
	}
	.showroom_list .item20 .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list20.png);
	}
	.showroom_list .item21 .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list21.png);
	}
	.showroom_list .item22 .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list22.jpg);
	}
	.showroom_list .item23 .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list23.jpg);
	}
	.showroom_list .item24 .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list24.jpg);
	}
	.showroom_list .item25 .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list25.jpg);
	}
	.showroom_list .item26 .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list26.jpg);
	}
	.showroom_list .item_gak .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list27.jpg);
	}
	.showroom_list .item_sero .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list28.jpg);
	}
	.showroom_list .item_garo .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list29.jpg);
	}
	.showroom_list .item_altb .img_area{
		background-image: url(../img/main_showroom/m_bg_showroom_list30.jpg);
	}
	.showroom_list>li .text_area{
		height: auto;
		padding: 10px 9px 12px;
	}
	.showroom_list>li .text_area h4{
		padding-bottom: 5px;
	}
}

/* Career */
.culture {
	margin: 0;
}
@media all and (min-width: 735px) {
	.culture {
		position: relative;
		width: 675px;
		margin: 51px auto 0;
	}
}
@media all and (min-width: 1060px) {
	.culture {
		margin: 51px 0 0;
	}
}
.culture .item {
	position: relative;
	margin: 0 0 40px;
}
@media all and (min-width: 735px) {
	.culture .item {
		padding: 0 358px 0 0;
		height: 223px;
		margin: 0;
	}
	.culture .item:first-child {
		padding-left: 358px;
		padding-right: 0;
		height: 264px;
	}
}
.culture .item h2 {
	position: relative;
	font-weight: 500;
	font-size: 1.75em;
	margin: 0 0 19px;
	padding: 0 0 13px;
	line-height: 1.4;
	letter-spacing: -1px;
	color: #333;
}
.culture .item h2:before {
	content: ' ';
	position: absolute;
	width: 40px;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #000;
}
@media all and (min-width: 735px) {
	.culture .item h2 {
		margin: 0 0 22px;
		padding: 0 0 18px;
		letter-spacing: 0;
		font-size: 1.95em;
	}
	.culture .item h2 span {
		font-size: 0.7em;
	}
}
.culture .item p {
	color: #666;
	margin-bottom: 1.45em;
	line-height: 1.5;
	font-size: 1.05em;
}
@media all and (min-width: 735px) {
	.culture .item p {
		font-size: 1.1em;
	}
}
.culture .item p br {
	display: none;
}
@media all and (min-width: 735px) {
	.culture .item p br {
		display: block;
	}
}
.culture .item .photo {
	position: relative;
	width: -webkit-calc(100% + 40px);
	width: -moz-calc(100% + 40px);
	width: calc(100% + 40px);
	height: 0;
	padding-top: 63.38%;
	right: calc(20px);
	background-size: cover;
	background-position: 50% 50%;
}
.culture .item:first-child .photo {
	padding-top: 75%;
}
@media all and (min-width: 735px) {
	.culture .item .photo {
		position: absolute;
		top: 0;
		right: 0;
		width: 326px;
		padding-top: 224px;
	}
	.culture .item:first-child .photo {
		left: 0;
		right: auto;
		padding-top: 224px;
	}
}
.culture .item .more {
	display: inline-block;
	background: url(../img/career_item.png) no-repeat 100% 5px;
	background-size: 6px auto;
	padding-right: 10px;
	color: #333;
}
.culture .item a:hover .more {
	background-image: url(../img/career_item_white.png);
}
@media all and (min-width: 735px) {
	.culture .item .more {
		background-position: 100% 5px;
	}
}

.culture .interview {
	position: relative;
	left: -20px;
	margin-bottom: 40px;
	padding-left: 20px;
	width: 100%;
	background: url(../img/bg_double_mark.png) 7px 0 no-repeat;
	background-size: 28px auto;
}
@media all and (min-width: 735px) {
	.culture .interview {
		margin: 0 auto 30px;
	}
}
@media all and (min-width: 1060px) {
	.culture .interview {
		position: absolute;
		top: -30px;
		left: auto;
		width: 265px;
		right: -315px;
		height: 528px;
		margin: 0;
		background-size: 37px auto;
		background-position: 10px 354px;
	}
}
.culture .interview ul {
	position: relative;
	width: 100%;
	height: 288px;
}
@media all and (min-width: 735px) {
	.culture .interview ul {
		height: 330px;
	}
}
@media all and (min-width: 1060px) {
	.culture .interview ul {
		height: 100%;
	}
}
.culture .interview li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.culture .interview li.on {
	display: block;
}
.culture .interview h3 {
	position: relative;
	z-index: 1;
	font-weight: 500;
	font-size: 1.7em;
	padding-top: 11px;
	line-height: 1.4;
	letter-spacing: -1px;
}
@media all and (min-width: 1060px) {
	.culture .interview  h3 {
		position: absolute;
		top: 366px;
		left: 10px;
		font-size: 1.8em;
	}
}
.culture .interview .photo {
	position: absolute;
	right: 0;
	bottom: 0;
}
@media all and (min-width: 1060px) {
	.culture .interview .photo {
		bottom: 184px;
	}
}
.culture .interview .photo img {
	width: 195px;
}
@media all and (min-width: 400px) {
	.culture .interview .photo img {
		width: 225px;
	}
}
@media all and (min-width: 735px) {
	.culture .interview .photo img {
		width: 265px;
	}
}
.culture .interview .name {
	position: absolute;
	left: 0;
	bottom: 7px;
	font-size: 0.9em;
}
@media all and (min-width: 735px) {
	.culture .interview .name {
		font-size: 1em;
		bottom: 7px;
		left: 10px;
	}
}
.culture .interview .control {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 81px;
	height: 40px;
	background: #fff;
}
.culture .interview .control:before {
	content: ' ';
	position: absolute;
	top: 13px;
	bottom: 8px;
	left: 40px;
	width: 1px;
	background: #e7e7e7;
}
@media all and (min-width: 735px) {
	.culture .interview .control {
		width: 125px;
		height: 66px;
	}
	.culture .interview .control:before {
		left: 62px;
		top: 20px;
		bottom: 12px;
	}
}
@media all and (min-width: 1060px) {
	.culture .interview .control {
		bottom: 184px;
	}
}
.culture .interview .control button {
	float: left;
	width: 40px;
	height: 40px;
	text-indent: -9em;
	overflow: hidden;
	border: 0 none;
	background: url(../img/career_btn_control.png);
	background-size: 80px 80px;
}
@media all and (min-width: 735px) {
	.culture .interview .control button {
		width: 62px;
		height: 66px;
		background-size: auto 132px;
	}
}
.culture .interview .control .previous:hover {
	background-position: 0 100%;
}
.culture .interview .control .next {
	float: right;
	background-position: 100% 0;
}
.culture .interview .control .next:hover {
	background-position: 100% 100%;
}

.recruit_progress {
	font-size: 11px;
	margin-top: 65px;
}
@media all and (min-width: 735px) {
	.recruit_progress {
		width: 685px;
		margin: 65px auto 0;
		font-size: 16px;
	}
}
@media all and (min-width: 1060px) {
	.recruit_progress {
		width: 100%;
	}
}
.recruit_progress > h3 {
	font-size: 1.44em;
	padding: 5px 0 10px;
	float: left;
	font-weight: 500;
}
@media all and (min-width: 735px) {
	.recruit_progress > h3 {
		padding: 5px 10px 20px;
	}
}
.recruit_progress > .progress_info {
	float: right;
}
@media all and (min-width: 735px) {
	.recruit_progress > .progress_info {
		margin: 0 10px 0 0;
	}
}
.recruit_progress > ul {
	margin-bottom: 80px;
	border-top: 1px solid #000;
	clear: both;
}
@media all and (min-width: 735px) {
	.recruit_progress > ul {
		margin-bottom: 110px;
	}
}
.recruit_progress > ul > li {
	border-bottom: 1px solid #e0e0e0;
}
.recruit_progress > ul > li .recruit_board_title{
	position: relative;
}
.recruit_progress > ul > li .recruit_board_title .title_txt {
	display: block;
	font-size: 1.25em;
	padding: 16px 0 15px 0;
	width: calc(100% - 51px);
	width: -moz-calc(100% - 51px);
	width: -webkit-calc(100% - 51px);
	line-height: 1.5;
	color: #333;
	text-decoration: none;
}
@media all and (min-width: 735px) {
	.recruit_progress > ul > li .recruit_board_title .title_txt {
		width: calc(100% - 75px);
		width: -moz-calc(100% - 75px);
		width: -webkit-calc(100% - 75px);
		padding: 35px 0 34px;
	}
}
.recruit_progress > ul > li .recruit_board_title .btn_arrow{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	background-color: #fff;
	outline: 0;
	border: 0;
	cursor: pointer;
}
@media all and (min-width: 735px) {
	.recruit_progress > ul > li .recruit_board_title .btn_arrow {
		width: 74px;
	}
}
.recruit_progress > ul > li .recruit_board_title .btn_arrow:before {
	content: '';
	background: url(../img/recruit_btn.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	width: 13px;
	height: 8px;
}
@media all and (min-width: 735px) {
	.recruit_progress > ul > li .recruit_board_title .btn_arrow:before {
		width: 25px;
		height: 15px;
	}
}
.recruit_progress > ul > li.open .recruit_board_title .btn_arrow:before {
	background-image: url(../img/recruit_btn_on.png);
}
.recruit_progress > ul > li.new .recruit_board_title .title_txt:after {
	position: relative;
	top: -1px;
	content: 'NEW';
	font-family: 'Roboto', sans-serif;
	color: #fff;
	background: #0078ff;
	display: inline-block;
	font-size: 0.62em;
	padding: 0.1em 0.9em;
	margin-left: 4px;
	vertical-align: bottom;
}
@media all and (min-width: 735px) {
	.recruit_progress > ul > li.new .recruit_board_title .title_txt:after {
		top: -2px;
		margin-left: 7px;
		padding: 0.29em 0.99em 0.21em;
	}
}
.recruit_progress .recruit_board_content {
	border-top: 1px solid #e4e4e4;
	background: #f4f5fa;
}
.recruit_progress .recruit_board_content .markdown-wrap {
	font-size: 1.05em;
	padding: 2em;
	margin: 0;
	max-width: 820px;
	word-break: break-word;
	-ms-word-break: keep-all;
}
@media all and (min-width: 735px) {
	.recruit_progress .recruit_board_content .markdown-wrap {
		font-size: 0.8em;
		padding: 2.5em 4em;
	}
}
.recruit_progress .recruitment .recruit_board_content {
	display: none;
}
.recruit_progress .recruitment.open .recruit_board_content {
	display: block;
}
.recruit_progress .recruit_board_content.nothing {
	background-color: #fff;
	text-align: center;
	padding: 150px 0;
}

/* markdown */
.markdown-wrap {
	overflow: visible;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

.markdown-wrap.preview  {
	border:3px dotted #ccc;
}

.markdown-wrap .empty {
	color:#cecece;
}

.markdown-wrap p,
.markdown-wrap blockquote,
.markdown-wrap ul,
.markdown-wrap ol,
.markdown-wrap dl,
.markdown-wrap table,
.markdown-wrap pre {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 2em;
}

.markdown-wrap h1,
.markdown-wrap h2,
.markdown-wrap h3,
.markdown-wrap h4,
.markdown-wrap h5,
.markdown-wrap h6 {
	margin-bottom: 16px;
	padding:0;
	font-weight: 500;
}

.markdown-wrap h1 {
	font-size:2.0em;
}

.markdown-wrap h2 {
	border-bottom:1px solid #bbb;
	font-size:1.5em;
}

.markdown-wrap h3 {
	font-size:1.2em;
}

.markdown-wrap h4 {
	font-size:1.2em;

}

.markdown-wrap h5 {
	font-size:1.1em;
}

.markdown-wrap h6 {
	font-size:1.0em;
}


.markdown-wrap hr {
	height:1px;
	margin:10px 0;
	border:0;color:#ccc;
	background-color:#ccc;
}

.markdown-wrap p {
	margin : 15px 0;
	line-height:20px;
}

.markdown-wrap blockquote{
	border-left: 4px solid #DDD;
	padding: 0 15px;
	color: #777;
}

.markdown-wrap blockquote p {
	font-size:1em;
}

.markdown-wrap ul,
.markdown-wrap ol {
	padding-left:2.0em;
	line-height:20px;
}

.markdown-wrap ul {
	list-style:disc;
}

.markdown-wrap ol{
	list-style:decimal;
}

.markdown-wrap li{
	line-height: 1.8;
	border:0 none;
	list-style-type: circle;
}

.markdown-wrap ul > ul,
.markdown-wrap ol > ul {
	list-style:circle;
}

.markdown-wrap ul ul, ol ul, ol ol, ol ul {
	list-style:square;
}



.markdown-wrap pre {
	background-color: #f8f8f8;
	padding: 10px;
	margin: 10px 0;
}

.markdown-wrap code {
	margin : 0;
	padding: 0;
	border : none;
}

.markdown-wrap table {
	border-collapse: collapse;
	margin: 15px 15px;
}

.markdown-wrap table th {
	padding:5px;
	border:1px solid #dcddde;
	background-color:#f7f7f7;
}

.markdown-wrap table td {
	padding:5px;
	border:1px solid #dcddde;
}

.markdown-wrap a {
	display: inline-block !important;
}

.markdown-wrap a:hover {
	text-decoration: underline;
}

.markdown-wrap .note {
	font-size: 0.85em;
	margin: 5em 0 1em;
	padding: 12px 15px;
	border: 1px solid #e5e5e5;
}
.markdown-wrap .note h3 {
	margin-bottom: 0.5em;
	font-size: 1em;
}
.markdown-wrap .note ul {
	color: #777;
	margin-bottom: 0;
}

.markdown-wrap a.btn_appl_write {
	margin-top:15px;
	display: inline-block;
	background: #000;
	position: relative;
	padding: 9px 27px 10px;
	text-decoration: none;
	color: #fff;
	font-size: 1.03em;
}
.markdown-wrap a.btn_appl_write:hover {
	background-color: #0078ff;
}

/* Contact */
#map {
	position: relative;
	left: -25px;
	width: 100%;
	height: 200px;
	margin: 21px 0 0;
	padding: 0 25px;
	overflow: hidden;
	z-index: 1;
}
@media all and (min-width: 700px) {
	#map {
		margin: 24px 0 0;
		height: 370px;
		padding: 0;
		left: 0;
	}
}
.contact .contact-info {
	margin-top: 39px;
}
.contact .contact-info.first-info{
	margin-top: 24px;
}
@media all and (min-width: 700px) {
	.contact .contact-info {
		margin-top: 53px;
	}
	.contact .contact-info.first-info{
		margin-top: 43px;
	}
}
.contact .contact-info h2 {
	margin: 0 0 16px;
	line-height: 1.25;
	font-weight: 500;
	font-size: 2em;
	letter-spacing: -0.5px;
}
@media all and (min-width: 700px) {
	.contact .contact-info h2 {
		font-size: 2.66em;
		margin: 0 0 19px;
	}
}
.contact .contact-info .address {
	line-height: 1.4;
	margin: 0 0 12px;
	font-size: 1.08em;
}
@media all and (min-width: 700px) {
	.contact .contact-info .address {
		line-height: 1.6;
		font-size: 1.33em;
		margin: 0 0 10px;
	}
}
.contact .contact-info .telephone,
.contact .contact-info .fax,
.contact .contact-info .site {
	display: inline;
	margin-right: 16px;
	font-size: 1.05em;
}
@media all and (min-width: 700px) {
	.contact .contact-info .telephone,
	.contact .contact-info .fax,
	.contact .contact-info .site {
		margin-right: 37px;
		font-size: 1.4em;
	}
}
.contact .contact-info .site a{
	color: #555;
}
.contact .contact-material {
	margin: 47px 0 80px;
	border-bottom: 1px solid #999;
}
@media all and (min-width: 700px) {
	.contact .contact-material {
		margin: 65px 0 105px;
		border-bottom: 0 none;
	}
}
.contact .contact-material ul {
	overflow: hidden;
	padding-bottom: 1px;
}
@media all and (min-width: 700px) {
	.contact .contact-material li {
		width: 33.4%;
		float: left;
		margin: 0 -1px -1px 0;
	}
}
.contact .contact-material a {
	position: relative;
	display: block;
	text-decoration: none;
	border-top: 1px solid #999;
	padding: 27px 10px 0;
	color: inherit;
}
@media all and (min-width: 700px) {
	.contact .contact-material a {
		border: 1px solid #d9d9d9;
		height: 214px;
		padding: 38px 34px 32px;
	}
	.contact .contact-material a:hover {
		background-color: #0d82ec;
		border: 1px solid #c8c9cc;
		color: #fff;
	}
	.contact .contact-material a:hover:after {
		background-image: none;
	}
}
.contact .contact-material h2 {
	position: relative;
	font-size: 1.7em;
	margin: 0 0 13px;
	padding: 0 0 17px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: -1px;
}
.contact .contact-material h2:before {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	width: 23px;
	height: 2px;
}
@media all and (min-width: 700px) {
	.contact .contact-material h2 {
		margin: 0 0 12px;
		font-weight: 400;
		font-size: 2.3em;
		text-transform: uppercase;
		padding: 0 0 16px;
		line-height: 1.2;
		letter-spacing: 0;
	}
	.contact .contact-material a:hover h2 {
		color: #fff;
	}
	.contact .contact-material h2:before {
		width: 40px;
		height: 2px;
	}
	.contact .contact-material a:hover h2:before {
		background-color: #fff;
	}
}
.contact .contact-material p {
	line-height: 1.5;
	min-height: 45px;
	font-size: 1.08em;
}
@media all and (min-width: 700px) {
	.contact .contact-material p {
		font-size: 1.09em;
		line-height: 1.7;
	}
}
.contact .contact-material .more {
	display: inline-block;
	background: url(../img/contact_more.png) no-repeat 100% 5px;
	background-size: 6px auto;
	margin: 33px 0 26px;
	padding-right: 14px;
	min-height: 0;
}
@media all and (min-width: 700px) {
	.contact .contact-material .more {
		position: absolute;
		bottom: 15px;
		left: 35px;
		margin: 33px 0 0;
		font-size: 1.1em;
		background-size: 5px auto;
		background-position: 100% 50%;
	}
	.contact .contact-material a:hover .more {
		background-image: url(../img/contact_more_white.png);
	}
}
@media all and (min-width: 900px) {
	.contact .contact-material .more {
		margin: 33px 0 30px;
	}
}

/* privacy, terms */
@media all and (max-width: 1050px) {
	#container.privacy_list{
		padding-bottom:26px;
	}
}
@media all and (max-width: 884px) {
	#container.privacy_list{
		padding-bottom:27px;
	}
}
.contact.privacy .terms-category {
	display: none;
}
@media all and (min-width: 700px) {
	.contact .terms-category {
		float: left;
		width: 240px;
		margin: 48px 0 0;
	}
	.contact.privacy .terms-category {
		display: block;
		margin: 50px 0 0;
	}
}
.contact .terms-category .section-title {
	display: none;
}
@media all and (min-width: 700px) {
	.contact .terms-category .section-title {
		display: block;
		position: relative;
		font-size: 1.9em;
		font-weight: 500;
		padding: 0 0 27px;
		color: #333;
	}
	.contact .terms-category .section-title:before {
		content: ' ';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 50px;
		height: 4px;
		background: #000;
	}
}
.contact .terms-category {
	position: relative;
}
.contact .terms-category button {
	position: relative;
	border: 1px solid #ddd;
	margin: 17px 0 0;
	padding: 0 2px 0 14px;
	width: 100%;
	height: 42px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../img/ethics_btn.png) 100% 50% no-repeat;
	background-size: 25px auto;
	text-align: left;
	font-size: 1.084em;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 30px;
}
.contact .terms-category.on button {
	background-image: url(../img/ethics_btn_on.png);
}
@media all and (min-width: 700px) {
	.contact .terms-category button {
		display: none;
	}
}
.contact .terms-category ul {
	display: none;
}
.contact .terms-category.on ul {
	position: absolute;
	top: 58px;
	width: 100%;
	padding: 7px 8px;
	border: 1px solid #ddd;
	display: block;
	background: #fff;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
@media all and (min-width: 700px) {
	.contact .terms-category ul {
		display: block;
		margin: 16px 0 0;
	}
}
.contact .terms-category li {
	padding: 7px 6px;
}
@media all and (min-width: 700px) {
	.contact .terms-category li {
		padding: 7px 0;
	}
}
.contact .terms-category a {
	font-size: 1.084em;
	color: inherit;
}
@media all and (min-width: 700px) {
	.contact .terms-category a {
		font-size: 1.2em;
		color: #999;
		text-decoration: none;
	}
	.contact .terms-category a:hover,
	.contact .terms-category .on a {
		color: #000;
	}
	.contact .terms-category .on a {
		font-weight: 500;
	}
}
.contact .terms-category .date {
	font-size: 1.2em;
	margin: 20px 0 0;
	line-height: 2;
}
.contact .terms-text {
	font-size: 0.8em;
	line-height: 1.8;
	margin: 25px 0 80px;
}
@media all and (min-width: 700px) {
	.contact .terms-text {
		margin: 41px 0 100px 270px;
		font-size: 1.1em;
		overflow:hidden;
	}
	.contact.privacy .terms-text{
		margin-top:47px;
	}
	.contact .terms-text.top_space {
		margin: 22px 0 100px 270px;
	}
	.contact.privacy_list .terms-text{
		margin:36px 0 0 0;
	}
}
.contact .terms-text .hgroup {
	margin: 0 0 24px;
	padding: 0 0 24px;
	border-bottom: 1px solid #ddd;
}
@media all and (min-width: 700px) {
	.contact .terms-text .hgroup {
		margin: 0 0 62px;
		padding: 0;
		border: 0 none;
	}
}
.contact .terms-text .hgroup h2 {
	font-size: 1.75em;
	font-weight: 500;
}
@media all and (min-width: 700px) {
	.contact .terms-text .hgroup h2 {
		font-size: 2.05em;
	}
}
.contact .terms-text .hgroup p {
	margin: 0;
	font-size: 1.1em;
}
@media all and (min-width: 700px) {
	.contact .terms-text .hgroup p {
		font-size: 1.2em;
	}
}
.contact .terms-text .hgroup .date {
	font-size: 0.7em;
}
.contact .terms-text section {
	margin: 2em 0 0;
	padding: 2em 0 0;
	border-top: 1px solid #e9e9e9;
}
.contact.privacy_list .terms-text section{
	margin-top:20px;
	padding-top:0;
	border-top:0;
}
@media all and (min-width:700px){
	.contact.privacy_list .terms-text section{
		margin-top:43px;
	}
}
.contact .terms-text h3 {
	margin: 50px 0 0.4em;
	font-size: 1.45em;
	font-weight: 500;
}
.contact .terms-text .hgroup + h3 {
	margin-top: 24px;
}
.contact .terms-text section h3 {
	margin-top: 0;
}
.contact .terms-text h4 {
	margin: 1em 0 0;
	font-size: 1.1em;
	font-weight: 500;
}
.contact .terms-text p {
	margin: 1em 0;
	font-size: 1.1em;
}
.contact .terms-text h4 + p {
	margin-top: 0;
}
.contact .terms-text table {
	table-layout: fixed;
	max-width: none;
	width: auto;
	min-width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #adadad;
	margin: 2em 0 2.5em;
}
.contact.privacy_list .terms-text table{
	margin: 0.7em 0 2.5em;
}
.contact .terms-text caption {
	color: #999;
	margin-bottom: 0.3em;
	position: absolute;
	visibility: hidden;
}
.contact .terms-text caption.sub-title {
	text-align: left;
	position: static;
	visibility: visible;
	font-size: 1.3em;
	color: inherit;
	font-weight: 500;
}
.contact .terms-text th,
.contact .terms-text col.header {
	width: 25%;
}
@media all and (min-width: 700px) {
	.contact .terms-text col.header {
		width: 210px;
	}
}
.contact .terms-text th,
.contact .terms-text td {
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	padding: 0.8em 0.7em 0.7em;
	font-size: 1.1em;
}
.contact .terms-text td {
	padding: 1em;
}
@media all and (min-width: 700px) {
	.contact .terms-text th,
	.contact .terms-text td {
		font-size: 1em;
		padding-left: 2em;
		padding-right: 2em;
	}
}
.contact .terms-text th {
	background: #f4f5fa;
	font-size: 1.1em;
}
@media all and (min-width: 700px) {
	.contact .terms-text th {
		font-size: 1.1em;
	}
}
.contact .terms-text th:first-child,
.contact .terms-text td:first-child {
	border-left-width: 0;
}
.contact .terms-text tbody tr:first-child th,
.contact .terms-text tbody tr:first-child td {
	border-top-color: #adadad;
}
.contact .terms-text .note {
	background: #f4f5fa;
	border: 1px solid #c8c9cc;
	margin: 40px 0 0;
	padding: 10px 15px 5px;
}
@media all and (min-width: 700px) {
	.contact .terms-text .note {
		padding: 20px 25px 10px;
	}
}
.contact .terms-text .note h3 {
	margin-top: 0;
	font-size: 1.3em;
}
.contact .terms-text table.ethics-contact th,
.contact .terms-text table.ethics-contact td {
	height: 60px;
}
.contact .terms-text .button {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
}

/* video list */
#video-visual .list-container{
	position: relative;
	overflow: hidden;
	padding: 0 20px;
	min-height: 100%;
}
@media all and (min-width: 700px) {
	#video-visual .list-container{
		margin: 0 auto;
		padding: 0 30px;
		max-width: 1000px;
	}
}
#video-visual .video-title {
	position: relative;
	padding: 1.05em 0 0.35em;
	width: 100%;
	line-height: 1.5;
	font-size: 1.83em;
	font-weight: 500;
	text-align: left;
	letter-spacing: -0.5px;
	border-bottom: 1px solid #ccc;
}
@media all and (min-width: 700px){
	#video-visual .video-title {
		padding: 2em 0 0.75em;
	}
}
#video-visual .video-list{
	margin: 0 0 50px 0;
}
@media all and (min-width: 700px){
	#video-visual .video-list {
		margin: 34px 0 100px;
		min-height: 500px;
	}
}
#video-visual .video-list .list-group-wrap{
	margin-top: 30px;
}
@media all and (min-width: 700px) {
	#video-visual .video-list .list-group-wrap{
		margin-top: 0;
	}
}
@media all and (min-width: 700px) {
	#video-visual .video-list .list-group{
		overflow: hidden;
		margin-top: 30px;
	}
}
#video-visual .video-list .list-group ul {
	overflow: hidden;
}
#video-visual .video-list .list-group li {
	margin: 0 0 27px;
}
@media all and (min-width: 700px) {
	#video-visual .video-list .list-group li {
		float: left;
		width: 32%;
		margin: 0 0 0 2%;
	}
	#video-visual .video-list .list-group li:nth-child(2n + 1) {
		margin-left: 2%;
	}
	#video-visual .video-list .list-group li:first-child {
		margin-left: 0;
	}
}
#video-visual .video-list .list-group li a {
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	text-decoration: none;
	color: inherit;
}
#video-visual .video-list .list-group h3 {
	overflow: hidden;
	margin-top: 14px;
	line-height: 26px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	letter-spacing: -0.5px;
	font-size: 1.7em;
	font-weight: 500;
}
#video-visual .video-list .list-group a:hover h3 {
	color: #0078ff;
}
#video-visual .video-list .list-group .date-author {
	font-size: 1em;
	margin: 10px 0 0;
	color: #999;
}
#video-visual .video-list .list-group .photo{
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.26%;
}
#video-visual .video-list .list-group .photo:before{
	content: ' ';
	width: 25px;
	height: 33px;
	background: url(../img/main_btn_video.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}
#video-visual .video-list .list-group .photo:after{
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}
@media all and (min-width: 700px) {
	#video-visual .video-list .list-group li a:hover .photo:after{
		content: ' ';
		display: none;
	}
}
#video-visual .video-list .list-group .photo img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* #wrap.video_view */
#wrap.video_view #header h1 a{
	background: url(../img/ci/NAVERLABS_LOGO_SMALL_WHITE.png) 0px 6px no-repeat;
	background-size: auto 13px;
}
@media all and (min-width: 1060px) {
	#wrap.video_view #header h1 a{
		background: url(../img/ci/NAVERLABS_LOGO_WHITE_v2.png) 7px 6px no-repeat;
		background-position: 0px 16px;
		background-size: 185px 19px;
	}
}
#wrap.video_view #header #lnb li a{
	color: #fff;
}
#wrap.video_view #header #lnb .language{
	color: #000;

}
@media all and (min-width: 700px){
	#wrap.video_view #header #lnb .language{
		border: 1px solid #fff;
		color: #fff;
	}
}
#wrap.video_view #header #lnb .language:hover{
	border: 1px solid #0078ff;
}

#video-visual .movie-container{
	display: none;
	position: fixed;
	z-index: 5;
	background: rgba(0,0,0,0.8);
}
#wrap.video_view #video-visual .movie-container{
	display: block;
}
#wrap.video_view #video-visual .movie-container .ratio-box{
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-40%);
	-moz-transform: translateX(-50%) translateY(-40%);
	transform: translateX(-50%) translateY(-40%);
	width: 100%;
}
@media all and (min-width: 700px) {
	#wrap.video_view #video-visual .movie-container .ratio-box{
		padding: 0 0 37.63%;
		width: 66.9%;
	}
}
@media all and (min-width: 1400px) {
	#wrap.video_view #video-visual .movie-container .ratio-box{
		padding: 0 0 520px;
		width: 925px;
	}
}
/* 아이패드 가로 */
@media only screen and (max-device-width : 767px) and (orientation:landscape) {
	#wrap.video_view #video-visual .movie-container .ratio-box {
		-webkit-transform: translateX(-50%) translateY(-37%);
		-moz-transform: translateX(-50%) translateY(-37%);
		transform: translateX(-50%) translateY(-32%);
		padding: 0 0 33.8%;
		width: 60%;
	}
}
/* 모바일 가로 */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation:landscape) {
	#wrap.video_view #video-visual .movie-container .ratio-box {
		padding: 0 0 39.4%;
		width: 70%;
	}
}

/* publications */
.pub-list {
	margin: 0 0 48px 0;
}
@media all and (min-width: 700px) {
	.pub-list {
		margin: 41px 0 100px;
	}
}
@media all and (min-width: 900px) {
	.pub-list {
		min-height: 500px;
		float: right;
		width: 75.5%;
		width: -webkit-calc(100% - 245px);
		width: -moz-calc(100% - 245px);
		width: calc(100% - 245px);
	}
}
.pub-list h2 {
	position: relative;
	font-size: 1.35em;
	font-weight: 500;
	padding: 0.76em 20px 0.84em;
	text-align: left;
	background: #242424;
	color: #eee;
	width: 100%;
	left: -20px;
	line-height: 25px;
	letter-spacing: -0.5px;
}
@media all and (min-width: 700px) {
	.pub-list h2 {
		left: 0;
		font-size: 2.34em;
		padding:0;
		border-bottom: 1px solid #ccc;
		width: auto;
		height: 57px;
		background: #fff;
		color: #333;
		line-height: 1.5;
		letter-spacing: 0;
	}
}
.pub-list article {
	position: relative;
	padding: 0 0 20px;
	line-height: 1.6;
	border-bottom: 1px solid #ccc;
}
@media all and (min-width: 700px) {
	.pub-list article {
		overflow: hidden;
		padding: 0 0 20px;
	}
}
.pub-list article > a {
	margin-top: 31px;
	text-decoration: none;
	color: inherit;
	display: block;
}
.pub-list article h3 {
	font-size: 1.7em;
	font-weight: 500;
	line-height: 1.3;
	margin-top: 17px;
	letter-spacing: -0.5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}
.pub-list article a:hover h3 {
	color: #0078ff;
}
@media all and (min-width: 700px) {
	.pub-list article h3 {
		margin-top: 0;
	}
}
.pub-list article .pub-author {
	margin-top: 14px;
	font-size: 1.16em;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media all and (min-width: 700px) {
	.pub-list article .pub-author {
		margin-top: 23px;
	}
}
.pub-list article .eztext-field {
	margin-top: 3px;
	font-size: 1.1em;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media all and (min-width: 700px) {
	.pub-list article .eztext-field {
		margin-top: 9px;
	}
}

/* publications search */
.search-list{
	display: none;
}
@media all and (min-width: 900px){
	.search-list{
		display: block;
		margin-top: 50px;
		width: 155px;
	}
}
.search-list h3{
	padding-bottom: 29px;
	border-bottom: 1px solid #d5d7dc;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.search-list .search li{
	margin-top: 17px;
}
.search-list .search li .search-item{
	font-weight: 500;
	font-size: 1.15em;
	letter-spacing: 1px;
}
.search-list .search li .select-year{
	margin-top: 6px;
	padding: 4px 25px 5px 10px;
	width: 155px;
	height: 30px;
	border: 1px solid #d5d7dc;
	color: #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	-webkit-appearance: none;
	appearance: none;
	background: url(../img/btn_year_arrow.png) 93% 50% no-repeat;
	background-size: 7px 5px;
}
.search-list .search li input{
	margin-top: 6px;
	padding: 4px 10px 5px;
	width: 155px;
	height: 30px;
	border: 1px solid #d5d7dc;
	color: #999;
	font-size: 1.08em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
	outline: 0;
}
.search-list .btn-search{
	margin-top: 20px;
	padding: 7px;
	display: block;
	width: 155px;
	height: 30px;
	background-color: #000;
	color: #fff;
	font-size: 1.17em;
	font-weight: 500;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
}
.search-list .btn-search:hover{
	color: #fff;
	background-color: #0078ff;
}

/* publication article */
@media all and (min-width: 900px) {
	article.pub-article{
		margin-left: 245px;
	}
}

/* publication view */
article.pub-article{
	margin: 30px 0 40px;
	font-size: 16px;
	line-height: 2;
	overflow: hidden;
}
@media (min-width: 700px){
	article.pub-article {
		margin: 69px 0 100px;
	}
}
@media (min-width: 900px){
	article.pub-article {
		float: right;
		width: -webkit-calc(100% - 245px);
		width: -moz-calc(100% - 245px);
		width: calc(100% - 245px);
		width: 75.5%;
	}
}
article.pub-article header h2{
	font-size: 2em;
	margin: 0 0 11px;
	line-height: 1.25;
	font-weight: 500;
}
@media (min-width: 700px){
	article.pub-article header h2{
		margin: 0 0 17px;
	}
}
article.pub-article .author-quote dt {
	margin-top: 7px;
	font-size: 0.81em;
	font-weight: 500;
	color: #333;
}
article.pub-article .author-quote dd {
	margin-top: -3px;
	line-height: 1.5;
	font-size: 1em;
	font-weight: 300;
}
article.pub-article .content{
	margin-top: 13px;
	padding: 30px 0;
	border-top: 1px solid #ccc;
	font-size: 0.87em;
}
article.pub-article .content .abstract{
	font-weight: 500;
	font-size: 1.01em;
	color: #000;
}
article.pub-article .content p{
	margin-top: 1px;
	line-height: 1.88;
	font-size: 1.15em;
	font-weight: 300;
}
article.pub-article .issue-attach{
	margin-top: 13px;
	overflow: hidden;
}
article.pub-article .issue-attach dt {
	margin-top: 7px;
	font-size: 0.94em;
	font-weight: 500;
	color: #333;
}
article.pub-article .issue-attach dd {
	margin-top: -4px;
	line-height: 1.5;
	font-size: 1.15em;
	font-weight: 300;
}
article.pub-article .go-list{
	text-align: center;
	padding: 15px 0 0;
	border-top: 1px solid #ccc;
}
article.pub-article .go-list a {
	display: inline-block;
	padding: 3px 23px;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	font-size: 0.875em;
}
article.pub-article .go-list a:hover{
	color: #fff;
	background-color: #0078ff;
}
article.pub-article .btn_attach{
	display: inline-block;
	line-height: 1.5;
	font-size: 1em;
	font-weight: 300;
	color: #555;
}
article.pub-article .btn_attach:hover{
	text-decoration: underline;
}
article.pub-article .btn_attach:active,
article.pub-article .btn_attach:focus {
	text-decoration: none;
}
article.pub-article .btn_attach:after{
	content: '';
	margin-left: 8px;
	display: inline-block;
	width: 7px;
	height: 10px;
	background: url(../img/btn_attach.png) no-repeat;
	background-size: 7px 10px;
}

/* 제휴제안 */
.contact_partner input,
.contact_partner textarea,
.contact_partner button{
	outline: 0;
	border: 0;
	-webkit-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.contact_partner a{
	text-decoration: none;
}
.partner-title{
	margin-top: 22px;
}
@media all and (min-width: 700px){
	.partner-title{
		margin-top: 42px;
	}
}
.partner-title h2{
	font-weight: 500;
	font-size: 2em;
	letter-spacing: -0.5px;
}
@media all and (min-width: 700px){
	.partner-title h2{
		font-size: 2.34em
	}
}
.partner-title p{
	margin-top: 14px;
	font-size: 1.25em;
	letter-spacing: -0.5px;
	color: #555;
}
@media all and (min-width: 700px){
	.partner-title p{
		margin-top: 10px;
		font-size: 1.34em;
	}
}
.partner-info{
	margin-top: 41px;
}
@media all and (min-width: 700px){
	.partner-info{
		margin-top: 69px;
	}
	.partner-info:nth-of-type(3),
	.partner-info:nth-of-type(4){
		margin-top: 73px;
	}
}
.partner-info .info-title{
	position: relative;
}
.partner-info .info-title h3{
	display: inline-block;
	padding-right: 70px;
	font-weight: 500;
	font-size: 1.67em;
	letter-spacing: -0.5px;
}
.partner-info .info-title.pd_none h3{
	padding: 0;
}
@media all and (min-width: 700px){
	.partner-info .info-title h3{
		font-size: 1.84em;
	}
	.partner-info .info-title h3 .line_ent{
		display: none;
	}
}
.partner-info .info-title .point_explain{
	position: absolute;
	top: 9px;
	right: 0;
	font-size: 1.09em;
	color: #999;
}
@media all and (min-width: 700px){
	.partner-info .info-title .point_explain{
		font-size: 1.17em;
	}
}
.partner-info .point_star{
	font-weight: 700;
	font-size: 0.88em;
	color: #0078ff;
	vertical-align: top;
}
.partner-info .info-title .point_star{
	margin-right: 5px;
}
.partner-info .info-content{
	margin-top: 15px;
}
@media all and (min-width: 700px){
	.partner-info .info-content{
		margin-top: 16px;
	}
}
.partner-info .info-content .point_star{
	margin-left: 6px;
}
.partner-info .info-content .table_box{
	padding: 15px 0 26px;
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #ccc;
}
@media all and (min-width: 700px){
	.partner-info .info-content .table_box{
		padding: 20px 0 36px;
	}
}
@media all and (min-width: 700px){
	.partner-info .info-content .table_row{
		margin-top: 20px;
	}
	.partner-info .info-content .table_row.table_row_short{
		margin-top: 15px;
	}
	.partner-info .info-content .table_row:first-child{
		margin-top: 0;
	}
}
.partner-info .info-content .table_th{
	padding-top: 20px;
	font-weight: 700;
	font-size: 1.25em;
	letter-spacing: -0.5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.partner-info .info-content dl:nth-of-type(1) .table_th{
	padding-top: 0;
}
@media all and (min-width: 700px){
	.partner-info .info-content .table_th{
		padding: 10px 0 0 60px;
		display: inline-block;
		width: 252px;
		vertical-align: top;
		font-size: 1.34em;
	}
	.partner-info .info-content dl:nth-of-type(1) .table_th{
		padding-top: 10px;
	}
}
.partner-info .info-content .table_td{
	margin-top: 11px;
}
@media all and (min-width: 700px){
	.partner-info .info-content .table_td{
		display: inline-block;
		margin-top: 0;
		width: -webkit-calc(100% - 255px);
		width: -moz-calc(100% - 255px);
		width: calc(100% - 255px);
	}
}
.partner-info .info-content .input_title{
	padding: 12px 14px;
	width: 100%;
	height: 42px;
	line-height: 0;
	border: 1px solid #ddd;
	font-size: 1.09em;
	letter-spacing: -0.5px;
	color: #333;
}
@media all and (min-width: 700px){
	.partner-info .info-content .input_title{
		padding: 13px 20px 12px;
		height: 45px;
		font-size: 1.17em;
	}
}
.partner-info .info-content input::-webkit-input-placeholder {
	line-height: 20px;
	color: #999;
}
.partner-info .info-content input::-moz-placeholder {
	/* Firefox 19+ */
	color: #999;
}
.partner-info .info-content input:-moz-placeholder {
	/* Firefox 18- */
	color: #999;
}
.partner-info .info-content input:-ms-input-placeholder {
	/* IE 10+ */
	line-height: 0;
	color: #999;
}
.partner-info .info-content input::-ms-input-placeholder {
	/* IE 10+ */
	line-height: 0;
	color: #999;
}
.partner-info .info-content .input_txt{
	position: relative;
	padding: 10px 11px;
	width: 100%;
	height: 175px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #ddd;
}
@media all and (min-width: 700px) {
	.partner-info .info-content .input_txt{
		padding: 14px 20px;
	}
}
.partner-info .info-content .input_txt label span{
	position: absolute;
	top: 11px;
	left: 15px;
	font-size: 1.09em;
	letter-spacing: -0.5px;
	color: #999;
}
@media all and (min-width: 700px){
	.partner-info .info-content .input_txt label span{
		top: 17px;
		left: 21px;
		font-size: 1.17em;
	}
}
.partner-info .info-content .input_txt textarea{
	overflow-y: auto;
	width: 100%;
	height: 100%;
	line-height: 1.95;
}
@media all and (min-width: 700px){
	.partner-info .info-content .input_txt textarea{
		font-size: 1.17em;
	}
}
.partner-info .info-content .notice_txt{
	margin-top: 11px;
	line-height: 1.68;
	font-size: 1.09em;
	color: #999;
}
@media all and (min-width: 700px){
	.partner-info .info-content .notice_txt{
		margin-top: 16px;
		font-size: 1.17em;
	}
}
.partner-info .info-content .suggest_file{
	position: relative;
}
.partner-info .info-content .suggest_name{
	padding: 0 15px;
	display: inline-block;
	height: 42px;
	line-height: 42px;
	width: 70.1%;
	width: -webkit-calc(100% - 100px); /* for Chrome, Safari */
	width: -moz-calc(100% - 100px); /* for Firefox */
	width: calc(100% - 100px); /* for IE */
	border: 1px solid #ddd;
	font-size: 1.09em;
	letter-spacing: -0.5px;
	color: #999;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@media all and (min-width: 700px){
	.partner-info .info-content .suggest_name{
		padding: 0 20px;
		width: 70.1%;
		width: -webkit-calc(100% - 110px); /* for Chrome, Safari */
		width: -moz-calc(100% - 110px); /* for Firefox */
		width: calc(100% - 110px); /* for IE */
		height: 45px;
		line-height: 45px;
		font-size: 1.17em;
	}
}
.partner-info .info-content .suggest_name .file_name{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	max-width: -webkit-calc(100% - 70px); /* for Chrome, Safari */
	max-width: -moz-calc(100% - 70px); /* for Firefox */
	max-width: calc(100% - 70px); /* for IE */
	vertical-align: middle;
	color: #333;
}
.partner-info .info-content .suggest_name .btn_del{
	display: none;
}
@media all and (min-width: 700px) {
	.partner-info .info-content .suggest_name .btn_del{
		display: inline-block;
		margin-left: 8px;
		width: 9px;
		height: 9px;
		background: url(../img/btn_del.png) no-repeat;
		background-size: 9px 9px;
	}
}
.partner-info .info-content .file_upload {
	margin-left: 7px;
	display: inline-block;
	width: 90px;
	height: 42px;
	vertical-align: top;
}
@media all and (min-width: 700px){
	.partner-info .info-content .file_upload {
		width: 100px;
		height: 45px;
	}
}
.partner-info .info-content .file_upload label {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ccc;
	width: 100%;
	height: 100%;
	line-height: 42px;
	text-align: center;
	font-size: 1.25em;
	font-weight: 500;
	color: #333;
	background-color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@media all and (min-width: 700px){
	.partner-info .info-content .file_upload label{
		line-height: 45px;
		font-size: 1.34em
	}
	.partner-info .info-content .file_upload label:hover{
		background-color: #f6f6f6;
		cursor: pointer;
	}
}
.partner-info .info-content .file_upload input[type="file"] {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 1px;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.partner-info .info-content .m_division{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 42px;
}
.partner-info .info-content .m_division .selected{
	position: relative;
	padding: 0 10px;
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	color: #333;
	font-size: 1.09em;
	text-align: left;
	border: 1px solid #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.partner-info .info-content .m_division .selected:after{
	content: '';
	position: absolute;
	top: 17px;
	right: 15px;
	display: inline-block;
	width: 11px;
	height: 6px;
	background: url(../img/btn_division.png) no-repeat;
	background-size: 11px 6px;
}
.partner-info .info-content .m_division .selected.show:after{
	width: 11px;
	height: 6px;
	background: url(../img/btn_division_turn.png) no-repeat;
	background-size: 11px 6px;
}
.partner-info .info-content .m_division .selected.show + .sel_list {
	display: block;
}
.partner-info .info-content .m_division .sel_list {
	display: none;
	position: absolute;
	top: 41px;
	right: 0px;
	left: 0;
	border: 1px solid #ccc;
	border-width: 1px 0;
	background-color: #fff;
	z-index: 10;
}
.partner-info .info-content .m_division .sel_list li{
	border: 1px solid #ccc;
	border-width: 0 1px;
	height: 42px;
}
.partner-info .info-content .m_division .sel_list li:hover{
	background-color: #0078ff;
	border-color: #0078ff;
}
.partner-info .info-content .m_division .sel_list li:hover a{
	color: #fff;
}
.partner-info .info-content .m_division .sel_list li a {
	padding-left: 14px;
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 44px;
	text-align: left;
	font-size: 1.09em;
	color: #999;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.partner-info .info-content .pc_division{
	display: none;
}
@media all and (min-width: 700px) {
	.partner-info .info-content .m_division{
		display: none;
	}
	.partner-info .info-content .pc_division{
		display: block;
		margin: 13px 0 12px;
	}
	.partner-info .info-content .pc_division li{
		position: relative;
		margin-left: 37px;
		padding-left: 25px;
		display: inline-block;
	}
	.partner-info .info-content .pc_division li:first-child{
		margin-left: 0;
	}
	.partner-info .info-content .pc_division input[type="radio"]{
		position: absolute;
		top: 3px;
		left: 0;
		width: 15px;
		height: 15px;
		background: url(../img/btn_division_pc.png) 0 0 no-repeat;
		background-size: 35px 15px;
	}
	.partner-info .info-content .pc_division input[type="radio"]:checked{
		background-position: -20px 0;
	}
	.partner-info .info-content .pc_division label{
		font-size: 1.17em;
		color: #333;
	}
}
.partner-info .info-content .scroll_box{
	overflow-y: auto;
	width: 100%;
	height: 175px;
	padding: 9px 15px 8px;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@media all and (min-width: 700px){
	.partner-info .info-content .scroll_box{
		padding: 23px 30px 20px;
		height: 238px;
	}
}
.partner-info .info-content .scroll_txt,
.partner-info .info-content .scroll_list li{
	font-size: 1.09em;
	letter-spacing: -0.5px;
	line-height: 1.99;
}
@media all and (min-width: 700px) {
	.partner-info .info-content .scroll_txt,
	.partner-info .info-content .scroll_list li{
		font-size: 1.17em;
		line-height: 2.14;
	}
}
.partner-info .info-content .scroll_list{
	margin-top: 11px;
}
@media all and (min-width: 700px){
	.partner-info .info-content .scroll_list{
		margin-top: 13px;
	}
}
.partner-info .info-content .scroll_list.list_dot li{
	padding-left: 8px;
	position: relative;
}
.partner-info .info-content .scroll_list.list_dot li:before{
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #555;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
@media all and (min-width: 1060px){
	.partner-info .info-content .scroll_list.list_dot li .txt_line{
		display: block;
	}
}
.partner-info .info-content .btn_check{
	position: relative;
	margin-top: 10px;
}
@media all and (min-width: 700px){
	.partner-info .info-content .btn_check{
		margin-top: 15px;
	}
}
.partner-info .info-content .btn_check input[type="checkbox"]{
	position: absolute;
	top: 4px;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: url(../img/btn_check.png) 0 0 no-repeat;
	background-size: 36px 16px;
	vertical-align: top;
}
@media all and (min-width: 700px) {
	.partner-info .info-content .btn_check input[type="checkbox"]{
		top: 5px;
	}
}
.partner-info .info-content .btn_check input[type="checkbox"]:checked{
	background-position: -20px 0;
}
.partner-info .info-content .btn_check label {
	padding-left: 24px;
	height: 24px;
	font-size: 1.25em;
	color: #333;
	letter-spacing: -0.5px;
}
@media all and (min-width: 700px){
	.partner-info .info-content .btn_check label{
		padding-left: 26px;
		font-size: 1.34em;
	}
}
.partner-btn{
	margin: 40px 0 80px;
	text-align: center;
}
.partner-btn .btn_send{
	width: 100%;
	max-width: 335px;
	height: 50px;
	background-color: #000;
	font-size: 1.34em;
	color: #fff;
	cursor: pointer;
}
@media all and (min-width: 700px) {
	.partner-btn{
		margin: 57px 0 107px;
	}
	.partner-btn .btn_send{
		width: 200px;
	}
	.partner-btn .btn_send:hover{
		background-color: #0078ff;
	}
}

/* 20190409 개인정보처리방침 수정 */
.privacy_tabwrap{
	margin:24px 0 39px 14px;
}
@media all and (min-width:700px){
	.privacy_tabwrap{
		margin:49px 0 0;
		text-align:center;
	}
}
.privacy_tabwrap ul{
	display:inline-block;
}
.privacy_tabwrap ul:after{
	content:'';
	display:block;
	clear:both;
}
.privacy_tab{
	float:left;
}
.privacy_tab + .privacy_tab:before{
	content:'';
	display:inline-block;
	width:1px;
	height:16px;
	margin-left:21px;
	margin-right:24px;
	background-color:#e3e6eb;
}
@media all and (min-width:700px){
	.privacy_tab + .privacy_tab:before{
		margin-right:21px;
	}
}
.privacy_tablink{
	position:relative;
	font-size:1.5em;
	font-weight:700;
	color:#bac2cd;
}
.privacy_tablink:focus,
.privacy_tablink:hover{
	text-decoration:none;
}
@media all and (min-width:700px){
	.privacy_tablink{
		font-size:1.66em;
	}

	.privacy_tablink:hover{
		color:#333;
		text-decoration:none;
	}
	.privacy_tablink:hover:after{
		content:'';
		height:2px;
		position:absolute;
		bottom:2px;
		left:0;
		background-color:#3579f6;
		animation:ani_tablink 0.3s;
		animation-fill-mode:forwards;
	}
}
@keyframes ani_tablink{

	from{
		width:0;
	}

	to{
		width:100%;
	}
}
.privacy_tab.on .privacy_tablink{
	color:#212121;
	letter-spacing:-0.5px;
}
.privacy_tab.on .privacy_tablink:after{
	content:'';
	width:100%;
	height:2px;
	position:absolute;
	bottom:1px;
	left:0;
	background-color:#3579f6;
	animation:none;
}
.btn_before_wrap{
	overflow:hidden;
}
.btn_before_wrap h2{
	clear:both;
}
.btn_privacy_before{
	position:relative;
	float:right;
	margin-bottom:16px;
	font-size:1.46em;
	color:#212121;
}
@media all and (min-width:700px){
	.btn_privacy_before{
		margin-bottom:-3px;
		font-size:1.25em;
		letter-spacing:-1.5px;
	}
}
.btn_privacy_before:hover{
	text-decoration:none;
}

.btn_privacy_before:after{
	content:'';
	position:absolute;
	bottom:4px;
	left:0;
	width:100%;
	height:1px;
	background-color:#212121;
}
@media all and (min-width:700px){
	.btn_privacy_before:after{
		bottom:6px;
	}
}
.privacy_notice_wrap{
	margin-bottom:140px;
}
@media all and (min-width:700px){
	.privacy_notice_wrap{
		margin-top:32px;
		margin-bottom:84px;
	}
}
.privacy_notice_link{
	display:block;
	padding:15px 0 14px;
	border-bottom:1px solid #efefef;
}
@media all and (min-width:700px){
	.privacy_notice_link{
		padding:51px 0 29px;
	}
}
.privacy_notice_wrap li:first-child .privacy_notice_link{
	padding-top:2px;
}
@media all and (min-width:700px){
	.privacy_notice_wrap li:first-child .privacy_notice_link{
		padding:25px 0 30px;
	}
}
.privacy_notice_link:hover,
.privacy_notice_link:active,
.privacy_notice_link:focus{
	text-decoration:none;
}
.privacy_notice_link h2{
	font-size:1.35em;
	line-height:26px;
}
@media all and (min-width:700px){
	.privacy_notice_link h2{
		max-width:100%;
		padding-right:10px;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
		font-size:2.2em;
		font-weight:400;
		line-height: 25px;
	}
}
.notice_date{
	display:block;
	margin-bottom:4px;
	color:#878890;
}
@media all and (min-width:700px){
	.notice_date{
		margin-bottom:15px;
	}
	.privacy_notice_link .notice_date{
		float:right;
		margin-top:6px;
		margin-bottom:0;
		font-size:1.16em;
	}
}
.privacy_notice_title{
	padding-bottom:20px;
	border-bottom:2px solid #212121;
}
@media all and (min-width:700px){
	.privacy_notice_title{
		padding-bottom:27px;
		text-align:center;
	}
}
.privacy_notice_title h2{
	font-size:1.33em;
	font-weight:400;
	line-height:26px;
}
@media all and (min-width:700px){
	.privacy_notice_title h2{
		font-size:2.16em;
	}
}
.privacy_notice_title .notice_date{
	padding-top:3px;
	color:#333;
	font-size:1.06em;

}
@media all and (min-width:700px){
	.privacy_notice_title .notice_date{
		padding-top:55px;
		font-size:1.16em;
	}
}
.contact.privacy_list .privacy_notice_title + .terms-text{
	margin-top:25px;
	margin-bottom:141px;
}
@media all and (min-width:700px){
	.contact.privacy_list .privacy_notice_title + .terms-text{
		margin-top:29px;
		margin-bottom:141px;
	}
}
.privacy_notice{
	padding:40px 0 0;
}
.detail_title{
	margin-bottom:20px;
}
.notice_detail{
	font-size:1.3em;
	color:#797a7b;
	word-wrap:break-word;
	word-break:keep-all;
}
.sub_detail_title{
	display:block;
	margin-bottom:10px;
	font-size:1.2em;
	font-weight:normal;
	color:#313131;
}
.detail_term{
	color:#63646a;
}
.detail_description{
	color:#68696f;
}
.detail_term,
.detail_description{
	font-size:1.2em;
}
.content_detail_item + .content_detail_item{
	margin-top:8px;
}
@media all and (min-width:700px){
	.content_detail_item + .content_detail_item{
		margin-top:20px;
	}
}
.contact .terms-text section .content_detail,
.contact .terms-text section .content_detail_title,
.contact .terms-text section .content_sub_title{
	font-size:1.24em;
}
@media all and (min-width:700px){
	.contact .terms-text section .content_detail,
	.contact .terms-text section .content_detail_title,
	.contact .terms-text section .content_sub_title{
		font-size:1.14em;
	}
}
.contact .terms-text section .privacy_detail_title{
	margin-bottom:0;
	color:#333;
}
@media all and (min-width:700px){
	.contact .terms-text section .privacy_detail_title{
		margin-bottom:14px;
		font-size:1.4em;
	}
}
.contact .terms-text section .privacy_detail_title,
.contact .terms-text section .content_detail_title{
	font-size:1.45em;
	font-weight:700;
}

.contact .terms-text section .content_detail{
	margin:0;
	color:#87888f;
}
@media all and (min-width:700px){
	.contact .terms-text section .content_detail{
		line-height:26px;
	}
}
.contact .terms-text section .head_text{
	line-height:20px;
	color:#555;
}
@media all and (min-width:700px){
	.contact .terms-text section .head_text{
		line-height:26px;
	}
}
.contact .terms-text section .content_detail_title{
	display:block;
	margin-bottom:10px;
	font-weight:700;
	color:#333;
}
.contact .terms-text section .change_title{
	margin-bottom:3px;
}
.contact .terms-text section .content_change_detail{
	margin-top: 20px;
	margin-bottom: 24px;
}
@media all and (min-width:700px){
	.contact .terms-text section .content_change_detail{
		margin-top: 20px;
		margin-bottom: 43px;
	}
}
.contact .terms-text section .change_text {
	color: #333;
}
.contact .terms-text section .content_change_detail table th {
	text-align: center;
}
@media all and (min-width:700px){
	.contact .terms-text section .content_detail_title{
		margin-bottom:15px;
		font-size:1.15em;
	}
}
.contact .terms-text section .content_sub_title{
	font-weight:400;
	color:#333;
}
/* //20190409 개인정보처리방침 수정 */

/* en */
.en #main-company{
	height: 550px
}
.en #main-company h2 {
	margin: 36px 0 18px;
}
.en #main-company p {
	margin-top: 12px;
}
.en #main-featured h3, .en #main-videos h3{
	margin-top: 14px;
}
.en #main-featured .date-author, .en #main-videos .date-author{
	margin-top: 3px;
}
.en #main-career h2{
	padding:41px 0 2px;
}
.en article.news header h2{
	margin-bottom: 21px;
}
.en article.news .content{
	margin-top: 19px;
}
.en article.news .go-list a{
	letter-spacing: 2px;
}
.en .recent-list article h3 {
	margin-top: 15px;
}
.en .recent-list article .content{
	margin-top: 39px;
}
.en .recent-list article .date-author {
	margin: -105px 0 0;
}
.en .article-videos h4{
	margin-top: 13px;
}
.en .article-videos .date-author{
	margin-top: 6px;
}
.en .featured-list article h3{
	margin: 7px 0 14px;
	text-overflow: inherit;
	white-space: normal;
}
.en .scene-information .reveal {
	white-space: normal;
}
.en .scene-information .reveal:before {
	white-space: normal;
}
.en #footer .terms li a{
	letter-spacing: normal;
}
.en .partner-info .info-content .scroll_list.list_dot li:before{
	top: 12px;
}
.en .partner-info .info-content .btn_check input[type="checkbox"]{
	top: 0;
}
.en .partner-info .info-content .btn_check label{
	display: block;
}
.en .contact .contact-material h2{
	line-height: 1.2em;
}
.en .contact .contact-material .more{
	background-position: 100% 4px;
}
.en .partner-info .info-title .point_explain{
	top: auto;
	bottom: 0;
}
.en .partner-info .info-content .table_th.line2_type .line_ent{
	display: none;
}
.en .contact .terms-category .date{
	font-size: 14px;
	line-height: 22px;
}
.en .culture .interview h3{
	max-width: 200px;
	font-size: 20px;
	line-height: 28px;
}
@media all and (max-width: 699px) {
	.en .culture .interview h3{
		font-size: 20px;
		line-height: 28px;
	}
	.en .culture .interview .name{
		font-size: 12px;
	}
	.en .culture .item h2{
		margin: 0 0 16px;
		padding: 0 0 12px;
		font-size: 22px;
	}
	.en .culture .item h2 span{
		font-size: 16px;
	}
	.en .culture .item h2 .line_ent{
		display: none;
	}
	.en .culture .item p{
		font-size: 13px;
	}
}
@media all and (min-width: 700px) {
	.en #main-company{
		padding-top: 55px;
		height: 455px;
	}
	.en #main-career h2{
		padding:63px 0 9px;
	}
	.en .recent-list article {
		padding: 29px 270px 20px 0;
	}
	.en .recent-list article.no-photo {
		padding-top: 15px;
		padding-right: 0;
	}
	.en .recent-list article .content{
		margin: 14px 0 10px;
	}
	.en .article-videos .date-author{
		margin-top: 4px;
	}
	.en .featured-list article h3{
		margin: 20px 0 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.en .recent-list article h3 {
		margin-top: 0;
	}
	.en .recent-list article .date-author {
		margin: 0;
	}
	.en .scene-information .reveal {
		white-space: pre;
	}
	.en .scene-information .reveal:before {
		white-space: pre;
	}
	.en #footer .terms li a{
		padding: 0 5px 0 10px;
	}
	.en .contact .contact-info h2{
		margin-bottom: 17px;
	}
	.en .contact .contact-material a{
		height: 261px;
	}
	.en .contact .contact-material h2{
		min-height: 99px;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	.en .partner-info .info-content .file_upload label{
		letter-spacing: 0.5px;
	}
	.en .partner-info .info-content .pc_division input[type="radio"]{
		top: 1px;
	}
	.en .partner-info .info-content .btn_check input[type="checkbox"]{
		top: 2px;
	}
	.en .contact .contact-material .more{
		background-position: 100% 50%;
	}
	.en .partner-info .info-content .table_th.line2_type{
		padding-top: 3px
	}
	.en .partner-info .info-content .table_th.line2_type .line_ent{
		display: block;
	}
	.en .contact .terms-category .section-title{
		padding-bottom: 24px;
		font-size: 24px;
		line-height: 32px;
	}
	.en .contact .terms-text .hgroup h2{
		font-size: 28px;
		line-height: 40px;
		letter-spacing: -0.5px;
	}
	.en .contact .terms-text p{
		font-size: 14px;
		line-height: 24px;
	}
	.en .contact .terms-text .hgroup{
		margin-bottom: 65px;
	}
	.en .contact .terms-text .hgroup p{
		margin: 3px 0 0;
		font-size: 16px;
	}
	.en .contact .terms-text h3{
		font-size: 20px;
		letter-spacing: -0.5px;
	}
	.en .contact .terms-text th{
		font-size: 14px;
		line-height: 22px;
	}
	.en .contact .terms-text td{
		line-height: 20px;
	}
	.en .contact .terms-category li{
		padding-right: 55px;
	}
	.en .contact .terms-text table{
		margin-top: 43px;
	}
	.en .culture .item h2{
		margin: 0 0 15px;
		padding: 0 0 14px;
		line-height: 26px;
	}
	.en .culture{
		margin-top: 42px;
	}
	.en .culture .item .photo{
		top: 9px;
	}
	.en .culture .item:first-child p{
		margin-bottom: 34px;
	}
	.en .culture .item p{
		margin-bottom: 15px;
	}
	.en .culture .interview h3 .line_ent{
		display: none;
	}
}
@media all and (min-width: 1050px){
	.en #footer .interior .selected{
		padding-top: 6px;
	}
	.en .related-article li a{
		display: inline-block;
		max-width: 530px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
	}
	.en .related-article .author{
		display: inline-block;
		max-width: 128px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: top;
	}
	.en .related-article .author:before{
		top: 3px;
	}
	.en .culture .interview{
		top: -21px;
	}
}

.dim{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: #000;
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
}

.ly_popup{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 110;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 699px) {
	.ly_popup{
		width: 46px;
	}
	.ly_popup .loading_bar{
		width: 100%;
	}
}
.en .privacy_tabwrap{
	margin:26px 0 40px 36px;
}
.en .contact .terms-text section .head_text{
	line-height:20px;
}
.en .privacy_notice_title{
	padding-bottom:22px;
}
.en .privacy_tab.on .privacy_tablink:after{
	bottom:-1px;
}
.en .showroom .showroom_header p {
	font-size: 14px;
	font-weight: 400;
}
.en .showroom_list>li .text_area p  {
	font-size: 14px;
}
@media (min-width: 700px) {
	.en .privacy_tabwrap{
		margin:51px 0 0;
	}
	.en .privacy_tablink{
		font-size:1.76em;
	}
	.en .privacy_notice_title h2{
		font-size:2.25em;
	}
	.en .contact .terms-text section .content_detail_title{
		margin-bottom:11px;
	}
	.en .contact .terms-text section .content_detail,
	.en .contact .terms-text section .content_detail_title,
	.en .contact .terms-text section .content_sub_title{
		font-size:1.17em;
	}
	.en .contact .terms-text section .content_detail_title{
		font-size:1.26em;
	}
	.en .btn_privacy_before{
		letter-spacing:normal;
	}
	.en .privacy_notice_link .notice_date{
		margin-top:8px;
	}
	.en .contact .terms-text section .head_text{
		line-height:26px;
	}
}

/* 190529 메일 수신거부 팝업 */
.pop_wrap{
	height: 100%;
}
.pop_header{
	position: relative;
	width: 100%;
	height: 96px;
	padding: 40px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #000;
	text-align: center;
	z-index: 1;
}
.pop_header .top_logo{
	display: inline-block;
}
.pop_header .logo_white{
	display: block;
	width: 115px;
	height: 16px;
	background: url(../dm/img/logo_white.png) no-repeat;
	background-size: 115px 16px;
}
.pop_container{
	position: relative;
	margin-top: -96px;
	height: 100%;
}
.pop_unsubscribe{
	width: 500px;
	height: 68px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -32px 0 0 -250px;
	text-align: center;
}
.pop_unsubscribe .main_txt{
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	color: #333;
}
.pop_unsubscribe .sub_txt{
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin-top: 8px;
}

/* 190930 LOG */

#container.log{
	padding:0;
	max-width:100%;
	overflow:visible;
	position:relative;
}
.log .log_list_hide{
	display:none;
}
@media all and (min-width: 700px){
	.log .pc_hide{
		display:none
	}
	.log .list-group li.log_list_hide:nth-child(4),
	.log .list-group li.log_list_hide:nth-child(5),
	.log .list-group li.log_list_hide:nth-child(6){
		display:block;
	}
}
.log_section{
	margin:0 auto;
	padding:48px 0;
	background-color:#fff;
}
@media all and (min-width: 700px) {
	.log_section{
		padding:64px 0;
	}
}
.log_section.bg_gray{
	background-color:#f6f6f6;
}
.log_section.spot{
	padding:0 0 46px;
}
@media all and (min-width: 700px) {
	.log_section.spot{
		padding:0 0 64px;
	}
}
.log_section.spot .log_inner{
	padding:0;
	max-width:100%;
}
@media all and (min-width: 1060px) {
	.log_section.spot .log_inner{
		max-width:1000px;
	}
}
.log_section.slide{
	padding:0;
	overflow:hidden;
}
@media all and (min-width: 1060px) {
	.log_section.spot{
		padding:64px 0;
	}
}
.log_inner{
	max-width:1000px;
	padding:0 20px;
	margin:0 auto;
}
@media all and (min-width: 700px){
	.log_inner{
		padding:0 30px;
	}
}
.log_spot_area{
	position:relative;
	height:320px;
	overflow:hidden;
}
@media all and (min-width: 700px) {
	.log_spot_area{
		height:440px;
	}
}
.log_spot_area .bx-wrapper {
	margin-bottom: 0;
	border: 0;
}
.log_spot_list{
	position:relative;
	width: 100%;
	height: 100%;
}
.log_spot{
	display: inline-block;
	width:100%;
	height:320px;
	background-size:cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
@media all and (min-width: 700px) {
	.log_spot{
		height:440px;
	}
}
.log_spot:focus {
	outline: none;
}
.log_spot1{
	background-image:url(../img/log/spot_log1.jpg);
}
.log_spot2{
	background-image:url(../img/log/spot_log2.jpg);
}
.log_spot3{
	background-image:url(../img/log/spot_log3.jpg);
}
.log_spot_area .bx-controls {
	position: absolute;
	left: 50%;
	bottom: 1px;
	width: 320px;
	height: 30px;
	margin-left: -160px;
	text-align: center;
	z-index: 2;
}
@media all and (min-width: 700px) {
	.log_spot_area .bx-controls {
		bottom: 11px;
		width: 700px;
		margin-left: -350px;
	}
}
.log_spot_area .bx-pager{
	position: relative;
	bottom: 0;
	padding-top: 0;
}
.log_spot_area .bx-pager.bx-default-pager .bx-pager-item {
	display: inline-block;
	vertical-align: top;
}
.log_spot_area .bx-pager.bx-default-pager .bx-pager-link {
	position: relative;
	margin: 0 3px;
	display: inline-block;
	width: 25px;
	height: 30px;
	border: none;
	background: transparent;
	color: rgba(0, 0, 0, 0);
}
@media all and (min-width: 700px) {
	.log_spot_area .bx-pager.bx-default-pager .bx-pager-link{
		margin: 0 5px;
		width: 30px;
		cursor: pointer;
	}
}
.log_spot_area .bx-pager.bx-default-pager .bx-pager-link.active,
.log_spot_area .bx-pager.bx-default-pager .bx-pager-link:focus,
.log_spot_area .bx-pager.bx-default-pager .bx-pager-link:hover {
	background: transparent;
}
.log_spot_area .bx-pager.bx-default-pager .bx-pager-link:before,
.log_spot_area .bx-pager.bx-default-pager .bx-pager-link:after {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
}
@media all and (min-width: 700px) {
	.log_spot_area .bx-pager.bx-default-pager .bx-pager-link:before,
	.log_spot_area .bx-pager.bx-default-pager .bx-pager-link:after{
		height: 4px;
	}
}
.log_spot_area .bx-pager.bx-default-pager .bx-pager-link:after {
	width: 0;
	background-color: #0078ff;
}
.log_spot_area .bx-pager.bx-default-pager .bx-pager-link:hover:after,
.log_spot_area .bx-pager.bx-default-pager .bx-pager-link.active:after {
	width: 100%;
	transition: width 0.12s;
}
.log_spot_text{
	margin-top:50px;
	padding:0 20px;
	font-size:16px;
	text-align:center;
	line-height:24px;
	color:#555;
}
@media all and (min-width: 700px) {
	.log_spot_text{
		margin-top:64px;
		font-size:14px;
	}
}
@media all and (min-width: 1060px) {
	.log_spot_text{
		margin-top:50px;
	}
}
@media all and (min-width: 1920px) {
	.log_spot_text{
		margin-top:42px;
	}
}
.log .movie-container{
	z-index:10;
}
.log .movie-container .ratio-box{
	top:50%;
	left:50%;
	transform:translate(-50%,-40%);
	-webkit-transform:translate(-50%,-40%);
	padding-top: 56.25%;
}
/* video list */
.video_list_wrap .list-container{
	position: relative;
	overflow: hidden;
	padding: 0 20px;
	min-height: 100%;
}
@media all and (min-width: 700px) {
	.video_list_wrap .list-container{
		margin: 0 auto;
		padding: 0 30px;
		max-width: 1000px;
	}
}
.video_list_wrap .video-title {
	position: relative;
	padding: 1.05em 0 0.35em;
	width: 100%;
	line-height: 1.5;
	font-size: 1.83em;
	font-weight: 500;
	text-align: left;
	letter-spacing: -0.5px;
	border-bottom: 1px solid #ccc;
}
@media all and (min-width: 700px){
	.video_list_wrap .video-title {
		padding: 2em 0 0.75em;
	}
}
.video_list_wrap .list-group{
	margin-top:24px;
}
@media all and (min-width: 700px) {
	.video_list_wrap .list-group{
		margin-top:29px;
	}
}
@media all and (min-width: 1600px) {
	.video_list_wrap .list-group{
		margin-top:32px;
	}
}
.video_list_wrap .list-group ul {
	overflow: hidden;
}
.video_list_wrap .list-group li {
	margin:0 0 24px;
}
@media all and (min-width: 700px) {
	.video_list_wrap .list-group li {
		float: left;
		width: 32%;
		margin: 0 0 0 2%;
	}
	.video_list_wrap .list-group li:first-child {
		margin-left: 0;
	}
}
.video_list_wrap .list-group li a {
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	text-decoration: none;
	color: inherit;
}
.video_list_wrap .list-group h3 {
	overflow: hidden;
	margin-top:12px;
	line-height:24px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	letter-spacing:0;
	font-size:16px;
	font-weight:normal;
	color: #333;
}
@media all and (min-width: 1060px) {
	.video_list_wrap .list-group h3{
		margin-top:18px;
	}
}
.video_list_wrap .list-group .date-author {
	margin:8px 0 0;
	font-size: 1em;
	color: #999;
	line-height:15px;
}
@media all and (min-width: 700px) {
	.video_list_wrap .list-group .date-author{
		margin:12px 0 0;
	}
}
.video_list_wrap .list-group .photo{
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.26%;
}
.video_list_wrap .list-group .photo:before{
	content: ' ';
	display:none;
	width:60px;
	height:60px;
	background:url(../img/ico_btn_play.png) no-repeat;
	background-size:60px 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.video_list_wrap .list-group .photo:after{
	content: ' ';
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}
.video_list_wrap .list-group li:hover .photo:before,
.video_list_wrap .list-group li:hover .photo:after{
	display:block;
}
.video_list_wrap .list-group .photo img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media all and (min-width: 700px) {
	.log .movie-container .ratio-box{
		padding: 0 0 37.63%;
		width: 66.9%;
		transform:translate(-50%,-50%);
		-webkit-transform:translate(-50%,-50%);
	}
}
@media all and (min-width: 1400px) {
	.log .movie-container .ratio-box{
		padding: 0 0 520px;
		width: 925px;
	}
}
.log_title{
	font-size:32px;
	line-height:40px;
	font-weight:bold;
}
.log_sub_text{
	margin-top:6px;
	font-size:14px;
	line-height:21px;
	font-weight:bold;
}
@media all and (min-width: 700px) {
	.log_sub_text{
		line-height:18px;
	}
}
.log_btn_wrap{
	margin-top:26px;
}
.btn_log{
	display:block;
	width:100%;
	height:46px;
	border:1px solid #999;
	line-height:46px;
	font-size:14px;
	text-align:center;
	font-weight:500;
	color:#555;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.btn_log.newsroom{
	margin: 0 auto 50px;
}
.btn_log.hide{
	display:none;
}
.log_section.slide .btn_log{
	margin-top:8px;
	color:#fff;
	border-color:rgba(255,255,255,0.5);
	transition: border-color 0.15s;
}
@media all and (min-width: 1060px) {
	.log_section.slide .btn_log{
		position:relative;
	}
	.log_section.slide .btn_log:hover{
		border-color: #0078ff;
	}
	.log_section.slide .btn_log:hover:before{
		width:100%;
	}
	.log_section.slide .btn_log:before{
		content: '';
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 0;
		height: 100%;
		background: #0078ff;
		transition: width 0.15s;
	}
}
.log_section.slide .btn_log:first-child{
	margin-top:0;
}
.btn_log:hover,.btn_log:active,.btn_log:focus{
	text-decoration:none;
}
@media all and (min-width: 700px) {
	.btn_log{
		width:200px;
		height:56px;
		margin:32px auto 0;
		line-height:56px;
		font-size:16px;
	}
	.log_btn_wrap{
		font-size:0;
		text-align:center;
	}
	.log_btn_wrap .btn_log{
		display:inline-block;
		width:200px;
		height:56px;
		margin-top:0;
		margin:0 4px;
		line-height:56px;
		font-size:16px;
	}
}
.log_slide{
	width:100%;
	height:281px;
	-webkit-sanimation:fade 1.5s ease-in-out;
	animation:fade 1.5s ease-in-out;
}
@media all and (min-width: 700px) {
	.log_slide{
		height:800px;
	}
}
.log_slide1{
	background:url(../img/log/bg_log_1.jpg) no-repeat 50% 0;
	background-size:cover;
}
.log_slide2{
	background:url(../img/log/bg_log_2.jpg) no-repeat 50% 0;
	background-size:cover;
}
.log_slide3{
	background:url(../img/log/bg_log_3.jpg) no-repeat 50% 0;
	background-size:cover;
}
.log_slide4{
	background:url(../img/log/bg_log_4.jpg) no-repeat 50% 0;
	background-size:cover;
}
.log_slide5{
	background:url(../img/log/bg_log_5.jpg) no-repeat 50% 0;
	background-size:cover;
}
.log_slide6{
	background:url(../img/log/bg_log_6.jpg) no-repeat 50% 0;
	background-size:cover;
}
.log_slide_wrap{
	position:relative;
}
.log_slide_over{
	width:100%;
	padding:0 20px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.title_over{
	font-size:24px;
	line-height:30px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
@media all and (min-width: 700px) {
	.title_over{
		font-size:42px;
		line-height:52px;
	}
}
.slide_img_hide{
	position:absolute;
	width:100%;
	height:800px;
	overflow:hidden;
	z-index:-1;
}
@-webkit-keyframes fade {
	from {opacity: .8}
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .8}
	to {opacity: 1}
}

.log .list-group{
	margin:0;
	overflow:hidden;
}
.log .list-group li{
	margin-top:24px;
}
@media all and (min-width: 700px) {
	.log .list-group li{
		margin-top:29px;
	}
	.log .video_list_info{
		height:75px;
	}
}
.log .list-group li:nth-of-type(3n + 1){
	margin-left:0;
}
.scroll_hide{
	overflow:hidden;
	position:fixed;
	top:0;
	left:0;
	width:100%;
}