@charset "utf-8";

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
mobile : 767px ~
         480px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/


/* Font
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
@font-face {font-family:'S-CoreDream-3Light'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family:'S-CoreDream-4Regular'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family:'S-CoreDream-5Medium'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family:'S-CoreDream-6Bold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family:'S-CoreDream-7ExtraBold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff'); font-weight: normal; font-style: normal;}


/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0; padding:0; font-family:'S-CoreDream-4Regular', sans-serif;}
dl,ul,ol,menu,li {list-style:none; color:#444;}
body{font-family:'S-CoreDream-4Regular', sans-serif; font-size:14px; color:#444; letter-spacing:-1px;}
*, *:before, *:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
:focus{outline:0 !important;}
iframe{border:none; width:100%;}
a{font-family:'S-CoreDream-4Regular', sans-serif; color:inherit; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out; color:#444;}
a:hover, a:active{text-decoration:none; color:#ffc103;}
img{max-width:100%;}
textarea{max-width:100%; resize:none;}

@media only screen and (min-width: 320px){
	body{min-width:320px; overflow-x:hidden;}
}

.hidden{margin:0; padding:0; font-size:0; line-height:0; text-indent:-9999em; overflow:hidden;}
#divWMSSLLoading {display:none;}


/* Parallax
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.parallax{background-position:0 0; background-repeat:no-repeat; background-size:100% auto; width:100%; background-size:cover; background-attachment:fixed;}


/* Preloader
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.animationload{position: fixed; top:0; left:0; right:0; bottom:0; background-color:#fff; z-index:999999;}
.loader {width:200px; height:200px; font-size: 24px; text-align: center; position:absolute; left:50%; top:50%; background-image:url(/images/basic_resp/img/preloader.gif); background-repeat:no-repeat; background-position:center; margin:-100px 0 0 -100px;}


/* Back to top (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.back-to-top{width:45px; height:45px; position:fixed; bottom:10px; right:20px; display:none; text-align: center; z-index: 10000; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius:50%; background:#0a1b2a;}
.back-to-top i{color: #fff; font-size:15px; display: block; line-height:45px;}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{position:relative; min-width:1200px;}

#header{z-index:999; position:fixed; top:0; left:0; width:100%; box-sizing:border-box;}

#L_SITE_LOGO h1{z-index:999; position:absolute; margin:0; line-height:0; font-size:0;}
#L_SITE_LOGO a{line-height:90px;}
#L_SITE_LOGO img{vertical-align:middle;}

@media only screen and (min-width: 981px){
	#L_SITE_LOGO{z-index:888; position:absolute; top:0; left:50%; width:1200px; -webkit-transform:translateX(-50%);- ms-transform:translateX(-50%); transform:translateX(-50%);}
}
@media only screen and (max-width: 1590px) {
	#header{height:auto;}
	#L_SITE_LOGO{left:25px; width:100%; -webkit-transform:none;- ms-transform:none; transform:none;}
}
@media only screen and (max-width: 1200px){
	#wrapper{min-width:320px;}
}
@media only screen and (max-width: 980px){
	#L_SITE_LOGO{padding: 0 25px;}
	#L_SITE_LOGO a{display:block; line-height:65px;}	
}
@media only screen and (max-width: 768px){
	#L_SITE_LOGO img {width:80%;}
	/* #L_SITE_LOGO{padding: 0 20px;}
	#L_SITE_LOGO a{line-height:50px;}	 */
}


/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.navigation .menu-item > a{display:inline-block; font-family:'S-CoreDream-5Medium'; font-size:20px; color:#fff;}
.navigation .menu-item.on > a{color:#f14846;}
.navigation .menu-item > a:hover, .navigation .menu-item > a:active, .navigation .menu-item > a:focus{text-decoration:none; color:#f14846;}

@media only screen and (min-width: 981px){
	#menuArea{z-index:999; position:fixed; bottom:0; left:0; width:100%; height:90px; background:#0a1b2a;}
	#menuArea.small{position:static;}
	#gnb{display:block !important; width:1200px; margin:0 auto;}

	#menuArea.small .navigation{margin-left:300px; width:calc(100% - 300px);}
	.navigation:after{content:""; display:block; clear:both;}
	.navigation .menu-item{float:left; width:16.66%; height:90px; line-height:90px; text-align:center;}
}
@media only screen and (max-width: 1200px){
	#gnb{width:100%;}
}
@media only screen and (max-width: 980px){
	#gnb{display:none; width:100%; height:auto; box-sizing:border-box; background:#fff;}
	#gnb {position:absolute; top:65px; border-bottom: 1px solid #ddd;}
	#gnb .navigation .menu-item:last-child a {border-bottom: 0;}
	
	#menuArea{position:relative; width:100%; height:65px; background:#0a1b2a;}
	nav [data-type='menu-btn'] {z-index:1000; position:absolute; right:25px; top:calc(50% - 12px); width:24px; height:24px; border-radius:5px; cursor:pointer; transition:.4s all linear;}
	nav [data-type='menu-btn'] span {display:block; position:absolute; left:1px; width:22px; height:3px;  transition:.3s all linear; background:#fff;}
	nav [data-type='menu-btn'] span:nth-child(1) {top:4px; transform: rotate(0deg);}
	nav [data-type='menu-btn'] span:nth-child(2),
	nav [data-type='menu-btn'] span:nth-child(3) {top:11px; transform: rotate(0deg);}
	nav [data-type='menu-btn'] span:nth-child(4) {top:18px;}
	nav.open [data-type='menu-btn'] span:nth-child(1) {left:50%; width:0;}
	nav.open [data-type='menu-btn'] span:nth-child(2) {transform: rotate(45deg);}
	nav.open [data-type='menu-btn'] span:nth-child(3) {transform: rotate(-45deg);}
	nav.open [data-type='menu-btn'] span:nth-child(4) {left:50%; width:0;}

	.navigation .menu-item{float:none; margin:0;}
	.navigation .menu-item > a{padding:0 25px; text-align:center; width:100%; line-height:45px; font-size:17px; transition:none; border-bottom:1px solid #ddd; color:#000;}
	.navigation .menu-item:first-child > a{border-top:1px solid #ddd;}
	.navigation .menu-item.on > a{color:#0a1b2a;}
}

@media only screen and (max-width: 768px){	
}



/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.btn{ftext-transform:uppercase; border-radius:0; line-height:24px;}
.btn:focus, .btn:active{outline:none; color:#fff;}

.btn-custom{border-radius:3px; padding:0.8em 1.8em; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out; text-transform:uppercase; background-color:#ffc103; border-color:#ffc103; color:#fff;}
.btn-custom:hover, .btn-custom:focus{background-color:#ffc103; border-color:#ffc103; color:#fff;}

.btn-custom-outline{border-radius:3px; padding:0.8em 1.8em; color:#fff; -webkit-transition:all .2s ease-out; transition:all .2s ease-out; text-transform:uppercase; background-color:transparent; border-color:#fff;}
.btn-custom-outline:hover, .btn-custom-outline:focus{color:#fff; background-color:rgba(255,255,255,.5);}
.btn-bar a{margin-right:10px;}

.form-control{box-shadow:none; -webkit-box-shadow:none; border-radius:3px; height:38px;}
.form-control:focus{outline:none; box-shadow:none; -webkit-box-shadow:none; border-color:#ffc103;}



/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.footer{background:#f6f6f6;}
.footer p{font-size:13px; letter-spacing:0; color:#adadad;}

.footer-menu{padding:15px 25px; text-align:center; background:#ededed;}
.footer-menu li{display:inline-block; margin-left:7px; padding-left:7px; line-height:14px; border-left:1px solid #999;}
.footer-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
.footer-menu li a{line-height:14px; font-size:16px; color:#444;}

.footer-info{margin:0 auto; padding:30px 25px; width:1200px; box-sizing:border-box; text-align:center;}
.footer-info span{color:#999;}
.footer-info p, .footer-info a{letter-spacing:-1px; font-size:16px; color:#444;}
.footer-info p:last-child{margin-top:10px;}

@media only screen and (max-width:1200px) {
	.footer-info{width:100%;}
}
@media only screen and (max-width:980px) {
	.footer-menu li{line-height:10px;}
	.footer-menu li a{line-height:10px; font-size:15px;}
	.footer-info p, .footer-info a{font-size:15px;}
}
@media only screen and (max-width:768px) {
	.footer-menu{padding:10px 20px;}
	.footer-menu li{line-height:8px;}
	.footer-menu li a{line-height:8px; font-size:13px;}
	.footer-info{padding:20px 20px;}
	.footer-info p, .footer-info a{font-size:13px;}
}



/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 공통 */
#mainContents{z-index:88;}
#mainContents h2{font-family:'S-CoreDream-6Bold'; font-size:72px; color:#000; font-weight:700;line-height:1; text-align:center; letter-spacing:-2px;}
#mainContents h2 span{display:block; margin:0 auto 30px; overflow:hidden; width:95px; height:78px; line-height:1.8; font-size:68px; color:#fff; background:#f14846;}
#mainContents p,#mainContents li,#mainContents dd {word-break: keep-all;}

/* 01 인사말 */
.section02{display:table; width:100%;}
.section02 > div{display:table-cell;width:50%;box-sizing:border-box;vertical-align:middle;}
#mainContents .section02 h2 {text-align:left;}
#mainContents .section02 h2 span {margin:0 0 20px;}
.section02 .image-area {background: url('/images/kor06r-17-0388/section02-img.jpg') no-repeat center center/cover;}
.section02 .text-area{padding:120px 50px;}
.section02 .text-area .text- {margin-top:50px;}
.section02 .text-area .text- p{font-size:18px; color:#444; line-height:1.5;white-space:pre-line; margin-top:20px;}
.section02 .text-area .text- p:first-child{font-family:'S-CoreDream-5Medium'; font-size:37px; color:#f14846; line-height:1.2;letter-spacing:-2px; margin-bottom:30px;}


/* 02 제품개발생산 */
.section06{display:table; width:100%;}
.section06 > div{display:table-cell;width:50%;box-sizing:border-box;vertical-align:middle;}
#mainContents .section06 h2 {text-align:left;}
#mainContents .section06 h2 span {margin:0 0 20px;}
.section06 .image-area {background: url('/images/kor06r-17-0388/section03-img.jpg') no-repeat center center/cover;}
.section06 .text-area{padding:120px 50px;}
.section06 .text-area .text- {margin-top:50px;}
.section06 .text-area .text- p{font-size:18px; color:#444; line-height:1.5;white-space:pre-line; margin-top:20px;}
.section06 .text-area .text- p:first-child{font-family:'S-CoreDream-5Medium'; font-size:37px; color:#f14846; line-height:1.2;letter-spacing:-2px; margin-bottom:30px;}
.section06 .text-area .text- ul {margin-top:40px; border-left:10px solid #f14846; padding-left:20px;}
.section06 .text-area .text- ul li {font-size:17px; color:#444; line-height:1.4; margin-bottom:15px;position:relative;padding-left:12px;}
.section06 .text-area .text- ul li:last-child {margin-bottom:0;}
.section06 .text-area .text- ul li:before {position:absolute;left:0;top:10px;display:inline-block;content:'';width:8px;height:1px;background:#444;}


/* 03 Partners */
.section07{background:#f4f4f4;}
.section07 > div{padding:150px 0; margin:auto; width:1200px;}
.section07 > div ul {display:flex; justify-content: space-between; padding:100px 0;}
.section07 > div ul li {width:24%;}


/* 04 포트폴리오  */
.section03{background:url('/images/kor06r-17-0388/section04-back.jpg') no-repeat center center/cover;}
#mainContents .section03 h2{color:#fff; margin-bottom:50px;}
#mainContents .section03 h2 span{background:#222;}
.section03 > div{padding:150px 0; margin:auto; width:1200px;}


/* 05 오시는길 */
.section04{background:url('/images/kor06r-17-0388/section05-bg.jpg') no-repeat center center/cover;}
#mainContents .section04 h2{margin-bottom:15px; color:#fff;}
.section04 h2 + p{margin-bottom:50px; text-align:center; font-size:20px; color:#fff;}
.section04 > div{padding:150px 0; margin:auto; width:1200px;}
.section04 .map-area{margin:0 auto 30px;}
.section04 .map-area #daumRoughmapContainer1750051335720 {width:100%;}
.section04 .map-area .root_daum_roughmap .cont {display:none;}
.section04 .info-area{margin:0 auto;}
.section04 .info-area:after{content:""; display:block; clear:both;}
.section04 .info-area dl{float:left; margin-bottom:15px;}
.section04 .info-area dl:nth-of-type(1),.section04 .info-area dl:nth-of-type(2){width:100%; border-bottom:1px dashed #676767; padding-bottom:15px;}
.section04 .info-area dl:nth-of-type(4){margin-left:80px;}
.section04 .info-area dt{display:inline-block; width:95px; margin-right:5px; font-size:21px; color:#f14846;}
.section04 .info-area dt img{margin-right:10px;}
.section04 .info-area dd{display:inline-block; font-size:18px; color:#fff;}
.section04 .info-area dl:nth-of-type(4) dd{letter-spacing:normal;}

/* 06 견적문의 */
.section05 > div {padding:150px 0; margin:auto; width:1200px;}
.section05 h2{margin-bottom:15px; color:#000;}
.section05 h2 span{background:#ffc103;}
.section05 h2 + p{margin-bottom:50px; text-align:center; font-size:20px; color:#666;}


@media only screen and (max-width:1200px) {	
	.section02,.section06{width:100%; box-sizing:border-box;}
	.section02 .text-area .text- p,.section06 .text-area .text- p {white-space: normal;}
	.section06 .text-area{padding:100px 50px;}	

	.section03 > div{padding:150px 25px; width:100%;}
	
	.section04 > div{padding:150px 25px; width:100%;}
	
	.section05 > div{padding:150px 25px; width:100%;}

	.section07 > div{padding:150px 25px; width:100%;}
}
@media only screen and (max-width:980px) {
	#mainContents h2{font-size:50px;}
	#mainContents h2 span{margin:0 auto 20px; width:80px; height:65px; font-size:56px;}
	
	.section02 .txt-area p{line-height:1.5; font-size:16px;}
	.section02 .txt-area p:first-child{margin-bottom:15px; font-size:30px;}
	
	.section03 > div{padding:100px 25px;}
	
	.section04 > div{padding:100px 25px;}
	
	.section05 > div{padding:100px 25px;}

	.section07 > div{padding:100px 25px;}
	.section07 > div ul {padding: 100px 0 50px;}
}
@media only screen and (max-width:768px) {	
	#mainContents h2 span{margin:0 auto 10px; width:65px; height:50px; font-size:44px;}

	.section02{display:flex; flex-wrap: wrap; flex-direction:column-reverse;}
	#mainContents .section02 h2 {text-align:center;}
	#mainContents .section02 h2 span {margin:0 auto 10px;}
	.section02 > div{display:block;width:100%;}
	.section02 .image-area {height:350px;}
	.section02 .text-area{padding:60px 20px;}

	.section06{display:flex; flex-wrap: wrap;}
	#mainContents .section06 h2 {text-align:center;}
	#mainContents .section06 h2 span {margin:0 auto 10px;}
	.section06 > div{display:block;width:100%;}
	.section06 .image-area {height:350px;}
	.section06 .text-area{padding:60px 20px;}

	.section03 > div{padding:60px 20px;}
	.section03 h2{margin-bottom:30px;}	
	.section04 > div{padding:60px 20px;}
	.section04 h2{margin-bottom:30px;}	
	.section04 .info-area dt{font-size:18px; width:80px;}
	.section04 .info-area dt img{margin-right:5px; width:20px;}
	.section04 .info-area dd{font-size:15px;} 
	
	.section05 > div{padding:60px 20px;}
	.section05 h2{margin-bottom:10px;}
	.section05 h2 + p{margin-bottom:30px; font-size:16px;}

	.section07 > div{padding:60px 20px;}
	.section07 > div ul {padding: 50px 0; flex-wrap: wrap;}
	.section07 > div ul li {width:48%; margin:1%; text-align:center; background:#fff;}
}
@media only screen and (max-width:520px) {	
	#mainContents h2 {font-size:35px;}
	#mainContents h2 + p {font-size:14px;}
	
	.section02 .image-area {height:250px;}
	.section02 .text-area .text- {margin-top:50px;}
	.section02 .text-area .text- p{font-size:16px;}
	.section02 .text-area .text- p:first-child{font-size:24px; margin-bottom:20px;}

	.section06 .image-area {height:250px;}
	.section06 .text-area .text- {margin-top:50px;}
	.section06 .text-area .text- p{font-size:16px;}
	.section06 .text-area .text- p:first-child{font-size:24px; margin-bottom:20px;}
	.section06 .text-area .text- ul {border-left:8px solid #f14846; padding-left:15px;}
	.section06 .text-area .text- ul li {font-size:15px;}

	.section04 .info-area dl {width:100%; float:none; border-bottom:1px dashed #676767; padding-bottom:15px;}
	.section04 .info-area dl:nth-of-type(4){border-bottom:0; margin-left:0; margin-bottom:0; padding-bottom:0;}
	.section04 .info-area dl dt{width:100%; font-size:18px;}
	.section04 .info-area dl dd {font-size:16px; margin-top:5px;}

	.section07 > div ul li {width:100%; margin:2% 0;}
}
@media only screen and (max-width:420px) {
	.section02 .image-area {height:200px;}
	.section02 .text-area .text- {margin-top:30px;}
	.section02 .text-area .text- p{font-size:14px;}
	.section02 .text-area .text- p:first-child{font-size:20px;}

	.section06 .image-area {height:200px;}
	.section06 .text-area .text- {margin-top:30px;}
	.section06 .text-area .text- p{font-size:14px;}
	.section06 .text-area .text- p:first-child{font-size:20px;}	
	.section06 .text-area .text- ul li {font-size:14px;}
	
	.section04 .info-area dl dt{font-size:14px;}
	.section04 .info-area dl dd{font-size:14px;}
}


/* Main Visual  - section01 (메인 비주얼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual .carousel-inner > .item{height:100vh; min-height:850px;}
.main-visual .carousel-inner > .item.main-img01{background:url('/images/kor06r-17-0388/main-visual.jpg') no-repeat center center/cover;}

.main-visual .carousel-caption{top:38%; left:5%; right:5%; bottom:auto; -webkit-transform:translateY(-50%);- ms-transform:translateY(-50%); transform:translateY(-50%); text-shadow:none;}
.main-visual .carousel-caption .main-slogan p {font-family:'S-CoreDream-5Medium'; font-size:30px; color:#fff;line-height:1.5;white-space:pre-line; letter-spacing:-1px; text-shadow:0px 1px 8px rgb(0 0 0 / 80%); margin-bottom:25px;}
.main-visual .carousel-caption .main-slogan p:first-child{font-family:'S-CoreDream-7ExtraBold'; font-size:110px; margin-bottom:35px;}
.main-visual .carousel-caption .main-slogan p:last-child{font-family:'S-CoreDream-4Regular';font-size:22px; margin-bottom:0;}

.main-visual .carousel-indicators{bottom:40%;}
.main-visual .carousel-indicators li{margin:0 2px; width:40px; height:5px; box-sizing:border-box; background:none; border:1px solid #fff; border-radius:0;}
.main-visual .carousel-indicators li.active{margin:0 2px; width:40px; height:5px; background:#fff;}

@media screen and (max-width:980px){
	.main-visual{padding-top:65px;}
	.main-visual .carousel-inner > .item{height:calc(100vh - 130px); min-height:auto;}

	.main-visual .carousel-caption{top:40%;}
	.main-visual .carousel-caption .main-slogan p {font-size:28px;}
	.main-visual .carousel-caption .main-slogan p:first-child{font-size:80px;}		
}
@media screen and (max-width:768px){
	.main-visual{padding-top:50px;}
	.main-visual .carousel-inner > .item{height:calc(100vh - 100px);}	
	.main-visual .carousel-caption .main-slogan p{font-size:24px;}	
}
@media screen and (max-width:520px){	
	.main-visual .carousel-caption .main-slogan p{font-size:20px; white-space:normal;}	
	.main-visual .carousel-caption .main-slogan p:first-child{font-size:45px; margin-bottom:20px;}
	.main-visual .carousel-caption .main-slogan p:last-child{font-size:17px;}
}
@media screen and (max-width:420px){	
	.main-visual .carousel-caption .main-slogan p{font-size:19px;}	
	.main-visual .carousel-caption .main-slogan p:first-child{font-size:40px;}
	.main-visual .carousel-caption .main-slogan p:last-child{font-size:15px;}
}