@charset "utf-8";

body {overflow-y: hidden; -ms-overflow-style: none;}
::-webkit-scrollbar { display: none;}

.quick-container .quick-btn {transform: translate(100%, 120px) rotate(-90deg);}
.quick-wrap {transform: translateX(100%) translateX(0px);}
.wrap .content {position: fixed; top: 0; left: 0; width: 100%; height: 100vh; overflow: hidden;}
.wrap section {position: absolute; transform: translateY(100%); width: 100%; height: 100%;}
.wrap .kv {transform: translateY(0);height: 100vh; background-color: #CFD3D7;}  
/* .wrap .kv:before, .wrap .kv:after {content:''; position: absolute; width: 50%; height: 100%;}
.wrap .kv:before {top: 0; left: 0; background: linear-gradient(#D0D4D8, #D3D7DA, #D7DBDF, #DBDFE2, #DBDFE2);}
.wrap .kv:after {top: 0; right: 0; background: linear-gradient(#CFD3D6, #D3D7DA, #DDE1E3, #E8E8E8, #E9ECEB);} */
.wrap .kv .video-wrap {height: 100vh;}
.wrap .kv .video-wrap:after {content:''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(58, 73, 80, .15); z-index: 1;}
.wrap .kv .video-wrap video {width: auto; height: 100vh; min-height: 1080px;position: absolute;/*  top: 50%; transform: translateY(-50%);  */z-index: 1;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.wrap .kv .video-wrap .video-cover {width: auto; height: 100vh;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);opacity: 0;}
.wrap .kv .floating-txt {top: 0;left: 0;width: 100%;height: 100%;z-index: 1;padding: 0;}
.wrap .kv h2 {font-size: 32px;font-weight: 800;line-height: 2.125;letter-spacing: 0.4em;color: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);/* text-shadow: 0px 2px 4px rgb(0 0 0 / 40%), 0px 2px 3px rgb(0 0 0 / 40%); */}
.wrap .kv ~ section.products {height: 100vh; padding: 0 !important; background-color: #000;}

body.main div.wrap section.products {height : 50vh; transform: translateY(200%);}
body.main div.wrap section.products:nth-child(3) {margin-top : -2px; height : calc(50vh + 1px)}
body.main div.wrap section.products:nth-child(3) .col { margin-top: 0; width: calc( 1 / 3 * 100% ); }
body.main div.wrap section.products:nth-child(2) .col { margin-top: 0; width: calc( 1 / 2 * 100% ); }
.wrap .products * {color: #fff;}
.wrap .col3 .col { height: 50vh; }
.wrap .products .col3 .col + .col {margin-left: 0;}
.wrap .products .obj {position: relative; overflow: hidden; height: 50vh;}
.wrap .products .obj img {width: auto;height: 120vh;/* min-height: 1297px; */position: absolute;left: 50%;top: 50%;transform: scale(1.005) translate(-50%, -50%);transition: transform cubic-bezier(0.4,0,0.2,1) 1s;-webkit-transition: transform cubic-bezier(0.4,0,0.2,1) .8s;transform-origin: left center;}
.vw .wrap .products .obj img {width: 100%; height: auto;}
.wrap .products .floating {/*  padding: 114px 0 0 77px;  */ top: 50%;left: 50%;transform: translate(-50%, -50%);margin: 0 auto; width: 84%;}
.wrap .products .txt {margin-bottom: 60px;}
.wrap .products .txt .tit {font-weight: 700;}
.wrap .products .txt .desc { height: 100px; }
.wrap .products .txt .desc p {color: #fff;line-height: 1.5;}
.wrap .products .detail-btn-wrap {opacity: 0; margin-top: 33px; transition: opacity .3s ease;}
.wrap .products .detail-btn-wrap button {position: relative; display: inline-block; vertical-align: middle; width: 146px; height: 70px; background-color: rgba(255, 255, 255, 0.2); text-align: left; padding: 0 16px; transition: .3s ease;}
.wrap .products .detail-btn-wrap button + button {margin-left: 10px;}
.wrap .products .detail-btn-wrap button > * {vertical-align: bottom;}
.wrap .products .detail-btn-wrap button span {display: inline-block; font-weight: 700; font-size: 14px; line-height: 1.71; letter-spacing: -.02em; padding-top: 20px; transition: .3s ease;}
.wrap .products .detail-btn-wrap button .icon {position: absolute; right: 16px;bottom: 16px;background: no-repeat right center / 100%;margin-left: 25px;transition: .3s ease;}
.wrap .products .detail-btn-wrap .inquiry-btn .icon {width: 32px; height: 29px; background-image: url('/resources/icon/inquiry-icon.png');}
.wrap .products .detail-btn-wrap .catalog-btn .icon {width: 27px; height: 32px; background-image: url('/resources/icon/catalog-icon.png');}

.wrap .scroll-btn {/* width: 40px;  */width: 120px; /* height: 83px; */ height: 163px; position: absolute; /* bottom: 7%; */ bottom: 3.5%; left: 50%; transform: translateX(-50%); /* background: no-repeat url('/resources/icon/scroll-icon.svg') center / 100%; z-index: 4; animation: scroll-down 1.2s linear 0s infinite alternate; */}

.wrap .scroll-btn svg {display: inline-block; overflow: visible;}
.wrap .scroll-btn svg + svg {margin-left: 10px;}
.wrap .scroll-btn #scroll-down1 #arrow1 {-webkit-animation: scroll-down1 800ms ease-in-out infinite; animation: scroll-down1 800ms ease-in-out infinite; }
.txt-wrap{max-width: 830px; margin: 0;}


@-webkit-keyframes scroll-down1 {
	0% {-webkit-transform: translate(-940.906px, -927px);}
	30% {-webkit-transform: translate(-940.906px, -937px);}
	45% {-webkit-transform: translate(-940.906px, -927px);}
	100% {-webkit-transform: translate(-940.906px, -927px);}
}

@keyframes scroll-down1 {
	0% {transform: translate(-940.906px, -927px); }
	30% {transform: translate(-940.906px, -937px); }
	45% {transform: translate(-940.906px, -927px); }
	100% {transform: translate(-940.906px, -927px); }
}

.wrap .kv ~ section.about {overflow-y: hidden; padding: 0 !important;}
.wrap .about .demand {padding: 100px 0;}
.wrap .about .demand .large-tit {line-height: 1.5; margin-bottom: 0;}
.wrap .about .demand .col3-grid {margin-top: 260px;}
.wrap .about .demand .col3-grid .col {margin-bottom: 60px;}
.wrap .about .demand .col3-grid .col:nth-child(3n+2) {margin-top: -130px;}
.wrap .about .demand .col3-grid .col:nth-child(3n) {margin-top: -260px;}
.wrap .about .demand .col3-grid .col .floating-txt h4 {text-transform: uppercase; text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.6);}
.wrap .about .demand .col3-grid .col .floating-txt .desc {display: none;}

.wrap .about .quick-links .container .large-tit {max-width: 1440px; margin: 0 auto; padding: 0 120px; margin-bottom: 53px;}
.wrap .about .quick-links .container > div {height: 374px;border-top: 3px solid #ededed;background: no-repeat center / cover;background-image: url('/resources/images/main_f03-list-bg.jpg');}
.wrap .about .quick-links .container > div .col-list {max-width: 1440px;margin: -1px auto;padding: 0 120px;}
.wrap .about .quick-links .container > div .col {border-right: 1px solid rgba(255, 255, 255, .25); height: 370px; text-align: center;}
.wrap .about .quick-links .container > div .col a {position: relative;width: 100%;height: 100%;}
.wrap .about .quick-links .container > div .col a:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; opacity: 0; transition: .3s ease;}
.wrap .about .quick-links .container > div .col .txt {position: relative; width: 100%; height: 100%; top: 0; left: 0; padding: 75px 0 60px; z-index: 1;}
.wrap .about .quick-links .container > div .col .tit {color: #fff; font-size: 30px; line-height: 1.33; letter-spacing: -.02em; margin-bottom: 170px;}
.wrap .about .quick-links .container > div .col:first-child {border-left: 1px solid rgba(255, 255, 255, .25);}

.desc p, p.desc, dd.desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -.02em;
}

@media screen and (max-width: 1920px) {
	/* .wrap .kv .video-wrap video {width: auto;}
	.wrap .kv .video-wrap .video-cover {width: auto;} */
	/* .wrap .products .floating {width: 84%;} */
	/* .wrap .products .obj img {width: auto;height: 100vh;}  */
}

@media screen and (max-width: 1440px) {
	.wrap .kv h2 {font-size: 2.22vw;}
	/* .wrap .products .floating { padding: 7.92vw 0 0 5.35vw; } */
	.wrap .products .txt {margin-bottom: 4.17vw;}
	.wrap .products .txt .desc { height: 6.94vw; }
	.wrap .products .txt .tit {margin-bottom: 1.25vw;}
	.wrap .products .detail-btn-wrap {margin-top: 2.29vw;}
	.wrap .products .detail-btn-wrap button {width: 10.14vw; height: 4.86vw; padding: 0 1.11vw;}
	.wrap .products .detail-btn-wrap button + button {margin-left: 0.69vw;}
	.wrap .products .detail-btn-wrap button span {font-size: 0.97vw; padding-top: 1.39vw;}
	.wrap .products .detail-btn-wrap button .icon {right: 1.11vw;bottom: 1.11vw;margin-left: 1.74vw;}
	.wrap .products .detail-btn-wrap .inquiry-btn .icon {width: 2.22vw; height: 2.01vw;}
	.wrap .products .detail-btn-wrap .catalog-btn .icon {width: 1.88vw; height: 2.22vw;}

	.wrap .scroll-btn {width: 8.33vw; height: 11.33vw; }

	.wrap .about .demand {padding: 6.94vw 0;}
	.wrap .about .demand .col3-grid {margin-top: 18.06vw;}
	.wrap .about .demand .col3-grid .col {margin-bottom: 4.17vw;}
	.wrap .about .demand .col3-grid .col:nth-child(3n+2) {margin-top: -9.03vw;}
	.wrap .about .demand .col3-grid .col:nth-child(3n) {margin-top: -18.06vw;}
	.wrap .about .demand .col3-grid .col .floating-txt h4 {text-shadow: 0 0.14vw 0.07vw rgba(0, 0, 0, 0.6);}

   .quick-container .quick-btn{ transform: translate(100%, 8.33vw) rotate(-90deg); }
	.wrap .about .quick-links .container .large-tit {padding: 0 8.33vw; margin-bottom: 3.68vw;}
	.wrap .about .quick-links .container > div {height: 25.97vw;}
	.wrap .about .quick-links .container > div .col-list {padding: 0 8.33vw;}
	.wrap .about .quick-links .container > div .col {height: 25.69vw; }
	.wrap .about .quick-links .container > div .col .txt {padding: 5.21vw 0 4.17vw; }
	.wrap .about .quick-links .container > div .col .tit { font-size: 2.08vw; margin-bottom: 11.81vw;}
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
	.wrap .products .detail-btn-wrap button {padding: 0 0.7vw;}
}

@media screen and (min-width: 769px) {
	.wrap .products .container .col .obj.hover {cursor:pointer;}
	.wrap .products .container .col .obj.hover .more-icon:after {background-image: url('/resources/icon/more-icon_hover.png');}
	.wrap .products .container .col .obj.hover img {transform: scale(1.03) rotate(0.001deg) translate(-50%, -50%);}
	.wrap .products .container .col .obj.hover .dimmed {opacity: 1;}
	.wrap .products .container .col .obj.hover .detail-btn-wrap.show {opacity: 1;}	
	.wrap .products .detail-btn-wrap button:hover {background-color: rgba(255, 255, 255, 1);}
	.wrap .products .detail-btn-wrap button:hover span {color: #333;}
	.wrap .products .detail-btn-wrap .inquiry-btn:hover .icon {background-image: url('/resources/icon/inquiry-icon_hover.png');}
	.wrap .products .detail-btn-wrap .catalog-btn:hover .icon {background-image: url('/resources/icon/catalog-icon_hover.png');}
	.wrap .about .demand .col3-grid .col a:hover .floating-txt .desc {display: block;}
	.wrap .about .quick-links .container > div .col > a:hover:before {opacity: 1;}
	.wrap .about .quick-links .container > div .col > a:hover .tit {color: var(--logoRed); transition: .3s ease;}
}

/* 
@media screen and (max-width: 900px) {
	.wrap .products .floating {height: 27vh;}
}
 */

@media screen and (max-width: 768px) {
	body.main div.wrap section.products {height : 100vh;}
	body.main div.wrap section.products:nth-child(3) {margin-top : 0px; height : 100vh;}
	body.main div.wrap section.products:nth-child(3) .col { margin-top: 0; width: 100%; }
	body.main div.wrap section.products:nth-child(2) {margin-top : 0px; height : 100vh;}
	body.main div.wrap section.products:nth-child(2) .col { margin-top: 0; width: 100%; }
	.wrap .kv .video-wrap video {height: 100%; min-height: 100%;}
	.wrap .kv h2 {width: 100%; font-size: 4.17vw; line-height: 1.6;}

	.wrap .products .container .col {width: 100%; height: calc(100vh / 3);}
	.wrap .products:nth-child(3) .container .col {width: 100%; height: calc(100vh / 3);}
	.wrap .products:nth-child(2) .container .col {width: 100%; height: calc(100vh / 2);}
	.wrap .products .container .col a {height: 100%;}
	body.vh .wrap .products .obj {height: 100%;}
	/* body.vh .wrap .products .obj img {position: relative; width: auto; height: 100%;} */
	.wrap .products .floating {width: 100%;min-height: 100%;height: 100%;top: 0;left: 0;transform: translate(0, 0);padding: 0;}
	.wrap .products .txt-wrap {padding: 5.56vw;height: 100%;position: relative;}
	.wrap .products .txt-wrap > * {display: inline-block;width: 100%;vertical-align: bottom;}
	.wrap .products .txt {margin-bottom: 0;}
	.wrap .products .txt .desc {padding: 0; margin: 0; /* display:none; */ height: auto; }
	.wrap .products .txt .tit {font-size: 6.67vw; margin-bottom: 3.34vw;}
	.wrap .products .txt-wrap .more-btn {width: 100%;text-align: right;padding-top: 0;position: absolute;bottom: 5.56vw;right: 5.56vw;}
	.wrap .products .detail-btn-wrap {opacity: 1;position: absolute;display: block;margin-top: 3.06vw;bottom: 0;width: 100%;padding: 0 5.56vw 5.56vw 5.56vw;}
	.wrap .products .detail-btn-wrap button {width: 13.89vw;height: 13.89vw;font-weight: 400;font-size: 4.17vw;line-height: 1.6;padding-left: 0;text-align: center;/* display: block; */}
	.wrap .products .detail-btn-wrap button + button {/* margin-top: 1.02vw; */margin-left: 1.02vw;}
	.wrap .products .detail-btn-wrap button > * {vertical-align: middle;}
	.wrap .products .detail-btn-wrap button span {padding-top: 0;display: none;}
	.wrap .products .detail-btn-wrap button .icon {position: relative; right: auto;bottom: auto;margin-left: 0;}
	.wrap .products .detail-btn-wrap .inquiry-btn .icon {width: 6.30vw;height: 5.65vw;background-image: url('/resources/icon/inquiry-icon-m.png');}
	.wrap .products .detail-btn-wrap .catalog-btn .icon {width: 5.28vw;height: 6.30vw;background-image: url('/resources/icon/catalog-icon-m.png');}

	.wrap .products .detail-btn-wrap button { padding: 0; }

	.wrap .scroll-btn {width: 39px;height: 83px;}
	.safari .wrap .scroll-btn { height: 83px; }
	/* .safari .wrap .scroll-btn {bottom: 20vh; height: 23vw; bottom: 18vh;}  */

	.wrap .about .demand {padding: 22.22vw 0 0 0;}
	.wrap .about .demand .large-tit {padding-left: 0;}
	.wrap .about .demand .col3-grid {position: relative; width: 100%;margin-top: 8.61vw;}
	.wrap .about .demand .col3-grid .col {margin-bottom: 0; width: 50%; display: inline-block;}
	.wrap .about .demand .col3-grid .col + .col {margin-left: 0;}
	.wrap .about .demand .col3-grid .col .obj img {height: 66.67vw;}
	.wrap .about .demand .col3-grid .col:nth-child(4) {/* position: absolute; */ position: static; bottom: 0; right: 0; }
	.wrap .about .demand .col3-grid .col:nth-child(3n+2) {margin-top: 0;}
	.wrap .about .demand .col3-grid .col:nth-child(3n) {margin-top: 0;}
	.wrap .about .demand .col3-grid .col .floating-txt h4 {font-size: 4.44vw; text-shadow: 0 0.19vw 0.09vw rgba(0, 0, 0, 0.6); top: 5.56vw;}
	.wrap .about .demand .col3-grid .col .floating-txt .desc {display: block;}
	.wrap .about .demand .col3-grid .col .floating-txt .desc p {display: none;}
	

	.wrap .about .quick-links  {padding: 18.06vw 0;}
	.wrap .about .quick-links .container {padding: 0 5.56vw;}
	.wrap .about .quick-links .container .large-tit {padding: 0; margin-bottom: 7.41vw; text-align: center;}
	.wrap .about .quick-links .container > div {border-top: 0;border-bottom: 0;background-color: #fff;overflow: visible;height: 100%;background-image: none;}
	.wrap .about .quick-links .container > div .col-list {padding: 0; margin: 0 auto;}
	.wrap .about .quick-links .container > div .col {border: 1px solid #2a2a2a;height: 18.52vw;text-align: left;}
	.wrap .about .quick-links .container > div .col + .col {margin-top: 1.76vw;}
	.wrap .about .quick-links .container > div .col .obj { display: none;}
	.wrap .about .quick-links .container > div .col .obj:after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; opacity: 0; transition: .3s ease;}
	.wrap .about .quick-links .container > div .col .txt {width: 100%;height: 100%;top: auto;left: auto;padding: 5.74vw 7.41vw; z-index: 1;}
	.wrap .about .quick-links .container > div .col .tit {color: rgba(59, 73, 81, .7);font-size: 5.56vw; line-height: 1.33;margin-bottom: 0;}
	.wrap .about .quick-links .container > div .col:first-child {border-left: 1px solid #2a2a2a;}
	.wrap .about .quick-links .container > div .col .plus-btn {position: absolute; right: 7.41vw; top: 50%; transform: translateY(-50%);}


}


@media screen and (max-height: 1050px) {

	/* .wrap .products .obj {height: 100%;} */
	/* body.main div.wrap section.products .col { height: 525px; }
	.wrap .col3 .col { height: 525px; }
	.wrap .products .obj { height: 525px; } */
	.dimmed { height: 100%; }

}


@media screen and (max-height: 800px) {
/* 	.vh .wrap .kv ~ section.products {height: 800px;}
	.vh .wrap .products .obj {height: 800px;}
	.vh .wrap .products .obj img {height: 100%;} */
}

@media screen and (max-width: 768px) and (max-height: 1180px) {
/* 	.wrap .kv ~ section.products {height: 800px;} */
	/* .wrap .products .txt .desc {display: none;} */
} 

@media screen and (max-width: 768px) and (max-height: 1090px) {
/* 	.wrap .kv ~ section.products {height: 800px;} */
	.wrap .products .txt .desc {display: none;}
} 


.mCSB_inside>.mCSB_container {margin: 0;} {display: none;} */
} 

@media screen and (max-width: 768px) and (max-height: 1090px) {
/* 	.wrap .kv ~ section.products {height: 800px;} */
	.wrap .products .txt .desc {display: none;}
} 


.mCSB_inside>.mCSB_container {margin: 0;}


