@charset "utf-8";

/* ******************  메인 비주얼 ********************** */
#mainVisual{width: calc(100% - 100px);height: calc(100vh - 110px);position:relative;margin-left: 100px;}	/* 비주얼높이값 이미지에맞게 수정 */
.mainVisualWrap, 
.mainVisualCon, 
.mainVisualWrap .slick-list,  
.mainVisualWrap .slick-track, 
.item{
	height: 100%;
	border-radius: 50px 0 0 0;
}

.mainVisualWrap {position:relative; z-index:2;}

	@media screen and (max-width:1419px){
		#mainVisual{width: calc(100% - 80px);height:80vh; margin-left: 80px;}
	}

	@media screen and (max-width:999px){
		#mainVisual {width: 97%;height: 80vh;margin-left: 3%;}
	}

	@media screen and (max-width:799px){
		
	}

	@media screen and (max-width:599px){
		#mainVisual {height: 75vh;}
	}

	@media screen and (max-width:499px){
		
	}



/* 메인 비주얼 ::이미지 */
.item {position:relative;}
.item .pc_img{
	width:100%;
	height:100%;
	background-size:cover !important;
	-ms-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1); 
    -moz-transform:scale(1.1,1.1); 
    -webkit-transform:scale(1.1,1.1); 
     transform:scale(1.1,1.1);
	-webkit-transition:transform 3000ms  ease-in-out ;
	-moz-transition:transform 3000ms ease-in-out ;
	-o-transition:transform 3000ms ease-in-out ;
	-ms-transition:transform 3000ms ease-in-out ;
    transition:transform 3000ms ease-in-out ;	
}

/* 메인 비주얼 ::텍스트 */
.item .text_box {position:absolute;width:calc(100% - 300px);top:50%;left:300px;transform:translateY(-50%);transition-duration:.3s;padding-right: 5%;}
.item .text_box h3.title,
.item .text_box p {
	opacity:0;filter:Alpha(opacity=0);
	-ms-transform:translateX(-50px); 
    -o-transform:translateX(-50px); 
    -moz-transform:translateX(-50px);
    -webkit-transform:translateX(-50px); 
     transform:translateX(-50px);
	-webkit-transition:opacity 0.8s, transform 0.8s;
	-moz-transition:opacity 0.8s, transform 0.8s;
	-o-transition:opacity 0.8s, transform 0.8s;
	-ms-transition:opacity 0.8s, transform 0.8s;
	transition:opacity 0.8s, transform 0.8s;
}
.item .text_box h3.title {display:block;font-size: 30px;font-weight: 500;line-height:120%;color:#fff;text-shadow:5px 11px 15px rgb(0 0 0 / 35%);font-family: 'Montserrat', sans-serif;text-transform: uppercase;}
.item .text_box p {margin-top:30px;font-weight:600;font-size: 48px;color:#fff;line-height:120%;-webkit-transition-delay:0.3s;-moz-transition-delay:0.3s;-o-transition-delay:0.3s;-ms-transition-delay:0.3s;transition-delay:0.3s;word-break:keep-all;}
.item .img_label {transition:opacity 1s;transition-delay:.5s;opacity:0;font-size:20px;color:#fff;position: absolute;display: block;left: 50px;bottom: 45px;padding-left: 30px;width: calc(100% - 830px);word-break: keep-all;}
.item .img_label span {display: block;background: url('../img/main/icon_img.png');width: 20px;height: 20px;position: absolute;left: 0;top: 2px;}

/* 메인 비주얼 ::active효과 */
.item.active-item .pc_img{
	-ms-transform:scale(1.0,1.0) rotate(0.0001deg);
    -o-transform:scale(1.0,1.0) rotate(0.0001deg);
    -moz-transform:scale(1.0,1.0) rotate(0.0001deg);
    -webkit-transform:scale(1.0,1.0) rotate(0.0001deg);
     transform:scale(1.0,1.0) rotate(0.0001deg);
}
.item.active-item h3.title{
	opacity:0.5;filter:Alpha(opacity=50);
	-ms-transform:translateX(0px); 
    -o-transform:translateX(0px); 
    -moz-transform:translateX(0px);
    -webkit-transform:translateX(0px); 
     transform:translateX(0px);
}
.item.active-item p {
	opacity:1.0;filter:Alpha(opacity=100);
	-ms-transform:translateX(0px); 
    -o-transform:translateX(0px); 
    -moz-transform:translateX(0px);
    -webkit-transform:translateX(0px); 
     transform:translateX(0px);
}

.item.active-item .img_label {opacity:1;}

	@media screen and (max-width:1699px){
		.item .text_box p br {display:none;}
	}

	@media screen and (max-width:1429px){
		.item .text_box {width: calc(100% - 200px);left:200px;top: 45%;}
		.item .text_box h3.title {font-size: 26px;}
		.item .text_box p {font-size: 45px;margin-top: 25px;}
		.item .img_label {font-size:18px;left: auto;bottom: 130px;right: 80px;width: auto;}
	}

	@media screen and (max-width:1024px){
		.item .text_box {}
	}

	@media screen and (max-width:999px){
		.item .text_box h3.title {font-size:20px;}
		.item .text_box p {font-size:35px;}
		.item .img_label {font-size:14px; padding-left:24px;}
		.item .img_label span {width:14px; height:14px; background-size:contain;}
	}

	@media screen and (max-width:799px){
		.item .text_box {left:auto; padding:0 30px; top:35%;width: 100%;}
		.item .text_box h3.title {}
		.item .text_box p {}
		.item .img_label {right:30px;}
	}

	@media screen and (max-width:699px){
		.item .img_label {bottom: 150px;}
	}


	@media screen and (max-width:599px){
		.item .text_box {}
		.item .text_box h3.title {font-size: 18px;}
		.item .text_box p {font-size:30px;margin-top: 20px;}
		.item .img_label {display:none;}
	}

	@media screen and (max-width:499px){
		.item .text_box {top:28%;}
		.item .text_box p br {display:none;}
		.item .text_box h3.title {font-size: 14px;}
		.item .text_box p {font-size: 24px;margin-top: 10px;}
	}


#mainVisual .slick-arrow {position:absolute;top: 50%;left: 100px;width: 12px;height: 16px;background-size:contain; background-color:inherit;background-repeat:no-repeat;background-position: left center;cursor:pointer;border:0;cursor:pointer;z-index:9999;text-transform:uppercase; font-size:0; font-family:'Montserrat', sans-serif; padding-left: 30px; line-height:1; color: #fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; transition-duration:.3s;}

#mainVisual .slick-arrow.slick-prev {background-image:url('../img/main/prevBtn.png');top: calc(50% - 20px);}
#mainVisual .slick-arrow.slick-prev:after {content:'PREV'; font-size:14px;}
#mainVisual .slick-arrow.slick-next {background-image:url('../img/main/nextBtn.png');top: calc(50% + 20px);}
#mainVisual .slick-arrow.slick-next:after {content:'NEXT'; font-size:14px;}

	@media screen and (max-width:1429px){
		#mainVisual .slick-arrow {left:80px;}
		#mainVisual .slick-arrow.slick-prev {top: calc(45% - 20px);}
		#mainVisual .slick-arrow.slick-next {top: calc(45% + 20px);}
	}

	@media screen and (max-width:999px){
		#mainVisual .slick-arrow {width: 8px;height: 10px;padding-left: 24px;}
		#mainVisual .slick-arrow.slick-prev:after  {font-size:12px;}
		#mainVisual .slick-arrow.slick-next:after  {font-size:12px;}
	}

	@media screen and (max-width:799px){
		#mainVisual .slick-arrow {left:30px;}
		#mainVisual .slick-arrow.slick-prev {top:auto; bottom:160px;}
		#mainVisual .slick-arrow.slick-next {top:auto; bottom:130px;}
	}

	@media screen and (max-width:699px){
		#mainVisual .slick-arrow.slick-prev {bottom: 180px;}
		#mainVisual .slick-arrow.slick-next {bottom: 150px;}
	}


/*scroll icon */
@-webkit-keyframes scroll {
	0% {-webkit-transform:translateY(-10px);}
	100% {-webkit-transform:translateY(139px);}
}
@keyframes scroll {
	0% {-webkit-transform:translateY(-10px);}
	100% {-webkit-transform:translateY(139px);}
}
.scrollDown {position:absolute;left: -50px;bottom: 0;text-align:center;z-index:99;}
.scrollDown a {color:#999; font-size:18px;}
.scrollDown a span {font-weight:400; transform:translate(-50%, -100%) rotate(-90deg); display:block; margin-bottom:30px;}
.scrollDown a em {display:block; background:#999; width:1px; height:150px; position:relative;}
.scrollDown a em:before {display:block; position:absolute; content:''; width:11px; height:11px; background:#0078FF; border-radius:50%; top:0; left:-5px;}
.scrollDown a em:before {display:block; animation:scroll 2s infinite;}

	@media screen and (max-width:1419px){
		.scrollDown {left: -40px}
		.scrollDown a {font-size:16px;}
	}

	@media screen and (max-width:999px){
		.scrollDown {display:none;}
	}


/* 공지사항 */
.noticeSec {position: absolute;right:0;bottom:0;z-index: 99;background: rgba(0,0,0,0.5); width:760px;}

	@media screen and (max-width:1429px){
		.noticeSec {width:100%;}
		.noticeSec .notice {padding: 35px 80px;max-width:100%;}
	}

	@media screen and (max-width:999px){
		.noticeSec .notice h2 a {font-size:18px;}
		.noticeSec .notice .line {height:18px;}
	}

	@media screen and (max-width:799px){
		.noticeSec .notice {padding: 35px 30px;}
	}

	@media screen and (max-width:699px){
		.noticeSec {}
		.noticeSec .notice {flex-wrap:wrap;}
		.noticeSec .notice h2 a {margin-bottom:10px;display: block; opacity:0.5;}
		.noticeSec .notice .tit {display: block;height: 23px;overflow:hidden;text-overflow: ellipsis; white-space:nowrap;}
		.noticeSec .notice .line {display:none;}
		.notice_cont .slick-dots {top: -20px; opacity:0.5;}
	}

#mainContents * {letter-spacing:-.25px;word-break: keep-all;}
#mainContents .container {width:1400px;}
#mainContents .mainTit {margin-bottom:80px;}
#mainContents .mainTit h4 {display:inline-block;font-size:50px;text-align:left;margin-bottom:15px;font-family:'Montserrat', sans-serif;font-weight:700;color:#000;position:relative;letter-spacing:-.25px;line-height: 1;}
#mainContents .mainTit h4:before {position:absolute;display:block;width:20px;height:20px;content:'';top: -10px;right: -15px;background:url('../img/main/icon_tit.png') no-repeat;}
#mainContents .mainTit p {font-size:30px; text-align:left; font-weight:500; color:#000;}
#mainContents .contentBox {}

	@media screen and (max-width:1419px){
		#mainContents .mainTit {margin-bottom:60px;}
	}

	@media screen and (max-width:999px){
		#mainContents .mainTit {}
		#mainContents .mainTit h4 {font-size:44px;}
		#mainContents .mainTit p {font-size:28px;}
	}

	@media screen and (max-width:599px){
		#mainContents .mainTit {margin-bottom:30px;}
		#mainContents .mainTit h4 {font-size: 36px;margin-bottom: 10px;}
		#mainContents .mainTit p {font-size: 22px;}
	}

/* About us */
.aboutus {padding:120px 0;}
#mainContents .aboutus .mainTit {opacity:0;}
.aboutus .aboutList {display:flex;justify-content:space-between;gap: 40px;}
.aboutus .aboutList li {opacity:0;position:relative;width: calc(100%/3 - 80px/3);}
.aboutus .aboutList .imgBox {border-radius:50px 0 0 0;overflow:hidden;}
.aboutus .aboutList .imgBox img {transition-duration:.3s; object-fit: cover;object-position: center;width: 100%;height: 100%;}
.aboutus .aboutList li:hover .imgBox img {transform:scale(1.1);}
.aboutus .aboutList .info {display:flex;justify-content:space-between;align-items: center;padding:24px 10px;}
.aboutus .aboutList h5 {font-size: 30px;font-weight:600;}
.aboutus .aboutList p {font-size: 18px;font-weight:500;color:#666;position:relative;padding-right: 12px;min-width: 148px;}
.aboutus .aboutList p:before {transition:all .3s; position:absolute; display:block; content:''; width:30px; height:30px; border:1px solid #999; border-radius:50%; top:50%; right:0; transform:translateY(-50%);}
.aboutus .aboutList p svg {transition:transform .3s;}
.aboutus .aboutList li:hover p {color:#0078FF;}
.aboutus .aboutList li:hover p:before {border:1px solid #0078FF; background:rgba(0,120,255,0.1)}
.aboutus .aboutList li:hover p svg {animation:btnBounce .6s;}
.aboutus .aboutList li:hover p .btn_arrow {fill:#0078FF;}
.aboutus .aboutList li a {position:absolute; width:100%; height:100%; display:block; top:0; left:0;}

#mainContents .aboutus .mainTit.show {animation: fadeIn 1.25s ease-in-out forwards;}
.aboutus .aboutList.show li:nth-child(1) {animation: fadeInLeft 1s ease-in-out forwards; animation-delay:.25s;}
.aboutus .aboutList.show li:nth-child(2) {animation: fadeInLeft 1s ease-in-out forwards; animation-delay:.75s;}
.aboutus .aboutList.show li:nth-child(3) {animation: fadeInLeft 1s ease-in-out forwards; animation-delay:1.25s;}

	@media screen and (max-width:1419px){
		.aboutus .aboutList .imgBox {width:100%;}
		.aboutus .aboutList .info {flex-wrap:wrap;padding: 20px 8px;}
		.aboutus .aboutList h5 {font-size:28px;width:100%;margin-bottom: 20px;}
		.aboutus .aboutList p {}
	}

	@media screen and (max-width: 999px){
		.aboutus {padding:100px 0;}
		.aboutus .aboutList {gap:20px;}
		.aboutus .aboutList li {width: calc(100%/3 - 40px/3);}
		.aboutus .aboutList .imgBox {border-radius:30px 0 0 0;}
		.aboutus .aboutList .imgBox img {min-height:300px;}
		.aboutus .aboutList .info {flex-wrap:wrap;padding: 20px 8px;}
		.aboutus .aboutList h5 {font-size:24px;}
		.aboutus .aboutList p {font-size: 18px;padding-right: 8px;min-width: auto;}
		.aboutus .aboutList p:before {width: 24px; height: 24px;}
		.aboutus .aboutList p svg {width: 36px;}
	}

	@media screen and (max-width: 599px){
		.aboutus {padding:60px 0;}
		.aboutus .aboutList {flex-wrap:wrap;}
		.aboutus .aboutList li {width: 100%;margin-bottom: 15px;}
		.aboutus .aboutList .imgBox img {max-height:250px; min-height:auto;}
		.aboutus .aboutList .info {flex-wrap:nowrap;padding: 15px 8px;}
		.aboutus .aboutList h5 {width:auto;margin:0;font-size: 20px;padding-right: 15px;}
		.aboutus .aboutList p {min-width: 123px;font-size: 16px;padding-right: 8px;}
		.aboutus .aboutList p:before {width: 20px; height: 20px;}
		.aboutus .aboutList p svg {width:30px;}
	}

	@media screen and (max-width:499px){
		.aboutus .aboutList .imgBox img {max-height:180px;}
	}


/* Business */
.business {position:relative; padding-top:90px;}
.business:before {z-index:-1; position:absolute; display:block; content:''; background:#0078FF; width:100%; height:790px; top:0;}
#mainContents .business .mainTit {text-align:center; opacity:0;}
#mainContents .business .mainTit h4 {color: #fff;}
#mainContents .business .mainTit p {color: #fff; text-align: center;}
#mainContents .business .mainTit h4:before {background: url('../img/main/icon_titW.png') no-repeat;}
.business .busiSlide .list {position:relative; margin:0 50px;}
.business .busiSlide .imgBox {border-radius:50px 0 0 0; overflow:hidden; min-width:1200px; box-shadow:0 3px 12px rgba(0,0,0,.32);}
.business .busiSlide .list p {text-align: right; position:absolute;right:50px;bottom:60px;width: calc(100% - 100px);font-size:20px;font-weight:600;color:#fff;text-shadow:0 3px 3px rgba(0,0,0,.64);}

.business .busiSlide .slick-list {overflow:inherit;}
#mainContents .business .mainTit.show {animation: fadeInUp 1s ease-in-out forwards;}

	@media screen and (max-width:1419px){
		.business:before {height:90%;}
		.business .busiSlide .list {width: 70vw;margin: 0 40px;}
		.business .busiSlide .imgBox {width: 100%; min-width:auto;}
		.business .busiSlide .imgBox img {width:100%;}
		.business .busiSlide .list p {bottom: 40px;}
	}

	@media screen and (max-width:999px){
		.business .busiSlide .list {margin: 0 30px;}
		.business .busiSlide .imgBox {border-radius:30px 0 0 0;}
	}

	@media screen and (max-width:599px){
		.business {padding-top:60px;}
		.business .busiSlide .list {margin: 0 3vw;width:80vw;}
		.business .busiSlide .imgBox {max-height:250px;}
		.business .busiSlide .imgBox img {width:auto;}
		.business .busiSlide .list p {font-size: 16px;right: 20px;bottom: 20px; width: calc(100% - 40px);}
	}

	@media screen and (max-width:399px){
		#mainContents .business .mainTit p br {display:none;}
	}

/* History */
.history {padding:150px 0;}
#mainContents .history .mainTit {opacity:0;}
.history .hisWrap {position:relative;}
.history .hisWrap:before {position:absolute;content:'';display:block;width: 1000%;height:1px;background:#ddd;top: 155px;left:50%;transform:translateX(-50%);z-index:-1;}
.history .hisList {display:flex;padding-left: calc(50% - 700px);margin-right: calc(50% - 700px);}
.history .hisList .list {min-width: 550px;min-height: 200px;display:flex;padding-left:15px;padding-right: 40px;}
.history .hisList .list:nth-child(odd) {flex-direction:column-reverse; justify-content:flex-end}
.history .hisList .list:nth-child(even) {flex-direction:column;margin: 110px 0 0;}
.history .hisList .list:not(:first-child) {margin-left: -185px;}
.history .hisList .year {font-size:22px; font-weight:500; color:#000; margin-left:-12px;}
.history .hisList .dot {display:block;content:'';width:22px;height:22px;background:#0078FF;border:4px solid #fff;border-radius:50%;margin: 10px 0;}
.history .hisList .cont {display:flex;align-items:flex-start;font-size: 22px;font-weight:300;color:#000;height: 135px;border-left:1px solid #ddd;padding-left:15px;margin-left:11px;position:relative;}
.history .hisList .cont:before {position:absolute; content:''; display:block; width:2px; height:20px; background:#555; left:-1px;}
.history .hisList div:nth-child(even) .cont {align-items:flex-end;}

#mainContents .history .mainTit.show {animation: fadeIn 1s ease-in-out forwards;}

	@media screen and (max-width:1419px){
		.history {padding:120px 0;}
		.history .hisWrap {width:94%;margin: 0 3%;}
		.history .hisList {padding: 0; margin: 0;}
	}


	@media screen and (max-width:999px){
		.history .hisWrap:before {width:1px;height: 96%;transform: none;left: 85px;top: 10px;}
		.history .hisList {flex-wrap:wrap;}
		.history .hisList .list {width:100%;min-width: auto;min-height: auto;padding: 0;flex-direction: row !important;justify-content: flex-start !important;position: relative;}
		.history .hisList .list:not(:first-child) {margin:20px 0 0;}
		.history .hisList .year {margin:0;font-size: 22px;min-width: 60px;text-align: center;}
		.history .hisList .dot {width: 20px; height: 20px; margin: 4px 15px; flex-shrink: 0;}
		.history .hisList .cont {border: 0;height: auto;font-size: 20px;padding: 0;margin: 0;}
		.history .hisList .cont:before {display: none;}
		.history .hisList .cont br {display:none;}
		.history .hisList div:nth-child(even) .cont {align-items:flex-start}
	}

	@media screen and (max-width:599px){
		.history {padding:80px 0;}
		.history .hisWrap:before {left: 67px;}
		.history .hisList .year {font-size: 18px;min-width: 50px;}
		.history .hisList .dot {width: 18px;height: 18px;margin: 2px 8px;}
		.history .hisList .cont {font-size: 16px;}
	}

/* Contact us */
.contact {position:relative;}
.contact:before {position:absolute; display:block; content:''; background:#f1f1f1; width:100vw; height:100%; top:105px; z-index:-1;}
.contact:after {position:absolute;display:block;content:'YULWON ENGINEERING';font-family:'Montserrat', sans-serif;font-size:60px;font-weight: 600;letter-spacing: -.5px;color: rgba(0,0,0,0.5);text-stroke: 1px #000;-webkit-text-stroke: 1px #000;opacity: 0.05;left: -280px;top: calc(50% + 50px);transform: translateY(-50%) rotate(90deg);z-index: -1;}

::after {}
.contact .contentBox {padding-left:calc(50% - 700px);}
.contact .contentBox .map {width:100%; border-radius: 50px 0 0 0; height:600px; overflow:hidden;}
.contact .contentBox .map .review-box {display:none !important;}
.contact .mainTit {display:flex;justify-content:space-between;align-items:center;padding: 80px 0 120px;margin-bottom: 0 !important;}
.contact .mainTit div {opacity:0;}
.contact .mainTit a {opacity:0; font-size:20px; font-weight:500; color:#666; position:relative; padding-right:11px;}
.contact .mainTit a:before {transition:all .3s; position:absolute; display:block; content:''; width:30px; height:30px; border:1px solid #999; border-radius:50%; top:50%; right:0; transform:translateY(-50%);}
.contact .mainTit a svg {transition:transform .3s;}
.contact .mainTit a:hover {color:#0078FF;}
.contact .mainTit a:hover:before {border:1px solid #0078FF; background:rgba(0,120,255,0.1)}
.contact .mainTit a:hover svg {animation:btnBounce .6s;}
.contact .mainTit a:hover .btn_arrow {fill:#0078FF;}

.contact .mainTit.show div {animation: fadeInUp 1s ease-in-out forwards;}
.contact .mainTit.show a {animation: fadeInRight 1s ease-in-out forwards; animation-delay:.25s;}

	@media screen and (max-width:1419px){
		.contact:after {display:none;}
		.contact .contentBox {padding:0; width:94%; margin:0 3%;}
		.contact .contentBox .map {height:500px !important;}
		.contact .mainTit {padding: 80px 3% 120px;}
	}

	@media screen and (max-width:999px){
		.contact .contentBox .map {height:400px !important;}
		.contact .mainTit {padding:60px 3% 80px;}
		.contact .mainTit a {font-size: 18px;padding-right: 8px;min-width: auto;}
		.contact .mainTit a:before {width: 24px; height: 24px;}
		.contact .mainTit a svg {width: 36px;}
	}

	@media screen and (max-width:599px){
		.contact .contentBox .map {height:300px !important;}
		.contact .mainTit a {min-width: 96px;font-size: 16px;padding-right: 8px;}
		.contact .mainTit a:before {width: 20px; height: 20px;}
		.contact .mainTit a svg {width:30px;}
	}

	@media screen and (max-width:499px){
		.contact .mainTit {flex-wrap:wrap; padding: 45px 3% 60px; justify-content:center; text-align:center;}
		.contact .mainTit p {text-align: center !important;}
		.contact .mainTit > div {width:100%; margin-bottom:20px;}
	}

.sec-footer {margin-top:0 !important;}



