@charset "utf-8";
@import "animate.min.css";
/* CSS Document */

* {
	font-family:AppleSDGothicNeo-Light,HelveticaNeue-Light,sans-serif;
}
:root {
  animate-delay: 0.3;
}
html,body {
	margin:0; padding:0; width:100%; height:100%; font-family:"AppleSDGothicNeo-Light","맑은 고딕",Malgun Gothic,"돋움",Dotum,Helvetica,sans-serif;

}
body{
	overflow-x: hidden;
}
body::before{
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,legend,em,span,b,strong {
	margin:0; padding:0; font-family:"AppleSDGothicNeo-Light","맑은 고딕",Malgun Gothic,"돋움",Dotum,Helvetica,sans-serif;
} 
table {
	border-spacing:0; border-collapse:collapse; font-family:"AppleSDGothicNeo-Light","맑은 고딕",Malgun Gothic,"돋움",Dotum,Helvetica,sans-serif;
}
th, td {
	word-break:break-all;
}
form,fieldset {
	display:block;
}
form,fieldset,img {
	border:none;
} 
address,caption,cite,code,dfn,em,th,var {
	font-style:normal; font-weight:normal;
} 
ol,ul,li {
	list-style:none;
} 
abbr,acronym {
	border:none;
} 
a {
	cursor:pointer; font-family:"AppleSDGothicNeo-Light","맑은고딕",Malgun Gothic,"돋움",Dotum,Helvetica,sans-serif;
}
a:link,a:visited {
	text-decoration:none;
}
a:hover,a:active,a:focus {
	text-decoration:none;
}
textarea {
	overflow:auto;
} 
legend {
	position:absolute; top:0; left:0; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;
} /* for screen reader */ 
pre {
	word-wrap:break-word;
}
label {
	font-family:var(--font-family-sans-serif);
}
select,input { 
	box-shadow:none; background:#fff; border-radius:0px;
}
button{
	cursor:pointer; -webkit-appearance:none; outline:none; border:none
}
.clearfix:before, .clearfix:after {
	content: " "; display: table; 
}
.clearfix:after { 
	clear: both; 
}
/* FOOTER */
footer{
	padding: 3.6rem 0;
	color: #ccc;
	font-size: 0.8rem;
	position: relative;
	overflow: hidden;
}
footer .logo{
	display: block;
	background-image:url(../images/smitlogo.png);
	background-repeat:no-repeat;
	background-size: 72px auto;
	background-position: 24px 8px;
	padding: 12px 0 28px 102px;
	font-size: 0.8rem;
	font-style: italic;
	max-width: 960px;
}
footer a{
	font-weight: 600;
	letter-spacing: 0;
}
footer p{
	clear: both;
	line-height: 1.8rem;
	-webkit-appearance:none;
	margin-right: 0.5rem;
}

.company-section {
    position: relative;
    z-index: 10;
	max-width: 1120px;
	margin: 0 auto 30px;
	overflow: hidden;
	padding-bottom: 2em;
}
.company-section .section-header {
    background: rgba(0,0,0,.3);
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
}
.company-section .section-header > .inner {
    margin: auto;
    position: relative;
}
.company-section h2 {
    float: left;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 1px;
}

/* 탭 */
.company-section .tabs-nav {
    float: left;
}
.company-section .tabs-nav li {
    float: left;
    position: relative;
}
.company-section .tabs-nav a {
    display: block;
    outline: none;
    position: relative;
    text-align: center;
    width: 120px;
    z-index: 10;
	color: rgba(255,255,255,.5)
}
.company-section .tabs-nav a:hover,
.company-section .tabs-nav .ui-tabs-active a {
    color: rgba(255,255,255,1.0);transition:color .8s;
}

/* 하이라이트 */
.company-section .tabs-highlight {
    height: 100%;
    position: absolute;
    width: 120px;
}
.company-section .tabs-highlight:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    bottom: -2px;
    left: 50%;
    margin-left: -40px;
    z-index: 10;
	background: RGBA(255,255,255,.7);
}

/* 패널 */
.company-section .section-body {
    position: relative;
	min-height: 300px;
}
.company-section .section-body .image-wrapper {
    height: 100%;
	width:100%;
    max-width: 960px;
    position: absolute;
}
.company-section .section-body .image-wrapper img {
    position: absolute;
	top:30px;/*
    left: 50%;
    margin-left: -800px;*/
	width:90%;
	margin: 0 5%;
	height: auto;
}

.company-section .section-body .content {
    color: rgb(255, 255, 255);
    margin: auto;
    position: relative;
	/*height: 340px;*/
}
.company-section .section-body .content > .inner {
    position: relative;
    top: 30px;
	width: 100%;
}
.company-section .section-body #company03 .content > .inner {
	left:0;
	width: 100%;
	top:62%;
	padding-left:2em;
	padding-right:2em;
	padding-top: 50%;
}
.company-section .section-body #company01 section{
	float: left;
}

.company-section .section-body #company01 section:first-child{
	width: 100%; 
	padding: 0 2em;
}
.company-section .section-body #company01 section:last-child{
	left:0;
	width: 100%;
	padding: 2em;
}
.company-section .section-body .title {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
	letter-spacing: -0.025em;
    text-transform: uppercase;
	margin: 0 ;
}
.company-section .section-body .description {
    font-size: .8rem;
    line-height: 1.85;
	margin: 1em 0;
	display: block;
}
.company-section .section-body #company01 dl{
	display: table;
	width:100%;
	margin: 0 0 1rem;
}
.company-section .section-body #company01 dt, 
.company-section .section-body #company01 dd{
	display: table-cell;
	line-height: 2rem;
	padding: 0 0.7rem;
}
.company-section .section-body #company01 dt{
	background: rgba(255,255,255,.1);
	width: 30%;
	white-space: nowrap;
}
.company-section .section-body #company01 dd{
	background: rgba(255,255,255,.2)
}
.company-section .section-body #company02 section{
	float: left;
	text-align:center;
}
.company-section .section-body #company02 section:first-child{
	width: 100%;
	padding-left: 2em;
	padding-right: 2em;
}
.company-section .section-body #company02 section:last-child{
	width: 100%;
	padding-left: 2em;
	padding-right: 2em;
}
.company-section .section-body #company02 dl{
	animation-duration: .4s;
}
.company-section .section-body #company02 dl.field-si{
	animation-delay: .3s;
}
.company-section .section-body #company02 dt, 
.company-section .section-body #company02 dd{
	line-height: 2rem;
	padding: 0 0.7rem;
	display: block;
	overflow: hidden
}
.company-section .section-body #company02 dt{
	background: rgba(255,255,255,.1);
}
.company-section .section-body #company02 dd{
	background: rgba(255,255,255,.2);
}

.company-section .section-body #company02 ul{
	overflow:hidden;
	margin: 1em 0;
}
.company-section .section-body #company02 li{
	display:block;
	width:100%;
	float:left;
}
.company-section .section-body #company02 img{
	margin: 1em auto 0;
}
.company-section .section-body #company02 p{
	width: 14em;
	line-height: 1.4em;
	margin: 1em auto;
}
.company-section .section-body #company02 strong{
	display: block
}

.company-section .section-body #company03 li{
	overflow: hidden;
	display: block;
	background: rgba(255,255,255,.1);
	margin: 0 0 20px;
	width:100%;
	float: left
}
.company-section .section-body #company03 li:first-child, 
.company-section .section-body #company03 li:last-child{
	width: 100%;
}
.company-section .section-body #company03 li span.icon{
	width:32px;
	height:32px;
	background: rgba(255,255,255,.1);
	display: inline-block;
	float: left;
	line-height: 30px;
	text-align: center
}
.company-section .section-body #company03 li img {
	width: 16px ; 
	height: auto;
	margin: 0 auto;
	display: inline-block
}
.company-section .section-body #company03 li p, 
.company-section .section-body #company03 li a{
	display: inline-block;
	line-height: 32px;
	float: left; clear: none;
	padding: 0 0.7em;
	color:#fff;
	font-weight: normal;
} 
.company-section .section-body #company03 li a:hover{
	text-decoration: underline;
}
.copyright{
	border-top:1px solid rgba(255,255,255,.1); 
	border-bottom: 1px solid rgba(255,255,255,.1);
	line-height: 45px;  
	width: 100%;
	margin: 0 auto;
	padding: 0.5em 2em 0.5em;
	max-width: 1120px;
	overflow: hidden;
	text-align: center;
}
.copyright small{
	display: block;
	line-height: 30px;
}
.copyright button{
	color:white;
	font-weight: bold;
	display: inline-block;
	padding: 0 1em 0 2.5em;
	background: url('../images/footer-ico-mail.png') no-repeat 0.5em 1.3em;
}
.copyright a{
	color:white;
	display: inline-block;
	padding: 0 1em 0 2.5em;
	background: url('../images/footer-ico-down.png') no-repeat 0.5em 1.1em;
}
.copyright button:hover, 
.copyright a:hover{
	opacity: 0.6;
	transition: .3s all;
}

@media screen and (min-width: 768px) {
	.company-section .section-body .content {
		/*height: 310px;
	*/}
	.company-section .section-body #company02 img{
		margin: 3em auto 0;
	}
	.company-section .section-body #company02 p{
		margin: 2em auto;
	}
	.company-section .section-body #company03 li p, 
	.company-section .section-body #company03 li a{
		line-height: 45px;
	} 

	.company-section .section-body #company01 section:first-child{
		width: 60%; 
	}
	.company-section .section-body #company01 section:last-child{
		left:60%;
		width: 40%;
		padding: 0 2em;
	}

	.company-section .section-body #company02 section:first-child{
		width: 40%;
		padding-right:1em;
	}
	.company-section .section-body #company02 section:last-child{
		width: 60%;
		padding-left: 1em;
	}
	.company-section .section-body #company02 section:first-child li{
		width: 50%;
	}
	.company-section .section-body #company02 section:last-child li{
		width: 33.3%;
	}
	.company-section .section-body #company02 dd{
		height: 300px;
	}
	.company-section .section-body #company03 .content > .inner {
		left:60%;
		width: 40%;
		top:30px;
		padding-top:0;
	}
	.company-section .section-body .image-wrapper img {
		width:640px;
	}

	.company-section .section-body #company02 ul{
		margin: 0 0;
	}

	.company-section .section-body #company03 li span.icon{
		width:45px;
		height:45px;
		line-height: 42px;
	}
	.company-section .section-body #company03 li img {
		width: 22px ; 
	}
	.company-section .section-body #company03 li{
		width:50%;
	}

	.copyright{
		padding:0 2em 0;
	}
	.copyright small{
		float: left;
		line-height: 45px;
	}
	.copyright button{
		float: right;
	}
	.copyright a{
		float: right;
	}
}


@media screen and (max-width: 576px) {
	
	.company-section .section-body #company03 .content > .inner {
   	 padding-top: 55%;
	}
}

/* JavsScript 비활성화 시 */
.no-js .slideshow {
    height: auto;
}
.no-js .slideshow-slides {
    height: auto;
    position: static;
}
.no-js .slideshow-slides .slide {
    display: block;
    height: auto;
    position: static;
}
.no-js .slideshow-slides .slide img {
    margin: auto;
    position: static;
}
.no-js .slideshow-nav,
.no-js .slideshow-indicator {
    display: none;
}