@charset "utf-8";

br.mo{display: none;}
#mVisual {position:relative;overflow:hidden;  }
#mVisual .mvWrap  {width:100%; height:100vh; }
#mVisual section { padding-top: 0; }

.mv_slider.slick-slide,
.mvWrap .slick-track,
.mvWrap .slick-list{ position:relative; height:100%; outline:none; }

#mVisual .mv_slider { background-repeat: no-repeat; background-size: cover; }

.mv_slider.mv1 { background-image:url('/images/main/mv1_250801.png'); background-position: center center;}
.mv_slider.mv2 { background-image:url('/images/main/mv2_250725.png'); background-position: 80% center; }
.mv_slider.mv3 { background-image:url('/images/main/mv3.png'); background-position: center center; }

#mVisual .mv_slider .mv-txt {display:flex; align-items: end; justify-content:space-between;  max-width:1600px; margin:0 auto; height:85%; width: 100%; }
#mVisual .mv_slider .mv-txt div {color:#fff;}
#mVisual .mv_slider .mv-txt div h3{font-size: 6rem; font-family: 'PTAnboR'; font-weight: normal;}
#mVisual .mv_slider .mv-txt div h3.stroke{color: transparent; -webkit-text-stroke: 0.5px white; text-stroke: 0.5 white; font-size: 5rem; margin-top: 10px;}
#mVisual .mv_slider .mv-txt div p{font-size: 2rem; margin-top: 50px;}
.mvDotsWrap {position: absolute;bottom: 15%; left: 50%; transform: translateX(-50%); width: 1600px;display: flex;justify-content: flex-end;}
.mvDotsWrap .slick-dots {display: flex;gap: 15px; bottom: 0; right: 0; transform: translateX(0); left: auto;}
.mvDotsWrap .slick-dots li {width: 6px;height: 6px;opacity: 1;position: relative;}
.mvDotsWrap .slick-dots li::after {content: '';position: absolute;top: 50%; left: 50%;transform: translate(-50%, -50%);width: 20px;height: 20px;border: 1px solid #fff;border-radius: 100px;display: none;}
.mvDotsWrap .slick-dots li.slick-active {background: #fff;}
.mvDotsWrap .slick-dots li.slick-active::after {display: block;}


.scroll-dw{position:absolute; bottom:4em; left:50%; transform:translate(-50%, 0); z-index:101; width:24px; height:37px; border:2px solid #FFF; border-radius:50px;}
.scroll-dw:before{content:'Scroll'; display:block; position:absolute; bottom:-26px; left:50%; transform:translatex(-50%);  font-family:'Montserrat'; font-size:1.2rem; color:#fff; font-weight:600; width: 45px; text-align: center;}
.scroll-dw .ball{width:4px; height:4px; border-radius:100%; background-color:#FFF; position:absolute; top:8px; left:8px; animation:aniMouse 1.5s ease-out infinite;}
@keyframes aniMouse {0%{top:8px;}50%{top:20px;}100%{top:8px;}}

@media all and (max-width:1620px) {
    #mVisual .mv_slider .mv-txt{width: 94%;}
    .mvDotsWrap {width: 94%;}
}
@media all and (max-width:1280px) {
    #mVisual .mv_slider .mv-txt div h3{font-size: 5rem;}
    #mVisual .mv_slider .mv-txt div h3.stroke{font-size: 4rem;}
    #mVisual .mv_slider .mv-txt div p{font-size: 1.8rem;}
}
@media all and (max-width:980px) {
    #mVisual .mv_slider .mv-txt {height:90%; }
    #mVisual .mv_slider .mv-txt div h3{font-size: 4rem;}
    #mVisual .mv_slider .mv-txt div h3.stroke{font-size: 3rem;}
    .mvDotsWrap {bottom: 5%;}
}
@media all and (max-width:768px) {
    br.mo{display: block !important;}
    #mVisual .mv_slider .mv-txt div h3.stroke{line-height: 4.5rem;}
    #mVisual .mv_slider .mv-txt div p{font-size: 1.6rem; line-height: 2.6rem; margin-top: 30px;}

    .scroll-dw{ width:21px; height:32px;}
	.scroll-dw:before{ bottom:-20px; }
	.scroll-dw .ball{top:6px; left:6px; }
}
@media all and (max-width:480px) {
    #mVisual .mv_slider .mv-txt div h3{font-size: 3.5rem;}
    #mVisual .mv_slider .mv-txt div h3.stroke{font-size: 2.7rem; line-height: 3.7rem;}
}


.p-Part{padding: 140px 0 !important;}

@media all and (max-width:1280px) {
    .p-Part{padding: 120px 0 !important;}
}
@media all and (max-width:980px) {
    .p-Part{padding: 100px 0 !important;}
}
@media all and (max-width:780px) {
    .p-Part{padding: 80px 0 !important;}
}
@media all and (max-width:480px) {
    .p-Part{padding: 60px 0 !important;}
}


#m_busi{ position: relative;}
#m_busi .box{height: 100vh; position: sticky; top: 0; background: linear-gradient(to right, #184ea2, #00c0fa); padding: 70px;}
#m_busi .f-inner{height: 100%;}
#m_busi .f-inner .visual{height: 100%; border-radius: 20px; overflow: hidden;}
#m_busi .f-inner .visual .sv{display: none; background-repeat: no-repeat; background-position: center center; background-size: cover; height: 100%; position: relative;}
#m_busi .f-inner .visual .sv.on{}
#m_busi .f-inner .visual .inner{height: 100%; position: absolute; z-index: 2; top: 0; left: 50%; transform: translateX(-50%);}
#m_busi .f-inner .visual .img{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
#m_busi .f-inner .visual .img img{width: 100%; height: 100%; object-fit: cover; object-position: center;}
#m_busi .f-inner .visual .inner .txt{padding-top: 90px;}
#m_busi .f-inner .visual .inner .txt h3{font-family: 'PTAnboR'; color: #fff; font-weight: normal; font-size: 6rem;}
#m_busi .f-inner .visual .inner .txt .stroke{color: transparent; -webkit-text-stroke: 0.5px white; text-stroke: 0.5 white;}
#m_busi .f-inner .visual .inner .txt h4{font-size: 2.7rem; margin: 30px 0 20px; color: #fff;}
#m_busi .f-inner .visual .inner .txt p{font-size: 1.8rem; color: #fff; line-height: 2.8rem;}
#m_busi .f-inner .visual .inner .btn_box{margin-top: 50px;}
#m_busi .f-inner .tabs{max-width: 1600px; position: absolute; bottom: 160px; left: 50%; transform: translateX(-50%); display: flex; justify-content: space-between; gap:20px; width: 100%; z-index: 3;}
#m_busi .f-inner .tabs li{width: 100%; opacity: 0.6; cursor: pointer;}
#m_busi .f-inner .tabs li.on{opacity: 1;}
#m_busi .f-inner .tabs li p{font-size: 1.8rem; color: #fff; font-weight: bold;}
#m_busi .f-inner .tabs li .bar{height: 3px; width: 100%; background-color: rgba(255,255,255,0.4); position: relative; margin-top: 20px;}
#m_busi .f-inner .tabs li .bar .gage{position: absolute; height: 3px; width: 0%; background-color: #fff;}

.btn_box{width: 180px; height: 50px; border: 1px solid #fff;}
.btn_box.bl{border: 1px solid #222;}
.btn_box a{display: flex; width: 100%; height: 100%; text-align: center;  color: #fff;font-size: 1.6rem;justify-content: center; align-items: center;}
.btn_box.bl a{color: #222;}
.btn_box a span{display: inline-block;margin-left: 50px;}
.btn_box a:hover{background: #fff; color: #222;}
.btn_box.bl:hover{border: 1px solid #184ea2;}
.btn_box.bl a:hover{background: #184ea2; color: #fff;}

@media all and (max-width:1780px){
    #m_busi .box{padding: 70px 2%;}
    #m_busi .f-inner .visual .inner .txt{padding: 90px 50px 0;}
    #m_busi .f-inner .tabs{padding: 0 50px;}
}
@media all and (max-width:1920px){
    #m_busi .box{padding: 70px 2%;}
    #m_busi .f-inner .visual .inner .txt{padding: 90px 0 0;}
    #m_busi .f-inner .tabs{padding: 0;width: 90%;}
}
@media all and (max-width:1280px){
    #m_busi .f-inner{min-height: 600px;}
	#m_busi .f-inner .visual .inner .txt{padding-top: 70px;}
    #m_busi .f-inner .visual .inner .txt h3{font-size: 5rem;}
    #m_busi .f-inner .visual .inner .txt h4{font-size: 2.3rem; margin: 20px 0 15px;}
    #m_busi .f-inner .visual .inner .txt p{font-size: 1.6rem; line-height: 2.6rem;}
	#m_busi .f-inner .tabs li .bar{margin-top: 15px;}
	.btn_box{margin-top: 40px;}
}
@media all and (max-width:1024px){
    #m_busi .f-inner{min-height: 540px;}
	#m_busi .f-inner .visual .inner .txt{padding-top: 50px;}
    #m_busi .f-inner .visual .inner .txt h3{font-size: 4.5rem;}
	#m_busi .f-inner .tabs li .bar{margin-top: 15px;}
	.btn_box{margin-top: 35px;}
}
@media all and (max-width:768px){
    #m_busi .f-inner .visual .inner .txt h3{font-size: 4rem;}
    #m_busi .f-inner .visual .inner .txt h4{font-size: 2rem;}
    .btn_box{width: 160px; height: 40px;}
    .btn_box a span{margin-left: 30px;}
    
}
@media all and (max-width:500px){
    #m_busi .box{padding: 0; height: 700px;}
    #m_busi .f-inner .visual{border-radius: 0px;}
	#m_busi .f-inner .visual .img{border-radius:0px; overflow: hidden;}
	#m_busi .f-inner .visual .inner .txt{padding-top: 70px;}
    #m_busi .f-inner .visual .inner .txt h3{font-size: 3.5rem;}
	#m_busi .f-inner .visual .inner .btn_box{margin-top: 25px;}
    #m_busi .f-inner .tabs{bottom: 70px;}
}


#m_pro .m-inner{display: flex; color: #222;justify-content: space-between;}
#m_pro .lt .txt h3{font-family: 'PTAnboR'; color: #222; font-weight: normal; font-size: 6rem;}
#m_pro .lt .txt .stroke{color: transparent; -webkit-text-stroke: 1px #222; text-stroke: 1 #222;}
#m_pro .lt .txt p{font-size: 1.8rem; line-height: 2.8rem; margin-top: 60px;}
#m_pro .lt .pro_list{display: flex; flex-wrap: wrap; flex-direction: column;gap: 10px;margin: 50px 0 60px; font-family: 'poppins'; font-size: 2rem; font-weight: bold;}
#m_pro .lt .pro_list li{position: relative;padding-left: 30px; color: #bbb; cursor: pointer;}
#m_pro .lt .pro_list li:after{position: absolute;content: ''; width: 10px; height: 10px; border-radius: 100px; background: #bbb; left: 0;top: 50%; transform: translateY(-50%);}
#m_pro .lt .pro_list li.on{color: #222;}
#m_pro .lt .pro_list li.on:after{background: #184ea2;}
#m_pro .rt{width: 948px;}
#m_pro .rt img{width: 100%;}
#m_pro .rt ul{position: relative;margin-top: 70px;}
#m_pro .rt ul:after{position: absolute; content: '';width: 600px; height: 600px; right: -90px; top: -70px; border-radius: 1000px; background: #184ea2; opacity: 0.05;z-index: -1;}

@media all and (max-width:1800px){
    #m_pro .rt ul:after{right: -20px;}
}
@media all and (max-width:1480px){
    #m_pro .rt{width: 800px;}
}
@media all and (max-width:1280px){
    #m_pro .lt .txt h3{font-size: 5rem;}
    #m_pro .lt .txt p{font-size: 1.6rem; line-height: 2.6rem; margin-top: 40px;}
    #m_pro .lt .pro_list{margin: 30px 0 40px; font-size: 1.8rem;gap: 5px;}
    #m_pro .lt .pro_list li{padding-left: 20px;}
    #m_pro .rt{width: 650px;}
    #m_pro .rt ul:after{width: 400px; height: 400px;}
}
@media all and (max-width:1024px){
    #m_pro .lt .txt h3{font-size: 4.5rem;}
    #m_pro .rt{width: 60%;}
}
@media all and (max-width:768px){
    #m_pro .inner{flex-wrap: wrap;}
    #m_pro .lt{width: 100%;}
    #m_pro .lt .txt p{margin-top: 30px;}
    #m_pro .rt{width: 100%;}
    #m_pro .lt .txt h3{font-size: 4rem;}
    #m_pro .rt ul:after{width: 60vw; height: 60vw; right: 0;}
    
}
@media all and (max-width:500px){
    #m_pro .lt .txt h3{font-size: 3.5rem;}
    #m_pro .lt .txt p{margin-top: 20px;}
    #m_pro .lt .pro_list{margin: 20px 0 30px;}
}


.flow-text-wrap {overflow: hidden;width: 100%; color: #ddd;}
.flow-text-track {display: flex;width: max-content;animation: flow-text 35s linear infinite; gap: 70px;}
.flow-text {white-space: nowrap; font-size: 13rem;font-family: 'poppins'; font-weight: bold; font-style: italic;}
.flow-text span{font-size: 10rem;color: transparent; -webkit-text-stroke: 0.5px #ddd; text-stroke: 0.5px #ddd;}

@keyframes flow-text {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
}

@media all and (max-width:1280px){
    .flow-text {font-size: 10rem;}
    .flow-text span{font-size: 7rem;}
}
@media all and (max-width:780px){
    .flow-text-track {gap: 50px;}
    .flow-text {font-size: 7rem;}
    .flow-text span{font-size: 5rem;}
}
@media all and (max-width:580px){
    .flow-text-track {gap: 30px;}
    .flow-text {font-size: 5rem;}
    .flow-text span{font-size: 3rem;}
}


#m_notice{background: url('/images/main/m_notice_bg.png') 50% -150% / cover no-repeat;}
#m_notice .top{display: flex; justify-content: space-between; align-items: center; padding-bottom: 25px; border-bottom: 1px solid #222;}
#m_notice .top h3{font-family: 'PTAnboR'; color: #222; font-size: 6rem; font-weight: normal;}
#m_notice .top a{display: inline-block; background: #184ea2; width: 50px; height: 50px; border-radius: 100px; color: #fff; font-size: 3rem; text-align: center;line-height: 50px; transition: 0.3s;}
#m_notice .top a:hover{transform: rotate(-45deg); transition: 0.3s;}
#m_notice ul{display: flex; flex-wrap: wrap;}
#m_notice ul li{width: 100%;border-bottom: 1px solid #aaa;}
#m_notice ul li a{padding: 50px; width: 100%; height: 100%;display: flex; align-items: center;gap: 80px; justify-content: space-between;}
#m_notice ul li a:hover{background: #184da211;}
#m_notice ul li a h4{width: 80px; font-size: 2rem; color: #184ea2; font-family: 'PTAnboR'; font-weight: normal;}
#m_notice ul li a p{font-size: 2.5rem; color: #222;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: calc(100% - 320px); font-weight: 500;}
#m_notice ul li a span{font-size: 1.5rem; font-weight: 500; color: #aaa; position: relative; padding-left: 20px; font-family: 'poppins';}
#m_notice ul li a span:after{content: '';position: absolute; background: url('/images/main/time.png') center center / cover no-repeat; width: 15px; height: 15px; left: 0;top: 50%; transform: translateY(-50%);}


@media all and (max-width:1280px){
    #m_notice .top h3{font-size: 5rem;}
    #m_notice ul li a{padding: 40px;gap: 50px;}
    #m_notice ul li a h4{font-size: 1.8rem;}
    #m_notice ul li a p{font-size: 2rem; width: calc(100% - 260px);}
    #m_notice ul li a span{font-size: 1.3rem;}
    #m_notice ul li a span:after{width: 13px; height: 13px;}
}
@media all and (max-width:1024px){
    #m_notice .top h3{font-size: 4.5rem;}
}
@media all and (max-width:768px){
    #m_notice .top h3{font-size: 4rem;}
    #m_notice ul li a h4{font-size: 1.6rem;width: 65px;}
    #m_notice ul li a{gap: 20px;}
    #m_notice ul li a p{width: calc(100% - 190px);}
    
}
@media all and (max-width:500px){
    #m_notice .top h3{font-size: 3.5rem;}
    #m_notice .top a{font-size: 2rem; width: 40px; height: 40px;line-height: 40px;}
    #m_notice ul li a{padding: 30px;}
    #m_notice ul li a h4{font-size: 1.4rem;width: 55px;}
    #m_notice ul li a p{width: calc(100% - 75px);font-size: 1.8rem;}
    #m_notice ul li a span{display: none;}
}


#m_contact{width: 100%; background: url('/images/main/m_contact_bg.png') center center / cover no-repeat; text-align: center; color: #fff;}
#m_contact h3{font-size: 4rem;}
#m_contact p{font-size: 2rem; margin: 20px 0 60px;}
#m_contact .btn_box{margin: 0 auto;}

@media all and (max-width:1024px){
    #m_contact h3{font-size: 3.5rem;}
    #m_contact p{font-size: 1.8rem; margin: 20px 0 40px;}
}
@media all and (max-width:680px){
    #m_contact h3{font-size: 3rem; line-height: 4rem;}
    #m_contact p{font-size: 1.6rem; line-height: 2.6rem;}
}



#m_dev{overflow: hidden;}
#m_dev .m-inner{}
#m_dev .m-inner .top{display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 70px;}
#m_dev .m-inner .top .l_cont{}
#m_dev .m-inner .top .l_cont .m_txt{}
#m_dev .m-inner .top .l_cont .m_txt.flex{display: flex; align-items: flex-end; gap:100px;}
#m_dev .m-inner .top .l_cont .m_txt.flex .l_box{}
#m_dev .m-inner .top .l_cont .m_txt.flex .r_box{}
#m_dev .m-inner .top .r_cont{}
#m_dev .m-inner .top .r_cont .arrow_box{display: flex; gap:5px;}
#m_dev .m-inner .top .r_cont .arrow_box .arrow{cursor: pointer;}
#m_dev .m-inner .top .r_cont .arrow_box .arrow.prev{}
#m_dev .m-inner .top .r_cont .arrow_box .arrow.next{}
#m_dev .m-inner .bot{width: 100%;}
#m_dev .m-inner .bot .list{}
#m_dev .m-inner .bot .list li{margin-right: 30px; border: 1px solid #e9e9e9; height: 340px; position: relative; overflow: hidden;}
#m_dev .m-inner .bot .list li .img{}
#m_dev .m-inner .bot .list li .img img{max-width: 100%; border-bottom: 1px solid #e9e9e9;}
#m_dev .m-inner .bot .list li .txt{text-align: center; transition: 0.625s; position: absolute; width: 100%; bottom: -49.5%; background: transparent;}
#m_dev .m-inner .bot .list li:hover .txt{background: linear-gradient(to bottom, transparent, #94abcf, #133f90);}
#m_dev .m-inner .bot .list li:hover .txt{position: absolute; bottom: 0;}
#m_dev .m-inner .bot .list li .txt .t_txt{padding-top: 70px;}
#m_dev .m-inner .bot .list li .txt .t_txt h3{font-size: 27px; font-weight: 800; margin-bottom: 7px; transition: .4s; color: #222;}
#m_dev .m-inner .bot .list li:hover .txt .t_txt h3{color: #fff; text-shadow: 1px 1px 5px #133f90;}
#m_dev .m-inner .bot .list li .txt .t_txt h4{font-family: 'PTAnboR', serif; font-size: 13px; opacity: 0.4; transition: .4s;color: #133f90; margin-top: 15px;}
#m_dev .m-inner .bot .list li:hover .txt .t_txt h4{ color: #fff;}
#m_dev .m-inner .bot .list li .txt .b_txt{font-size: 18px; font-weight: 500; line-height: 1.8em; color: #fff; opacity: 0; transition: .4s; padding-bottom: 40px;}
#m_dev .m-inner .bot .list li:hover .txt .b_txt{opacity: 1;}
#m_dev .m-inner .bot .list li .txt .b_txt::before{content: ''; display: block; width: 1px; height: 34px; margin-left: auto; margin-right: auto; background-color: #fff; margin-top: 22px; margin-bottom: 22px;}
#m_dev .m-inner .bot .list li .txt .b_txt p{font-size: 16px;}

@media all and (max-width:1400px){
    #m_dev .m-inner .bot .list li .img{height: 200px;}
    #m_dev .m-inner .bot .list li .img img{height: 100%;  object-fit: cover; width: 100%;}
}
@media all and (max-width:1280px){
    #m_dev .m-inner .top{margin-bottom: 60px;}
	#m_dev .m-inner .top .l_cont .m_txt.flex{gap:20px;}
	#m_dev .m-inner .top .r_cont .arrow_box .arrow img{max-width: 56px;}
	#m_dev .m-inner .bot .list li{margin-right: 25px; height: 370px;}
	#m_dev .m-inner .bot .list li .txt{bottom: -44.5%;}
	#m_dev .m-inner .bot .list li .txt .t_txt h3{font-size: 27px;}
	#m_dev .m-inner .bot .list li .txt .b_txt{font-size: 17px; line-height: 1.7em;}
	#m_dev .m-inner .bot .list li .txt .b_txt::before{height: 30px; margin-top: 18px; margin-bottom: 18px;}
    #m_dev .m-inner .bot .list li .img{height: 250px;}
}
@media all and (max-width:1024px){
	#m_dev .m-inner .top{margin-bottom: 55px;}
	#m_dev .m-inner .top .l_cont .m_txt.flex{flex-direction: column; align-items: flex-start; gap:0;}
	#m_dev .m-inner .bot .list li{margin-right: 22px;}
	#m_dev .m-inner .bot .list li .txt{bottom: -41.5%;}
	#m_dev .m-inner .bot .list li .txt .t_txt h3{font-size: 25px;}
	#m_dev .m-inner .bot .list li .txt .b_txt{padding-bottom: 40px;}
	#m_dev .m-inner .bot .list li .txt .b_txt::before{height: 28px; margin-top: 17px; margin-bottom: 17px;}
}
@media all and (max-width:768px){
    #m_dev .m-inner .top{margin-bottom: 50px; padding-left: 2%; padding-right: 2%;}
	#m_dev .m-inner .top .r_cont .arrow_box{display: none;}
	#m_dev .m-inner .bot{width: 100%;}
	#m_dev .m-inner .bot .list li{margin-right: 16px;}
    #m_dev .m-inner .bot .list li .txt{bottom: -36.5%;}
	#m_dev .m-inner .bot .list li .txt .t_txt h3{font-size: 23px;}
	#m_dev .m-inner .bot .list li .txt .b_txt{font-size: 15px; line-height: 1.6em;}
	#m_dev .m-inner .bot .list li .txt .b_txt::before{height: 25px; margin-top: 15px; margin-bottom: 15px;}
	#m_dev .m-inner .bot .list li.slick-current .txt{background: linear-gradient(to bottom, transparent, #94abcf, #133f90);}
	#m_dev .m-inner .bot .list li.slick-current .txt{position: absolute; bottom: 0;}
	#m_dev .m-inner .bot .list li.slick-current .txt .t_txt h3{color: #fff;text-shadow: 1px 1px 5px #133f90;}
	#m_dev .m-inner .bot .list li.slick-current .txt .t_txt h4{ color: #fff;}
    #m_dev .m-inner .bot .list li .txt .b_txt p {font-size: 1.5rem; padding: 0 15px; line-height: 2.5rem;}
    #m_dev .m-inner .bot .list li .txt .b_txt p br{}
	#m_dev .m-inner .bot .list li.slick-current .txt .b_txt{opacity: 1;}
}
@media all and (max-width:480px){
	#m_dev .m-inner .top{margin-bottom: 40px;}
	#m_dev .m-inner .top .m_txt p br{display: none;}
	#m_dev .m-inner .bot .list li{margin-right: 14px;}
	#m_dev .m-inner .bot .list li .txt .t_txt h3{font-size: 23px;}
	#m_dev .m-inner .bot .list li .txt .b_txt{font-size: 16px; line-height: 1.6em;}
	#m_dev .m-inner .bot .list li .txt .b_txt::before{height: 25px; margin-top: 15px; margin-bottom: 15px;}
}

/* #m_dev{overflow: hidden;}
#m_dev .m-inner{}
#m_dev .m-inner .top{display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 70px;}
#m_dev .m-inner .top .l_cont{}
#m_dev .m-inner .top .l_cont .m_txt{}
#m_dev .m-inner .top .l_cont .m_txt.flex{display: flex; align-items: flex-end; gap:100px;}
#m_dev .m-inner .top .l_cont .m_txt.flex .l_box{}
#m_dev .m-inner .top .l_cont .m_txt.flex .r_box{}
#m_dev .m-inner .top .r_cont{}
#m_dev .m-inner .top .r_cont .arrow_box{display: flex; gap:5px;}
#m_dev .m-inner .top .r_cont .arrow_box .arrow{cursor: pointer;}
#m_dev .m-inner .top .r_cont .arrow_box .arrow.prev{}
#m_dev .m-inner .top .r_cont .arrow_box .arrow.next{}
#m_dev .m-inner .bot{width: 120%;}
#m_dev .m-inner .bot .list{}
#m_dev .m-inner .bot .list li{margin-right: 30px; border: 1px solid #e9e9e9; height: 420px; position: relative;}
#m_dev .m-inner .bot .list li .img{}
#m_dev .m-inner .bot .list li .img img{max-width: 100%; border-bottom: 1px solid #e9e9e9;}
#m_dev .m-inner .bot .list li .txt{text-align: center; transition: 0.625s; position: absolute; width: 100%; bottom: -46.5%; background: transparent;}
#m_dev .m-inner .bot .list li:hover .txt{background: linear-gradient(to bottom, transparent, #94abcf, #133f90);}
#m_dev .m-inner .bot .list li:hover .txt{position: absolute; bottom: 0;}
#m_dev .m-inner .bot .list li .txt .t_txt{padding-top: 70px;}
#m_dev .m-inner .bot .list li .txt .t_txt h3{font-size: 27px; font-weight: 800; margin-bottom: 7px; transition: .4s; color: #222;}
#m_dev .m-inner .bot .list li:hover .txt .t_txt h3{color: #fff; text-shadow: 1px 1px 5px #133f90;}
#m_dev .m-inner .bot .list li .txt .t_txt h4{font-family: 'PTAnboR', serif; font-size: 13px; opacity: 0.4; transition: .4s;color: #133f90; margin-top: 15px;}
#m_dev .m-inner .bot .list li:hover .txt .t_txt h4{ color: #fff;}
#m_dev .m-inner .bot .list li .txt .b_txt{font-size: 18px; font-weight: 500; line-height: 1.8em; color: #fff; opacity: 0; transition: .4s; padding-bottom: 70px;}
#m_dev .m-inner .bot .list li:hover .txt .b_txt{opacity: 1;}
#m_dev .m-inner .bot .list li .txt .b_txt::before{content: ''; display: block; width: 1px; height: 34px; margin-left: auto; margin-right: auto; background-color: #fff; margin-top: 22px; margin-bottom: 22px;}
#m_dev .m-inner .bot .list li .txt .b_txt p{}

@media all and (max-width:1280px){
	#m_dev .m-inner .top{margin-bottom: 60px;}
	#m_dev .m-inner .top .l_cont .m_txt.flex{gap:20px;}
	#m_dev .m-inner .top .r_cont .arrow_box .arrow img{max-width: 56px;}
	#m_dev .m-inner .bot .list li{margin-right: 25px; height: 400px;}
	#m_dev .m-inner .bot .list li .img img{max-width: 440px;}
	#m_dev .m-inner .bot .list li .txt{bottom: -44.5%;}
	#m_dev .m-inner .bot .list li .txt .t_txt h3{font-size: 27px;}
	#m_dev .m-inner .bot .list li .txt .b_txt{font-size: 17px; line-height: 1.7em;}
	#m_dev .m-inner .bot .list li .txt .b_txt::before{height: 30px; margin-top: 18px; margin-bottom: 18px;}
}
@media all and (max-width:1024px){
	#m_dev .m-inner .top{margin-bottom: 55px;}
	#m_dev .m-inner .top .l_cont .m_txt.flex{flex-direction: column; align-items: flex-start; gap:0;}
	#m_dev .m-inner .bot .list li{margin-right: 22px; height: 350px;}
	#m_dev .m-inner .bot .list li .img img{max-width: 400px;}
	#m_dev .m-inner .bot .list li .txt{bottom: -44.5%;}
	#m_dev .m-inner .bot .list li .txt .t_txt h3{font-size: 25px;}
	#m_dev .m-inner .bot .list li .txt .b_txt{padding-bottom: 40px;}
	#m_dev .m-inner .bot .list li .txt .b_txt::before{height: 28px; margin-top: 17px; margin-bottom: 17px;}
}
@media all and (max-width:768px){
	#m_dev .m-inner{width: 100%;}
	#m_dev .m-inner .top{margin-bottom: 50px; padding-left: 2%; padding-right: 2%;}
	#m_dev .m-inner .top .r_cont .arrow_box{display: none;}
	#m_dev .m-inner .bot{width: 100%;}
	#m_dev .m-inner .bot .list li{margin-right: 16px; height: 320px;}
	#m_dev .m-inner .bot .list li .img img{max-width: 360px;}
	#m_dev .m-inner .bot .list li .txt{bottom: -44.5%;}
	#m_dev .m-inner .bot .list li .txt .t_txt h3{font-size: 23px;}
	#m_dev .m-inner .bot .list li .txt .b_txt{font-size: 16px; line-height: 1.6em;}
	#m_dev .m-inner .bot .list li .txt .b_txt::before{height: 25px; margin-top: 15px; margin-bottom: 15px;}
	#m_dev .m-inner .bot .list li.slick-current .txt{background: linear-gradient(to bottom, transparent, #94abcf, #133f90);}
	#m_dev .m-inner .bot .list li.slick-current .txt{position: absolute; bottom: 0;}
	#m_dev .m-inner .bot .list li.slick-current .txt .t_txt h3{color: #fff;text-shadow: 1px 1px 5px #133f90;}
	#m_dev .m-inner .bot .list li.slick-current .txt .t_txt h4{ color: #fff;}
    #m_dev .m-inner .bot .list li .txt .b_txt p {font-size: 1.5rem; padding: 0 20px; line-height: 2.5rem;}
    #m_dev .m-inner .bot .list li .txt .b_txt p br{display: none;}
	#m_dev .m-inner .bot .list li.slick-current .txt .b_txt{opacity: 1;}
}
@media all and (max-width:480px){
	#m_dev .m-inner .top{margin-bottom: 40px;}
	#m_dev .m-inner .top .m_txt p br{display: none;}
	#m_dev .m-inner .bot .list li{margin-right: 14px; height: 300px;}
	#m_dev .m-inner .bot .list li .img img{max-width: 340px;}
	#m_dev .m-inner .bot .list li .txt{bottom: -42.5%;}
	#m_dev .m-inner .bot .list li .txt .t_txt h3{font-size: 23px;}
	#m_dev .m-inner .bot .list li .txt .b_txt{font-size: 16px; line-height: 1.6em;}
	#m_dev .m-inner .bot .list li .txt .b_txt::before{height: 25px; margin-top: 15px; margin-bottom: 15px;}
} */

.m_txt h4{font-family: 'poppins', serif; color: #222; opacity: 0.3; font-size: 17px; margin-bottom: 55px;}
.m_txt h3{font-size: 6rem; font-weight: 400; color: #133f90;font-family: 'PTAnboR'; letter-spacing: -0.06em;}
/* .m_txt .stroke{color: transparent; -webkit-text-stroke: 1px #133f90; text-stroke: 1 #133f90;} */
.m_txt p{font-size: 1.8rem; font-weight: 500; color: #777777; margin-top: 40px; line-height: 1.8em;}

@media all and (max-width:1280px){
	.m_txt h4{font-size: 16px; margin-bottom: 45px;}
	.m_txt h3{font-size: 42px;}
	.m_txt p{font-size: 16px; margin-top: 24px; line-height: 1.7em;}
}
@media all and (max-width:1024px){
	.m_txt h4{margin-bottom: 40px;}
	.m_txt h3{font-size: 38px;}
}
@media all and (max-width:768px){
	.m_txt h4{margin-bottom: 35px; font-size: 15px;}
	.m_txt h3{font-size: 34px;}
	.m_txt p{font-size: 15px;}
}
@media all and (max-width:500px){
	.m_txt h4{margin-bottom: 30px;}
	.m_txt h3{font-size: 28px;}
}



#m_tech{background: #f5f5f5 url('/images/main/m_tech_bg.png') center bottom / cover no-repeat;}
#m_tech ul{margin-top: 60px; display: flex; flex-wrap: wrap; gap: 40px;}
/* #m_tech ul li{width: calc(100%/3 - 80px/3); position: relative; } */
#m_tech ul li{width: calc(100%/4 - 120px/4); position: relative; }
#m_tech ul li a{display: flex; flex-wrap: wrap; justify-content: flex-end; margin-top: 0; transition: 0.3s;background: #fff; box-shadow: 1px 1px 10px 5px rgba(0,0,0,0.1);padding: 30px 20px;min-height: 220px;align-content: space-between;}
#m_tech ul li:last-child a{background: #444;}
#m_tech ul li a:hover{margin-top: -20px;transition: 0.3s; background: #144091;}
#m_tech ul li a:hover h3{color: #fff;}
#m_tech ul li a:hover p{color: #fff;}
#m_tech ul li a:hover img{filter: invert(1);}
#m_tech ul li a img{width: 60px;}
#m_tech ul li .txt{width: 100%;}
#m_tech ul li .txt h3{font-family: 'poppins';font-size: 2.3rem; color: #222;}
#m_tech ul li:last-child h3{color: #fff;}
#m_tech ul li .txt p{font-size: 1.7rem; color: #777; margin-top: 10px;}
#m_tech ul li:last-child p{color: #fff;}
#m_tech ul li:last-child img{filter: invert(1);}

@media all and (max-width:1480px){
    #m_tech ul li .txt h3{font-size: 2rem;}
    #m_tech ul li .txt p{font-size: 1.6rem;}
}
@media all and (max-width:1280px){
    #m_tech ul li{width: calc(100%/3 - 80px/3);}
}
@media all and (max-width:980px){
    #m_tech ul{gap: 20px; margin-top: 40px;}
    #m_tech ul li{width: calc(100%/2 - 40px/2);}
    #m_tech ul li a{min-height: 230px;}
    #m_tech ul li a:hover{margin-top: -10px;}
    #m_tech ul li img{width: 70px;}
}
@media all and (max-width:680px){
    #m_tech ul{margin-top: 30px;}
    #m_tech ul li{width: 100%;}
    #m_tech ul li a{min-height: 100%;padding: 20px;}
    #m_tech ul li img{width: 50px; margin-top: 10px;}
}



#m_info{background: #fff url('/images/main/m_info_bg.png') right bottom / contain no-repeat;}
#m_info ul { position: relative; overflow: hidden; z-index:10; margin-top: 100px;}
#m_info ul li { float: left; width: calc((100% - 60px) / 4); margin-left: 20px; }
#m_info ul li:first-child { margin-left:0; }
#m_info ul li a { display: block; }
#m_info ul li a:hover .more::after { background: #94abcf; }
#m_info ul li img { max-width: 100%; }
#m_info ul li a:hover img { opacity: 0.9; }
#m_info ul li a .txt { padding: 2em 0; }
#m_info ul li a .txt h4,
#m_info ul li a .txt .more { display: inline-block; vertical-align: middle; }
#m_info ul li a .txt h4 { font-size: 2.2rem; color:#212121; font-weight: 600;}
#m_info ul li a .txt .more { margin-top:0; margin-left: 1.5em;  }


@media all and (max-width:1280px) {
    #m_info ul {margin-top: 40px;}
    #m_info ul li a .txt h4 { display: block; }
    #m_info ul li a .txt .more { margin-left:0; margin-top: 1.5em; }
}

@media all and (max-width:976px) {
    #m_info ul {margin-top: 30px;}
    #m_info ul li { width: calc((100% - 15px) / 2); margin-left: 15px; margin-bottom: 15px; }
    #m_info ul li:nth-child(odd) { margin-left:0; }
    #m_info ul li a .txt { padding: 1.5em 0; }
}

.more { font-size: 1.3rem; position: relative; display: inline-block; color:#fff; padding-right: 20px; margin-top: 3em; }
.more::after { content:''; width: 40px; height: 40px; border-radius: 100%; background: rgba(255,255,255,0.2); position: absolute; right:0; top: 50%; transform: translateY(-50%); z-index:1; }
.more:hover::after { background: #133f90; }
.more p::after { content:''; display: inline-block; width: 30px; height: 10px; margin-left: 5px;  position: relative; background: url("/images/main/more.png") no-repeat right center; z-index:2; }

.more.black::after { background: #f4f4f4; }
.more.black p::after { background-image: url("/images/main/more2.png"); }
.more.black p { color:#212121; font-family: 'Montserrat';font-weight: bold;}
.more.black:hover::after { background: #133f90; }



@media all and (max-width:480px) {
  .more { padding-right: 10px; }
  .more::after { width: 30px; height: 30px; }
  .more p::after { width: 24px; }
}



#mcont_new{background: url('/images/main/mcont_new_bg.png') center center / cover no-repeat; padding-top: 30px;}
/* #mcont_new .s-inner > div { display: table-cell; vertical-align: bottom; width: 50%; } */
/* #mcont_new .contL { padding-right: 5%; }
#mcont_new .contR { padding-left: 5%; }
#mcont_new .contL .add { padding-top: 10%; }
#mcont_new .contL .add dl { display: table; table-layout: fixed; border: 1px solid rgba(255,255,255,0.2); width: 100%;  height: 90px;  }
#mcont_new .contL .add dl dt, #mcont_new .contL .add dl dd { display: table-cell; vertical-align: middle; }
#mcont_new .contL .add dl dt { font-size: 2rem; width: 22%; background: #fff; color:#1e2631; text-align: center; font-weight: 800;}
#mcont_new .contL .add dl dd { font-size: 1.8rem; padding: 0 3%;  }
#mcont_new .contL .add dl + dl { margin-top: 10px; } */


#mcont_new .root_daum_roughmap .wrap_map  { height: 480px !important; }
.wrap_controllers  { display: none; }
.map_border {  display: none; }



@media all and (max-width:1280px) {
    #mcont_new{padding-top: auto;}
  /* #mcont_new .contL { padding-right: 3%; }
  #mcont_new .contR { padding-left: 3%; } */
  /* #mcont_new .root_daum_roughmap .wrap_map  { height: 35vw !important; } */
}

/* @media all and (max-width:1080px) {
  #mcont_new .contL { padding-right: 0; }
  #mcont_new .contL .mtit .em { font-size: 2rem; }
} */

@media all and (max-width:976px) {
  /* #mcont_new .s-inner { padding: 5% 0; }
  #mcont_new .s-inner > div { display: block; width: 100%; }
  #mcont_new .contR { padding-left: 0; padding-top: 3%;  }
  #mcont_new .contL .add { padding-top: 3%; }
  #mcont_new .contL .add dl  { height: auto; }
  #mcont_new .contL .add dl dt, #mcont_new .contL .add dl dd { padding: 1.2em 1.5em; }
  #mcont_new .root_daum_roughmap .wrap_map  { height: 40vw !important; } */
}

@media all and (max-width:568px) {
    #mcont_new .mtit{margin-bottom: 1.5em;}
  /* #mcont_new .root_daum_roughmap .wrap_map  { height: 50vw !important; } */
  #mcont_new .contL .add dl dt { width: 25%; padding: 1.2em 0; font-size: 1.7rem; }
  #mcont_new .contL .add dl dd { font-size: 1.6rem; }
  #mcont_new .contL .add dl + dl { margin-top: 5px; }

}


#mcont_new .tabWrap { margin-bottom:50px; display:flex; justify-content:space-between; align-items: end;}
#mcont_new .m_txt h4{color: #fff;}
#mcont_new .m_txt h3{color: #fff;}

#mcont_new .tabs { display: flex; align-items: stretch; justify-content: center; }
#mcont_new .tabs li {margin-left:5px;}
#mcont_new .tabs li a { display: block; padding: 0 2em; line-height:50px; border-radius:50px; color:#FFF; font-size: 1.7rem; font-weight: 600; border:1px solid #FFF; color:#FFF}
#mcont_new .tabs li.active a { background:#94abcf; border:1px solid #94abcf}

#mcont_new .tabCont {color:#FFF; height:480px;}
#mcont_new .tab_content .titCont:first-child { padding-top: 1em; }

#mcont_new .tab_content {display: flex;align-items: stretch; }
#mcont_new .tab_content .contWrap {width:380px}
#mcont_new .tab_content .contWrap h3 {font-size:2.4rem; color:#94abcf; font-weight:600}
#mcont_new .tab_content .contWrap .in-box {margin:30px 0; padding:30px 0; border-top:1px solid rgba(15,174,228,0.3); border-bottom:1px solid rgba(15,174,228,0.3); }
#mcont_new .tab_content .contWrap dl {display:flex; padding:10px 0}
#mcont_new .tab_content .contWrap dl dt {width:70px; font-size:1.7rem;}
#mcont_new .tab_content .contWrap dl dt img {width:60%; max-width:30px}
#mcont_new .tab_content .contWrap dl dd {width:calc(100% - 70px); line-height:1.4em; font-size:1.7rem; }
#mcont_new .tab_content .contWrap dl dd.info {font-size:2.0rem; font-weight:600}

#mcont_new .tab_content .mapWrap {width:calc(100% - 460px); margin-left:80px;  position:relative;}

#mcont_new .tab_content .mapWrap .locaBtn {display:inline-block; width:400px; height:60px; line-height:60px;  background:url('/images/main/mcont_new-btnbg.png') no-repeat left top; background-size:auto 100%;position:absolute; right:0; bottom:-30px; z-index: 1;}
#mcont_new .tab_content .mapWrap .locaBtn:before { content:'GO'; font-size:2.2rem; font-family:'Montserrat'; font-weight:900; color:rgba(255,255,255,0.2); position:absolute; right:20px; top:50%; transform:translateY(-50%)}
#mcont_new .tab_content .mapWrap .locaBtn p {padding-left:135px; color:#FFF; font-weight:500; font-size:2.0rem;}
#mcont_new .tab_content .mapWrap .locaBtn:hover p {color:#94abcf; transition: all 0.1s ease-out;}





@media all and (max-width:1280px) {
	#mcont_new .tab_content .contWrap dl dt {width:50px; }
	#mcont_new .tab_content .contWrap dl dd {width:calc(100% - 50px); }

	#mcont_new .tab_content .mapWrap {padding-left:50px; }
    #homepageBottom{display: none;}
    #mVisual{padding: 0 !important;}
    #m_info{padding-bottom: 0 !important;}
}
@media all and (max-width:1024px) {
    #mcont_new .tabs li a {padding: 0 1.5em; line-height:40px;}
    
	#mcont_new .tabCont {height:680px}
	#mcont_new .tab_content {flex-wrap:wrap}
	#mcont_new .tab_content .contWrap {width:100%}
	#mcont_new .tab_content .contWrap .in-box {margin:1em 0; padding:1em 0; }
	#mcont_new .tab_content .contWrap dl {padding:5px 0}
    
	#mcont_new .tab_content .mapWrap {margin-top:60px; margin-left:0; width:100%; height:480px; padding-left: 0;}
	#mcont_new .tab_content .mapWrap .locaBtn {  width:320px; height:46px; line-height:46px;   top:-30px;  bottom:unset}
	#mcont_new .tab_content .mapWrap .locaBtn:before {right:10px}
	#mcont_new .tab_content .mapWrap .locaBtn p {padding-left:95px; font-size:1.8rem}
}
@media all and (max-width:768px) {
    #mcont_new .tabWrap {flex-wrap: wrap; gap: 30px;}
    #mcont_new .tabs{width: 100%; gap: 5px;}
    #mcont_new .tabs li {margin-left: 0px;width: calc(100% / 3); text-align: center;}
}
@media all and (max-width:480px) {
    #mcont_new .tabWrap { flex-wrap:wrap;  margin-bottom:2em; gap: 10px;}
	#mcont_new .tabWrap #mTitle {width:100%;}
	#mcont_new .tabWrap #myTab {width:100%; margin-top:1em;  }
	#mcont_new .tab_content .mapWrap { height:380px}
    
    #mcont_new .tabCont {height:580px; margin-top: 30px;}
	#mcont_new .tab_content .mapWrap .locaBtn {  width:75%; }
    #mcont_new .tabs li a {padding: 0 0.5em; font-size: 1.4em;}
}
@media all and (max-width:380px) {
	#mcont_new .tab_content .mapWrap .locaBtn {  width:90%; }
}


.link{display: flex; align-items: center; gap: 10px;}
.link li a{display: inline-block;width: 40px; height: 40px;border-radius: 5px; overflow: hidden;}
.link li a img{width: 100%;}

@media all and (max-width:680px){
    .link li a{width: 30px; height: 30px;}
}


.dev_slides { position: relative; }
.dev_slides .swiper-wrapper { list-style: none; padding: 0; margin: 0; }
.dev_slides .swiper-slide { box-sizing: border-box; }

.dev_progress {display: flex; margin-top: 30px; align-items: center; color: #9b9b9b; font-weight: bold; gap: 10px;}
.dev_progress .button-prev,
.dev_progress .button-next { border: 0; background: transparent; font-size: 18px; line-height: 1; cursor: pointer; font-family: 'suit';}
.dev_progress .fraction {font-size: 16px;min-width: 56px;text-align: center;}
.dev_progress .pagination_progress {height: 4px;background: rgba(0,0,0,0.12);border-radius: 2px;}
.dev_progress .line{display: inline-block; margin: 0 5px; font-weight: normal;}
.dev_progress .current{color: #000;}
.dev_progress .swiper-pagination{position: relative; margin-left: 20px;}

.dev_progress .pagination_progress .swiper-pagination-progressbar-fill {border-radius: 2px; background: #133f90;}
