
.uk-link, 
.uk-link:hover,
a, 
a:hover {
	color: inherit;
}
h1.seo {line-height:0; height:0;font-size:0;padding:0; margin:0;width:0;position:absolute;top: -1000px;}
input::placeholder,
textarea::placeholder {
	font-size: 14px;
	color: #f8f8f8;
}
textarea {
	resize: none;
}
input.error {
	border: 1px solid #ff0000;
}
label.error {
	color: #ff0000;
	font-size: 12px ;
}
/*
 * GMB
 */
.top_box {
	margin-top: -100px;
}
.uk-gnb {
	transition: all .2s ease-in-out;
	background-color: rgba(0,0,0,1);
}
.uk-gnb.uk-sticky-below {
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid #cdcdcd;
}

.uk-gnb .uk-navbar-nav>li>a,
.uk-gnb .uk-navbar-nav>li.uk-active>a {
	transition: all .2s ease-in-out;
	color: #fff;
}
.uk-gnb.uk-sticky-below .uk-navbar-nav>li>a,
.uk-gnb.uk-sticky-below .uk-navbar-nav>li.uk-active>a {
	color: #000;
}
.uk-gnb .uk-navbar-nav>li.uk-active>a,
.uk-gnb.uk-sticky-below .uk-navbar-nav>li.uk-active>a {
	
	font-weight: 600
}
.uk-gnb .uk-logo {
	width: 170px;
	background-image: url(/assets/image/common/logo_wh.png);
	background-size: 100%;
}

.uk-gnb.uk-sticky-below .uk-logo {
	background-image: url(/assets/image/common/logo_bk.png);
	margin: 10px 0;
}
.top_box {
	/*top: -80px;*/
}


.uk-text-white {
	color: #fff !important;
}
.uk-text-gnb {
	font-size: 18px;
}
.uk-text-default {
	font-size: 0.875rem;
}
.poster-wrap img {
	width: 100%;
	min-width: 100%
}
.uk-document-info p {
	margin: 0;
}
.uk-document-info dt {
	float: left;
	font-weight: 400;
	min-width: 120px;
	color: #0000ff;
}
footer {
	border-top: 1px solid #c6c6c6;
}
.uk-copyright {
	font-size: 0.75rem;
	color: #828282;
}
.uk-button-dark {
	border: 2px solid #333;
	/*background-color: #333;*/

	padding: 2px 14px;
	color: #333;
}
.uk-button-dark:hover{
	background-color: #fff;
	color: #333;
}
.uk-button-light {
	border: 1px solid #b4b4b4;
	background-color: #fff;

	font-size: 14px;
	padding: 2px 14px;
	color: #656565;
}
.uk-button-light:hover {
	background-color: #333;
	color: #fff;
}
.uk-button-tiny {
	padding: 0.2rem 1.3rem !important;
}
.uk-button-meta {
	padding: 5px 10px;
}
.uk-button-big {
	padding: 1rem 7rem !important;
	line-height: 1.5;
}
.uk-slideshow .uk-button-tiny {
	position: absolute;
	bottom: 100px;
	left: 170px;
	line-height: 1.8;
	font-weight: 400;
}
.uk-slideshow .uk-button-default {
	border: 1px solid #000;
	color: #000;
}
figure,
figure img{
	display: block;
	position: relative;
	width: 100%;
	height: 100%
}
figure p,
address {
	margin-bottom: 0;
}
figcaption {
	/*letter-spacing: -.6px;*/
}
label {
	font-weight: 400;
}
/* DA */
.uk-da figure {
	margin-bottom: 30px;
}

/* YOUTUBE */
.uk-youtube-container {	
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.uk-youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* OVERLAY */
.uk-overlay {
	display: inline-block;
	position: relative;
	max-width: 100%;
	vertical-align: middle;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	margin: 0;
	padding: 0;
}
.uk-overlay-scale {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.uk-overlay-hover:hover .uk-overlay-scale, 
.uk-overlay-hover:active .uk-overlay-scale, 
.uk-overlay-hover.uk-hover .uk-overlay-scale, 
.uk-overlay-active .uk-active > .uk-overlay-scale {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.uk-overlay-fade, 
.uk-overlay-scale, 
.uk-overlay-spin, 
.uk-overlay-grayscale, 
.uk-overlay-blur, 
.uk-overlay-image, 
[class*='uk-overlay-slide'] {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-property: opacity, transform, filter;
}
.uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
    opacity: 0;
}
.uk-overlay-background {
    background: rgba(0, 0, 0, 0.5);
}
.uk-overlay-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
}

/* MAP */
.uk-infowindow {
	width: 300px;
	text-align: center;
	padding: 10px 0;
}
.uk-infowindow p {
	margin: 0;
	font-size: 18px;
}

/* PANEL */
.uk-panel-default {
	border: 1px solid #e5e5e5;
	background-color: #fff;
}
/* TEXT */
.uk-text-white {
	color: #fff;
}
.uk-text-xsmall {
	font-size: 0.785rem;
	/*letter-spacing: -1.3px;*/
}
.uk-text-medium {
	font-size: 1rem;
}
/* LOOKAT */
.uk-text-lookat {
	color: #ef5829;
}
.uk-background-lookat {
	background-color: #ef5829;
}
/* CONTACT */
.uk-contact-info dt {
	float: left;
}
.uk-contact-info dd {
	margin-left: 80px;
}

/* OFF-CANVASBARS */
.uk-offcanvas-bar .uk-nav-default>li>a {
	color: #fff;
}

.uk-height-full {
	height: 836px;
}



/* LETTER-SPACING */
.uk-letter-spacing-small {
	letter-spacing: 0.5px;
}
.uk-letter-spacing-medium {
	letter-spacing: 1px;
}
.uk-letter-spacing-large {
	letter-spacing: 2px;
}

/* CIRCLE BUTTON */
.uk-buiness-circle .uk-border-circle {
	width: 300px;
	height: 300px;
	border: 15px solid #ef5829;
	line-height: 1;
}
.uk-color-key {
	color: #ef5829;
}
.uk-dot a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	margin: 0 40px;
	background-color: #999999
}
.uk-dot.uk-dot-large  a {
	width: 60px;
	height: 60px;
}

/* dot */
.uk-dotnav > * {
	padding-left: 20px;
}
.uk-dotnav > * > * {
	width: 20px;
	height: 20px;

}
.uk-dotnav>.uk-active>* {
	background-color: #ef5829;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
	min-height: 60px;
}
.uk-table {
	border-top: 1px solid #e5e5e5;
}
.uk-table tr th {
	text-align: center;
}
.uk-pagination>li>a, 
.uk-pagination>*>:hover {
	color: #000;
}
.uk-pagination li {
	border: 1px solid #e5e5e5;
	margin: 0 3px ;
	min-width: 30px;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
}
.uk-pagination li.uk-active {
	background-color: #ef5829;
}
.uk-pagination li.uk-active a {	
	font-weight: 600;
	color: #fff;
}
.da-container a.remove,
.youtube-container a.remove {
	z-index: 9;
}

.uk-toolbar.uk-sticky-below {
	background-color: #fff;
}
dl {margin-bottom: 3px;}
@media (min-width: 960px) {	
	.uk-form-horizontal .uk-form-label {
		width: 120px;
	}
	.uk-form-horizontal .uk-form-controls {
		margin-left: 135px;
	}

}
@media (max-width: 960px) {

	.uk-gnb .uk-logo {
		width: 150px;
		
	}
	.uk-height-full {
		height: 736px;
	}
	.uk-dot a {
		margin: 0 20px;
	}
	.uk-dot.uk-dot-large  a {
		width: 30px;
		height: 30px;
	}

	.logo {
		margin-top: 80px;
	}
	.top_box .logo {
		height: 420px;
		min-height: 420px;
	}

	.uk-slideshow .uk-button-tiny {
		position: absolute;
		bottom: 0;
		left: 10px;
		font-weight: 400;
		font-size: 8px;
		color: #000 !important;
	}

	.uk-button-tiny {
		padding: 0 0.5rem !important;
	}

	.uk-slideshow .uk-button-tiny span {
		font-size: 8px;
		margin-left: 10px !important;
	}
	.download {
		width: 82vw;
	}
	.uk-dotnav > * {
		padding-left: 10px;
	}
	.uk-dotnav > * > * {
		width: 10px;
		height: 10px;

	}

	.about .uk-banner {
		margin-bottom: 3vh !important;
	}
	.uk-header-works {
		background-image: url(/assets/image/temp/bg_works_m.jpg) !important;
	}
	.uk-header-contacts {
		background-image: url(/assets/image/temp/bg_contact_m.jpg) !important;
	}
}


