@charset "utf-8"; .index_wrap .inner_wrap { max-width: 1550px; } 
.index_wrap { line-height: 1; } 
.index_wrap .section { position: relative; overflow: hidden; } 
.index_wrap .section .flex_box { height: 100%; } .index_wrap .section2 .flex_box .img_box { height: 100%; } .index_wrap .section2 .flex_box .img_box img { height: 100%; object-fit: cover; } 
.index_wrap .section_wrap { width: 90%; margin: 0 auto; } 
.slimScrollBar { opacity: 0 !important; } 
/* 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: 80%; transform: translateX(-50%); } 
.section1 .mySwiper .swiper-slide .visual_wrap .box1 { margin-bottom: 3rem; } 
.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 { max-width: 700px; font-weight: 300; } 
.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); } 
.index_wrap .slider_4 { background-image: url(../img/main_visual_4.jpg); } 
.index_wrap .slider_5 { background-image: url(../img/main_visual_5.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; width: fit-content; top: 46%; left: 10%; z-index: 4; width: 16rem; transform: translateY(-50%); height: 300px; } 
.slider_bottom .arrow_wrap { /* position: relative; */width: 100%; position: absolute; bottom: 0; display: flex; justify-content: space-between; align-items: center; flex-direction: row; flex-wrap: nowrap; } 
.slider_bottom .arrow_wrap .sw_arrow { color: #fff; opacity: 1; font-size: 2.8rem; } 
.slider_bottom .arrow_wrap .sw_arrow.sw_arrow_prev { right: 0; } 
.slider_bottom .sw-pagination { position: relative; bottom: 0; } 
.slider_bottom .sw-pagination .swiper-pagination-bullet { width: 100%; border-radius: 0; height: 3px; position: absolute; background: #ffffff99; opacity: 1; } 
.slider_bottom .sw-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { animation:LoadingBar 5s both; animation-delay:0.2s; background: #ffffff; opacity: 1; z-index: 1; } 

/* scroll */
.mouse_wrap { position:absolute; left: 50%; bottom: -5%; z-index:10; transform:translateX(-50%); width: 15.1rem; height: 15.6rem; display:flex; align-items:center; justify-content:center; text-align:center; } 
.mouse_wrap .arrow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } 
.mouse_wrap .txt { position:absolute; left:0; top:0; width: 15.1rem; height: 15.6rem; animation:scroll 10s infinite linear; } 
.mouse_wrap .txt img { width:100% } 

/* pager */
.arrow_wrap .pager { display: flex; justify-content: center; } 
.arrow_wrap .pager button.swiper-pagination-bullet { margin: 0 0.6rem; } 
.arrow_wrap .pager button { opacity:.25; position:relative; display:flex; justify-content:center; align-items:center; width:auto; height:auto; border-radius:50%; font-size:15px; color:#fff; cursor:pointer; background: #fafafa00; transition:.3s; font-family:var(--e-font) } 
.arrow_wrap .pager button+button { margin-top:15px } 
.arrow_wrap .pager button span { position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width: 0.8rem; height: 0.8rem; border-radius: 50%; background: #ffffff; } 
.arrow_wrap .pager button.on { opacity:1; } 
.arrow_wrap .pager button.on span { opacity:1; } 

.arrow_wrap .pager .progress { transform:rotate(-90deg) } 
.arrow_wrap .pager .circle-origin { fill:transparent; stroke: rgb(255 255 255 / 54%); stroke-width: 5px; stroke-linecap:round; stroke-dasharray:125.664px; stroke-dashoffset:125.664px } 
.arrow_wrap .pager button.on .circle-origin { animation:progress 13s } 
@keyframes progress { 
 0% { stroke-dashoffset:125.664px } 
 100% { stroke-dashoffset:0 } 
 /* 100% { stroke-dashoffset:-125.664px } */ } 

@keyframes scroll { 
 0% { transform:rotate(0); } 
100% { transform:rotate(360deg); } 
 }
@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%; } 
 }
/* SECTION2*/
.section2 .info_box { line-height: 1.2; } 
.section2 .info_box .inner { width: 80%; } 
.section.section2 .info_box h3 { padding-bottom: 4rem; line-height: 1.3; } 
.section2 .info_box h3 b { color: #666; font-weight: 700; } 
.section .info_box h3 { padding-bottom: 3rem; font-weight: 700; line-height: 1.2; } 
.sub_tit_box { padding-bottom: 4rem; } 
.sub_tit_box p { color: #999; } 
.section .info_box p { color: #999; } 
.section .eng_tit { padding-bottom: 4rem; } 
.section .eng_tit span { display: inline-block; margin-right: 1.6rem; } 
.sub_tit_box h4 { padding-bottom: 1rem; font-weight: 300; line-height: 1.2; } 
.more_btn { margin-top: 6rem; max-width: 22rem; position: relative; border: 1px solid #dcdcdc; border-radius: 50px; overflow: hidden; color: #666; } 
.more_btn::before { content:''; display:block; position:absolute; top: 0; left:0; width:100%; height: 0; background: #ffc5c5; transition: all .4s; } 
.more_btn a { display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 2.4rem 2.6rem; position: relative; z-index: 2; } 
.more_btn span { display: block; font-size: 1.6rem; color: inherit; font-family: 'Ubuntu'; font-weight: 400; } 
.more_btn i { } 
.more_btn .m_arrow { background: url(../img/middle_arrow.png) no-repeat center center/contain; width: 1.8rem; height: 1.2rem; } 
.more_btn:hover .m_arrow { background: url(../img/middle_arrow_c.png); } 
.more_btn.btn_w::before { background:#fff } 

.more_btn:hover { color: var(--main-color); border: 1px solid var(--main-color); } 
.more_btn:hover i img { filter: invert(94%) sepia(0%) saturate(23%) hue-rotate(67deg) brightness(105%) contrast(108%); } 
.more_btn:hover::before { height:100%; background:var(--main-color); z-index:0; opacity: 0; } 
.more_btn.btn_w:hover i img { filter:unset; } 

/* SECTION3 */
.section3 .flex_box .info_box { flex: 1 0 38%; text-align: left; } 
.section3 { padding-top: 6rem; } 
.section3 .section3_bg { content:''; display:block; background:url(../img/main3_bg.png) no-repeat center center/cover; position: absolute; bottom: 0; left: 0; width: 100%; height: 59rem; z-index: 0; } 
.section3 .section3_letter { content:'PRODUCTS'; position: absolute; top: 23%; left: 29%; font-size: 17.4rem; font-weight: 700; font-family: 'Ubuntu'; color: #dcdcdc33; z-index: -2; } 
.section .img_wrap { flex-grow: 1; width: 50%; } 
.section3 .img_box { position: relative; transition: .4s; overflow: hidden; } 
.section3 .img_box .pro_slider_wrap { position: relative; } 
.section3 .img_box img { max-width: fit-content; width: 100%; } 
.index_wrap .section3 .inner_wrap { margin-left: 11%; } 
.pro_list_wrap { max-width: 360px; } 
.pro_list_wrap .slide_list { display: flex; flex-direction: column; color: #000; } 
.pro_list_wrap .slide_list li.swiper-pagination-bullet { background: unset; position: relative; margin: 0; opacity: 1; width: fit-content; height: fit-content; font-size: 2.4rem; color: #777; padding: 1.2rem 0; font-family: 'Ubuntu'; width: 100%; font-weight: 400; transition: font-weight .4s ease-in-out; } 
.pro_list_wrap .slide_list li.swiper-pagination-bullet span.loading::after { content:''; display:block; position:absolute; width: 11.8rem; width: 0; height:2px; background:var(--main-color); left: 70%; top: 50%; transform: translateY(-50%); transition: all 2s; } 
.pro_list_wrap .slide_list li.swiper-pagination-bullet.swiper-pagination-bullet-active span::after { width: 11.8rem; } 
.pro_list_wrap .slide_list li.swiper-pagination-bullet.swiper-pagination-bullet-active { color: var(--main-color); /* font-weight: 500; */
 /* transition: all .4s; */
 text-shadow: -0.03rem -0.03rem 0 var(--main-color),
 0.03rem -0.03rem 0 var(--main-color),
 -0.03rem 0.03rem 0 var(--main-color),
 0.03rem 0.03rem 0 var(--main-color); -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; } 
/* SECTION4 */
.fp-scroller { overflow:hidden; } 
.section4 { background: url(../img/main4_bg.png) no-repeat 50% 100%/contain; } 
.section4 .info_box { position: sticky; top: 24rem; left: 11%; display: inline-block; } 
.scroll_wrap { margin-left: 46%; } 
.section4 .scroll_box { margin-right: 10vw; } 
.section4 .scroll_box ul { flex: 1; } 
.scroll_box { display: flex; justify-content: flex-start; flex-direction: row; } 
.scroll_box ul:nth-child(1) { margin-right: 4rem; padding-left: 4rem; } 
.scroll_box ul:nth-child(2) { margin-top: 10rem; margin-right: 4rem; } 
.scroll_box li { box-shadow: 1px 1px 9px 1px #dcdcdc85; border-radius: 1.5rem; margin-bottom: 4rem; min-height: 432px; background: #fff; border: 2px solid #dddddd00; transition: all .4s; } 
.scroll_box li a { padding: 5rem 5rem; } 
.scroll_box li strong { color: #777; font-weight: 600; padding-bottom: 3rem; display: block; } 
.scroll_box li span { width: 5.5rem; height: 6rem; display: block; background: #666; transition: all .4s; } 
.scroll_box li span.icon1 { mask-image:url(../img/main4_icon1.svg) } 
.scroll_box li span.icon2 { mask-image:url(../img/main4_icon2.svg) } 
.scroll_box li span.icon3 { mask-image:url(../img/main4_icon3.svg); mask-repeat: no-repeat; } 
.scroll_box li span.icon4 { mask-image:url(../img/main4_icon4.svg) } 

.scroll_box li:hover { border: 2px solid #ff150f; } 
.scroll_box li:hover span { background: var(--main-color); } 

.scroll_box li h3 { padding: 5rem 0; } 
.scroll_box li p { font-weight: 300; } 

/* SECTION5 */
.section5_wrap { position: relative; } 
.section5 .arrow_wrap { width: 11rem; position: absolute; display: none; bottom: 0; left: 50%; transform: translateX(-50%); } 
.section5 .arrow_wrap .arrow_box { padding: 1rem; } 
.section5 .arrow_wrap i { font-size: 2.4rem; color: var(--main-color); } 
.section5 .info_box { display: flex; justify-content: space-between; margin-right: 2rem; flex-wrap: wrap; } 
.section5 .latest_tap_wrap { font-size: 2.4rem; align-self: flex-end; } 
.section5 .latest_tap_wrap ul { display: flex; } 
.section5 .latest_tap_wrap ul li { margin: 0 1rem; cursor: pointer; } 
.section5 .latest_tap_wrap ul li.on { color: var(--main-color); border-bottom: 1px solid var(--main-color); } 
.section5 .latest_tap_wrap ul li a { font-weight: 500; border-bottom: 1px solid #fff; } 

.section5 .notice_wrap { height: 100vh; position: relative; } 
.section5 .notice_wrap .inner_wrap { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; } 
.section5 .notice_wrap .inner_wrap .wrap3 { margin-top: 1rem; } 
.section5 .notice_wrap .inner_wrap .wrap3 .commu_latest { position: relative; height: 42rem; } 
.section5 .notice_wrap .inner_wrap .wrap3 .commu_latest .box { width: 100%; position: absolute; } 
.section5 .notice_wrap .inner_wrap .wrap3 .box { /* display: none; */opacity: 0; transition: all .3s; } 
.section5 .notice_wrap .inner_wrap .wrap3 .box.active { opacity: 1; } 


/* RESPONSIVE SETTING */
@media (max-width: 1680px){
 .section5 .notice_wrap .inner_wrap { width: 85%; } 
 }

@media (max-width: 1540px) { } 

@media (max-width: 1300px){
 .section3 .img_box img { width: 76%; } 
 .section3 .section3_letter { font-size: 14rem; left: 39%; } 
 .more_btn { margin-top: 4rem; } 
 .pro_list_wrap .slide_list li.swiper-pagination-bullet::after { left: 60%; } 
 .section4 .info_box { width: 29%; } 
 .section4 .info_box { left: 9%; } 
 .section4 .info_box p br { display:none; } 
 .section4 .scroll_box { margin-right: 5vw; } 
 .scroll_wrap { margin-left: 40%; } 
 .scroll_box li a { padding: 4rem 4rem; } 
 .scroll_box li h3 { padding: 3rem 0; font-size: 2.6rem; } 
 .scroll_box li { min-height: 380px; } 
 .section5 .latest_tap_wrap { font-size: 2.2rem; } 
 }

@media (max-width: 1080px){
 .index_wrap .section3 .inner_wrap { margin-left: 10%; } 
 .section3 .section3_letter { font-size: 12rem; left: 39%; } 
 .scroll_box li { min-width: 208px; min-height: 320px; } 
 .scroll_box li a { padding: 3rem 3rem; } 
 .scroll_box li h3 { font-size: 2.2rem; padding: 3rem 0; } 
 /* SECTION5 - 슬라이드버튼 */
 .section5 .arrow_wrap { display: flex; height: auto !important; z-index: 100; } 
 .section5 .arrow_wrap::before { content:''; display:block; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width: 1px; height: 44%; background: var(--main-color); } 
 }

@media (max-width: 768px){
 .index_wrap .section.section5 #main_ft { display: none; } 
 .index_wrap .section { border-bottom: 1px solid #ededed; } 
 .index_wrap .section.section1 { border-bottom:unset } 
 .sub_tit_box { padding-bottom: 4rem; } 
 .section .info_box { flex: 1 0 98%; margin-bottom: 4rem; margin-top: 4rem; margin-left: 4%; margin-right: 4%; } 
 .more_btn { margin-top: 2rem; margin-bottom: 2rem; } 
 .index_wrap .section2 .flex_box .img_box { height: 320px; display: flex; justify-content: flex-end; margin-left: auto; position: absolute; right: 0; top: 0; border-radius: 0 0 0 20%; overflow: hidden; width: 66%; } 
 .index_wrap .section2 .flex_box .info_box { padding-top: 185px; } 
 .index_wrap .section2 .flex_box .img_box img { margin-right:0; max-width: unset; object-position: 0 24%; } 
 .section2 .img_box { flex: 0 0 80%; margin-right: 0; } 
 .section3 .img_box img { width: 92%; } 
 .section3 .img_box .pro_slider_wrap .swiper-wrapper { display: flex; align-items: center; } 
.pro_list_wrap .slide_list li.swiper-pagination-bullet { font-size: 2.2rem; display: flex; } 
 .pro_list_wrap .slide_list li.swiper-pagination-bullet span:nth-child(1) { margin-right: 2rem; } 
 .pro_list_wrap .slide_list li.swiper-pagination-bullet span:nth-child(2) { position: relative; } 
 .pro_list_wrap .slide_list li.swiper-pagination-bullet.swiper-pagination-bullet-active span::after { width: 9rem; } 
 .section3 .section3_letter { font-size: 10rem; left: 33%; top: 17%; } 
 .section .info_box h3 { padding-bottom: 2rem; } 
.section4 { background: url(../img/main4_bg.png) repeat 20% 0%/ 140%; } 
 .section4 .info_box { width: 100%; position: relative; margin-left: 4%; top: 0; left: 0; } 
 .scroll_wrap { margin-left: 4%; margin-right: 4%; padding-bottom: 3rem; } 
 .scroll_box li { min-height: auto; margin-bottom: 3rem; } 
 .scroll_box ul:nth-child(1) { padding-left: 0; margin-right: 4%; width: 50%; } 
 .scroll_box li h3 { padding: 3rem 0; font-size: 2.4rem; } 
 .index_wrap .section3 { padding-top: 0; } 
 .index_wrap .section3 .inner_wrap { margin-left: 0; } 
 .section5 .notice_wrap .inner_wrap { top: 53%; width: 100%; } 
 .section5 .info_box { margin-bottom: 0rem; } 
 .section5 .inner { width: 100%; } 
 .section5 .latest_tap_wrap { font-size: 2rem; margin-top: 3rem; } 
 .section5 .news_wrap { padding: 2rem 0; } 
 .section5 .notice_wrap .inner_wrap .wrap3 { margin-left: 4%; margin-right: 9%; } 
 .section5 .notice_wrap .inner_wrap .wrap3 .commu_latest { height: 40rem; } 
 .section5 .arrow_wrap { left: 47%; bottom: 0; display: none; } 
 }

@media (max-width: 480px){
 .slider_bottom { } 
 .section1 .mySwiper .swiper-slide .visual_wrap .box1 { width: 80%; } 
 .index_wrap .mySwiper .swiper-slide.swiper-slide-active .title_box .txt_up2 { } 
 .section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .txt_up2 { line-height: 1.3; margin-bottom: 1rem; font-size: 3rem; } 
 .sub_tit_box { padding-bottom: 2rem; } 
 /* section2 */
 .index_wrap .section2 .flex_box { display: block; } 
 .section.section2 .info_box h3 { padding-bottom: 3rem; } 
 .index_wrap .section2 .flex_box .img_box { height: 200px; width: 100%; border-radius: 0 0 0 20%; top: 210px; } 
 .index_wrap .section2 .flex_box .info_box { padding: 0; height: 100%; margin-top: 0; } 
 .section2 .info_box .inner { margin-top: 6rem; width: 94%; } 
 .section2 .info_box .inner .sub_tit_box { margin-bottom: 230px; } 
 .section2 .info_box .inner p { width: 80%; } 
 .more_btn a { padding: 1.5rem 2.4rem; } 
 .more_btn { max-width: 19rem; margin-top: 3rem; } 
 
 .pro_list_wrap .slide_list li.swiper-pagination-bullet span:nth-child(1) { font-size: 1.6rem; } 
 .pro_list_wrap .slide_list li.swiper-pagination-bullet.swiper-pagination-bullet-active span::after { width: 3rem; } 
 .pro_list_wrap .slide_list li.swiper-pagination-bullet { padding: 0.8rem 0; } 
 .section3 .section3_letter { font-size: 7rem; top: 26%; } 
 .section3 .section3_bg { height: 36rem; } 
 .section4 .info_box { margin-right: 4%; width: 92%; } 
 .scroll_box li a { padding: 3rem 2rem; } 
 .scroll_box li span { width: 4.5rem; height: 5rem; mask-repeat: no-repeat; } 
 .scroll_box { margin-right: 0 !important; } 
 .scroll_box li h3 { font-size: 1.8rem; } 
 .scroll_box ul:nth-child(2) { width:50%; margin-right: 0; } 
 .scroll_box li { margin-bottom: 2rem; min-width: unset; } 
 .scroll_box li p br { display:none; } 
 .section5 .notice_wrap { height: 500px; } 
 .section5 .notice_wrap .inner_wrap { top: 50%; } 
 .section5 .latest_tap_wrap ul li { font-size: 1.7rem; } 
 .section5 .arrow_wrap { left: 42%; width: 9rem; } 
 .section5 .arrow_wrap i { font-size: 2rem; } 
 .section5 .notice_wrap .inner_wrap .wrap3 .commu_latest { height: 27rem; } 
 .section5 .notice_wrap .inner_wrap .wrap3 { margin-bottom: 6rem; } 
 .section .eng_tit { padding-bottom: 2rem; } 
 .index_wrap .section1 .slider_1 { background-image: url(../img/main_visual_1_m.jpg); } 
 .index_wrap .section1 .slider_2 { background-image: url(../img/main_visual_2_m.jpg); } 
 .index_wrap .section1 .slider_2 { background-image: url(../img/main_visual_3_m.jpg); } 
 }
