@charset "utf-8"; .index_wrap { line-height: 1; } 
.index_wrap .section { position: relative; overflow: hidden; } 
.index_wrap .section_wrap { width: 90%; margin: 0 auto; } 
/* section1 */
.section1 .mySwiper .swiper-slide .slide_bg { height: 100vh; overflow: hidden; background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; position: relative; } 
.section1 .mySwiper .swiper-slide .visual_wrap { position: absolute; width: fit-content; top: 30%; left: 50%; width: 90%; max-width: 1460px; transform: translateX(-50%); } 
.section1 .mySwiper .swiper-slide .visual_wrap .box2 { padding-bottom: 12rem; } 
.section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box.box2 .visu_tit { font-size: 5.8rem; padding-bottom: 1rem; font-weight: 600; } 
.section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box.box3 { position: relative; } 
.section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box.box3::before { content:''; display:block; width: 100%; background: #fff; height: 1px; margin-bottom: 3rem; } 
.section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box.box3 .visu_tit { font-weight: 300; font-size: 3.8rem; line-height: 1.3; } 
.section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box { color: #fff; } 
.section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .txt_up1 { font-weight: 300; } 
.section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .txt_up2 { margin-top: 2rem; margin-bottom: 4rem; } 
.section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .txt_up3 { font-weight: 300; color: #fff; } 
.section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box h1 { font-size: 5.2rem; padding-bottom: 2rem; font-family: var(--font-fam); font-weight: 500; } 

/* main_btn */
.main_btn { background: var(--sub-color); width: 240px; margin-top: 80px; transition: all .3s; } 
.main_btn:hover { box-shadow: 1px 0px 7px 1px #d3d3d3; } 
.main_btn a { padding: 22px 0px; font-size: 1.6rem; color: #fff; text-align: center; } 
.main_btn a b { font-weight: 400; } 
.main_btn a i { font-size: 25px; } 

.index_wrap .slider_1 { background-image: url(../img/main_visual_1.jpg); } 
.index_wrap .slider_2 { background-image: url(../img/main_visual_2.jpg); } 
.index_wrap .slider_3 { background-image: url(../img/main_visual_3.jpg); } 

@keyframes zoom_in { 
 0% { transform: scale(1.2); /* background-size: 100% 100%; */ } 

 100% { transform: scale(1) rotate(0.003deg); } 
 }

.index_wrap .mySwiper .swiper-slide.swiper-slide-active .slide_bg { animation: zoom_in 5000ms; transition: transform 5000ms ease-in-out, opacity 1000ms ease 0s; } 
.index_wrap .mySwiper .swiper-slide.swiper-slide-active .title_box, .index_wrap .mySwiper .swiper-slide.swiper-slide-active .visual_info { overflow: hidden; } 
.index_wrap .mySwiper .swiper-slide.swiper-slide-active .title_box .txt_up1 { animation: text-up 1.5s cubic-bezier(0.4, 0, 0.2, 1) both; animation-delay: 0.3s; } 
.index_wrap .mySwiper .swiper-slide.swiper-slide-active .title_box .txt_up2 { animation: text-up 1.5s cubic-bezier(0.4, 0, 0.2, 1) both; animation-delay: 0.4s; margin-right: 4px; } 
.index_wrap .mySwiper .swiper-slide.swiper-slide-active .title_box .txt_up3 { animation: text-up 1.5s cubic-bezier(0.4, 0, 0.2, 1) both; animation-delay: 0.5s; margin-right: 4px; } 
.slider_bottom { position: absolute; max-width: 1400px; width: 100%; top: 37%; left: 50%; transform: translateX(-50%); z-index: 1; } 
.slider_bottom .top_wrap { position: absolute; right: 0; } 
.slider_bottom .top_wrap .sw_arrow_next { } 
.slider_bottom .top_wrap { color: #fff; align-items: center; } 
.slider_bottom .top_wrap .sw_arrow { position: relative; top: unset; transform: unset; font-size: 2rem; color: #fff; } 
.slider_bottom .top_wrap .sw-num { padding: 0 1rem 0.5rem; margin-top: 4rem; } 
.slider_bottom .bottom_wrap { max-width: 390px; } 
.slider_bottom .sw-pagination { position: relative; bottom: 0; } 
.slider_bottom .sw-pagination .swiper-pagination-bullet { width: 100%; border-radius: 0; height: 2px; position: absolute; background: #b6b5b538; opacity: 1; } 
.slider_bottom .sw-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { animation:LoadingBar 4s both; animation-delay:0.2s; background: #ffffff; opacity: 1; z-index: 1; } 
.slider_bottom .top_wrap .sw_arrow { background-repeat: no-repeat; background-position: center center; background-size: contain; width: 7.2rem; height: 7.2rem; cursor: pointer; } 
.slider_bottom .top_wrap .sw_arrow.sw_arrow_next { background-image: url(../img/main_arrow_next.png); margin-bottom: 1rem; } 
.slider_bottom .top_wrap .sw_arrow.sw_arrow_prev { background-image: url(../img/main_arrow_prev.png); } 



@keyframes text-up { 
 from { transform: translate3d(0, 150%, 0); } 

 to { transform: translate3d(0, 0, 0); } 
 }

@-webkit-keyframes LoadingBar { 
 from { width:0px; } 
 to { width:100%; } 
 }
@keyframes LoadingBar { 
 from { width:0px; } 
 to { width:100%; } 
 }

/* mouse wheel */
.mouse_wrap { position: absolute; bottom: 0; z-index: 99; opacity: 1; right: 18rem; } 
.mouse_wrap span { display: block; color: #f9f9f9; z-index: 999; font-weight: 400; font-size: 1.6rem; transform: rotate(270deg); position: relative; bottom: 3.6rem; } 
.mouse_wheel { display: block; color: #fff; width: 2px; height: 13rem; background: #ffffff6b; position: relative; left: 50%; } 
.mouse_wheel .moving_bar { animation: scrollDown 2s linear infinite; position: absolute; background: #fff; width: 2px; height: 4.2rem; } 
@keyframes scrollDown { 0%,100% { top: 0; } 
 50% { top: 9rem; } 
 }
.index_wrap .flex_box { align-items: flex-start; overflow: unset; } 
.main_title { font-weight: 500; letter-spacing: 0px; margin-bottom: 6rem; font-family: var(--font-eng); } 
 .main_arrow img { width: 3rem; height: 0.9rem; } 
 .esg_btn span { transition: all .3s; position: relative; left: 0; } 
.esg_btn .img_box img { margin-left: 2rem; } 
.esg_btn a { display: flex; align-items: center; } 
.esg_btn a b { font-weight: 400; } 
/* SECTION2*/
.index_wrap .section2 { padding: 15rem 0; } 
.section_title span { font-weight: 700; display: block; margin-bottom: 3rem; } 
.section_title h2 { line-height: 1.2; font-weight: 700; margin-bottom: 4rem; } 

.index_wrap .section2 ul { margin: 0 -2rem; } 
.index_wrap .section2 ul li { flex: 1; position: relative; height: 66rem; margin: 0 1.2rem; overflow: hidden; transition: all .3s; } 
.index_wrap .section2 ul li.on { flex-grow: 1.6; } 
.index_wrap .section2 ul li .img_box { position: relative; width: 100%; height: 100%; } 
.index_wrap .section2 ul li.on .img_box img { filter: unset; } 
.index_wrap .section2 ul li.on .info_box { opacity: 1; } 
.index_wrap .section2 ul li .img_box img { position: relative; height: 100%; width: fit-content; filter: grayscale(2); } 
.index_wrap .section2 ul li .img_box p {color: #fff;position: absolute;writing-mode: vertical-rl;z-index: 2;font-weight: 700;top: 6rem;left: 6rem;} 
.index_wrap .section2 ul li .info_box { color: #fff; position: absolute; top: 64%; left: 6rem; opacity: 0; transition: all .3s; } 
.index_wrap .section2 ul li .info_box p { color: #fff; font-weight: 700; } 
.index_wrap .section2 ul li .info_box h3 { margin-top: 0.5rem; margin-bottom: 4rem; } 
.index_wrap .section2 ul li .info_box .arrow_wrap { width: fit-content; } 
.index_wrap .section2 ul li .info_box .arrow_circle { background: #fff; border-radius: 50%; } 


/* SECTION3 */
.index_wrap .section3 { background: url(../img/main_company_bg.jpg) no-repeat center center; color: #fff; padding: 15rem 0; } 
.index_wrap .section3 p { color: #fff; font-size: 1.8rem; margin-bottom: 7rem; } 
.index_wrap .section3 .flex_box { display: flex; justify-content: flex-start; } 
.index_wrap .section3 .flex_box li { position: relative; width: 19rem; text-align: left; padding-left: 0.5rem; } 
 .index_wrap .section3 .flex_box li::before { content:''; display:block; position:absolute; left:0; bottom: 0; width:100%; height:2px; background:#fff } 
.index_wrap .section3 .flex_box li .img_box { margin-bottom: 2rem; } 
.index_wrap .section3 .flex_box li .img_box img { margin-left: 0; } 
.index_wrap .section3 .flex_box li:hover .info_box i { right: 2rem; } 

.index_wrap .section3 .flex_box li:nth-child(2) { margin: 0 7rem; } 
.index_wrap .section3 .flex_box li .info_box { padding-bottom: 2rem; display: flex; justify-content: space-between; } 
.index_wrap .section3 .flex_box li .info_box h4 { font-size: 2rem; } 
.index_wrap .section3 .flex_box li .info_box i { font-size: 1.7rem; transition: all .3s; position: relative; right: 0; } 

/* SECTION4 */
.index_wrap .section4 { } 
.index_wrap .section4 { background: url(../img/main_news_bg.jpg) no-repeat center center/cover; padding: 13rem 0; } 

/* RESPONSIVE SETTING */
@media (max-width: 1580px) { } 

@media (max-width: 1540px){
 .slider_bottom .top_wrap { right: 4%; } 
 .index_wrap .section2 ul li .img_box p { top: 26%; left: -9rem; width: 30rem; } 
 .index_wrap .section2 ul li .info_box { left: 5rem; } 
 .index_wrap .section3 p { font-size: 2rem; margin-bottom: 5rem; } 
 }

@media (max-width: 1300px) { } 

@media (max-width: 1080px){
 .section1 .mySwiper .swiper-slide .visual_wrap { width: 70%; transform: unset; left: 10%; } 
 .index_wrap .section2 { padding: 9rem 0; } 
 .index_wrap .section3 { padding: 10rem 0; } 
 .index_wrap .section4 { padding: 10rem 0; } 
.section_title h2 br { display:none; } 
 .index_wrap .section3 p br { display:none; } 
 .index_wrap .section2 ul li .info_box .arrow_wrap { width: 50px; height: 50px; } 
 .index_wrap .section2 ul li .info_box .arrow_circle { width: 100%; height: 100%; } 
 .index_wrap .section2 ul li .info_box .arrow_circle img { width: 100%; } 
 .index_wrap .section2 ul li .info_box { width: 100%; } 
 }

@media (max-width: 840px) { /* .fp-section, .fp-tableCell { height: auto !important; } */
 .section3 .fp-tableCell,.section3, .section4 .fp-tableCell,.section4 ,.section6 .fp-tableCell,.section6 { height: auto !important; } 
 .slider_bottom .top_wrap { left: 9%; top: 0; display: flex; align-items: stretch; } 
 .slider_bottom .top_wrap .sw_arrow_next { order: 2; } 
 .slider_bottom .top_wrap .sw_arrow_prev { order: 1; } 
 .slider_bottom .top_wrap .sw-num { order: 3; font-size: 2.2rem; } 
 .slider_bottom { height: 100px; top: 60%; } 
 .index_wrap .section3 .flex_box { display: flex; align-items: flex-end; } 
 .index_wrap .section3 .flex_box li { flex: 1 1 26%; width: unset; } 
 .index_wrap .section3 .flex_box li:nth-child(2) { margin: 0 4rem; } 
 .slider_bottom .top_wrap .sw_arrow.sw_arrow_next { margin-left: 1rem; margin-right: 1rem; } 
 .index_wrap .section2 ul li.on { flex-grow: 2; } 
 }
@media (max-width: 480px){
 .fp-section, .fp-tableCell { height: auto !important; } 
 .index_wrap .slider_1 { background-image: url(../img/main_visual_1_m.jpg); } 
.index_wrap .slider_2 { background-image: url(../img/main_visual_2_m.jpg); } 
.index_wrap .slider_3 { background-image: url(../img/main_visual_3_m.jpg); } 
 .slider_bottom { top: 70%; } 
 .section1 .mySwiper .swiper-slide .visual_wrap { width: 80%; } 
 .slider_bottom .top_wrap .sw_arrow { width: 5.4rem; height: 5.4rem; } 
 .slider_bottom .top_wrap .sw-num { font-size: 1.8rem; margin-top: 2rem; } 
 .index_wrap .section2 ul { display: flex; flex-direction: column; } 
 .index_wrap .section2 ul li { overflow: hidden; width: 100%; margin-bottom: 1rem; height: 100%; } 
 .index_wrap .section2 ul li .img_box img { width: 100%; height: 34rem; object-fit: cover; max-width: unset; } 
 .index_wrap .section2 ul li .img_box p { top: 50%; width: 29rem; left: -9rem; display: none; } 
 .index_wrap .section2 ul li.on { flex-grow: 1; } 
 .index_wrap .section2 ul li .info_box { width: fit-content; left: 4rem; top: unset; bottom: 7%; } 
 .index_wrap .section2 ul li .info_box h3 { margin-bottom: 2rem; } 
 .index_wrap .section2 ul li .info_box .arrow_wrap { width: 5rem; height: 5rem; } 
 .index_wrap .section2 { padding: 7rem 0 0; } 
 .index_wrap .section3 { padding: 7rem 0; background-position: 48% 50%; } 
 .section_title h2 { margin-bottom: 3rem; } 
 .index_wrap .section3 .flex_box li { flex: 1 1 100%; margin-bottom: 3rem; } 
 .index_wrap .section3 .flex_box li:nth-child(2) { margin: 0; margin-bottom: 3rem; } 
 .index_wrap .section3 .flex_box li:last-child { margin-bottom: 0; } 
 .index_wrap .section3 p { margin-bottom: 3rem; font-size: 1.8rem; } 
 .index_wrap .section3 .flex_box li .img_box { margin-bottom: 1.2rem; } 
 .index_wrap .section3 .flex_box li .info_box { padding-bottom: 1.4rem; } 
 .index_wrap .section4 { padding: 5rem 0; } 
 }
