/****************************** main.css - ÃƒÆ’Ã‚Â«Ãƒâ€šÃ‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¸ css ******************************/
@charset "UTF-8";

/* html { height: 100%; overflow: hidden; } */
body { height: 100%; overflow: hidden; } 

/*---------- fullpage ----------*/
div#fullpage { height: 100%; position: relative; } 

div#fullpage > div { width: 100%; height: 100%; overflow: hidden; position: relative; } 


/* fullpage nav */
body #fp-nav.left {left: calc(45px + 10px); z-index: -1;} 
body #fp-nav ul li { width: 20px; height: 20px; margin: 0 0 20px 0; } 
body #fp-nav ul li:not(:last-child) { margin-bottom: 20px; } 
body #fp-nav ul li:first-child, body .fp-slidesNav ul li:first-child { display: none; } 
#fp-nav ul li a:before,
.fp-slidesNav ul li a:before { content:""; display: none; position: absolute; top: 0; left: 0; width: 20px; height: 20px; border: 1px solid #b80000; border-radius: 50%; } 
body #fp-nav ul li a span, body .fp-slidesNav ul li a span { width: 6px; height: 6px; margin: -3px 0 0 -3px; background: #d9d9d9; } 
    /* active */
body #fp-nav ul li a.active span, body .fp-slidesNav ul li a.active span { background: #b80000; } 
body #fp-nav ul li a.active span, body .fp-slidesNav ul li a.active span,
body #fp-nav ul li:hover a.active span, body .fp-slidesNav ul li:hover a.active span { height: 6px; width: 6px; margin: -3px 0 0 -3px; } 
body #fp-nav ul li a.active:before,
body .fp-slidesNav ul li a.active:before, body #fp-nav ul li:hover a.active:before, body .fp-slidesNav ul li:hover a.active:before {display: block; } 

/*---------- fullpage ----------*/
/* ÃªÂ°Â Ã¬ËœÂÃ¬â€”Â­Ã¬â€”Â Ã«â€Â°Ã«Â¥Â¸ Ã«Â³â‚¬Ã­Ëœâ€¢ */
body.fp-viewing-0 #fp-nav { display: none; } 
body.fp-viewing-3 #fp-nav.left {z-index: 1;}


/*---------- common ----------*/
/*---------- fullpage : scroll event ----------*/
/* down -> up */
.u_down.s_event {opacity: 0;transform: translateY(-70px);transition: 0.5s;}
.u_down.active {opacity: 1;transform: translateX(0);transition: 0.5s;}

/* -------------- */

strong {font-weight: 600;}
.flex {display: flex;justify-content: space-between;}
.page_wrap.pro .page_con .content .con .flex {flex-wrap: wrap;}
.section .content_area, footer .content_area {position: relative;max-width: 1580px;height: 100%;margin: 0 auto;}
.section .content_area .txt h2 {font-family: "Inter", sans-serif;font-size: 46px;font-weight: 700;transition: transform 700ms ease-in-out, opacity 700ms ease 0s;}
.section .content_area .txt h2 strong {color: #111;}
.section .content_area .txt > p {font-size: 18px;font-weight: 300;letter-spacing: -.5px;line-height: 1.4;margin-top: 25px;}
.section .content_area .txt > p br {display: none;}
.right_btn {width: 100%;max-width: 1380px;position: absolute;top: 80px;left: 0;right: 0;margin: 0 auto;z-index: 100;text-align: right;}
.right_btn button {border: none;background: transparent;color: #fff;padding: 10px 0 10px 10px;transition: all .3s;}
.right_btn button span {display: inline-block;position: relative;right: 0;vertical-align: -webkit-baseline-middle;font-family: 'Oxanium', sans-serif;font-weight: 300;letter-spacing: 3px;z-index: 10;transition: all .3s;}
.right_btn button p {display: inline-block;position: relative;width: 50px;height: 50px;border: 1px solid #fff;border-radius: 50%;}
.right_btn button p i {vertical-align: -webkit-baseline-middle;}
    /* hover */
.right_btn button:hover span {right: 10px;}
.right_btn button:hover p {background: #fff;}
.right_btn button:hover p i {color: #b80000; font-weight: 600;}


/*---------- Ã¬Å Â¤Ã­ÂÂ¬Ã«Â¡Â¤ Ã¬ÂÂ´Ã«Â²Â¤Ã­Å Â¸ ----------*/
/* fade out -> in */
#section1 .content_area .top p.left.s_event {
    opacity: 0;
    transform: translateY(0%);
    transition: 2s;
}

#section1 .content_area .top p.left.s_event.active {
    opacity: 1;
    transform: translateX(0%);
    transition: 2s;
    transition-delay: 0.3s;
}

/* Ã¬â€¢â€žÃ«Å¾Ëœ -> Ã¬Å“â€ž */
#section2 .content_area > div >.left p span.s_event {
    opacity: 0;
    transform: translateY(30%);
    transition: 0.5s;
}

#section2 .content_area > div >.left p span.s_event.active {
    opacity: 1;
    transform: translateX(0%);
    transition: 0.5s;
}

#section2 .content_area > div >.right div.s_event {
    opacity: 0;
    transform: translateY(50%);
    transition: 1s;
    transition-delay: 0.5s;
}

#section2 .content_area > div >.right div.s_event.active {
    opacity: 1;
    transform: translateX(0%);
    transition: 1s;
    transition-delay: 0.5s;
}

#section2 .content_area > div >.right .right.s_event {
    transition-delay: 1s;
}

#section2 .content_area > div >.right .right.s_event.active {
    transition-delay: 0.7s;
}

/* Ã¬â„¢Â¼Ã¬ÂªÂ½ -> Ã¬ËœÂ¤Ã«Â¥Â¸Ã¬ÂªÂ½ */
.pro_wrap .pro_list div.slick-slide h2 {
 font-size: 26px;
 font-weight: 600;
 margin-top: 25px;
}

.pro_wrap .pro_list div.slick-slide.slick-active h2 {
 color: #bb141a;
}



/*---------- swiper ----------*/
.swiper { width: 100%; height: 100%; overflow-y: scroll !important; -ms-overflow-style: none; touch-action: pan-y; } 

/* ÃƒÆ’Ã‚Â¬Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â­Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â«Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¤ ÃƒÆ’Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€¹Ã¢â‚¬Â  ÃƒÆ’Ã‚Â«Ãƒâ€šÃ‚Â³Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂªÃƒâ€šÃ‚Â²Ãƒâ€¦Ã¢â‚¬â„¢ */
.swiper::-webkit-scrollbar { display: none; width: 0 !important; } 

.swiper-slide { font-size: 18px; /* Center slide text vertically */
 display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; /* display: flex; */
 display: block; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; } 

.mySwiper .swiper-slide {overflow: hidden;position: relative;} 

.mySwiper .slide_bg { /* ÃƒÆ’Ã‚Â«Ãƒâ€šÃ‚ÂªÃƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â«Ãƒâ€šÃ‚Â°ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒâ€¹Ã…â€œ heightÃƒÆ’Ã‚Â«Ãƒâ€šÃ‚Â¥Ãƒâ€šÃ‚Â¼ ÃƒÆ’Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â­ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚Â¨ */
 width: 100%;
 height: 100vh;
 } 


/*---------- fullpage : scroll event ----------*/
/* fade out -> in */
.o_in.s_event { opacity: 0; transform: translateY(0%); transition: 2s; } 
.o_in.active { opacity: 1; transform: translateX(0%); transition: 2s; } 

/* down -> up */
.d_up.s_event { opacity: 0; transform: translateY(30%); transition: 0.5s; } 
.d_up.active { opacity: 1; transform: translateX(0%); transition: 0.5s; } 
/* -------------- */
#section3 .content_area > div .top h2.d_up.s_event, #section3 .content_area > div .top p.d_up.s_event { opacity: 0; transform: translateY(70%); transition: 0.5s; } 
#section3 .content_area > div .top p.d_up.s_event { transition-delay: .3s; } 
#section3 .content_area > div .top h2.d_up.s_event, #section3 .content_area > div .top p.d_up.active { opacity: 1; transform: translateX(0%); transition: 0.5s; } 
#section4 .content_area > div .top p.d_up.active { transition-delay: .4s; } 
#section4 .content_area > div .bottom p.d_up.active { transition-delay: .5s; } 


/* left -> right */
.l_right.s_event { opacity: 0; transform: translateX(-70%); transition: 0.7s; } 
.l_right.s_event.active { opacity: 1; transform: translateX(0%); transition: 0.7s; } 



/*---------- section1 ----------*/
/* section1 */
#section1 {margin-top: 135px;} 
#section1 .mySwiper .swiper-wrapper {overflow: hidden;} 
#section1 .mySwiper .swiper-slide {} 
#section1 .mySwiper .swiper-slide .slide_bg {height: calc(100vh - 135px);overflow: hidden;background-repeat: no-repeat;background-size: cover;background-position: 50% 50%;} 
#section1 .mySwiper .swiper-slide .visual_wrap {position: absolute;top: 450px;left: 0;right: 0;width: 100%;max-width: 1580px;margin: 0 auto;} 
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box {} 
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box { font-family: 'Oxanium', sans-serif; color: #fff; } 
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box span {display: inline-block;font-size: 36px;font-weight: 300;padding-bottom: 55px;} 
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box span br {display: none;}
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box h2 {font-size: 80px;font-weight: 600;line-height: 1.2;} 
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box h2 span { display: block; font-size: 142px; } 
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box h2 span:not(.white) { text-indent: 130px; } 
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box h2 span.white { position: relative; color: rgb(255 255 255 / 70%); } 
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box h2 span.white:before { content:""; display: block; position: absolute; top: -80px; left: 6px; background: url(../img/main1_1.png) no-repeat; background-size: contain; width: 100%; max-width: 310px; height: 232px; } 
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box h2 span.transparent { -webkit-text-stroke: 1px #fff; font-weight: 500; color: transparent; font-size: 110px; } 
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .visual_info {padding-top: 30px;} 
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .visual_info p { font-size: 30px; font-weight: 300; color: #fff; line-height: 1.4; } 

#section1 .mySwiper .swiper-slide .slider_1 { background-image: url(../img/main_visual1.jpg); } 
#section1 .mySwiper .swiper-slide .slider_2 { background-image: url(../img/main_visual2.jpg); } 
#section1 .mySwiper .swiper-slide .slider_3 { background-image: url(../img/main_visual3.jpg); } 
#section1 .mySwiper .swiper-slide.swiper-slide-active .slide_bg { animation: zoom_in 5000ms; transition: transform 5000ms ease-in-out, opacity 1000ms ease 0s; } 
#section1 .mySwiper .swiper-slide.swiper-slide-active .visual_wrap .visual_txt_box .title_box h2 { animation: t_top 1000ms; transition: transform 1000ms ease-in-out, opacity 1000ms ease 0s; animation-delay: 0.2} 
@keyframes zoom_in {
0% { transform: scale(1.15); } 
100% { transform: scale(1) rotate(0.003deg); } 
}
@keyframes t_top { 
0% {opacity: 0; transform: translateY(100px);} 
100% {opacity: 1; transform: translateY(0%);} 
}

/* pagnation */
#section1 .mySwiper .control_wrap {position: absolute;bottom: 10%;left: 0;right: 0;width: 100%;max-width: 1580px;z-index: 1;margin: 0 auto;}  
#section1 .mySwiper .control_wrap .swiper-pagination {width: 48% !important;text-align: left;position: relative;top: 0;} 
#section1 .mySwiper .control_wrap .swiper-pagination-bullet {position: relative;width: 80px;opacity: 1;margin-left: 1% !important;}
#section1 .mySwiper .control_wrap .swiper-pagination .swiper-pagination-bullet {width: 100%;border-radius: 0;height: 2px;position: absolute;top: calc(8px / 2);background: rgb(255 255 255 / 20%);opacity: 1;} 
#section1 .mySwiper .control_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { animation:LoadingBar 5s both; animation-delay:0.3s; background: #ffffff; opacity: 1; z-index: 1; } 
:root {--swiper-theme-color: none !important;}

@-webkit-keyframes LoadingBar { 
 from { width:0px; } 
 to { width:100%; } 
 }
@keyframes LoadingBar { 
 from { width:0px; } 
 to { width:100%; } 
 }

/* arrow_box */
.control_wrap .arrow_box {position: relative;top: 0;left: 51%;width: 6%;min-width: 95px;height: 100%;z-index: 11 !important;text-align: left;font-size: 0;} 
.control_wrap .arrow_box div {position: relative;display: inline-block;top: 0;width: 50%;box-sizing: border-box;margin-top: 0;--swiper-navigation-size: 8px;} 
.control_wrap .arrow_box div:after {display: none;font-size: 16px;color: #fff;} 
.control_wrap .arrow_box .mv-button-next:after {font-size: 16px;} 
.control_wrap .arrow_box .mv-button-prev { left: 0; } 
.control_wrap .arrow_box .mv-button-next { right: 0; z-index: 14; text-align: right; } 


/* mouse wheel */
#section1 .cursor_circle {position: absolute;bottom: -50px;right: 9%;width: 178px;height: 176px;border-radius: 50%;background-color: transparent;transform: translate(5%, 5%);z-index: 1;} 
#section1 .cursor_circle:after {content: '';display: block;width: 178px;height: 176px;position: absolute;top: 0;left: 0;background: url(../img/cursor.png) no-repeat center / cover;animation: cursor_circle 10s linear infinite;animation-delay: 0s;transition: 10s linear infinite;} 
#section1 .cursor_circle .wrap { position: relative; width: 100%; height: 100%; } 
#section1 .cursor_circle .wrap img {display: block;position: absolute;top: 45%;left: 45%;font-size: 20px;color: #fff;font-weight: 100;line-height: 1.4;margin: 0 auto;text-align: center;} 
/* ani */
@-webkit-keyframes cursor_circle { 
 from { transform: rotate(0deg); } 
 to { transform: rotate(360deg); } 
 }


/*---------- section2 ----------*/
#section2 {}
#section2.section .content_area {max-width: 100%;padding-top: 160px;}
#section2.section .content_area:after {content:"";display: block;clear: both;}
/* #section2.section:before {content:"";display: block;position: absolute;top: 0;right: 0;width: 100%;max-width: 960px;height: 100%;background: url(../img/main2.png) no-repeat center / cover;} */
#section2 .txt {max-width: 1580px;margin: 0 auto 75px;}

.pro_wrap {width: 100%;max-width: 1740px;float: right;}
.pro_wrap .left {flex-direction: column;width: 19%;min-width: 224px;max-width: 324px;margin-right: 70px;} 
.pro_wrap .left .tab li {border-radius: 10px;transition: all .3s;} 
.pro_wrap .left .tab li a {display: block;font-size: 18px;font-weight: 300;color: #333;padding: 25px 0 25px 40px;} 
/**/
.pro_wrap .left .tab li.current {background: #f8f8f8;} 
.pro_wrap .left .tab li.current a {font-weight: 500;color: inherit;} 

.pro_wrap .con {width: calc(100% - (19% + 70px));} 
.pro_wrap .con .sec { width: 100%; } 
.pro_swiper {width: 100%;position: relative !important;overflow: hidden;} 
.pro_swiper .swiper-slide {background-size: cover;background-position: center;/* min-width: 330px; */height: 400px;overflow: hidden;background: #f8f8f8;border-radius: 15px;transform: unset !important;backface-visibility: unset !important;transition: all .3s;} 
.pro_swiper .swiper-slide a {display: block;width: 100%;height: 100%;padding: 45px 25px;} 
.pro_swiper .swiper-slide a h2 {font-size: 24px;font-weight: 500;text-align: center;line-height: 1.3;margin-bottom: 60px;} 
.pro_swiper .swiper-slide a img {display: block;width: 100%;max-height: 150px;margin: 0 auto;object-fit: contain;transition: all .3s;} 
/* hover */
.pro_swiper .swiper-slide:hover {box-shadow: 0px 3px 10px #ccc; transition: all .3s;}
.pro_swiper .swiper-slide:hover a img {transform: scale(1.1); transition: all .3s;}



/*---------- section3 ----------*/
/* #section3.section:before {content:"";display: block;position: absolute;bottom: 0;left: 0;background: url(../img/main3.png) no-repeat center / cover;width: 100%;max-width: 1920px;height: 429px;z-index: -1;} */
#section3.section .content_area {padding: 160px 0 180px;}
/**/
#section3.section .content_area .txt {margin-bottom: 50px;text-align: center;}
#section3.section .content_area .img ul li {position: relative;width: calc(100% / 3);overflow: hidden;}
#section3.section .content_area .img ul li:before, #section3.section .content_area .img ul li:after {content:"";display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;transition: all .3s;z-index: -1;}
#section3.section .content_area .img ul li:before {background-repeat: no-repeat;}
#section3.section .content_area .img ul li:nth-child(1):before {background-image: url('/img/main3_1.png');}
#section3.section .content_area .img ul li:nth-child(2):before {background-image: url('/img/main3_2.png');}
#section3.section .content_area .img ul li:nth-child(3):before {background-image: url('/img/main3_3.png');}
#section3.section .content_area .img ul li:after {background: rgb(0 0 0 / 30%);opacity: 0;}
#section3.section .content_area .img ul li a {display: block;width: 100%;height: 525px;}
#section3.section .content_area .img ul li a h3 {position: absolute;bottom: 70px;left: 50px;font-size: 40px;font-weight: 600;color: #fff;}
#section3.section .content_area .img ul li a h3:after {content: "";display: inline-block;width: 57px;height: 12px;background: url('/img/button_next_big.png') no-repeat;margin-left: 40px;vertical-align: super;opacity: 0;}
/* hover */
#section3.section .content_area .img ul li:hover:before {transform: scale(1.05); transition: all .3s;}
#section3.section .content_area .img ul li:hover:after {opacity: 1; transition: all .3s;}
#section3.section .content_area .img ul li:hover a h3:after {animation: btn_right 1s cubic-bezier(.7,0,.3,1); transition: cubic-bezier(.7,0,.3,1) .6s; opacity: 1;}
/* ani */
@keyframes btn_right {
    0%,40%,to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    30% {
        -webkit-transform: translateX(40%);
        transform: translateX(40%)
    }
    60% {
        -webkit-transform: translateX(15%);
        transform: translateX(15%)
    }
}




/*---------- section4 ----------*/
#section4.section:before {content:"";display: block;position: absolute;top: 0;right: 0;background: url(../img/main4.png) no-repeat;background-size: cover;width: 100%;max-width: 1248px;height: 432px;z-index: -1;}
#section4.section:after {content:"";display: block;position: absolute;bottom: 0;left: 0;background: url(../img/main4_1.png) no-repeat;background-size: cover;width: 100%;max-width: 1427px;height: 496px;z-index: -2;}
#section4.section .content_area {padding-top: 210px;}
/**/
#section4.section .content_area .txt {
    width: calc(100% - 76%);
    margin-right: 5%;
}
/**/
#section4.section .content_area .img {
    width: 71%;
}
#section4.section .content_area .img div{width: 100%;max-width: 490px;height: 340px;transition: all .3s;box-shadow: 0px 12px 20px #bfbfbf;}
#section4.section .content_area .img a{display: block;width: 100%;height: 100%;padding: 50px 0 0 45px;color: #fff;z-index: 1;}
#section4.section .content_area .img a h3{font-size: 30px;margin-bottom: 30px;}
#section4.section .content_area .img a p{font-size: 20px;font-weight: 100;}
#section4.section .content_area .img a {position: relative;}
#section4.section .content_area .img a:before{content:"";display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgb(0 0 0 / 30%);opacity: 0;z-index: -1;transition: all .3s;}
#section4.section .content_area .img .left{margin-right: 45px;margin-top: 207px;background: url('/img/main4_2.png') no-repeat center / cover;border-radius: 20px;}
#section4.section .content_area .img .left a:before{border-radius: 20px;}
#section4.section .content_area .img .right{background: url('/img/main4_3.png') no-repeat center / cover;}
/* hover */
#section4.section .content_area .img div:hover a:before {opacity: 1;}
#section4.section .content_area .img div:hover, #section4.section .content_area .img div:hover a:before{border-radius: 50px; transition: all .3s;}
#section4.section .content_area .img div:hover a h3 {color: #ef4036; transition: all .3s;}




/* respon */
@media (max-width: 1740px){ /* width */
/* section2 */
.pro_wrap {max-width: 100%;}
}
@media (max-width: 1580px){ /* width */
/* common */
.section .content_area {width: 96%;}
.section .content_area .txt > p br {display: block;}
    
/* section1 */
#section1 .mySwiper .swiper-slide .visual_wrap, #section1 .mySwiper .control_wrap {width: 96%;}

/* section3 */
#section3.section .content_area .img ul li a h3:after {display: block;margin: 20px 0 0 0;}
}
@media (max-width: 1300px){
/* section1 */ 
#section1 {margin-top: 65px;}     
#section1 .mySwiper .swiper-slide .slide_bg {height: calc(100vh - 65px);background-position: left 80% center;}  
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box h2 {font-size: 70px;} 
}

@media (max-width: 1023px){
/* common */
.section .content_area .txt h2 {font-size: 36px;}

/* section1 */
#section1 .mySwiper .swiper-slide .visual_wrap {top: 40%;}    
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box h2 {font-size: 60px;}   
#section1 .mySwiper .swiper-slide .slide_bg {filter: brightness(0.5);}      
#section1 .mySwiper .control_wrap {bottom: 35%;}
.control_wrap .arrow_box {min-width: 120px;left: 55%;}     
#section1 .cursor_circle {left: 0;right: 0;margin: 0 auto;}     

/* section2 */
#section2 .txt {margin: 0 auto 50px;}
    
/* section3 */
#section3.section .content_area .img ul li:before {background-position: center right 65%;}
#section3.section .content_area .img ul li:after, #section3.section .content_area .img ul li a h3:after {opacity: 1;}
#section3.section .content_area .img ul li a {height: 400px;}
#section3.section .content_area .img ul li a h3 {bottom: 50px;left: 35px;font-size: 30px;}
#section3.section .content_area .img ul li a h3:after {width: 47px;background-size: contain;}
} 

@media all and (max-width: 767px){
/* common */
.more {width: 150px;height: 50px;}
.more a {padding: 16px 20px;}
.section .content_area .txt h2 {font-size: 26px;}
.section .content_area .txt > p {font-size: 16px;}

/* section1 */
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box h2 {font-size: 40px;}     
#section1 .mySwiper .swiper-slide .slide_bg {background-position: right 20% center;}
#section1 .cursor_circle, #section1 .cursor_circle:after {width: 120px;height: 118px;bottom: -40px;}   
#section1 .cursor_circle .wrap img {top: 35%;width: 14px;}    

/* section2 */
#section2 .txt {margin: 0 auto 35px;}
.pro_wrap {flex-direction: column;}
.pro_wrap .left {max-width: 100%;margin: 0 auto 30px;} 
.pro_wrap .left, .pro_wrap .con {width: 100%;}
.pro_wrap .left .tab:after {content:"";display: block;clear: both;}
.pro_wrap .left .tab li {float: left;width: 50%;}
.pro_wrap .left .tab li a {font-size: 16px;padding: 15px 0 15px 30px;} 
.pro_swiper .swiper-slide {height: 300px;}
.pro_swiper .swiper-slide a {padding: 45px 15px;} 
.pro_swiper .swiper-slide a h2 {font-size: 20px;margin-bottom: 30px;} 
.pro_swiper .swiper-slide a img {height: 150px;}
/**/
.pro_swiper {padding-bottom: 10px;} 

    
/* section3 */
#section3.section .content_area .img ul {flex-wrap: wrap;}
#section3.section .content_area .img ul li {width: calc(100% / 2);}
#section3.section .content_area .img ul li:last-child {width: 100%;}
#section3.section .content_area .img ul li:before {background-size: cover;background-position: center right 65%;}
#section3.section .content_area .img ul li a {height: 250px;}
#section3.section .content_area .img ul li a h3 {bottom: 35px;left: 35px;font-size: 20px;}
#section3.section .content_area .img ul li a h3:after {width: 37px;}
}
@media all and (max-width: 600px){
/* common */
.right_btn button p {width: 42px;height: 42px;}
.right_btn button p i {vertical-align: bottom;}
}

@media (max-width: 479px){
/* common */
.right_btn {top: 100px;z-index: 1000;}
.right_btn button {padding: 0 0 0 10px;}
.right_btn button span {display: none;}
.section .content_area .txt h2 {font-size: 20px;}
.section .content_area .txt > p {font-size: 14px;}
.section .content_area .txt > p br {display: none;}

/* section1 */
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box h2 {font-size: 28px;}        
#section1 .mySwiper .control_wrap {bottom: 40%;}
#section1 .mySwiper .control_wrap .swiper-pagination {display: none;}
.control_wrap .arrow_box {left: 0;right: 0;margin: 0 auto;}   

/* section2 */
.pro_wrap .left .tab li a {font-size: 14px;padding: 15px 0 15px 15px;} 
.pro_swiper .swiper-slide {min-width: 100%;height: 250px;}
.pro_swiper .swiper-slide a {padding: 30px 15px;} 
.pro_swiper .swiper-slide a h2, #section3.section .content_area .img ul li a h3 {font-size: 18px;} 
.pro_swiper .swiper-slide a img {height: 130px;}
/**/
.pro_swiper {padding-bottom: 10px;} 

/* section3 */
#section3.section .content_area .img ul li {width: 100%;}
#section3.section .content_area .img ul li a {height: 150px;}
#section3.section .content_area .img ul li a h3 {left: 15px;}
}