@charset "UTF-8";

.Hfull{height: 1060px;}
.Hfull .swiper_visual{height: 100%;}
.Hfull .swiper-slide .img{width: 100%; height: 100%;clip-path: polygon(0 0, 100% 0%, 100% 91%, 0% 100%); background-position: center; background-size: cover !important;}
.Hfull .slide1 .img{background: url("../img/visual01.png") no-repeat;}
.Hfull .slide2 .img{background: url("../img/visual02.png") no-repeat;}
.Hfull .slide3 .img{background: url("../img/visual03.png") no-repeat;}
.Hfull .slide4 .img{background: url("../img/visual04.png") no-repeat;}


.main_text{height: 100%; display: flex; flex-direction: column; justify-content: center; padding-bottom: 60px; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto;}
.main_text h2{font-family: 'FuturaCyrillicBook'; font-size: 8.0rem; color: #fff; font-weight: 100; letter-spacing: -0.02em; text-shadow: 0px 0px 15px rgba(0,0,0,0.5); line-height: 100%; margin-bottom: 30px; text-transform: uppercase;}
.main_text p{font-size: 2.0rem; color: #fff; font-weight: 300; line-height: 150%;}
.Hfull .swiper_btn_wrap{position: absolute; bottom: 20%; left: 0; right: 0; margin: 0 auto; z-index: 12; display: flex; align-items: center; gap: 0px 20px;}
.Hfull{position: relative;}
.Hfull .visual-pagination1{width: auto;}
.Hfull .visual-pagination1 .swiper-pagination-bullet{background: #fff; opacity: 0.4; width: 45px; height: 3px; border-radius: 0px; margin: 0px;}
.Hfull .visual-pagination1 .swiper-pagination-bullet-active{opacity: 1;}
.Hfull .num_wrap{display: flex; gap: 0px 15px;margin-top: 5px;}
.Hfull .num_wrap .swiper-visual-prev{color: #fff; font-family: 'SUIT-Light'; cursor: pointer;}
.Hfull .num_wrap .swiper-visual-next{color: #fff; font-family: 'SUIT-Light'; cursor: pointer;}
.Hfull .num_wrap .visual-pagination2{color: #fff; font-family: 'FuturaCyrillicLight';}
.Hfull .swiper-slide .point{position: absolute; right: 0px; bottom: -60px; width: 45%; max-width: 550px;}
.Hfull .swiper-slide .point img{width: 100%;}

.main1 .width{display: flex; justify-content: space-between; align-items: center;}
.main1 .img{width: 40%;}
.main1 .img img{width: 100%;}
.main1 .text{width: 48%;}
.main1 .text h3{font-size: 2.4rem; font-family: 'FuturaCyrillicBook'; color: var(--color); margin-bottom: 15px;}
.main1 .text h2{font-size: 5.5rem; line-height: 120%; margin-bottom: 60px;}
.main1 .text h2 b{font-weight: 600;}
.main1 .text p{font-size: 1.8rem; color: #6c6c6c; line-height: 130%; margin-bottom: 50px;}
.more{width: 230px; height: 54px; border: 1px solid #ababab;  position: relative; display: block; text-align: center; line-height: 54px;}
.more div{display: flex; gap: 0px 15px; align-items: center; width: 100%; justify-content: center; color: #6c6c6c; font-family: 'FuturaCyrillicBook'; position: relative; z-index: 3;}
.more span{display: block; width: 28px; height: 1px; background: #ababab;}
.more:after{content: ''; width: 0; height: 100%; position: absolute; top: 0; left: 0; background: var(--color); transition: 0.3s all; z-index: 0;}
.more:hover:after{width: 100%;}
.more:hover div{color: #fff;}
.more:hover div span{background: #fff;}
.more:hover{border: 1px solid var(--color);}

.title h3{font-size: 2.4rem;font-family: 'FuturaCyrillicMedium';; margin-bottom: 8px; text-transform: uppercase;}
.title h2{font-size: 5.0rem; font-weight: 700; }
.stitle h3{font-size: 2.4rem;font-family: 'FuturaCyrillicMedium';; margin-bottom: 8px; text-transform: uppercase; color: var(--color)}
.stitle h2{font-size: 4.2rem; font-weight: 700; }
.stitle p{font-size: 2.0rem; line-height: 130%; color: #363636;}
.title p{font-size: 1.8rem; color: #fff; line-height: 130%; font-weight: 400;}

.main2{background: url("../img/main2-bg.png")no-repeat; background-position: center; background-size: cover; background-attachment: fixed;}
.main2 .title{text-align: center; margin-bottom: 85px;}
.main2 .title h3{color: #fff;}
.main2 .title h2{color: #fff; margin-bottom: 20px;}
.main2 .box_wrap{display: flex; gap: 30px 1.5%; justify-content: center; align-items: center; }
.main2 .box{width: 22%; background: rgba(255,255,255,0.2); border-radius: 50%; position: relative; display: flex; align-items: center; justify-content: center; text-align: center; cursor: pointer; transition: 0.3s all;}
.main2 .box:after{content: ''; display: block; padding-top: 100%;}
.main2 .box h3{font-family: 'SUIT-Bold'; margin-top: 4px; font-size: 1.3rem; color: #fff; margin-bottom: 5px;}
.main2 .box h2{font-size: 2.0rem; font-weight: 600; color: #fff;}
.main2 .box .text{position: absolute;}
.main2 .box_wrap span{display: block; width: 5px; height: 5px; background: #edddbb; border-radius: 50%; display: block; }
.main2 .box:hover{background: rgba(244,195,64,0.6);}

.main3 .width{margin-bottom: 90px;}
.main3 .width .top{display: flex; align-items: flex-end; justify-content: space-between;}
.main3 .width .top .title h3{color: var(--color);}
.main3 .width .top .title h2{font-weight: 600; font-size: 4.6rem;}

.main4 .width{display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: -110px; position: relative; z-index: 11;}
.main4 .title h2{font-size: 6.0rem; font-family: 'FuturaCyrillicMedium'; margin-bottom: 35px; font-weight: initial;}
.main4 .title p{color: #333; font-size: 2.2rem; font-weight: 500;}
.main4 .title .mbtn{display: flex; gap: 0px 1.5%; margin-top: 70px;}
.main4 .title .mbtn a{width: 190px; height: 46px; line-height: 46px; text-align: center; text-transform: uppercase;}
.main4 .info_wrap{width: 40%; background: var(--color2); flex-wrap: wrap; padding: 20px; display: flex;}
.main4 .info_wrap .info{width: 50%; text-align: center; padding: 25px 15px; border-right: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1;}
.main4 .info_wrap .info:nth-child(2){border-right: 0px;}
.main4 .info_wrap .info:nth-child(3){border-bottom: 0px;}
.main4 .info_wrap .info:nth-child(4){border-bottom: 0px; border-right: 0px;}
.main4 .info_wrap .info span{display: flex; min-height: 50px; margin-bottom: 15px; align-items: center; justify-content: center;}
.main4 .info_wrap .info h2{font-size: 2.8rem; font-family: 'FuturaCyrillicMedium'; color: #fff; margin-bottom: 10px;}
.main4 .info_wrap .info p{font-size: 2.0rem; color: #fff;}
.main4 .info_wrap .info a{font-size: 2.0rem; color: #fff;}
.main4 .info_wrap .info:nth-child(4) p{font-size: 1.6rem;}
.main4 .root_daum_roughmap{width: 100% !important;}
.main4 .root_daum_roughmap .cont .section.lst{display: none;}

#ft{background: #0a1327; padding-top: 60px; padding-bottom: 0px;}
#ft .footer{text-align: left; padding-bottom: 40px; }
#ft .footer .foot_logo{display: inline-block; margin-bottom: 20px;}
#ft .footer .foot_info{display: flex; align-items: center; gap: 4px 10px;}
#ft .footer .foot_info p{color: #8e8e8e; line-height: 140%; }
#ft .footer .foot_info a{color: #8e8e8e; line-height: 140%;}
#ft .footer .foot_info span{color: #8e8e8e; line-height: 140%;}
#ft .copyright{padding: 20px 0px; border-top: 1px solid #8e8e8e;}
#ft .copyright span{color: #8e8e8e;}

.sub_top{margin-top: 90px; padding: 70px 0 70px 0;}
.sub_top h3{font-size: 2.4rem; font-family: 'FuturaCyrillicBook'; color: #dfdfdf; letter-spacing: 0px; text-transform: uppercase; margin-bottom: 20px;}
.sub_top h2{font-size: 4.2rem; font-weight: bold;}
.sub_top .sub_nav{margin-top: 60px;}
.sub_top .sub_nav ul{display: flex; gap: 20px 4%; flex-wrap: wrap;}
.sub_top .sub_nav ul li a{color: #cfcfcf; font-size: 1.8rem; font-weight: 600; border-bottom: 3px solid #fff; padding-bottom: 4px;}
.sub_top .sub_nav ul li a.on{color: var(--color2); border-bottom: 3px solid var(--color2)}

.event_wrap{display: flex; justify-content: center;}
.event_wrap .event_img{width: 80%; height: 500px; background-position: center !important; background-size: cover !important;}
.event_wrap .combg{background: url("../img/combg.png")no-repeat;}
.event_wrap .event1{background: url("../img/event1.png")no-repeat;}
.event_wrap .event2{background: url("../img/event2.png")no-repeat;}
.event_wrap .event3{background: url("../img/event3.png")no-repeat;}
.event_wrap .event4{background: url("../img/event4.png")no-repeat;}
.event_wrap .business1{background: url("../img/business1.png")no-repeat;}
.event_wrap .product1{background: url("../img/product1.png")no-repeat;}

.about1{overflow: hidden;}
.about1 .width{display: flex; align-items: flex-start; justify-content: flex-start; gap: 25px 7%;}
.about1 .img {width: 30%; position: relative; z-index: 5;}
.about1 .img img{width: 100%;}
.about1 .text{width: 50%; margin-top: 100px; padding: 100px 0 0 0; background: #f5f5f7; position: relative;}
.about1 .text:after{content: ''; width: 200%; height: 200%; background: #f5f5f7; position: absolute; top: 0; left: -300px;}
.about1 .text .stitle h3{ margin-bottom: 5px;}
.about1 .text .stitle h2{font-size: 3.6rem; font-weight: 300; margin-bottom: 45px;}
.about1 .text p{color: #6c6c6c; line-height: 145%; margin-top: 22px;}
.about1 .text p b{color: #333; font-size: 1.8rem;}

.about2{padding-top: 0px;}
.about2 .stitle{margin-bottom: 100px;}
.about2 .stitle h3{color: var(--color);}
.about2 .stitle h2{ margin-bottom: 100px;}
.about2 .stitle h4{padding-left: 4%; font-size: 3.6rem; line-height: 140%; font-weight: 600;}
.about2 .ab2_wrap{display: flex; gap: 20px 4%; margin-top: 60px;}
.about2 .width h2{font-size: 4.0rem; font-weight: 600; width: 50%;}
.about2 .width .text{width: 50%;}
.about2 .width .text p{color: #555; font-size: 1.8rem; line-height: 155%; margin-bottom: 15px;}
.about2 .top_img{background: url("../img/about2-bg.png")no-repeat center/cover;background-attachment: fixed;width: 100%; height: 580px; position: relative ; }
.about2 .top_img::after {content: '';width: 100%;height: 100%;background-color: #fff;position: absolute;right: 0;top: 0;}
.about2 .top_img.animate::after {animation: width 1s ease-in-out forwards;}
@keyframes width {
    0% { width: 100%; }
    100% { width: 0%; }
}

.about3 .stitle{margin-bottom: 100px;}
.about3 .stitle h3{color: var(--color);}
.about3 .stitle h2{ margin-bottom: 100px;}
.about3 .stitle h4{padding-left: 4%; font-size: 3.0rem; line-height: 140%; font-weight: 600;}
.about3 .box_wrap{display: flex; align-items: flex-start; gap: 15px; 0; justify-content: space-between; margin-bottom: 60px;}
.about3 .box_wrap .img{width: 47.4%;}
.about3 .box_wrap .img img{width: 100%;}
.about3 .box_wrap .box{width: 48%; display: flex; flex-direction: column; gap: 20px 0px;}
.about3 .box_wrap .color{border: 1px solid #bdbdbd; padding: 20px; display: flex; gap: 15px 4%; align-items: center;}
.about3 .box_wrap .color h2{font-size: 2.6rem; font-weight: 600; margin-bottom: 10px;}
.about3 .box_wrap .color h3{font-size: 2.0rem; font-weight: 400; color: #666; line-height: 135%;}
.about3 .down{display: flex; justify-content: center; gap: 0px 2%;}
.about3 .down a{width: 325px; height: 65px;  border-radius: 8px; background: #f8f8f8; display: flex; justify-content: space-between; align-items: center; padding: 0px 40px;}
.about3 .down a p{font-size: 1.8rem; font-weight: bold; color: #a4a7ab;}

.about4 .a1{text-align: center; margin-bottom: 250px;}
.about4 .a1 h2{font-size: 4.8rem; font-family: 'FuturaCyrillicMedium'; margin-bottom: 20px;}
.about4 .a1 p{font-size: 2.0rem; line-height: 145%; font-weight: 400;}
.about4 .a1 span{display: block; max-width: 1200px; margin: 0 auto; margin-top: 100px;}
.about4 .a1 span img{width: 100%;}
.about4 .a2 .stitle{margin-bottom: 120px;}
.about4 .his_wrap{max-width: 1000px; margin: 0 auto; display: flex; gap: 20px 9%;}
.about4 .his_wrap .left{font-weight: 800; color: var(--color2); font-size: 8.0rem;}
.about4 .his_wrap .line{margin-top: 16px; width: 1px; background: #666; position: relative;}
.about4 .his_wrap .line:before{content: ''; width: 16px; height: 16px; background: var(--color2); position: absolute; top: -5px; left: -8px; border-radius: 50%;}
.about4 .his_wrap .right{margin-top: 15px; display: flex; flex-direction: column; gap: 90px 0px; width: 100%;}
.about4 .his_wrap .right .box{display: flex; gap: 0px 10%;}
.about4 .his_wrap .right .box h2{font-family: 'futura-pt-book-oblique'; font-size: 4.0rem; color: var(--color2);}
.about4 .his_wrap .right .box ul{margin-top: 10px; width: 100%;}
.about4 .his_wrap .right .box ul li{color: #686868; font-weight: 400; font-size: 1.8rem; line-height: 170%;}

.about5 .a_txt{text-align: center; margin-bottom: 95px;}
.about5 .a_txt img{width: 100%;}
.about5 .a_txt h2{font-size: 3.6rem; font-weight: 600;}
.about5 .a_txt p{margin-top: 45px; line-height: 150%;}
.about5 .his_wrap{display: flex; gap: 15px 4%; margin-top: 70px;}
.about5 .his_wrap .year{width: 34%; border-top: 2px solid #16498b; padding-top: 25px;}
.about5 .his_wrap .year h2{font-size: 5.2rem; font-weight: 800; color: #16498b; margin-bottom: 18px;}
.about5 .his_wrap .year h3{font-size: 2.4rem; font-weight: 600; color: #aaaaaa;}
.about5 .his_wrap .text{width: 66%; border-top: 1px solid #e4e4e4;}
.about5 .his_wrap .text dl{padding: 18px 0; display: flex; border-bottom:  1px solid #e4e4e4;}
.about5 .his_wrap .text dl dt{min-width: 135px; padding-left: 5px; font-weight: 500; font-size: 2.0rem; color: #16498b;}
.about5 .his_wrap .text dl dd{font-size: 1.8rem; color: #494949; line-height: 170%;}
.about5 .his_wrap .text dl dd .his_img{margin-top: 15px; width: 100%; max-width: 450px;}
.about5 .his_wrap .text dl dd .his_img img{width: 100%;}

.about6 .stitle{margin-bottom: 80px;}
.about6 .root_daum_roughmap{width: 100% !important;}
.about6 .root_daum_roughmap .cont{display: none;}
.about6 .info_wrap{display: flex; gap: 40px 2%; justify-content: center; margin-bottom: 60px;}
.about6 .info_wrap .info{width: 22%; text-align: center;}
.about6 .info_wrap .info span{ min-height: 50px; display: block;}
.about6 .info_wrap .info h2{font-family: 'FuturaCyrillicBook'; font-size: 2.4rem; margin-bottom: 5px;}
.about6 .info_wrap .info p{color: #666;}

.page{display: flex; flex-direction: column; gap: 120px 0px;}
.content{display: flex; gap: 25px 2%;}
.content .left{width: 24%;}
.content .left h2{display: flex; align-items: center; gap: 0px 8px; font-size:2.8rem; font-weight: bold;}
.content .right{width: 76%;}
.content .right p{font-size: 1.8rem; line-height: 155%;}
.content .right .img{display: block;}
.content .right .img img{width: 100%;}

.ness1 .ness1-1 span{color: #ba2727; font-size: 1.8rem;}
.ness1 .ness1-2 p{display: flex; gap: 0px 4px;}
.ness1 .ness1-2 .box_area{margin-top: 50px;}
.ness1 .ness1-2 .box_area h3{font-size: 2.0rem; font-weight: 600; margin-bottom: 15px;}
.ness1 .ness1-2 .box_wrap{display: flex; gap: 15px 1%;}
.ness1 .ness1-2 .box_wrap .box{width: 25%; border: 1px solid var(--color3); padding: 20px 0 35px 0; text-align: center;}
.ness1 .ness1-2 .box_wrap .box h2{font-size: 2.0rem; font-weight: bold; text-align: center; margin-top: 5px; margin-bottom: 5px; min-height: 48px; display: flex; align-items: center; justify-content: center;}
.ness1 .ness1-2 .box_wrap .box p{text-align: center; color: #686868; font-size: 1.7rem; display: block;}
.ness1 .ness1-3{display: flex; gap: 15px 4%;}
.ness1 .ness1-3 .box{width: 50%; border: 1px solid #ddd;}
.ness1 .ness1-3 .box h6{background: #f2f2f2; border-bottom: 1px solid #ddd; font-size: 1.8rem; font-weight: 600; text-align: center; padding: 12px 0;}
.ness1 .ness1-3 .box p{text-align: center; font-size: 1.6rem; padding: 15px 10px; line-height: 140%;}
.ness1 .ness1-4 p{line-height: 175%;}
.ness_table h3{font-size: 2.0rem; font-weight: 600; margin-bottom: 10px; }
.ness_table h6{font-size: 1.5rem; font-weight:400; margin-top: 5px; }
.ness_table .table_wrap{margin-top: 40px;}
.ness_table .table_wrap h5{font-size: 1.8rem; color: #494949; margin-bottom: 15px;}
.content .right table{width: 100%; border-top: 1px solid #ddd;}
.content .right table th{background: #f2f2f2; color: #494949; font-size: 1.6rem; padding: 16px 5px; border-bottom: 1px solid #ddd;  border-left: 1px solid #dddddd; font-weight: 500;}
.content .right table th:first-child{border-left: none; }
.content .right table td{color: #494949; font-size: 1.6rem; padding: 16px 0px; text-align: center; border-bottom: 1px solid #ddd;  border-left: 1px solid #dddddd;}
.content .right table td:first-child{border-left: none;}


.ness2 .con1{margin-bottom: 70px;}
.ness2 .con1 .text h2{font-size: 2.8rem; font-weight: bold; display: flex; align-items: center; gap: 0px 8px; margin-bottom: 32px;}
.ness2 .con1 .text p{font-size: 1.8rem; line-height: 150%; margin-top: 15px;}
.ness2 .con2 .title_wrap{display: flex; justify-content: start; align-items: center;gap: 0 8px;margin-bottom: 32px;}
.ness2 .con2 .title_wrap h3{ font-size: 2.8rem; font-weight: 700;}
.ness2 .con2 .items{display: flex; justify-content: start; align-items: center; gap: 32px 2%;flex-wrap: wrap;}
.ness2 .con2 .item{border-radius: 12px;padding: 1rem 0; width: 32%;
    background: #F7F7F7;display: flex; justify-content: start; align-items: center;}
.ness2 .con2 .item .img{padding: 2.9rem 3.1rem; display: flex; justify-content: center; align-items: center;}
.ness2 .con2 .item .line{width: 1px; height: 40px;background: #E5E5EC;}
.ness2 .con2 .item p{color: #111; font-size: 2.0rem; font-weight: 500;padding-left: 2.8rem;}
.ness2 .con3{display: flex; justify-content: start; align-items: start; gap: 32px 2%;flex-wrap: wrap;margin-top: 100px;}
.ness2 .con3 .item{width: 32% ; border: 1px solid #E5E5EC;}
.ness2 .con3 .item .img img{width: 100%;}
.ness2 .con3 .item p{text-align: center;padding: 20px 0; text-align: center; font-size: 2.0rem;}

.ness3_1 h2{text-align: left; font-size: 3.8rem; font-family: 'FuturaCyrillicMedium'; margin-bottom: 15px;}
.ness3_1 h3{text-align: left; font-size: 2.0rem; line-height: 150%;}
.ness3_1 .img{margin-top: 50px; border-radius: 20px; overflow: hidden;}
.ness3_1 .wrap{margin-top: 3.2rem ;display: flex; justify-content: space-between; align-items: center; text-align: left; gap: 20px 3%;}
.ness3_1 .wrap .item{width: 30%;}
.ness3_1 .item i{font-size: 3.6rem;}
.ness3_1 .wrap .item p{font-size: 1.8rem ;font-weight: 600;}
.ness3_1 .img{width: 100%;}
.ness3_1 .img img{width: 100%;}

.ness3_2{padding-top: 0px;}
.ness3_2 h2{text-align: center; font-size: 3.8rem; font-weight: 600; margin-bottom: 20px;}
.ness3_2 h3{text-align: center; font-size: 2.0rem; line-height: 150%;}
.ness3_2 .wrap{display: flex; align-items: center; gap: 25px 3%; margin-top: 60px;}
.ness3_2 .wrap .item{border-radius: 16px;position: relative; background-position: center;background-size: cover;width: 49%; overflow: hidden; height: 350px;}
.ness3_2 .wrap .item:first-child{background: url(../img/ness3_img2.png)no-repeat;}
.ness3_2 .wrap .item:last-child{background: url(../img/ness3_img3.png)no-repeat;}
.ness3_2 .wrap .item:before{content: ''; width: 100%; height: 100%; position: absolute; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 44.29%, rgba(0, 0, 0, 0.50) 100%); top: 0; left: 0; z-index: 2;}
.ness3_2 .wrap .item h5{color: #fff; font-size: 3.0rem; font-weight: 700; line-height: 135%; margin-bottom: 10px;text-align: left;}
.ness3_2 .wrap .item h6{color: #fff;font-size: 1.8rem;line-height: 150%;text-align: left;word-break: keep-all;}
.ness3_2 .wrap .item .txt{display: flex; flex-direction: column; justify-content: flex-end; height: 100%; padding: 35px;}

.ness3_3 h2{font-size: 3.8rem; font-weight: 600; margin-bottom: 20px;}
.ness3_3 p{font-size: 2.0rem; line-height: 150%;}
.ness3_3 .wrap{border-top: 1px solid #E5E5EC; margin-top: 60px;}
.ness3_3 .item{padding: 35px 0; border-bottom: 1px solid #E5E5EC; }
.ness3_3 .item .num_title h3{display: flex; align-items: center; font-size: 2.6rem; gap: 0px 20px; margin-bottom: 20px; font-weight: 600;}
.ness3_3 .item .num_title h3 span{color: #aaa; font-weight: 600;}
.ness3_3 .item .content img{border-radius: 15px; overflow: hidden; max-width: 420px; width: 100%;}
.ness3_3 .item .content{display: flex; align-items: center; gap: 20px 4%;}
.ness3_3 .item .content li{margin: 7px 0;}
.ness3_3 .item .content p{font-size: 1.7rem; line-height: 140%;}

.ness4-1{text-align: center; margin-bottom: 80px;}
.ness4-1 h2{font-size: 3.8rem; font-weight: 600; margin-bottom: 20px;}
.ness4-1 h3{font-size: 2.2rem; font-weight: 500; line-height: 150%; }
.ness4-1 p{margin-top: 10px; font-size: 1.8rem; line-height: 155%; color: #888;}
.ness4-2{background: #f9f9f9; padding: 50px 0;}
.ness4-2 .img{border-radius: 20px; overflow: hidden; margin-bottom: 40px;}
.ness4-2 .img img{width: 100%;}
.ness4-2 .box_wrap{display: flex; gap: 12px 1%; flex-wrap: wrap;}
.ness4-2 .box_wrap .box{width: 24%; border: 1px solid var(--color); background: #fff; padding: 35px 0; text-align: center; }
.ness4-2 .box_wrap .box p{color: #494949; font-weight: 500; font-size: 1.8rem; margin-top: 15px;}
.ness4-3{padding-bottom: 0px;}
.ness4-3 .service_wrap{margin-top: 50px; display: flex; flex-wrap: wrap;  gap: 60px 2%;}
.ness4-3 h2{font-size: 3.2rem; font-weight: 600;}
.ness4-3 .service_box{width: 32%; box-shadow: 0px 1px 4px rgba(0,0,0,0.2); position: relative; background: #fff;}
.ness4-3 .service_box .service_img{position: relative;}
.ness4-3 .service_box .service_img img{width: 100%;}
.ness4-3 .service_box .service_title{background: #fff; position: absolute; width: 80%; margin: 0 auto; padding: 20px 0 0 0; text-align: center; bottom: 0px; left: 0; right: 0;}
.ness4-3 .service_box .service_title span{  font-family: 'FuturaCyrillicBook'; color:var(--color); font-size: 1.6rem; font-weight: 500; margin-bottom: 5px; display: inline-block;}
.ness4-3 .service_box .service_title h2{font-size: var(--fs22); position: relative; padding-bottom: 20px; font-weight: 500;}
.ness4-3 .service_box .service_title h2::after{content: ""; position: absolute; width: 30px; height: 2px; background: #666; bottom: -3px; left: 0; right: 0; margin: 0 auto;}
.ness4-3 .service_box .service_text{padding: 30px 20px 25px 20px;}
.ness4-3 .service_box .service_text p{display: flex; font-size: var(--fs18); line-height: 130%; margin-bottom: 15px;}
.ness4-3 .service_box .service_text p:last-child{margin-bottom: 0px;}
.ness4-3 .service_box .service_text span{margin-right: 10px;}

.ness5 .ctxt{margin-bottom: 40px;}
.ness5 .com_txt{color: #111; font-size: 2.8rem; font-weight: bold; line-height: 135%; letter-spacing: -0.7px; position: relative; margin-bottom: 20px; display: inline-block;}
.ness5 .com_txt:after{content: ""; width: 10px; height: 10px; background: var(--color); border-radius: 50%; position: absolute; right: -20px; top: 0px; }
.ness5 .c2_content{margin-top: 100px;}
.ness5 .c2_content3{margin-top: 0px;}
.ness5 .c2_content dl{display: flex; gap:0px 8px; margin-top: 12px;}
.ness5 .c2_content dl dd{font-size: 2.0rem; color: #505050; line-height: 140%; letter-spacing: -0.5px;}
.ness5 .c2_content .scroll{margin-top: 32px; border-radius: 32px; background: #f8f8fa; padding: 40px;}
.ness5 .c2_content .scroll h6{color: #111; font-size: 2.4rem; font-weight: bold; line-height: 140%; margin-bottom: 20px;}
.ness5 .c2_content .scroll table{background: #fff; border-left: 1px solid #e1e1e1; border-top: 2px solid #3983D3}
.ness5 .c2_content .scroll table th{background: rgba(57, 131, 211, 0.10); padding: 16px 0; font-size: 1.8rem; color: #3983D3; font-weight: 600; border-bottom: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1;}
.ness5 .c2_content .scroll table td{padding: 16px 30px 16px 30px; color: #505050; font-size: 1.6rem; font-weight: 500;border-bottom: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; text-align: center;}
.ness5 .c2_content .scroll table td:first-child{text-align: left;}
.ness5 .c2_content .box_wrap{margin-top: 32px; border-radius: 32px; background: #f8f8fa; padding: 40px;}
.ness5 .c2_content .box_wrap h6{color: #111; font-size: 2.4rem; font-weight: bold; line-height: 140%; margin-bottom: 20px;}
.ness5 .c2_content .box_wrap ul{display: flex; gap: 12px 1%; flex-wrap: wrap;}
.ness5 .c2_content .box_wrap ul li{color: #505050; font-size: 1.8rem; line-height: 140%; width: 32.5%; background: #fff; padding: 20px 5px; border-radius: 10px; text-align: center; border: 1px solid #e1e1e1; }
.ness5 .c2_content .box_wrap ul li span{min-width: 18px; display: inline-block;}
.ness5 .c2_content3 .icon_wrap1 {border-top: 2px solid var(--color)}
.ness5 .c2_content3 .icon_wrap{padding: 40px; border-bottom: 1px solid #E5E5EC;; display: flex; align-items: center; gap: 0px 3%;}
.ness5 .c2_content3 .icon{display: flex; align-items: center;}
.ness5 .c2_content3 .icon h3{color: #111; font-size: 2.4rem; font-weight: 600; letter-spacing: -0.6px; min-width: 200px;}
.ness5 .c2_content3 .icon_wrap .text p{display: flex; gap: 0px 8px; color: #505050; font-size: 1.8rem; font-weight: 500;letter-spacing: -0.5px; margin: 4px 0;}
.ness5 .c2_content4 .icon_wrap2 {display: flex; gap: 20px 1%; margin-top: 32px;}
.ness5 .c2_content4 .icon_wrap2 .ibox{width: 25%; border: 2px solid #e5e5ec; padding: 37px 0 36px 0; text-align: center; border-radius: 24px;}
.ness5 .c2_content4 .icon_wrap2 .ibox i{font-size: 4.0rem;}
.ness5 .c2_content4 .icon_wrap2 .ibox h3{color: #999; font-size: 1.8rem; margin-top: 28px; font-weight: 500; line-height: 144%; margin-bottom: 4px; letter-spacing: -0.45px;}
.ness5 .c2_content4 .icon_wrap2 .ibox h4{color: #111; font-size: 2.4rem; font-weight: 600; letter-spacing: -0.6px;}
.ness5 .c2_content4 .icon_wrap2 .ibox:hover{background: #3983D3; border: 2px solid #3983D3;}
.ness5 .c2_content4 .icon_wrap2 .ibox:hover i{color: #fff;}
.ness5 .c2_content4 .icon_wrap2 .ibox:hover img{filter: grayscale(1) brightness(0) invert(1);}
.ness5 .c2_content4 .icon_wrap2 .ibox:hover h3{color: #fff;}
.ness5 .c2_content4 .icon_wrap2 .ibox:hover h4{color: #fff;}

.pro_wrap1{padding-bottom: 0px;}
.pro_wrap1 .pro_top{display: flex; align-items: flex-start; gap: 25px 4%; margin-bottom: 100px;}
.pro_wrap1 .pro_top .proSwiper{width: 48%;}
.pro_wrap1 .pro_top .proSwiper .swiper-slide img{width: 100%;}
.pro_wrap1 .pro_top .proSwiper .pro-prev{position: absolute; right: 40px; bottom: 0; z-index: 9;  font-family: 'SUIT-Regular'; width: 40px; height: 40px; background: #f7f7f7; display: flex; align-items: center; justify-content: center; cursor: pointer}
.pro_wrap1 .pro_top .proSwiper .pro-next{position: absolute; right: 0px; bottom: 0; z-index: 9;  font-family: 'SUIT-Regular'; width: 40px; height: 40px; background: #f9f9f9; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.pro_wrap1 .pro_top .pro_info{width: 48%;}
.pro_wrap1 .pro_top .pro_info h2{font-size: 2.8rem; font-weight: 600; margin-bottom: 20px;}
.pro_wrap1 .pro_top .pro_info h2 span{font-size: 1.8rem; color: var(--color);}
.pro_wrap1 .pro_top .pro_info dl{margin-top: 15px;}
.pro_wrap1 .pro_top .pro_info dt{font-size: 1.8rem; padding-bottom: 6px; border-bottom: 1px solid #E5E5EC; font-weight: 600; margin-bottom: 6px;}
.pro_wrap1 .pro_top .pro_info dd p{font-size: 1.6rem; color: #505050; padding-top: 4px; line-height: 145%;}

.pro_area2{background: #F7F7F7;}
.pro_area2 h2{font-size: 2.8rem; font-weight: 600; padding-bottom: 12px; border-bottom: 1px solid #E5E5EC; margin-bottom: 22px;}
.pro_area2 .box_wrap{display: flex; gap: 25px 2%; flex-wrap: wrap;}
.pro_area2 .box_wrap .box{width: 32%; background: #fff; padding: 25px 15px; border: 1px solid #E5E5EC;}
.pro_area2 .box_wrap .box h3{font-size: 2.2rem; font-weight: 600; margin-bottom: 10px;}
.pro_area2 .box_wrap .box p{font-size: 1.8rem; color: #505050; line-height: 150%;}
.pro_area2 .box_wrap .box span{display: block; text-align: right; margin-top: -15px;}

.pro_wrap3{padding-bottom: 0px;}
.pro_wrap3 h2{font-size: 2.8rem; font-weight: 600; margin-bottom: 35px; }
.pro_wrap3 h2 span{font-size: 1.8rem; color: var(--color);}
.pro_wrap3 .pro_top{display: flex; align-items: flex-start; gap: 25px 4%; margin-bottom: 100px;}
.pro_wrap3 .pro_top .proSwiper{width: 48%;}
.pro_wrap3 .pro_top .proSwiper .swiper-slide img{width: 100%;}
.pro_wrap3 .pro_top .proSwiper .pro-prev{position: absolute; right: 40px; bottom: 0; z-index: 9;  font-family: 'SUIT-Regular'; width: 40px; height: 40px; background: #f7f7f7; display: flex; align-items: center; justify-content: center; cursor: pointer}
.pro_wrap3 .pro_top .proSwiper .pro-next{position: absolute; right: 0px; bottom: 0; z-index: 9;  font-family: 'SUIT-Regular'; width: 40px; height: 40px; background: #f9f9f9; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.pro_wrap3 .pro_top .pro_info{width: 48%; display: flex; flex-direction: column; gap: 15px 0;}
.pro_wrap3 .pro_top .pro_info dt{font-size: 1.8rem; padding-bottom: 6px; border-bottom: 1px solid #E5E5EC; font-weight: 600; margin-bottom: 6px;}
.pro_wrap3 .pro_top .pro_info dd p{font-size: 1.6rem; color: #505050; padding-top: 4px; line-height: 145%;}

.pro_area4{background: #F7F7F7;}
.pro_area4 h2{font-size: 2.8rem; font-weight: 600; padding-bottom: 12px; border-bottom: 1px solid #E5E5EC; margin-bottom: 22px;}
.pro_area4 .box_wrap{display: flex; gap: 25px 2%; flex-wrap: wrap;}
.pro_area4 .box_wrap .box{width: 32%; background: #fff; border: 1px solid #E5E5EC;}
.pro_area4 .box_wrap .box h3{font-size: 2.2rem; font-weight: 600; padding: 15px; text-align: center;}
.pro_area4 .box_wrap .box span{display: block; }
.pro_area4 .box_wrap .box span img{width: 100%;}

#bo_gall .stitle{margin-bottom: 90px;}
#bo_list .stitle{margin-bottom: 90px;}

.bo_nav{display: flex; gap: 0px 1.5%; justify-content: center; margin-bottom: 30px;}
.bo_nav li a{font-size: 2.0rem; border: 1px solid #E5E5EC; ; border-radius: 30px; padding: 7px 20px; color: #888;}
.bo_nav li a.on{border: 1px solid #222; color: #222;}

#bo_cate a{display: block;}
@media all and (max-width: 1400px){}
@media all and (max-width: 1200px){
    .theme_visual .swiper-slide .point img{width: 400px;}
    .Hfull{height: 800px;}
    .theme_visual .swiper_btn_wrap{bottom: 250px;}
    .main4 .title h2{margin-bottom: 10px;}
    .main4 .info_wrap{width: 45%;}

    .about5 .his_wrap .year h2{font-size: 4.2rem; margin-bottom: 12px;}
    .about5 .his_wrap .year h3{font-size: 2.0rem;}

    .ness4-3 .service_box .service_title{padding: 10px 0 0 0;}
    .ness4-3 .service_box .service_title h2{padding-bottom: 10px;}
}
@media all and (max-width: 1024px){
    .Hfull{height: 700px;}
    .main_text h2{font-size: 6.0rem;}
    .theme_visual .swiper-slide .point img{width: 280px;}
    .main_text p{font-size: 1.6rem;}
    .main1 .text h3{font-size: 2.0rem;}
    .main1 .text h2{font-size: 4.0rem; margin-bottom: 30px;}
    .main3 .width .top .title h2{font-size: 4.0rem;}
    .main1 .text p{font-size: 1.6rem;}
    .main1 .text p br{display: none;}

    .more{width: 170px; height: 48px; line-height: 48px;}
    .more span{width: 22px;}

    .title h3{font-size: 2.0rem;}
    .title h2{font-size: 4.0rem;}
    .title p{font-size: 1.6rem;}

    .main2 .box .text img{width: 70px;}

    .main3 .width2 .top .title h2{font-size: 3.2rem;}
    .main4 .title h2{font-size: 4.0rem;}
    .main4 .width{flex-direction: column; gap: 50px 0px; margin-bottom: -50px;}
    .main4 .title .mbtn{margin-top: 15px;}
    .main4 .info_wrap{width: 100%;}

    .sub_top{padding-top: 20px;}

    .sub_top h3{font-size: 2.0rem; margin-bottom: 10px;}
    .sub_top h2{font-size: 3.6rem;}
    .sub_top .sub_nav{margin-top: 45px;}

    .stitle h3{font-size: 2.0rem;}
    .stitle h2{font-size: 3.4rem;}
    .stitle p{font-size: 1.6rem;}

    .about2 .top_img{height: 300px;}
    .about2 .width h2{font-size: 3.0rem;}
    .about2 .stitle{margin-bottom: 50px;}
    .about2 .stitle h4{padding-left: 2%; font-size: 2.4rem;}
    .about2 .box_wrap .color h2{font-size: 2.2rem;}
    .about2 .box_wrap .color h3{font-size: 1.6rem;}
    .about2 .box_wrap .color span img{width: 100px;}

    .about3 .stitle h2{margin-bottom: 40px;}
    .about3 .a1 h2{font-size: 3.6rem; margin-bottom: 10px;}
    .about3 .a1 p{font-size: 1.6rem;}
    .about3 .stitle h4{padding-left: 0px; font-size: 2.2rem;}
    .about3 .box_wrap .color span img{width: 100px;}

    .about5 .his_wrap .text dl dt{min-width: 100px;}

    .ness2 .con2 .item{width: 49%;}

    .sub_top .sub_nav ul li a{padding: 0 4px 4px 4px; font-size: 1.6rem;}
    .ness4-3 .service_box{width: 49%;}
}
@media all and (max-width: 950px){
    .main2 .box_wrap{flex-wrap: wrap; gap: 20px 2%;}
    .main2 .box{width: 40%;}
    .main2 .box_wrap span{display: none;}
    .about1 .width{flex-direction: column}
    .about1 .text{padding-top: 0px; margin-top: 0px;}
    .about1 .img{width: 60%;}
    .about1 .text{width: 100%; background: none;}
    .about1 .text:after{display: none;}
    .about1 .text .stitle h2{font-size: 3.0rem;}
    .about2 .ab2_wrap{flex-direction: column;}
    .about2 .width h2{width: 100%;}
    .about2 .width .text{width: 100%;}
    .about3 .box_wrap{flex-direction: column;}
    .about3 .box_wrap .color h2{font-size: 2.2rem;}
    .about3 .box_wrap .img{width: 100%;}
    .about3 .box_wrap .box{width: 100%;}
    .about3 .box_wrap .color h3{font-size: 1.6rem;}
    .content .left h2{font-size: 2.4rem;}
    .content .left h2 img{width: 21px;}

    .pro_wrap1 .pro_top{flex-direction: column;}
    .pro_wrap1 .pro_top .proSwiper{width: 100%;}
    .pro_wrap1 .pro_top .pro_info{width: 100%;}
    .pro_area2 .box_wrap .box h3{font-size: 2.0rem;}
    .pro_area2 .box_wrap .box p{font-size: 1.6rem;}
    .pro_area2 .box_wrap .box span{margin-top: 10px;}

    .pro_wrap3 .pro_top{flex-direction: column;}
    .pro_wrap3 .pro_top .proSwiper{width: 100%;}
    .pro_wrap3 .pro_top .pro_info{width: 100%;}
}
@media all and (max-width: 900px){
    .ness3_2 .wrap .item h5{font-size: 2.4rem;}
    .ness5 .c2_content3 .icon_wrap{padding: 25px;}
    .ness5 .c2_content3 .icon h3{min-width: 160px;}

    .pro_wrap3 h2{display: flex; flex-direction: column; align-items: flex-start; gap: 4px 0;}
}
@media all and (max-width: 850px){
    .about2 .box_wrap{flex-direction: column;}
    .about2 .box_wrap .img{width: 100%; margin-bottom: 20px;}
    .about2 .box_wrap .box{width: 100%;}
    .about2 .down a{width: 50%; height: 60px; line-height: 60px;}
    .about2 .down a p{font-size: 1.5rem;}

    .about3 .a1{margin-bottom: 120px;}
    .about3 .a2 .stitle{margin-bottom: 50px;}
    .about3 .his_wrap .left{font-size: 6.0rem; width: 100%; margin-bottom: 30px;}
    .about3 .his_wrap{flex-wrap: wrap; gap: 20px 5%;}
    .about3 .his_wrap .right{width: 80%;}
    .about3 .his_wrap .right .box{gap: 10px 0; flex-direction: column;}
    .about3 .his_wrap .right .box h2{font-size: 3.0rem;}
    .about3 .his_wrap .right .box ul li{font-size: 1.6rem;}
    .about3 .his_wrap .right .box ul{margin-top: 5px;}

    .about4 .a2 .stitle{margin-bottom: 60px;}
    .about4 .his_wrap{flex-wrap: wrap;}
    .about4 .his_wrap .line{display: none;}

    .about5 .a_txt h2{font-size: 2.8rem;}
    .about5 .his_wrap{flex-direction: column;}
    .about5 .his_wrap .year{width: 100%; padding-top: 15px; margin-bottom: 20px;}
    .about5 .his_wrap .text{width: 100%;}
    .about5 .his_wrap .text dl dt{min-width: 70px;}

    .ness2 .con2 .item p{font-size: 1.7rem;}
    .ness2 .con2 .item .img{padding: 20px 25px;}

    .ness2 .con3 .item{width: 49%;}
    .ness2 .con3 .item p{font-size: 1.8rem;}

    .content{flex-direction: column;}
    .content .left{width: 100%;}
    .content .right{width: 100%;}

    #bo_gall .stitle{margin-bottom: 50px;}
    #bo_list .stitle{margin-bottom: 50px;}
    .bo_nav li a{font-size: 1.5rem; display: block; padding: 7px 12px;}
    .bo_nav{flex-wrap: wrap; gap: 10px 1.5%;}
    #bo_cate ul{flex-wrap: wrap; gap: 10px 1.5%;}
    #bo_cate a{font-size: 14px;}

    .tbl_head01 thead th{font-size: 16px;}
    .tbl_head01 thead th a{font-size: 16px;}
    .tbl_head01 thead td{font-size: 16px;}
    .tbl_head01 thead td a{font-size: 16px;}

    .ness1 .ness1-2 .box_wrap{flex-wrap: wrap;}
    .ness1 .ness1-2 .box_wrap .box{width: 49%;}

    .ness3_1 h2{font-size: 2.8rem;}
    .ness3_1 h3{font-size: 1.8rem;}
    .ness3_1 h3 br{display: none}

    .ness3_1 .wrap{flex-direction: column;}
    .ness3_1 .wrap .item{width: 100%;}

    .ness3_2 .wrap .item{height: 250px;}
    .ness3_3 .item .content{align-items: flex-start;}
    .ness3_3 h2{font-size: 3.2rem;}
    .ness3_3 p{font-size: 1.8rem;}
    .ness3_3 .item .num_title h3{font-size: 2.2rem;}

    .ness4-2 .box_wrap .box{width: 49%; padding: 20px 0;}
    .ness4-1 h3{font-size: 1.8rem;}
    .ness4-1 p{font-size: 1.6rem;}
    .ness4-1 p br{display: none;}
    .ness4-2 .box_wrap .box p{font-size: 1.5rem;}

    .ness5 .c2_content3 .icon_wrap{flex-direction: column; align-items: flex-start; gap: 10px 0;}
    .ness5 .c2_content3 .icon h3{min-width: initial; width: 100%; font-size: 2.0rem;}
    .ness5 .c2_content3 .icon_wrap .text p{font-size: 1.6rem;}

    .ness5 .c2_content dl dd{font-size: 1.8rem;}
    .ness5 .c2_content .box_wrap ul li{font-size: 1.6rem; width: 49%;}
    .ness5 .c2_content4 .icon_wrap2 .ibox h4{font-size: 1.7rem;}
    .ness5 .c2_content4 .icon_wrap2{flex-wrap: wrap}
    .ness5 .c2_content4 .icon_wrap2 .ibox{width: 49%;}
    .ness5 .c2_content4 .icon_wrap2 .ibox h3{font-size: 1.4rem;}
    .ness5 .c2_content .box_wrap{padding: 20px;}

    .pro_area2 .box_wrap .box{width: 49%;}
    .pro_area4 .box_wrap .box{width: 49%;}
    .pro_area4 .box_wrap .box h3{font-size: 1.7rem;}
}
@media all and (max-width: 768px){
    .title h3{font-size: 1.8rem;}
    .title h2{font-size: 3.6rem;}

    .Hfull{height: 600px;}
    .main_text h2{font-size: 4.5rem;}
    .main_text p br{display: none;}
    .theme_visual .swiper-slide .point img{width: 240px}
    .theme_visual .swiper_btn_wrap{bottom: 200px;}
    .main1 .width{flex-direction: column; gap: 25px 0;}
    .main1 .img{width: 100%;}
    .main1 .text{width: 100%;}
    .main1 .text h2{font-size: 3.2rem;}
    .main2 .box{width: 49%;}
    .main2 .box h3{font-size: 1.1rem; letter-spacing: -0.06em;}

    .main3 .width .top .title h2{font-size: 2.8rem;}
    .main3 .width .top{flex-direction: column; align-items: flex-start; gap: 20px 0;}

    .main4 .title p{font-size: 1.7rem;}
    .main4 .info_wrap .info h2{font-size: 2.4rem;}
    .main4 .info_wrap .info{padding: 20px 5px;}
    .main4 .info_wrap .info p{font-size: 1.4rem; letter-spacing: -0.04em;}
    .main4 .info_wrap{padding: 10px;}

    #ft .footer .foot_info{flex-direction: column; align-items: flex-start;}
    #ft .footer .foot_info span{display: none;}
    .sub_top{padding-bottom: 30px;}
    .sub_top h2{font-size: 2.8rem;}
    .event_wrap .event_img{height: 260px;}
    .stitle h3{font-size: 1.8rem;}
    .stitle h2{font-size: 2.8rem;}

    .about1 .img{width: 100%;}

    .about2 .stitle h4{font-size: 1.8rem; letter-spacing: -0.06em; padding-left: 0px;}

    .about3 .stitle{margin-bottom: 60px;}
    .about3 .stitle h4{font-size: 1.9rem;}
    .about3 .a1 h2{font-size: 3.0rem;}
    .about3 .a1 p br{display: none;}
    .about3 .a1 span{margin-top: 30px;}

    .about4 .his_wrap .left{font-size: 6.0rem;}

    .about5 .a_txt h2{font-size: 2.4rem;}
    .about6 .info_wrap{flex-wrap: wrap}
    .about6 .info_wrap .info{width: 49%;}

    .ness1 .ness1-3{flex-direction: column;}
    .ness1 .ness1-3 .box{width: 100%;}

    .ness2 .con3 .item p{font-size: 1.6rem;}
    .ness2 .con2 .item{width: 100%;}

    .ness3_2 .wrap{flex-direction: column;}
    .ness3_2 .wrap .item{width: 100%;}
    .ness3_2 .wrap .item h6{font-size: 1.6rem;}

    .main4 .title h2{font-size: 3.8rem;}

    .pro_area2 .box_wrap .box p br{display: none;}

}
@media all and (max-width: 650px){
    .main4 .title .mbtn a{width: 50%;}
    .about2 .down{flex-direction: column; gap: 10px 0px;}
    .about2 .down a{width: 100%;}

    .about3 .down a img{width: 15px;}
    .about3 .down a p{font-size: 1.4rem;}
    .about3 .down a{width: 50%; padding: 0px 15px;}

    .about4 .a2 .box{width: 100%; }

    .ness2 .con3 .item{width: 100%;}

    .ness4-3 .service_box{width: 100%;}
}
