@charset "utf-8";
.pcbr{display:none;}
.tbbr{display:none;}
.mbbr{display:block;}
.dn{display:none;}




/* common */
#wrap{overflow:hidden;}
#contents{padding-top:100vh;}
.pageVisual{
	overflow:hidden;
	width:100%;height:100vh;
	position:fixed;left:0;top:0;
}
.pageVisual .bg{	
	width:100%;height:100%;
	transform:scale(1.05);
	transition:all 3s cubic-bezier(.38,.37,.12,.98);
}
.pageVisual.in-view .bg{transform:scale(1);}
.pageVisual.pn1 .bg{
	background:url(/images/page/page_visual1.jpg) no-repeat center;background-size:cover;
	background-attachment:fixed;
}
.pageVisual.pn2 .bg{
	background:url(/images/page/page_visual2.jpg) no-repeat center;background-size:cover;
	background-attachment:fixed;
}
.pageVisual.pn3 .bg{
	background:url(/images/page/page_visual3.jpg) no-repeat center;background-size:cover;
	background-attachment:fixed;
}
.pageVisual.pn4 .bg{
	background:url(/images/page/page_visual4.jpg) no-repeat center;background-size:cover;
	background-attachment:fixed;
}
.pageVisual.pn5 .bg{
	background:url(/images/page/page_visual5.jpg) no-repeat center;background-size:cover;
	background-attachment:fixed;
}
.pageVisual.pn6 .bg{
	background:url(/images/page/page_visual6.jpg) no-repeat center;background-size:cover;
	background-attachment:fixed;
}
.pageVisual .txts{
	position:absolute;left:0;top:50%;
	box-sizing:border-box;
	width:100%;
	padding:0 3%;
	transform:translateY(-50%);
}
.pageVisual .txts h2{
	position:relative;
	font-family:"Lexend";font-size:44px;color:#fff;line-height:1em;font-weight:300;
}
.pageVisual .txts h2:before{
	display:block;content:"";
	width:65vw;height:1px;
	background:rgba(255,255,255,0.7);
	position:absolute;right:0;bottom:22px;
}
.pageVisual .txts p{
	position:relative;
	margin-top:20px;
	font-family:"Lexend";font-size:20px;color:#fff;line-height:1.5em;text-align:right;
}

.pageVisual.pn2 .txts h2:before{width:50vw;bottom:65px;}
.pageVisual.pn3 .txts h2:before{width:40vw;}
.pageVisual.pn4 .txts h2:before{width:7vw;}
.pageVisual.pn6 .txts h2:before{width:6vw;}

.pageWrap{position:relative;background:#fff;}
.pageTitle{
	display:flex;align-items:flex-end;justify-content:space-between;
	max-width:1500px;
	width:94%;
	margin:0 auto;padding:100px 0 80px;
}
.pageTitle h3{width:100%;font-size:36px;color:#000;font-weight:600;}
.pageTitle ul{display:none;}

.pageTitle a.btnDown{
	display:block;vertical-align:top;
	position:relative;
	box-sizing:border-box;
	padding:0 9px 0 28px;margin:10px 0 0 0;
	width:100%;height:50px;
	border:1px solid #7fc241;
	font-size:16px;color:#333;line-height:48px;font-weight:500;
	transition:all 0.24s;
}
.pageTitle a.btnDown i.icon{
	display:inline-block;vertical-align:top;
	width:22px;height:18px;
	margin:17px 10px 0 0;
	background:url(/images/page/m21_down_icon1.png) no-repeat;
	transition:all 0.24s;
}
.pageTitle a.btnDown i.arr{
	position:absolute;right:20px;top:2px;vertical-align:top;
	width:30px;height:30px;
	margin:8px 0 0 20px;
	border-radius:50%;
	background:#7fc241 url(/images/page/m21_down_arr1.png) no-repeat center;
	transition:all 0.24s;
}
.pageTitle a.btnDown:hover{border:1px solid #fff;background:#7fc241;color:#fff;}
.pageTitle a.btnDown:hover i.icon{background:url(/images/page/m21_down_icon2.png) no-repeat;}
.pageTitle a.btnDown:hover i.arr{
	background:#fff url(/images/page/m21_down_arr2.png) no-repeat center;
}


.page{position:relative;z-index:100;}
.innerwrap{max-width:1500px;width:94%;margin:0 auto;}
.slg{font-size:36px;color:#999;font-weight:600;line-height:1.4em;}
.slg strong{font-weight:600;color:#111;}
.slg + p{margin:30px 0 80px;font-size:16px;color:#111;line-height:1.7em;font-weight:500;}
.slg + p .tip{
	display:block;
	position:relative;
	margin-top:15px;padding-left:10px;
	font-size:15px;color:#555;
}
.slg + p .tip:before{
	display:block;content:"*";
	position:absolute;left:0;top:0;
	font-size:15px;color:#7fc241;
}
.co{display:inline-block !important;color:#7fc241;}




/* m11 */
.m11{}
.m11 .sec1{padding-bottom:100px;}
.m11 .sec1 ul{}
.m11 .sec1 ul li{
	overflow:hidden;
	position:relative;
	box-sizing:border-box;
	width:100%;
	margin-bottom:10px;
}
.m11 .sec1 ul li:after{
	display:block;content:"";
	width:100%;height:100%;
	background:#7fc241;
	position:absolute;left:0;top:0;
	transform:scaleY(0);
	transition:all 0.6s;
}
.m11 .sec1 ul li .bg{
	width:100%;height:50vh;
}
.m11 .sec1 ul li:nth-child(1) .bg{background:url(/images/page/m11_sec1_img1.jpg) no-repeat center bottom;background-size:cover;}
.m11 .sec1 ul li:nth-child(2) .bg{background:url(/images/page/m11_sec1_img2.jpg) no-repeat center bottom;background-size:cover;}
.m11 .sec1 ul li:nth-child(3) .bg{background:url(/images/page/m11_sec1_img3.jpg) no-repeat center bottom;background-size:cover;}
.m11 .sec1 ul li:nth-child(4) .bg{background:url(/images/page/m11_sec1_img4.jpg) no-repeat center bottom;background-size:cover;}
.m11 .sec1 ul li .txtwrap{padding:30px;background:#7fc241;}
.m11 .sec1 ul li .txtwrap .tit{position:absolute;left:30px;top:40px;}
.m11 .sec1 ul li .txtwrap .tit .kr{font-size:25px;color:#fff;font-weight:600;}
.m11 .sec1 ul li .txtwrap .tit .en{font-family:"Lexend";font-size:16px;color:#fff;font-weight:500;}
.m11 .sec1 ul li .txtwrap .txt{
	position:relative;
	font-size:16px;color:#fff;line-height:1.6em;
	opacity:1;
}


.m11 .sec2{
	position:relative;
	box-sizing:border-box;	
	padding:100px 0;
}
.m11 .sec2 .bg{
	position:absolute;left:0;top:0;z-index:-1;
	width:100%;height:200%;
	background:url(/images/page/m11_sec2_bg.jpg) no-repeat center top;
}
.m11 .sec2 h4{font-size:30px;color:#fff;font-weight:600;line-height:1.3em;}
.m11 .sec2 .company{display:flex;flex-wrap:wrap;margin:35px 0 0;}
.m11 .sec2 .company dl{
	box-sizing:border-box;
	position:relative;
	width:49%;
	margin:0 1% 1% 0;padding:20px 20px 60px;
	background:#fff;
}
.m11 .sec2 .company dl:after{
	display:block;content:"";
	width:32px;height:32px;
	position:absolute;right:20px;bottom:20px;
}
.m11 .sec2 .company dl:nth-child(1):after{background:url(/images/page/m11_sec2_icon1.gif) no-repeat center;}
.m11 .sec2 .company dl:nth-child(2):after{background:url(/images/page/m11_sec2_icon2.gif) no-repeat center;}
.m11 .sec2 .company dl:nth-child(3):after{background:url(/images/page/m11_sec2_icon3.gif) no-repeat center;}
.m11 .sec2 .company dl:nth-child(4):after{background:url(/images/page/m11_sec2_icon4.gif) no-repeat center;}
.m11 .sec2 .company dl:nth-child(5):after{background:url(/images/page/m11_sec2_icon5.gif) no-repeat center;}
.m11 .sec2 .company dl:nth-child(5n){margin-right:0;}
.m11 .sec2 .company dl dt{font-size:18px;color:#000;font-weight:600;}
.m11 .sec2 .company dl dd{margin-top:20px;font-size:15px;color:#333;line-height:1.6em;}






/* m12 */
.m12{}
.m12 .sec1{padding-bottom:100px;}
.m12 .sec1 .historyTabs{position:relative;height:48px;}
.m12 .sec1 .historyTabs>div{
	position:relative;
	box-sizing:border-box;
	width:100%;
	background:#fff;	
	left:0;top:0;
	transition:all 0.4s;
}
.m12 .sec1 .historyTabs>div.on{padding:20px 0 50px;box-shadow:0 1px 3px rgba(0,0,0,0.1);}
.m12 .sec1 .historyTabs>div.on.up{top:0;}
.m12 .sec1 .historyTabs>div.on.down{top:70px;}
.m12 .sec1 .historyTabs>div>div{position:relative;max-width:1500px;width:100%;margin:0 auto;}
.m12 .sec1 .historyTabs>div>div:before{
	display:block;content:"";
	max-width:1500px;width:100%;height:1px;
	margin:0 auto;
	background:#dfdfdf;
	position:absolute;left:50%;top:50%;
	transform:translate(-50%);
}
.m12 .sec1 .historyTabs ul{
	display:flex;align-items:center;justify-content:space-around;
	position:relative;
	max-width:1500px;width:100%;
	margin:0 auto;	
}
.m12 .sec1 .historyTabs ul:before{
	display:block;content:"";
	width:1px;height:15px;
	background:#7fc241;
	position:absolute;left:0;top:50%;
	transform:translateY(-50%);
}
.m12 .sec1 .historyTabs ul:after{
	display:block;content:"";
	width:1px;height:15px;
	background:#7fc241;
	position:absolute;right:0;top:50%;
	transform:translateY(-50%);
}
.m12 .sec1 .historyTabs ul li{position:relative;z-index:10;}
.m12 .sec1 .historyTabs ul li a{
	display:block;
	width:40px;height:40px;
	box-sizing:border-box;
	border:1px solid #999;border-radius:50%;
}
.m12 .sec1 .historyTabs ul li a:after{
	display:block;content:"";
	width:8px;height:8px;
	background:#999;border-radius:50%;
	position:absolute;left:50%;top:50%;
	transform:translate(-50%,-50%);
}
.m12 .sec1 .historyTabs ul li a .year{
	position:absolute;left:50%;top:100%;
	transform:translateX(-50%);
	margin-top:15px;
	font-family:"Lexend";font-size:14px;color:#999;font-weight:500;
}
.m12 .sec1 .historyTabs .line{
	position:absolute;left:0;top:50%;
	width:100%;height:1px;
	background:#7fc241;
	transition:all 0.6s;
}

.m12 .sec1 .historyTabs ul li.on a{border:1px solid #7fc241;}
.m12 .sec1 .historyTabs ul li.on a:after{background:#7fc241;}
.m12 .sec1 .historyTabs ul li.on a .year{color:#7fc241;}
.m12 .sec1 .historyTabcons{margin:160px 0 0;}
.m12 .sec1 .historyTabcons .tabcon{padding-top:200px;}
.m12 .sec1 .historyTabcons .tabcon:first-child{padding-top:0;}
.m12 .sec1 .historyTabcons .tabcon .imgarea{height:34vh;margin-bottom:60px;}
.m12 .sec1 .historyTabcons .tabcon:nth-child(1) .imgarea{
	background:url(/images/page/m12_history_t1_img.jpg) no-repeat center;background-size:cover;
}
.m12 .sec1 .historyTabcons .tabcon:nth-child(2) .imgarea{
	background:url(/images/page/m12_history_t2_img.jpg) no-repeat center;background-size:cover;
}
.m12 .sec1 .historyTabcons .tabcon:nth-child(3) .imgarea{
	background:url(/images/page/m12_history_t3_img.jpg) no-repeat 70%;background-size:cover;
}
.m12 .sec1 .historyTabcons .tabcon:nth-child(4) .imgarea{
	background:url(/images/page/m12_history_t4_img.jpg) no-repeat 25%;background-size:cover;
}
.m12 .sec1 .historyTabcons .tabcon .conwrap{}
.m12 .sec1 .historyTabcons .tabcon .conwrap .year{width:100%;font-family:"Lexend";font-size:50px;color:#000;font-weight:600;line-height:1em;}
.m12 .sec1 .historyTabcons .tabcon .conwrap .con{width:calc(100% - 00px);margin-top:20px;border-top:2px solid #333;}
.m12 .sec1 .historyTabcons .tabcon .conwrap .con dl{display:flex;padding:30px 20px;border-bottom:1px solid #ddd;}
.m12 .sec1 .historyTabcons .tabcon .conwrap .con dl dt{width:100px;font-size:24px;color:#000;font-weight:600;line-height:1em;}
.m12 .sec1 .historyTabcons .tabcon .conwrap .con dl dd{width:calc(100% - 100px);}
.m12 .sec1 .historyTabcons .tabcon .conwrap .con dl dd ul li{margin-bottom:5px;font-size:16px;color:#000;}
.m12 .sec1 .historyTabcons .tabcon .conwrap .con dl dd ul li:last-child{margin-bottom:0;}





/* m13 */
.m13{}
.m13 .sec1{padding-bottom:100px;}
.m13 .sec1 .mapImg{
	overflow:hidden;overflow-x:auto;
	width:100%;
	margin-bottom:130px;background:#f5f5f5;
}
.m13 .sec1 .mapImg::-webkit-scrollbar{height:10px;}
.m13 .sec1 .mapImg::-webkit-scrollbar-thumb {
	background-color: #000;
	background-clip: padding-box;
	border: 2px solid transparent;
}
.m13 .sec1 .mapImg::-webkit-scrollbar-track{background:#e5e5e5}
.m13 .sec1 .mapImg>div{width:1920px;}
.m13 .sec1 .mapImg img{margin-bottom:10px;}
.m13 .sec1 .info{padding:40px 0 0;border-top:2px solid #333;}
.m13 .sec1 .info h5{font-size:24px;color:#000;font-weight:600;line-height:1em;}
.m13 .sec1 .info .infowrap{width:100%;}
.m13 .sec1 .info .infowrap .boxwrap{padding-top:95px;}
.m13 .sec1 .info .infowrap .boxwrap:last-child{margin-bottom:0;}
.m13 .sec1 .info .infowrap .boxwrap .nation{margin-bottom:25px;font-size:21px;color:#000;font-weight:600;}
.m13 .sec1 .info .infowrap .boxwrap .nation img{
	display:inline-block;vertical-align:top;
	margin:5px 10px 0 0;
}
.m13 .sec1 .info .infowrap .boxwrap .infos{border-top:2px solid #333;}
.m13 .sec1 .info .infowrap .boxwrap .infos dl{
	display:flex;
	padding:15px 20px;border-bottom:1px solid #ddd;
}
.m13 .sec1 .info .infowrap .boxwrap .infos dl dt{width:165px;font-size:15px;color:#111;font-weight:600;}
.m13 .sec1 .info .infowrap .boxwrap .infos dl dd{width:calc(100% - 165px);font-size:14px;color:#333;}
.m13 .point{display:none;}




/* m14 */
.m14{}
.m14 .sec1{padding-bottom:200px;}
.m14 .sec1 .conwrap{}
.m14 .sec1 .conwrap .boxwrap{
	padding:50px 0;
	border-bottom:1px solid #ddd;
}
.m14 .sec1 .conwrap .boxwrap .area{}
.m14 .sec1 .conwrap .boxwrap .area .img{width:100%;}
.m14 .sec1 .conwrap .boxwrap .area .contact{
	box-sizing:border-box;
	position:relative;
	width:100%;
	padding:5vh 0 0;
}
.m14 .sec1 .conwrap .boxwrap .area .contact .name{
	margin-bottom:40px;
	font-size:22px;color:#000;font-weight:600;
}
.m14 .sec1 .conwrap .boxwrap .area .contact .name a{
	display:inline-flex;align-items:center;justify-content:center;vertical-align:top;
	position:absolute;right:0;top:30px;
	width:80px;height:30px;
	margin:14px 0 0 5px;
	border-radius:15px;
	background:#7fc241;
	font-family:"Lexend";font-size:15px;color:#fff;font-weight:600;
}
.m14 .sec1 .conwrap .boxwrap .area .contact .name a i{
	display:block;
	width:12px;height:12px;
	margin:2px 0 0 4px;
	background:url(/images/page/m14_btn_icon.png) no-repeat;
}
.m14 .sec1 .conwrap .boxwrap .area .contact .info{}
.m14 .sec1 .conwrap .boxwrap .area .contact .info dl{display:flex;padding-left:30px;margin-bottom:15px;}
.m14 .sec1 .conwrap .boxwrap .area .contact .info dl:last-child{margin-bottom:0;}
.m14 .sec1 .conwrap .boxwrap .area .contact .info dl.addr{
	background:url(/images/page/m14_icon1.gif) no-repeat left 4px;
}
.m14 .sec1 .conwrap .boxwrap .area .contact .info dl.tel{
	background:url(/images/page/m14_icon2.gif) no-repeat left 5px;
}
.m14 .sec1 .conwrap .boxwrap .area .contact .info dl.fax{
	background:url(/images/page/m14_icon3.gif) no-repeat left 5px;
}
.m14 .sec1 .conwrap .boxwrap .area .contact .info dl dt{
	width:100px;font-family:"Lexend";font-size:16px;color:#333;font-weight:500;line-height:1.5em;
}
.m14 .sec1 .conwrap .boxwrap .area .contact .info dl dd{
	width:calc(100% - 100px);
	font-size:16px;color:#333;
}
.m14 .sec1 .conwrap .boxwrap .map{display:none;margin-top:50px;}
.m14 .sec1 .conwrap .boxwrap .map iframe{width:100%;height:290px;}
.m14 .sec1 .conwrap .boxwrap .map .map-container{width:100%;height:290px;transition:all 0.6s;}
.m14 .sec1 .conwrap .boxwrap .map.open .map-container{max-height:290px;}



/* m15 */
.m15{}
.m15 .sec1{padding-bottom:200px;}
.m15 .sec1 .conwrap{margin-top:120px;}
.m15Tabs{
	display:flex;
	max-width:1500px;width:100%;margin:0 auto 120px;
	box-sizing:border-box;
	box-shadow:0 -1px 0 #ddd inset;
}
.m15Tabs>li{position:relative;width:33.333%;}
.m15Tabs>li:after{
	display:block;content:"";
	width:1px;height:14px;
	background:#ddd;
	position:absolute;right:0;top:27px;
}
.m15Tabs>li:last-child{border:0;}
.m15Tabs>li:last-child:after{display:none;}
.m15Tabs.m2>li{width:50%;}
.m15Tabs>li>a{
	display:flex;align-items:center;justify-content:center;
	position:relative;
	width:100%;height:68px;
	font-size:16px;color:#888;
}
.m15Tabs>li.on{}
.m15Tabs>li.on>a{color:#0097dc;}
.m15Tabs>li.on>a:after{
	display:block;content:"";
	width:100%;height:2px;
	background:#0097dc;
	position:absolute;left:0;bottom:0;
}


.m15 .brochure{}
.m15 .brochure .boxwrap{
	padding:35px 0;margin-bottom:115px;
	border-top:2px solid #333;
}
.m15 .brochure .boxwrap:last-child{margin-bottom:0;}
.m15 .brochure .boxwrap h5{
	margin-bottom:45px;
	font-size:22px;color:#000;font-weight:600;line-height:1em;
}
.m15 .brochure .boxwrap .list{width:calc(100% - 00px);}
.m15 .brochure .boxwrap ul{display:flex;flex-wrap:wrap;width:100%;}
.m15 .brochure .boxwrap ul li{
	box-sizing:border-box;
	width:100%;
	margin:0 0 40px 0;
}
.m15 .brochure .boxwrap ul li .thumb{position:relative;}
.m15 .brochure .boxwrap ul li .thumb>img{width:100%;}
.m15 .brochure .boxwrap ul li .thumb .hover{
	display:flex;align-items:center;justify-content:center;
	position:absolute;left:0;top:0;
	width:100%;height:100%;
	background:rgba(127,194,65,0.8);
	font-family:"Lexend";font-size:16px;color:rgba(255,255,255,0.8);font-weight:500;
	opacity:0;transition:all 0.6s;
}
.m15 .brochure .boxwrap ul li .thumb .hover i{
	display:inline-block;
	width:14px;height:12px;
	background:url(/images/page/m15_brochure_arr.png) no-repeat;
}
.m15 .brochure .boxwrap ul li:hover .thumb .hover{opacity:1;}
.m15 .brochure .boxwrap ul li .tit{
	padding:25px 0 0;
	font-size:21px;color:#000;font-weight:600;text-align:center;
}
.m15 .brochure .boxwrap .btnMore{
	display:flex;align-items:center;justify-content:center;
	width:100px;height:100px;
	margin:0 auto 0;
	border:1px solid #9e9e9e;border-radius:50px;
	font-family:"Lexend";font-size:12px;color:#999;
	transition:all 0.4s;
}
.m15 .brochure .boxwrap .btnMore i{
	display:inline-block;
	width:13px;height:11px;
	margin:0 0 0 5px;
	background:url(/images/page/m15_brochure_arr3.png) no-repeat;	
	transition:all 0.4s;
}
.m15 .brochure .boxwrap .btnMore:hover{
	border:1px solid #7fc241;background:#7fc241;
	color:rgba(255,255,255,0.8);
}
.m15 .brochure .boxwrap .btnMore:hover i{
	background:url(/images/page/m15_brochure_arr2.png) no-repeat;	
}
.m15 .brochure .boxwrap .btn{
	margin:20px 0 0;padding:12px;
	background:#7fc241;
	font-size:16px;color:#fff;text-align:center;
}
.m15 .brochure .boxwrap .btn i{
	display:inline-block;
	width:14px;height:12px;
	background:url(/images/page/m15_brochure_arr.png) no-repeat;
}




/* bbs */
.bbs{}
.bbs .sec1{padding-bottom:200px;}
.bbs .conwrap{margin-top:40px;}
.bbs .sec1 .searchwrap{display:flex;justify-content:flex-end;margin-bottom:20px;}
.bbs .sec1 .searchwrap>div{
	display:flex;align-items:center;
	box-sizing:border-box;
	width:486px;
	border:1px solid #ddd;
}
.bbs .sec1 .searchwrap>div input{
	box-sizing:border-box;
	width:calc(100% - 59px);height:59px;
	padding:0 20px;
	border:0;outline:0;background:0;
}
.bbs .sec1 .searchwrap>div button{width:59px;height:59px;border:0;outline:0;background:0;}


.bbs .sec1 .list1{display:flex;flex-wrap:wrap;}
.bbs .sec1 .list1 li{
	width:100%;
	margin:0 0 1.5% 0;
}
.bbs .sec1 .list1 li a{
	position:relative;
	display:block;
	width:100%;height:400px;
	box-sizing:border-box;
	padding:35px 30px;
	box-shadow:-1px -1px 0 #ddd inset, 1px 1px 0 #ddd inset;
	transition:all 0.6s;
}
.bbs .sec1 .list1 li:hover a{
	box-shadow:-1px -1px 0 #7fc241 inset, 1px 1px 0 #7fc241 inset;
}
.bbs .sec1 .list1 li a .tit{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap:break-word; 
	line-height: 1.4em;
	height: 2.8em;	
	font-size:24px;color:#000;font-weight:600;
}
.bbs .sec1 .list1 li a .txt{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap:break-word; 
	line-height: 1.5em;
	height: 3.0em;	
	margin:15px 0 30px;
	font-size:16px;color:#000;
}
.bbs .sec1 .list1 li a .date{font-family:"Lexend";font-size:18px;color:#777;font-weight:400;}
.bbs .sec1 .list1 li a .more{
	position:absolute;right:30px;bottom:35px;
	background:#dfdfdf;
	border-radius:50%;
	transition:all 0.6s;
}
.bbs .sec1 .list1 li:hover a .more{background:#7fc241;}
.bbs .sec1 .list1 li a .more img{position:relative;z-index:10;}



.bbs .sec1 .list2{display:flex;flex-wrap:wrap;justify-content:space-between;margin:65px 0 0;}
.bbs .sec1 .list2 li{width:100%;margin-bottom:75px;}
.bbs .sec1 .list2 li .thumb{position:relative;}
.bbs .sec1 .list2 li .thumb .btnPlay{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:80px;}
.bbs .sec1 .list2 li .tit{
	padding:20px 0 0;
	font-size:22px;color:#000;font-weight:600;
}



.bbs .sec1 .list3{width:100%;border-top:2px solid #333;}
.bbs .sec1 .list3 th{
	padding:25px 0;
	background:#f5f5f5;
	border-bottom:1px solid #ddd;
	font-size:16px;color:#000;font-weight:500;text-align:center;
}
.bbs .sec1 .list3 td{
	padding:20px 0;
	border-bottom:1px solid #ddd;
	font-size:14px;color:#555;text-align:center;
}
.bbs .sec1 .list3 td.tit{text-align:left;}
.bbs .sec1 .list3 td.tit a{font-size:16px;color:#000;font-weight:500;}
.bbs .sec1 .list3 .cate{width:100px;}
.bbs .sec1 .list3 .tit{padding:20px 20px;}
.bbs .sec1 .list3 .date{width:120px;}






/* paging */
.paging{
	margin-top:60px;
	text-align:center;
}
.paging a{
	display:inline-block;vertical-align:top;box-sizing:border-box;
	width:36px;height:36px;
	border-radius:50%;
	font-family:"Lexend";color:#555;font-size:14px;line-height:36px;font-weight:500;
}
.paging strong{
	display:inline-block;vertical-align:top;box-sizing:border-box;
	width:36px;height:36px;
	border-radius:50%;
	background:#7fc241;
	font-family:"Lexend";color:#fff;font-size:14px;line-height:36px;font-weight:500;
}
.paging .page_begin{
	width:25px;height:36px;
	background:url(/images/common/page_begin.png) no-repeat center;
	border:0;
}
.paging .page_prev{
	width:25px;height:36px;
	background:url(/images/common/page_prev.png) no-repeat center;
	border:0;margin-right:20px;
}
.paging .page_next{
	width:25px;height:36px;
	background:url(/images/common/page_next.png) no-repeat center;
	border:0;margin-left:20px;
}
.paging .page_end{
	width:25px;height:36px;
	background:url(/images/common/page_end.png) no-repeat center;
	border:0;
}




/* bbsview */
.bbsview{}
.bbsview .sec1{padding-bottom:100px;}
.bbsview .titlearea{
	padding:30px 20px;
	border-top:2px solid #333;border-bottom:1px solid #ddd;
}
.bbsview .titlearea .tit{font-size:22px;color:#000;font-weight:600;}
.bbsview .titlearea .date{margin-top:15px;font-family:"Lexend";font-size:16px;color:#777;}
.bbsview .file{padding:30px 20px;border-bottom:1px solid #ddd;}
.bbsview .file a{
	display:inline-block;
	padding-left:25px;margin:0 25px 0 0;
	background:url(/images/page/bbs_icon_down.png) no-repeat left 3px;
	background-size:auto 16px;
	font-size:14px;color:#555;
	text-decoration:underline;
}
.bbsview .viewcon{
	padding:30px 20px;
	border-bottom:1px solid #ddd;
}
.bbsview .viewcon a{word-break:break-all;}
.bbsview .btns{margin:50px 0 0;}
.bbsview .btns a{
	display:block;
	width:220px;height:65px;
	margin:0 auto;
	background:#7fc241;
	font-size:16px;color:#fff;text-align:center;line-height:65px;
}





/* m21 */
.m21{}
.m21_tabwrap{margin-bottom:115px;}
.m21_tabwrap .fix{
	position:relative;left:0;top:0;
	background:#fff;
	box-shadow:1px 1px 0px #ddd inset, -1px -1px 0px #ddd inset;	
}
.m21_tabwrap .thisPage{
	display:block;
	position:relative;
	width:100%;height:60px;
	background:#0097dc;
	font-size:25px;color:#fff;font-weight:500;text-align:center;line-height:60px;
}
.m21_tabwrap .thisPage:after{
	display:block;content:"";
	width:10px;height:10px;
	border-right:2px solid #fff;border-bottom:2px solid #fff;
	transform:rotate(45deg);
	position:absolute;right:30px;top:50%;
	margin:-5px 0 0 0;
}
.m21_tabs{
	display:none;
	overflow:hidden;overflow-y:auto;
	position:absolute;left:0;top:100%;z-index:100;
	width:100%;max-height:400px;
	background:#fff;
	box-shadow:1px 1px 0px #ddd inset, -1px -1px 0px #ddd inset;		
}
.m21_tabs>li{
	position:relative;
	box-sizing:border-box;
	width:100%;
	border-bottom:1px solid #ddd;
}
.m21_tabs>li:last-child{border:0;}
.m21_tabs>li>a{
	display:flex;align-items:center;justify-content:center;
	width:100%;height:70px;
	font-size:23px;color:#888;text-align:center;font-weight:500;
}

.m21_tabwrap_mobile{display:block;}
.m21_tabwrap_mobile .fix{
	position:relative;left:0;top:0;
	background:#fff;
	box-shadow:1px 1px 0px #ddd inset, -1px -1px 0px #ddd inset;	
}
.m21_tabwrap_mobile .thisPage{
	display:block;
	position:relative;
	width:100%;height:60px;
	background:#0097dc;
	font-size:25px;color:#fff;font-weight:500;text-align:center;line-height:60px;
}
.m21_tabwrap_mobile .thisPage:after{
	display:block;content:"";
	width:10px;height:10px;
	border-right:2px solid #fff;border-bottom:2px solid #fff;
	transform:rotate(45deg);
	position:absolute;right:30px;top:50%;
	margin:-5px 0 0 0;
}


.fix.on{
	position:fixed;left:0;top:70px;z-index:100;
	box-sizing:border-box;
	width:100%;
	transition:all 0.4s;
}
.fix.on.up{top:0;}
.fix.on .m21_tabs>li{width:auto;border:0;padding:0 40px;}
.fix.on .m21_tabs>li:after{
	display:block;content:"";
	width:1px;height:20px;
	background:#ddd;
	position:absolute;right:0;top:50%;margin-top:-10px;
}
.fix.on .m21_tabs>li:last-child:after{display:none;}
.fix.on .m21_tabs>li>a{
	position:relative;
	display:inline-flex;	
	font-size:21px;color:#888;
}
.fix.on .m21_tabs>li.on>a{
	background:0;
	color:#0097dc;
}
.fix.on .m21_tabs>li.on>a:after{
	display:block;content:"";
	width:100%;height:2px;
	background:#0097dc;
	position:absolute;left:0;bottom:0;
}

.m21_tabconwrap{}
.m21_tabconwrap .tabcon{padding-bottom:100px;}
.m21_tabconwrap .tabcon.btbtm{background:url(/images/page/m21_btm_bg.png) no-repeat center bottom;}
.m21_tabconwrap .tabcon .titlearea1{position:relative;margin-bottom:55px;}
.m21_tabconwrap .tabcon .titlearea1 .btnDown{
	display:inline-block;
	box-sizing:border-box;
	padding:0 9px 0 28px;margin-top:20px;
	height:50px;
	border:1px solid #7fc241;border-radius:25px;
	font-size:16px;color:#333;line-height:48px;font-weight:500;
	transition:all 0.24s;
}
.m21_tabconwrap .tabcon .titlearea1 .btnDown i.icon{
	display:inline-block;vertical-align:top;
	width:22px;height:18px;
	margin:17px 10px 0 0;
	background:url(/images/page/m21_down_icon1.png) no-repeat;
	transition:all 0.24s;
}
.m21_tabconwrap .tabcon .titlearea1 .btnDown i.arr{
	display:inline-block;vertical-align:top;
	width:30px;height:30px;
	margin:8px 0 0 20px;
	border-radius:50%;
	background:#7fc241 url(/images/page/m21_down_arr1.png) no-repeat center;
	transition:all 0.24s;
}
.m21_tabconwrap .tabcon .titlearea1 .btnDown:hover{border:1px solid #fff;background:#7fc241;color:#fff;}
.m21_tabconwrap .tabcon .titlearea1 .btnDown:hover i.icon{background:url(/images/page/m21_down_icon2.png) no-repeat;}
.m21_tabconwrap .tabcon .titlearea1 .btnDown:hover i.arr{
	background:#fff url(/images/page/m21_down_arr2.png) no-repeat center;
}
.m21_tabconwrap .tabcon .con{}
.m21_tabconwrap .tabcon .con .boxwrap{
	position:relative;
	margin-bottom:65px;
}
.m21_tabconwrap .tabcon .con .boxwrap .txts{}
.m21_tabconwrap .tabcon .con .boxwrap .txts h5{font-family:"Lexend";font-size:20px;color:#7fc241;font-weight:600;}
.m21_tabconwrap .tabcon .con .boxwrap .txts h6{margin-top:40px;font-size:39px;color:#111;font-weight:600;line-height:1.3em;}
.m21_tabconwrap .tabcon .con .boxwrap .txts p{margin-top:30px;font-size:19px;color:#111;line-height:1.7em;}
.m21_tabconwrap .tabcon .con .boxwrap:nth-child(1) .img{
	width:100%;height:51.05vw;
	margin:40px 0;
	border-radius:40px;
}
.m21_tabconwrap .tabcon .con .boxwrap:nth-child(2) .img{
	width:100%;height:51.05vw;
	margin:40px 0;
	border-radius:40px;
}
.m21_tabconwrap .tabcon .con .boxwrap .img1{
	background:url(/images/page/m21_t1_img1.jpg) no-repeat center;
	background-size:cover;
}
.m21_tabconwrap .tabcon .con .boxwrap .img2{
	background:url(/images/page/m21_t1_img2.jpg) no-repeat center;
	background-size:cover;
}








.m21_tabconwrap .tabcon .imgarea{display:flex;flex-wrap:wrap;justify-content:space-between;}
.m21_tabconwrap .tabcon .imgarea img{margin-bottom:20px;}
.m21_tabconwrap .tabcon .titlearea{
	position:relative;
	display:flex;justify-content:flex-end;
	padding:260px 0 0;
}
.m21_tabconwrap .tabcon .titlearea:before{
	display:block;content:"";
	width:calc(100% + 22vw);height:100%;
	position:absolute;left:-11vw;top:0;
}
.m21_tabconwrap .tabcon .titlearea.t2:before{
	background:url(/images/page/m21_t2_bg.jpg) no-repeat center;
	background-size:cover;
}
.m21_tabconwrap .tabcon .titlearea.t3:before{
	background:url(/images/page/m21_t3_bg.jpg) no-repeat center;
	background-size:cover;
}
.m21_tabconwrap .tabcon .titlearea.t4:before{
	background:url(/images/page/m21_t4_bg.jpg) no-repeat center;
	background-size:cover;
}
.m21_tabconwrap .tabcon .titlearea.t5:before{
	background:url(/images/page/m21_t5_bg.jpg) no-repeat center;
	background-size:cover;
}
.m21_tabconwrap .tabcon .titlearea.t6:before{
	background:url(/images/page/m21_t6_bg.jpg) no-repeat center;
	background-size:cover;
}
.m21_tabconwrap .tabcon .titlearea.t7:before{
	background:url(/images/page/m21_t7_bg.jpg) no-repeat center;
	background-size:cover;
}
.m21_tabconwrap .tabcon .titlearea.t8:before{
	background:url(/images/page/m21_t8_bg.jpg) no-repeat center;
	background-size:cover;
}
.m21_tabconwrap .tabcon .titlearea.t9:before{
	background:url(/images/page/m21_t9_bg.jpg) no-repeat center;
	background-size:cover;
}
.m21_tabconwrap .tabcon .titlearea.t10:before{
	background:url(/images/page/m21_t10_bg.jpg) no-repeat center;
	background-size:cover;
}
.m21_tabconwrap .tabcon .titlearea>div{
	position:relative;z-index:10;
	display:flex;align-items:center;
	box-sizing:border-box;
	width:100%;height:340px;
	padding:0 7vw;
	background:#fff;
}
.m21_tabconwrap .tabcon .titlearea.t3>div{height:500px;}
.m21_tabconwrap .tabcon .titlearea>div:after{
	display:block;content:"";
	width:100%;height:100%;
	background:#fff;
	position:absolute;left:100%;top:0;
}

.m21_tabconwrap .tabcon .titlearea h5{font-family:"Lexend","Noto Sans KR";font-size:36px;color:#000;font-weight:600;}
.m21_tabconwrap .tabcon .titlearea h5 span{display:block;font-size:20px;color:#7fc241;}
.m21_tabconwrap .tabcon .titlearea h5 span.what{
	display:inline-block;vertical-align:top;
	margin:8px 0 0 10px;padding:0 20px;
	background:#7fc241;border-radius:20px;
	font-family:"Lexend";font-size:15px;color:#fff;font-weight:500;text-align:center;line-height:30px;
}
.m21_tabconwrap .tabcon .titlearea p{margin-top:30px;font-size:16px;color:#111;line-height:1.5em;}
.m21_tabconwrap .tabcon .titlearea dl{display:flex;margin-top:30px;}
.m21_tabconwrap .tabcon .titlearea dl dt{width:130px;font-size:18px;color:#111;font-weight:600;}
.m21_tabconwrap .tabcon .titlearea dl dd{width:calc(100% - 130px);font-size:16px;color:#111;font-weight:500;line-height:1.5em;}
.m21_tabconwrap .tabcon .conwrap{margin:100px 0 0;border-top:2px solid #333;}
.m21_tabconwrap .tabcon .conwrap .boxwrap{padding:80px 0 0;}
.m21_tabconwrap .tabcon .conwrap .boxwrap .tit{margin-bottom:40px;font-size:29px;color:#000;font-weight:600;}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con{width:calc(100% - 0px);}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs{}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs>div{
	padding-bottom:50px;margin-bottom:50px;
	border-bottom:1px solid #ddd;
}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs>div:last-child{padding:0;margin:0;border:0;}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs>div img{margin-bottom:20px;}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs>div img:last-child{margin-bottom:0px;}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs>div ul{}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs>div ul li{
	position:relative;
	padding-left:18px;margin-bottom:10px;
	font-size:17px;color:#333;
}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs>div ul li:before{
	display:block;content:"";
	width:7px;height:7px;
	border:1px solid #bbb;border-radius:50%;
	box-sizing:border-box;
	position:absolute;left:0;top:10px;
}

.m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs>div table{overflow:hidden;width:100%;border-collapse:collapse;border-radius:10px;}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs>div table th{
	box-sizing:border-box;
	padding:15px;
	background:#7fc241;
	border-right:1px solid #fff;
	font-size:14px;color:#111;font-weight:600;text-align:center;
}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs>div table th.bg{background:#dfdfdf;color:#888;}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs>div table th.point{
	border-top:2px solid #7fc241;border-bottom:2px solid #7fc241;background:#7fc241;color:#fff;
}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs>div table td{
	box-sizing:border-box;
	padding:15px;
	background:#f5f5f5;
	border:1px solid #ddd;
	font-size:14px;color:#111;font-weight:400;text-align:center;
}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs>div table td.tit{font-weight:600;background:#e8efe2;}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs>div table td.point{
	border-left:1px solid #7fc241;border-right:1px solid #7fc241 !important;
	box-shadow:3px 0 0 #7fc241 inset,-3px 0 0 #7fc241 inset;
}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs>div table th:first-child,
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs>div table td:first-child{border-left:0;}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs>div table th:last-child,
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs>div table td:last-child{border-right:0;}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs>div table tr:last-child td.point{border-bottom:4px solid #7fc241;}

.m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs .exp{display:flex;flex-wrap:wrap;justify-content:space-between;}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs .exp dl{
	box-sizing:border-box;
	width:100%;
	padding:50px 120px 50px 30px;
	border-bottom:1px solid #ddd;
}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs .exp dl:nth-child(1){border-top:2px solid #333;}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs .exp dl dt{font-size:19px;color:#000;font-weight:600;margin-bottom:20px;}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs .exp dl dd{font-size:17px;color:#333;font-weight:500;}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .list{}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .list ul{display:flex;flex-wrap:wrap;justify-content:space-between;}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .list ul li{
	box-sizing:border-box;
	width:100%;
	margin:0 0 2%;padding:50px;
	border:1px solid #ddd;border-radius:10px;
	text-align:center;
}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .list ul li .num{
	margin:0 auto 20px;
	width:40px;height:40px;
	background:#7fc241;
	border-radius:50%;
	font-family:"Lexend";font-size:14px;color:#fff;font-weight:500;line-height:40px;
}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .list ul li .txt{font-size:17px;color:#333;line-height:1.7em;}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .list ul li .txt>div{
	position:relative;
	padding-left:10px;
}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .list ul li .txt>div:before{
	display:block;content:"-";
	position:absolute;left:0;top:0;
}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .list .img{
	border-top:1px solid #bbb;
	padding-top:50px;margin-top:30px;
}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con h6{margin-bottom:25px;font-size:21px;color:#000;font-weight:600;}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .table{
	overflow:hidden;
	overflow-x:auto;
	width:100%;padding-bottom:15px;
}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .table table{width:100%;border-collapse:collapse;border-top:2px solid #333;}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .table table th{
	padding:15px;
	border-bottom:1px solid #333;border-right:1px solid #ddd;
	font-size:17px;color:#000;font-weight:600;text-align:center;
}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .table table td{
	padding:15px;
	border-bottom:1px solid #ddd;border-right:1px solid #ddd;
	font-size:17px;color:#333;font-weight:500;text-align:center;
}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .table table td.tit{font-size:17px;font-weight:600;color:#000;text-align:left;}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .table table td.tit.tc{text-align:center;}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .table table th:last-child,
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .table table td:last-child{border-right:0;}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .table table td sup{font-size:10px;}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .table table td sub{font-size:10px;}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .table .tip{margin-top:25px;font-size:15px;color:#555;text-align:center;}
.m21_tabconwrap .tabcon .conwrap .boxwrap .con .table .bar{display:inline-block;width:1px;height:14px;background:#ddd;margin:0 10px;}



/**/
.m21 .intro{margin-bottom:100px;}
.m21 .intro h3{font-family:"Lexend";font-size:16px;font-weight:600;color:#7fc241;}
.m21 .intro h4{margin:25px 0 30px;font-size:32px;color:#999;font-weight:600;}
.m21 .intro h4 strong{color:#000;}
.m21 .intro p{
	margin-bottom:35px;
	font-size:16px;color:#000;line-height:1.7em;
}
.m21 .intro .img{margin:50px 0;}





/* m22 */
.m22_tabs>li{width:calc((100% - 10px) / 3);}
.m22 .m21_tabconwrap .tabcon .titlearea.t2:before{
	background:url(/images/page/m22_t1_bg.jpg) no-repeat center;
	background-size:cover;
}
.m22 .m21_tabconwrap .tabcon .titlearea.t3:before{
	background:url(/images/page/m22_t2_bg.jpg) no-repeat center;
	background-size:cover;
}
.m22 .m21_tabconwrap .tabcon .titlearea.t4:before{
	background:url(/images/page/m22_t3_bg.jpg) no-repeat center;
	background-size:cover;
}
.m22 .m21_tabconwrap .tabcon .con .boxwrap .img1{
	background:url(/images/page/m22_t1_img1.jpg) no-repeat center;
	background-size:cover;
}
.m22 .m21_tabconwrap .tabcon .con .boxwrap .img2{
	background:url(/images/page/m22_t1_img2.jpg) no-repeat center;
	background-size:cover;
}





/* m23 */
.m23_tabs>li{width:calc((100% - 25px) / 6);}
.m23 .m21_tabconwrap .tabcon .titlearea.t1>div{height:500px;}
.m23 .m21_tabconwrap .tabcon .titlearea.t1:before{
	background:url(/images/page/m23_t1_bg.jpg) no-repeat center;
	background-size:cover;
}
.m23 .m21_tabconwrap .tabcon .titlearea.t2:before{
	background:url(/images/page/m23_t2_bg.jpg) no-repeat center;
	background-size:cover;
}
.m23 .m21_tabconwrap .tabcon .titlearea.t3:before{
	background:url(/images/page/m23_t3_bg.jpg) no-repeat center;
	background-size:cover;
}
.m23 .m21_tabconwrap .tabcon .titlearea.t4:before{
	background:url(/images/page/m23_t4_bg.jpg) no-repeat center;
	background-size:cover;
}
.m23 .m21_tabconwrap .tabcon .titlearea.t5:before{
	background:url(/images/page/m23_t5_bg.jpg) no-repeat center;
	background-size:cover;
}
.m23 .m21_tabconwrap .tabcon .titlearea.t6:before{
	background:url(/images/page/m23_t6_bg.jpg) no-repeat center;
	background-size:cover;
}







/* m24 */
.m24{}
.m24 h5{font-size:35px;color:#000;font-weight:600;}
.m24 .sec1{padding-bottom:200px;}
.m24 .sec1 .conwrap{display:flex;flex-wrap:wrap;justify-content:space-between;}
.m24 .sec1 .conwrap .con{display:flex;flex-wrap:wrap;align-contents:space-between;width:100%;}
.m24 .sec1 .conwrap .con .img{width:100%;}
.m24 .sec1 .conwrap .con .txts{
	display:flex;
	box-sizing:border-box;
	width:100%;
	padding:30px 0;
	border-top:1px solid #ddd;border-bottom:1px solid #ddd;
}
.m24 .sec1 .conwrap .con .txts>div{
	box-sizing:border-box;width:50%;
	padding:45px 5vw;
	font-size:19px;color:#111;font-weight:600;
}
.m24 .sec1 .conwrap .con .txts>div:nth-child(1){border-right:1px solid #ddd;}
.m24 .sec1 .conwrap .con .txts>div strong{display:block;font-weight:600;color:#7fc241;}
.m24 .sec1 .conwrap .img{width:100%;}
.m24 .sec1 .conwrap2{padding:100px 0 0;}
.m24 .sec1 .conwrap2 .toparea{margin:80px 0 0;}
.m24 .sec1 .conwrap2 .toparea h6{
	padding:20px;margin-bottom:20px;
	background:#999;
	font-size:21px;color:#fff;font-weight:600;text-align:center;
}
.m24 .sec1 .conwrap2 .toparea>ul{}
.m24 .sec1 .conwrap2 .toparea>ul>li{
	box-sizing:border-box;
	width:100%;
	margin-bottom:1.5%;
	padding:19px;
	border:1px solid #bbb;
}
.m24 .sec1 .conwrap2 .toparea>ul>li:nth-child(3n){margin-right:0;}
.m24 .sec1 .conwrap2 .toparea>ul>li>ul{padding:30px 20px 20px;}
.m24 .sec1 .conwrap2 .toparea>ul>li>ul>li{
	position:relative;
	padding-left:15px;
	font-size:17px;color:#333;font-weight:400;margin-bottom:10px;
}
.m24 .sec1 .conwrap2 .toparea>ul>li>ul>li:before{
	display:block;content:"";
	box-sizing:border-box;
	width:7px;height:7px;
	border:1px solid #999;border-radius:50%;
	position:absolute;left:0;top:10px;
}
.m24 .sec1 .conwrap2 .arr{padding:10px 0;text-align:center;}
.m24 .sec1 .conwrap2 .btmarea{}
.m24 .sec1 .conwrap2 .btmarea h6{
	padding:20px;margin-bottom:20px;
	background:#7fc241;
	font-size:21px;color:#fff;font-weight:600;text-align:center;	
}
.m24 .sec1 .conwrap2 .btmarea ul{display:flex;flex-wrap:wrap;justify-content:center;margin:40px auto 0;}
.m24 .sec1 .conwrap2 .btmarea ul li{
	width:330px;
	margin:0 0 40px;;
	text-align:center;
}
.m24 .sec1 .conwrap2 .btmarea ul li .img{position:relative;display:inline-block;margin-bottom:40px;}
.m24 .sec1 .conwrap2 .btmarea ul li .txts{
	box-sizing:border-box;
	display:flex;align-items:center;justify-content:center;
	width:100%;height:106px;
	border:1px solid #bbb;border-radius:60px;
}
.m24 .sec1 .conwrap2 .btmarea ul li .txts .num{font-family:"Lexend";font-size:16px;color:#7fc241;font-weight:500;}
.m24 .sec1 .conwrap2 .btmarea ul li .txts .tit{font-size:19px;color:#111;font-weight:500;}
.m24 .sec1 .conwrap2 .btmarea ul li .tip{margin-top:5px;color:#333;}

.m24 .sec2{padding:100px 0;background:#f1f1f1;}
.m24 .sec2 h5{margin:110px 0 30px;}
.m24 .sec2 .boxwrap{
	padding:50px 0;
	border-bottom:1px solid #ddd;
}
.m24 .sec2 .boxwrap:last-child{border:0;}
.m24 .sec2 .boxwrap .img{width:100%;}
.m24 .sec2 .boxwrap .info{
	box-sizing:border-box;
	width:100%;
	padding:5vh 0vh;
}
.m24 .sec2 .boxwrap .info .tit{font-size:30px;color:#000;font-weight:600;}
.m24 .sec2 .boxwrap .info .tit span{font-size:22px;}
.m24 .sec2 .boxwrap .info ul{margin-top:25px;}
.m24 .sec2 .boxwrap .info ul li{
	position:relative;
	padding-left:15px;
	font-size:16px;color:#333;font-weight:400;margin-bottom:10px;
}
.m24 .sec2 .boxwrap .info ul li:before{
	display:block;content:"";
	box-sizing:border-box;
	width:7px;height:7px;
	border:1px solid #999;border-radius:50%;
	position:absolute;left:0;top:10px;	
}

.m24 .sec3{padding:100px 0;}
.m24 .sec3 .img{
	margin:80px 0 0;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding:30px 30px;
	display:flex;flex-wrap:wrap;justify-content:center;
}
.m24 .sec3 .img img{margin:30px 30px;}



/* m24 일반공조 */
.m24_tabs>li{width:calc((100% - 10px) / 3);}
.m24 .m21_tabconwrap .tabcon .titlearea.t1>div{height:500px;}
.m24 .m21_tabconwrap .tabcon .titlearea.t1:before{
	background:url(/images/page/m23_t1_bg.jpg) no-repeat center;
	background-size:cover;
}
.m24 .m21_tabconwrap .tabcon .titlearea.t2:before{
	background:url(/images/page/m23_t2_bg.jpg) no-repeat center;
	background-size:cover;
}
.m24 .m21_tabconwrap .tabcon .titlearea.t3:before{
	background:url(/images/page/m23_t3_bg.jpg) no-repeat center;
	background-size:cover;
}
.infoimgs{
	box-sizing:border-box;
	padding:40px;
	border:1px solid #ddd;
	border-radius:10px;
	text-align:center;
}
.infoimgs .info{
	display:block;
	padding:50px 0 0;
	text-align:left;
}
.infoimgs .info .logoimg{margin-bottom:20px;}
.infoimgs .info .txt{font-size:16px;opacity:0;transform:translateY(40px);transition:all 1s;}
.infoimgs .info .txt.in-view{opacity:1;transform:translateY(0);transition:all 1s 0.3s;}


.m24 .m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs .exp dl:nth-child(1){
	background:url(/images/page/m23_t3_icon1.gif) no-repeat calc(100% - 30px) 50px;
}
.m24 .m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs .exp dl:nth-child(2){
	background:url(/images/page/m23_t3_icon2.gif) no-repeat calc(100% - 30px) 50px;	
}
.m24 .m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs .exp dl:nth-child(3){
	background:url(/images/page/m23_t3_icon3.gif) no-repeat calc(100% - 30px) 50px;
}
.m24 .m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs .exp dl:nth-child(4){
	background:url(/images/page/m23_t3_icon4.gif) no-repeat calc(100% - 30px) 50px;
}
.m24 .m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs .exp dl:nth-child(5){
	background:url(/images/page/m23_t3_icon5.gif) no-repeat calc(100% - 30px) 50px;
}
.m24 .m21_tabconwrap .tabcon .conwrap .boxwrap .con .imgs .exp dl:nth-child(6){
	background:url(/images/page/m23_t3_icon6.gif) no-repeat calc(100% - 30px) 50px;
}




/* m25 */
.m25{}
.m25 h5{font-size:28px;color:#000;font-weight:600;}
.m25 h5 span{font-family:"Lexend";font-size:16px;font-weight:500;color:#000;}
.m25 .sec1{padding-bottom:100px;}
.m25 .sec1 .conwrap{margin:100px 0 100px;}
.m25 .sec1 .conwrap .con{margin-bottom:50px;}
.m25 .sec1 .conwrap .con .txts{width:100%;margin-bottom:40px;}
.m25 .sec1 .conwrap .con .txts p{margin-top:25px;font-size:16px;color:#111;line-height:1.7em;}
.m25 .sec1 .conwrap .con .core{
	display:flex;justify-content:flex-end;flex-direction:column-reverse;
	max-width:582px;width:100%;margin:0 auto;
	text-align:center;
}
.m25 .sec1 .conwrap .con .core h6{margin-top:15px;font-size:16px;color:#7fc241;font-weight:600;}
.m25 .sec1 .conwrap .con .core ul{display:flex;justify-content:center;}
.m25 .sec1 .conwrap .con .core ul li{
	display:flex;align-items:center;justify-content:center;
	position:relative;
	width:120px;height:120px;
	background:rgba(127,194,65,0.8);
	border-radius:50%;
	margin:0 -11px;
	font-size:16px;color:#fff;font-weight:500;
}
.m25 .sec1 .conwrap .con .core ul li:after{
	display:block;content:"";
	width:10px;height:10px;
	background:url(/images/page/m25_sec1_plus.png) no-repeat;
	position:absolute;right:5px;top:50%;z-index:5;
	margin:-5px 0 0 0;
}
.m25 .sec1 .conwrap .con .core ul li:last-child:after{display:none;}
.m25 .sec1 .conwrap .imgs{}
.m25 .sec1 .conwrap .imgs img{margin-bottom:10px;}
.m25 .sec1 .conwrap2{}
.m25 .sec1 .conwrap2 h6{margin-top:75px;font-size:29px;color:#000;font-weight:600;}
.m25 .sec1 .conwrap2 p{margin-top:25px;font-size:19px;color:#111;line-height:1.7em;}
.m25 .sec1 .conwrap2 .line{margin:80px 0 0;}
.m25 .sec1 .conwrap2 .line .step{margin:90px 0 0;}
.m25 .sec1 .conwrap2 .line .step>ul{display:flex;flex-wrap:wrap;}
.m25 .sec1 .conwrap2 .line .step>ul>li{
	box-sizing:border-box;
	width:100%;
	margin:0 0 20px 0;
}
.m25 .sec1 .conwrap2 .line .step>ul>li .num{
	position:relative;
	display:flex;align-items:center;justify-content:center;
	width:100%;height:50px;
	background:#7fc241;
	font-family:"Lexend";font-size:16px;color:#fff;font-weight:600;text-align:center;
}
.m25 .sec1 .conwrap2 .line .step>ul>li .img{
	position:relative;
	margin:10px 0;
	background:#f5f5f5;
	text-align:center;
}
.m25 .sec1 .conwrap2 .line .step>ul>li:last-child .img:after{display:none;}
.m25 .sec1 .conwrap2 .line .step>ul>li .txts{
	box-sizing:border-box;
	position:relative;
	border:1px solid #ddd;
	padding:40px 30px;text-align:center;
}
.m25 .sec1 .conwrap2 .line .step>ul>li .txts:before{
	display:block;content:"";
	width:90px;height:4px;
	background:#7fc241;
	position:absolute;left:50%;top:0;
	margin-left:-45px;
}
.m25 .sec1 .conwrap2 .line .step>ul>li .txts .tit{font-size:21px;color:#000;font-weight:600;text-align:center;}
.m25 .sec1 .conwrap2 .line .step>ul>li .txts .tit span{display:block;font-size:17px;}
.m25 .sec1 .conwrap2 .line .step>ul>li .txts ul{display:inline-block;margin-top:20px;}
.m25 .sec1 .conwrap2 .line .step>ul>li .txts ul li{
	position:relative;
	padding-left:15px;
	font-size:16px;color:#333;font-weight:400;margin-bottom:10px;text-align:left;
}
.m25 .sec1 .conwrap2 .line .step>ul>li .txts ul li:before{
	display:block;content:"";
	box-sizing:border-box;
	width:7px;height:7px;
	border:1px solid #999;border-radius:50%;
	position:absolute;left:0;top:10px;	
}
.m25 .sec1 .conwrap2 .line .step>ul>li .tip{margin-top:10px;}
.m25 .sec1 .conwrap2 .line .step>ul>li .tip.and{margin-top:5px;}

.m25 .sec2{padding:100px 0;background:#f1f1f1;}
.m25 .sec2 .boxwrap{
	padding:80px 0;
	border-bottom:1px solid #ddd;
}
.m25 .sec2 .boxwrap:last-child{border:0;}
.m25 .sec2 .boxwrap h6{font-size:29px;color:#000;font-weight:600;}
.m25 .sec2 .boxwrap h6 + p{margin:30px 0 0;font-size:19px;color:#111;font-weight:500;}
.m25 .sec2 .boxwrap ul.list{
	display:flex;flex-wrap:wrap;justify-content:space-between;
	margin-top:50px;
}
.m25 .sec2 .boxwrap ul.list li{
	box-sizing:border-box;
	width:100%;
	border:1px solid #ddd;background:#fff;
	padding:50px;margin-bottom:2%;
	text-align:center;
}
.m25 .sec2 .boxwrap ul.list li .num{font-family:"Lexend";font-size:16px;font-weight:500;color:#7fc241;}
.m25 .sec2 .boxwrap ul.list li .txt{margin-top:20px;font-size:17px;color:#333;line-height:1.7em;}
.m25 .sec2 .boxwrap .imgs{margin-top:50px;}
.m25 .sec2 .boxwrap .imgs ul{display:flex;flex-wrap:wrap;justify-content:space-between;}
.m25 .sec2 .boxwrap .imgs ul li{
	box-sizing:border-box;
	width:100%;margin-bottom:20px;
	border:1px solid #7fc241;
}
.m25 .sec2 .boxwrap .imgs ul li .tit{
	padding:15px;
	background:#7fc241;
	font-size:21px;color:#fff;font-weight:600;text-align:center;
}
.m25 .sec2 .boxwrap .imgs ul li img{width:100%;}

.m25 .sec3{padding:100px 0;}
.m25 .sec3 .conwrap{
	box-sizing:border-box;
	margin:80px 0 90px;
	border:1px solid #7fc241;
}
.m25 .sec3 .conwrap h6{
	box-sizing:border-box;
	display:flex;align-items:center;justify-content:center;
	width:100%;
	padding:15px 30px;
	background:#7fc241;
	font-size:21px;color:#fff;font-weight:500;text-align:center;
}
.m25 .sec3 .conwrap>div{
	box-sizing:border-box;
	width:calc(100% - 0px);
	padding:40px;
}
.m25 .sec3 .conwrap>div .toparea{
	box-sizing:border-box;
	width:100%;
	border:1px solid #0097dc;
}
.m25 .sec3 .conwrap>div .toparea h7{
	display:block;box-sizing:border-box;
	width:100%;padding:15px;
	background:#0097dc;
	font-size:18px;color:#fff;font-weight:500;text-align:center;
}
.m25 .sec3 .conwrap>div .btmarea{
	width:100%;
	margin-top:20px;
	box-sizing:border-box;	
	border:1px solid #f15e21;
}
.m25 .sec3 .conwrap>div .btmarea h7{
	display:block;box-sizing:border-box;
	width:100%;padding:15px;
	background:#f15e21;
	font-size:21px;color:#fff;font-weight:500;text-align:center;
}
.m25 .sec3 .conwrap>div .con{padding:50px 0;}
.m25 .sec3 .conwrap>div .con>ul{display:flex;flex-wrap:wrap;justify-content:center;}
.m25 .sec3 .conwrap>div .con>ul>li{width:100%;text-align:center;margin-bottom:40px;}
.m25 .sec3 .conwrap>div .con>ul>li:last-child{margin-bottom:0;}
.m25 .sec3 .conwrap>div .con>ul>li .titarea{
	box-sizing:border-box;
	display:flex;align-items:center;justify-content:center;
	width:90%;height:130px;
	padding:0 50px;margin:0 auto;
	border:1px solid #ddd;border-radius:70px;
	text-align:center;
}
.m25 .sec3 .conwrap>div .con>ul>li .titarea .num{font-family:"Lexend";font-size:16px;font-weight:500;}
.m25 .sec3 .conwrap>div .con>ul>li .titarea .tit{font-size:19px;color:#000;font-weight:500;margin-top:10px;}
.m25 .sec3 .conwrap>div .con>ul>li ul{display:flex;flex-wrap:wrap;justify-content:center;width:170px;margin:10px auto 0;}
.m25 .sec3 .conwrap>div .con>ul>li ul li{
	position:relative;
	padding-left:10px;margin-right:10px;margin-bottom:5px;
	font-size:17px;color:#333;text-align:left;
}
.m25 .sec3 .conwrap>div .con>ul>li ul li:before{
	display:block;content:"";
	width:5px;height:2px;
	position:absolute;left:0;top:12px;
}

.m25 .sec3 .conwrap>div .toparea .con>ul>li .titarea .num{color:#0097dc;}
.m25 .sec3 .conwrap>div .toparea .con>ul>li ul li:before{background:#0097dc;}
.m25 .sec3 .conwrap>div .btmarea .con>ul>li .titarea .num{color:#f15e21;}
.m25 .sec3 .conwrap>div .btmarea .con>ul>li ul{display:inline-block;width:auto;}
.m25 .sec3 .conwrap>div .btmarea .con>ul>li ul li:before{background:#f15e21;}

.m25 .sec3 .conwrap2{
	border-top:1px solid #ddd;
}
.m25 .sec3 .conwrap2>div{
	display:flex;align-items:center;
	width:100%;
	box-sizing:border-box;	
	padding:35px 35px;
	border-bottom:1px solid #ddd;
}
.m25 .sec3 .conwrap2 ul{
	box-sizing:border-box;		
	padding:10px 0 0 80px;	
}
.m25 .sec3 .conwrap2>div:nth-child(1){
	background:url(/images/page/m25_sec3_icon1.gif) no-repeat left center;
	background-size:auto 80px;
}
.m25 .sec3 .conwrap2>div:nth-child(2){
	background:url(/images/page/m25_sec3_icon2.gif) no-repeat left center;
	background-size:auto 80px;
}
.m25 .sec3 .conwrap2>div:nth-child(3){
	background:url(/images/page/m25_sec3_icon3.gif) no-repeat left center;
	background-size:auto 80px;
}
.m25 .sec3 .conwrap2>div:nth-child(4){
	background:url(/images/page/m25_sec3_icon4.gif) no-repeat left center;
	background-size:auto 80px;
}
.m25 .sec3 .conwrap2 ul li{
	position:relative;
	padding-left:15px;
	font-size:17px;color:#333;font-weight:400;margin-bottom:10px;
}
.m25 .sec3 .conwrap2 ul li:before{
	display:block;content:"";
	box-sizing:border-box;
	width:7px;height:7px;
	border:1px solid #999;border-radius:50%;
	position:absolute;left:0;top:10px;	
}



/* 클린룸 EPC */
.m25{}
.m25 h5{font-size:30px;color:#7fc241;font-weight:600;}
.intro .tip{
	position:relative;
	padding-left:10px;margin-top:-20px;
	font-size:15px;
}
.intro .tip:before{
	display:block;content:"*";
	color:#7fc241;
	position:absolute;left:0;top:4px;
}
.m25 .epc{margin-top:35px;}
.m25 .epc .dia{width:100%;}
.m25 .epc .info{
	box-sizing:border-box;
	width:100%;
	margin-top:60px;
	border-top:1px solid #ddd;
}
.m25 .epc .info>ul{}
.m25 .epc .info>ul>li{
	padding:40px;
	border-bottom:1px solid #ddd;
}
.m25 .epc .info>ul>li .tit{margin-bottom:25px;}
.m25 .epc .info>ul>li .tit span{
	display:inline-block;
	padding:5px 18px;margin-right:10px;
	border-radius:20px;
	font-size:19px;font-weight:600;
}
.m25 .epc .info>ul>li .tit span.c1{background:#ecf6e3;color:#7fc241;}
.m25 .epc .info>ul>li .tit span.c2{background:#daedc8;color:#7fc241;}
.m25 .epc .info>ul>li .tit span.c3{background:#9fd171;color:#fff;}
.m25 .epc .info>ul>li .tit span.c4{background:#7fc241;color:#fff;}
.m25 .epc .info>ul>li .tit span.c5{background:#0097dc;color:#fff;}
.m25 .epc .info>ul>li>ul{}
.m25 .epc .info>ul>li>ul>li{
	position:relative;
	padding-left:15px;margin-bottom:10px;
	font-size:17px;color:#333;
}
.m25 .epc .info>ul>li>ul>li:before{
	display:block;content:"";
	box-sizing:border-box;
	width:7px;height:7px;
	border:1px solid #ccc;
	border-radius:50%;
	position:absolute;left:0;top:10px;
}
.m25 .epc .info>ul>li>ul>li:last-child{margin-bottom:0;}

.m25 .epc_process{margin:100px 0 0;}
.m25 .epc_process h5{font-size:30px;color:#7fc241;font-weight:600;}
.m25 .epc_process ul{
	display:flex;flex-wrap:wrap;justify-content:space-between;
	position:relative;
	margin:80px 0 0;padding:0 0 45px;
	text-align:center;
}
.m25 .epc_process ul:after{
	display:block;content:"";
	width:200%;height:1px;
	background:#ddd;
	position:absolute;left:-50%;bottom:10px;
}
.m25 .epc_process ul li{position:relative;width:25%;margin:20px 0;}
.m25 .epc_process ul li .icon{}
.m25 .epc_process ul li .num{margin:20px 0 10px;font-family:"Lexend";font-size:16px;color:#7fc241;font-weight:600;}
.m25 .epc_process ul li .tit{font-size:19px;color:#000;font-weight:600;}


.m25 .sec2 h5{margin-bottom:75px;font-size:30px;color:#7fc241;font-weight:600;}
.m25 .sec2 .imgs{}
.m25 .sec2 .imgs dl{margin-bottom:50px;}
.m25 .sec2 .imgs dl dt{font-size:24px;color:#000;font-weight:600;}
.m25 .sec2 .imgs dl dd{margin-top:25px;font-size:16px;color:#111;line-height:1.7em;}
.m25 .sec2 .imgs>div{margin-bottom:45px;padding-bottom:45px;border-bottom:1px solid #ddd;}
.m25 .sec2 .imgs>div:last-child{margin:0;padding:0;border:0;}





/* m26 */
.m26{}
.m26 h5{margin-bottom:80px;font-size:35px;color:#000;font-weight:600;}
.m26 .sec1{padding-bottom:100px;}
.m26 .sec1 .conwrap{padding:100px 0 0;}
.m26 .sec1 .conwrap .boxwrap{margin-bottom:130px;}
.m26 .sec1 .conwrap .boxwrap:last-child{margin-bottom:0;}
.m26 .sec1 .conwrap .boxwrap h6{
	padding:15px;margin-bottom:20px;
	font-size:21px;color:#fff;font-weight:600;text-align:center;
	background:#7fc241;
}
.m26 .sec1 .conwrap .boxwrap .imgs{}
.m26 .sec1 .conwrap .boxwrap .imgs>div{
	box-sizing:border-box;
	display:flex;flex-wrap:wrap;align-content:space-between;
	width:100%;
	border:1px solid #ddd;margin-bottom:20px;text-align:center;
}
.m26 .sec1 .conwrap .boxwrap .imgs>div .tit{
	width:90%;height:55px;
	margin:0 auto;
	border-top:1px solid #ddd;
	font-size:17px;color:#111;text-align:center;font-weight:600;line-height:55px;
}
.m26 .sec1 .conwrap .boxwrap .imgs>div.type2{border:0;}
.m26 .sec1 .conwrap .boxwrap .imgs>div.type2>div{
	box-sizing:border-box;
	width:100%;
	border:1px solid #ddd;
}
.m26 .sec1 .conwrap .boxwrap .info{margin-top:90px;}
.m26 .sec1 .conwrap .boxwrap .info dl{
	box-sizing:border-box;
	width:100%;
	border-top:2px solid #333;
	border-bottom:1px solid #ddd;
}
.m26 .sec1 .conwrap .boxwrap .info dl dt{
	padding:10px;
	font-size:19px;color:#000;font-weight:600;text-align:center;
	border-bottom:1px solid #333;
}
.m26 .sec1 .conwrap .boxwrap .info dl dd{padding:50px 25px;text-align:center;}
.m26 .sec1 .conwrap .boxwrap .info dl dd ul li{font-size:16px;color:#333;margin-bottom:10px;}
.m26 .sec1 .conwrap .boxwrap .info dl dd ul li:last-child{margin-bottom:0;}

.m26 .sec1 .conwrap .boxwrap:nth-child(2) .imgs{}
.m26 .sec1 .conwrap .boxwrap:nth-child(2) .imgs>div{
	box-sizing:border-box;
	padding:19px;
}
.m26 .sec1 .conwrap .boxwrap:nth-child(2) .imgs>div .tit{
	width:100%;
	padding-bottom:20px;margin-bottom:20px;
	font-size:21px;color:#7fc241;
	border:0;border-bottom:1px solid #ddd;
}

.m26 .sec1 .conwrap .boxwrap:nth-child(3) .imgs{background:#f5f5f5;}
.m26 .sec1 .conwrap .boxwrap:nth-child(3) .imgs>div{position:relative;border:0;}
.m26 .sec1 .conwrap .boxwrap:nth-child(3) .imgs>div:nth-child(2):before{
	display:block;content:"";
	width:1px;height:calc(100% - 40px);
	background:#ddd;
	position:absolute;left:0;top:20px;
}
.m26 .sec1 .conwrap .boxwrap:nth-child(3) .imgs>div:nth-child(2):after{
	display:block;content:"";
	width:1px;height:calc(100% - 40px);
	background:#ddd;
	position:absolute;right:0;top:20px;
}

.m26 .sec1 .conwrap #tab2 h6{margin-bottom:40px;font-size:29px;color:#000;font-weight:600;}
.patent{}
.patent .num{width:220px;}
.patent .name{width:calc(100% - 220px - 600px);}
.patent .date1{width:200px;}
.patent .date2{width:200px;}
.patent .num2{width:200px;}

.patent .title{display:none;}
.patent .title li{
	box-sizing:border-box;
	padding:15px;
	border-right:1px solid #ddd;
	font-size:17px;color:#000;font-weight:600;text-align:center;
}
.patent .title li:last-child{border-right:0;}
.patent .list{border-top:2px solid #000;}
.patent .list li{
	width:100%;
	padding:20px 0;
	border-bottom:1px solid #ddd;
}
.patent .list li>div{
	display:flex;
	width:100%;
	box-sizing:border-box;
	padding:15px;
	font-family:"Lexend";font-size:17px;color:#333;font-weight:300;text-align:left;
}
.patent .list li>div:last-child{border-right:0;}
.patent .list li>div .h_tit{display:block;font-weight:600;width:120px;text-align:left;}
.patent .list li>div .h_tit + div{width:calc(100% - 120px);}
.patent .list li>div .tit{
	box-sizing:border-box;
	font-family:"Noto Sans KR";font-weight:400;
}
.certificate{margin-top:180px;}
.certificate ul{display:flex;flex-wrap:wrap;}
.certificate ul li{
	box-sizing:border-box;
	width:100%;
	margin:0 0 3% 0;padding:19px;
	border:1px solid #ddd;
}
.certificate ul li img{width:100%;}
.certificate ul li .info{padding:30px 0 10px;text-align:center;}
.certificate ul li .info .tit{font-size:19px;color:#000;font-weight:600;}
.certificate ul li .info .num{font-size:16px;color:#555;}




/* 데이터센터 */
.m26{}
.m26 .intro{margin-bottom:100px;}
.m26 h5{font-size:30px;color:#7fc241;font-weight:600;}
.m26 .datacenter{}
.m26 .datacenter>div{
	display:flex;flex-wrap:wrap;justify-content:space-between;
	padding-bottom:50px;margin-bottom:50px;
	width:100%;
	border-bottom:1px solid #ddd;
}
.m26 .datacenter>div:last-child{padding:0;margin:0;border:0;}
.m26 .datacenter>div>div{width:100%;margin-bottom:;}
.m26 .datacenter>div>div.txts{
	display:flex;align-items:center;
	width:100%;
	margin-top:60px;
}
.m26 .datacenter>div>div.txts h6{margin-bottom:30px;font-size:30px;color:#000;font-weight:600;}
.m26 .datacenter>div>div.txts h6 sup{vertical-align:top;margin-top:10px;font-size:30px;color:#7fc241;}
.m26 .datacenter>div>div.txts h6 span{display:block;margin-top:10px;font-size:14px;font-weight:400;color:#444;}
.m26 .datacenter>div>div.txts h6 span span{display:inline-block;color:#7fc241;}
.m26 .datacenter>div>div.txts ul{}
.m26 .datacenter>div>div.txts ul li{
	position:relative;
	padding-left:15px;margin-bottom:10px;
	font-size:16px;color:#111;
}
.m26 .datacenter>div>div.txts ul li:last-child{margin-bottom:0;}
.m26 .datacenter>div>div.txts ul li:before{
	display:block;content:"";
	box-sizing:border-box;
	width:7px;height:7px;
	border:1px solid #ccc;border-radius:50%;
	position:absolute;left:0;top:10px;
}
.m26 .datacenter>div>div.txts>div{width:100%;}
.m26 .datacenter>div>div.txts>div>div{}
.m26 .datacenter>div>div.txts>div>div dl{width:100%;margin-bottom:40px;}
.m26 .datacenter>div>div.txts>div>div dl dt{font-size:19px;color:#000;font-weight:600;}
.m26 .datacenter>div>div.txts>div>div dl dd{margin-top:15px;}

.m26 .sec2{padding:100px 0;background:#f1f1f1;}
.m26 .sec2 h6{margin-bottom:30px;font-size:24px;color:#000;font-weight:600;}
.m26 .sec2 .boxwrap{
	padding-bottom:45px;margin-bottom:45px;border-bottom:1px solid #ddd;
}
.m26 .sec2 .boxwrap:last-child{margin:0;padding:0;border:0;}
.m26 .sec2 .boxwrap ul.txt{margin-bottom:45px;}
.m26 .sec2 .boxwrap ul.txt li{
	position:relative;
	padding-left:18px;margin-bottom:10px;
	font-size:18px;color:#111;
}
.m26 .sec2 .boxwrap ul.txt li:before{
	display:block;content:"";
	width:9px;height:9px;
	box-sizing:border-box;
	border:2px solid #7fc241;border-radius:50%;
	position:absolute;left:0;top:10px;
}
.m26 .sec2 .boxwrap ul.img{display:flex;flex-wrap:wrap;justify-content:space-between;}
.m26 .sec2 .boxwrap ul.img li{
	overflow:hidden;
	width:100%;
	border:1px solid #7fc241;border-radius:10px;
	background:#fff;
}
.m26 .sec2 .boxwrap ul.img li .tit{
	background:#7fc241;
	padding:15px 0;
	font-family:"Lexend";font-size:24px;color:#fff;font-weight:500;text-align:center;
}
.m26 .sec2 .boxwrap ul.img li .img{}
.m26 .sec2 .boxwrap ul.img li .txt{
	width:95%;
	box-sizing:border-box;
	margin:0 auto 10px;
	padding:10px 0;
	background:#f2f9ec;
	font-family:"Lexend";font-size:20px;color:#7fc241;font-weight:400;text-align:center;
}
.m26 .sec2 h7{display:block;margin:50px 0 40px;text-align:center;}
.m26 .sec2 h7 span{
	display:inline-block;
	padding:10px 30px;
	background:#7fc241;
	font-family:"Lexend","Noto Sans KR";font-size:22px;color:#fff;font-weight:500;text-align:center;
	border-radius:30px;
}
.m26 .sec2 h8{
	display:block;
	margin-bottom:30px;font-size:32px;color:#000;font-weight:600;text-align:center;
}
.m26 .sec2 h8 strong{color:#7fc241;}
.m26 .sec2 p{font-family:"Lexend";font-size:20px;color:#111;text-align:center;}
.m26 .sec2 .ida{margin:80px 0 100px;}
.m26 .sec2 .ida ul{display:flex;flex-wrap:wrap;justify-content:space-between;text-align:center;}
.m26 .sec2 .ida ul li {width:32%;}
.m26 .sec2 .ida ul li div{margin-top:20px;font-size:17px;}
.m26 .sec2 .type{margin-bottom:60px;}
.m26 .sec2 .type .tit{
	box-sizing:border-box;
	padding:15px;
	background:#7fc241;
	border-radius:10px;
	font-size:18px;color:#fff;font-weight:600;text-align:center;
}
.m26 .sec2 .type .con{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:20px; }
.m26 .sec2 .type .con img{width:100%;margin-bottom:20px;}
.m26 .sec2 .title{margin-bottom:80px;font-size:32px;color:#999;font-weight:600;}
.m26 .sec2 .title strong{color:#000;}

.m26 .sec3{padding:100px 0;}
.m26_tabs>li{width:calc((100% - 5px) / 2);}
.m26 .m21_tabconwrap .tabcon .titlearea h5{opacity:1;transform:translateY(0);}
.m26 .m21_tabconwrap .tabcon .titlearea.t1:before{
	background:url(/images/page/m26_t1_bg.jpg) no-repeat center;
	background-size:cover;
}
.m26 .m21_tabconwrap .tabcon .titlearea.t2:before{
	background:url(/images/page/m26_t2_bg.jpg) no-repeat center;
	background-size:cover;
}



/* m28 */
.m28 .sec2 h5{color:#000;margin-bottom:0;}



/* m29 */
.m29 h5{color:#000;}
.m21_tabwrap_mobile{margin-bottom:35px;}
.m29_tabwrap .fix{
	position:relative;left:0;top:0;
	background:#fff;
}
.m29_tabwrap .thisPage{
	display:block;
	position:relative;
	width:100%;height:60px;
	background:#0097dc;
	font-size:25px;color:#fff;font-weight:500;text-align:center;line-height:60px;
}
.m29_tabwrap .thisPage:after{
	display:block;content:"";
	width:10px;height:10px;
	border-right:2px solid #fff;border-bottom:2px solid #fff;
	transform:rotate(45deg);
	position:absolute;right:30px;top:50%;
	margin:-5px 0 0 0;
}
.m29_tabs>li{width:100%;}

.m29 .m29_top{
	padding:60px 0 0;
	background:url(/images/page/m29_top_bg.jpg) no-repeat center top;
	background-size:100% auto;
	text-align:center;
}
.m29 .m29_top h4{font-size:32px;color:#000;font-weight:600;}
.m29 .m29_top p{margin-top:30px;font-size:16px;color:#000;}
.m29 .box1{padding:120px 0 0;}
.m29 .box1 .titlearea{}
.m29 .box1 .titlearea h5{opacity:1;transform:translateY(0);margin:0;font-size:30px;color:#000;font-weight:600;}
.m29 .box1 .titlearea h5 span{font-family:"Lexend";font-size:30px;font-weight:300;}
.m29 .box1 .titlearea ul{display:flex;flex-wrap:wrap;justify-content:space-between;margin:20px 0 40px;}
.m29 .box1 .titlearea ul li{
	box-sizing:border-box;
	width:49%;
	margin-bottom:10px;padding:5px 30px;
	background:#f5f5f5;border-radius:20px;
	font-size:14px;color:#000;font-weight:600;text-align:center;
}
.m29 .box1 .con{position:relative;margin-top:30px;text-align:center;}
.m29 .box1 .con>img{}
.m29 .box1 .con>ul{display:flex;flex-wrap:wrap;justify-content:space-between;}
.m29 .box1 .con>ul>li{
	box-sizing:border-box;
	width:49%;
	padding:20px;margin:10px 0;
	border:1px solid #ddd;border-radius:10px;
}
.m29 .box1 .con>ul>li .num{
	display:flex;align-items:center;justify-content:center;
	width:100%;height:40px;
	border-radius:10px;
	font-family:"Lexend";font-size:20px;font-weight:600;text-align:center;color:#fff;
}
.m29 .box1 .con>ul>li .txts{
	box-sizing:border-box;
	width:calc(100% - 0px);
	margin-top:20px;
}
.m29 .box1 .con>ul>li .txts>dl{}
.m29 .box1 .con>ul>li .txts>dl>dt{font-size:20px;color:#333;font-weight:500;}
.m29 .box1 .con>ul>li .txts>dl>dd{margin-top:20px;}
.m29 .box1 .con>ul>li .txts>dl>dd>ul{display:flex;flex-wrap:wrap;}
.m29 .box1 .con>ul>li .txts>dl>dd>ul>li{font-size:17px;color:#333;text-align:left;}

.m29 .box1 .con>ul>li:nth-child(odd) .num{background:#7fc241;}
.m29 .box1 .con>ul>li:nth-child(even) .num{background:#0097dc;}


.m29 .box2{padding:100px 0 90px;border-bottom:1px solid #ddd;}
.m29 .box2 h4{font-family:"Lexend";color:#7fc241;font-size:16px;font-weight:600;}
.m29 .box2 h5{opacity:1;transform:translateY(0);font-size:32px;margin:30px 0 35px}
.m29 .box2 p{font-size:16px;color:#000;font-weight:500;line-height:1.6em;}
.m29 .box2 .cfd{margin:80px 0 0;}
.m29 .box2 .cfd .tit1{
	padding:20px;
	background:#7fc241;
	font-family:"Lexend";font-size:21px;color:#fff;font-weight:600;text-align:center;
}
.m29 .box2 .cfd .tit2{
	padding:7px;margin:20px 0 10px;
	background:#f5f5f5;
	border-radius:20px;
	font-family:"Lexend";font-size:20px;color:#888;font-weight:600;text-align:center;
}
.m29 .box2 .cfd ul{}
.m29 .box2 .cfd ul li{
	box-sizing:border-box;
	border:1px solid #ddd;
	width:100%;
	padding:20px;
	text-align:center;
}
.m29 .box2 .cfd ul li .tit3{
	padding-bottom:20px;margin-bottom:20px;
	border-bottom:1px solid #ddd;
	font-size:21px;color:#7fc241;font-weight:600;
}

.m29 .box3{padding:90px 0 90px;border-bottom:1px solid #ddd;}
.m29 .box3 .fem{}
.m29 .box3 .fem .box{
	box-sizing:border-box;
	margin-top:20px;padding:20px;
	border:1px solid #ddd;
}
.m29 .box3 .fem .box .tit2{
	margin:0;background:0;padding-bottom:25px;
	border-bottom:1px solid #ddd;
	border-radius:0;
	font-size:21px;color:#7fc241;font-weight:600;text-align:center;
}
.m29 .box3 .fem .box:nth-child(2) .con{/* 첫번째 박스 */
	position:relative;
	display:flex;flex-wrap:wrap;justify-content:space-between;
	margin-top:20px;
	text-align:center;
}
.m29 .box3 .fem .box:nth-child(2) .con>div{width:49%;}
.m29 .box3 .fem .box:nth-child(2) .con>div img:nth-child(1){padding-bottom:20px;border-bottom:1px solid #ddd;margin-bottom:20px;}
.m29 .box3 .fem .box:nth-child(3) .con{
	position:relative;
	margin-top:20px;
	text-align:center;
}

.m29 .box4{padding:90px 0 90px;border-bottom:1px solid #ddd;}
.m29 .box4 .con{
	display:flex;flex-wrap:wrap;justify-content:space-between;
	margin-top:20px;
}

.m29 .box5{padding:90px 0 90px;border-bottom:1px solid #ddd;}
.m29 .box5 h5{margin-top:0;}
.m29 .box5 .con{margin-top:20px;}
.m29 .box5 .con .imgs{display:flex;flex-wrap:wrap;justify-content:space-between;}
.m29 .box5 .con .imgs>div{
	box-sizing:border-box;
	width:100%;
}
.m29 .box5 .con .imgs>div>div{
	padding:0 20px 20px;
	border:1px solid #ddd;
}
.m29 .box5 .con .imgs>div .tit{
	padding:20px 0;margin-bottom:20px;
	border-bottom:1px solid #ddd;
	font-size:21px;color:#7fc241;text-align:center;font-weight:600;
}
.m29 .box5 .con .imgs>div dl{
	box-sizing:border-box;
	width:100%;
	margin-top:20px;
	border-top:2px solid #333;
	border-bottom:1px solid #ddd;
}
.m29 .box5 .con .imgs>div dl dt{
	padding:10px;
	font-size:19px;color:#000;font-weight:600;text-align:center;
	border-bottom:1px solid #333;
}
.m29 .box5 .con .imgs>div dl dd{padding:30px 0 40px;text-align:center;}
.m29 .box5 .con .imgs>div dl dd ul{display:block;}
.m29 .box5 .con .imgs>div dl dd ul li{
	border:0;padding:0;margin:8px 0;
	width:100%;
	font-size:17px;color:#333;text-align:center;
}
.m29 .box5 .con .imgs>div dl dd ul li:last-child{margin-bottom:0;}

.m29 .box6{padding:90px 0 90px;border-bottom:1px solid #ddd;}
.m29 .box6 h5{margin-top:0;}
.m29 .box6 .con{margin-top:20px;}

.m29 .box7{border-bottom:0;}
.m29 .box7 .con .imgs>div{margin-bottom:20px;}



	




/* m31 */
.lnb{display:none;position:absolute;left:0;top:160px;z-index:1000;transition:all 0.4s;}
.lnb li{
	position:relative;
	padding-left:40px;
	margin-bottom:10px;
}
.lnb li.on:before{
	display:block;content:"";
	width:30px;height:2px;
	background:#0097dc;
	position:absolute;left:0;top:12px;
}
.lnb li a{font-size:16px;color:#888;font-weight:500;}
.lnb li.on a{color:#0097dc;}

.lnb.on{position:fixed;left:0;top:160px;}

.m31{position:relative;}
.m31 .titlearea{
	position:relative;
	display:flex;justify-content:flex-end;
	padding:260px 0 0;
}
.m31 .titlearea:before{
	display:block;content:"";
	width:calc(100% + 22vw);height:100%;
	position:absolute;left:-11vw;top:0;
}
.m31 .sec1 .titlearea:before{
	background:url(/images/page/m31_title_bg1.jpg) no-repeat center;
	background-size:cover;
}
.m31 .sec2 .titlearea:before{
	background:url(/images/page/m31_title_bg2.jpg) no-repeat center;
	background-size:cover;
}
.m31 .titlearea>div{
	position:relative;z-index:10;
	display:flex;align-items:center;
	box-sizing:border-box;
	width:calc(100% + 22vw);height:340px;
	padding:0 7vw;
	background:#fff;
}
.m31 .titlearea>div:after{
	display:block;content:"";
	width:100%;height:100%;
	background:#fff;
	position:absolute;left:100%;top:0;
}
.m31 .titlearea h4{font-size:36px;color:#000;font-weight:600;}
.m31 .titlearea h4 span{
	display:block;
	font-family:"Lexend";font-size:17px;color:#7fc241;font-weight:500;
	margin-bottom:20px;
}
.m31 .titlearea p{margin-top:30px;font-size:16px;color:#111;line-height:1.5em;}
.m31 .titlearea a.btnDown{
	box-sizing:border-box;
	display:inline-block;
	padding:0 9px 0 28px;margin-top:30px;
	height:50px;
	border:1px solid #7fc241;border-radius:25px;
	font-size:16px;color:#333;line-height:48px;font-weight:500;
	transition:all 0.24s;
}
.m31 .titlearea a.btnDown i.icon{
	display:inline-block;vertical-align:top;
	width:22px;height:18px;
	margin:17px 10px 0 0;
	background:url(/images/page/m21_down_icon1.png) no-repeat;
	transition:all 0.24s;
}
.m31 .titlearea a.btnDown i.arr{
	display:inline-block;vertical-align:top;
	width:30px;height:30px;
	margin:8px 0 0 20px;
	border-radius:50%;
	background:#7fc241 url(/images/page/m21_down_arr1.png) no-repeat center;
	transition:all 0.24s;
}
.m31 .titlearea a.btnDown:hover{border:1px solid #fff;background:#7fc241;color:#fff;}
.m31 .titlearea a.btnDown:hover i.icon{background:url(/images/page/m21_down_icon2.png) no-repeat;}
.m31 .titlearea a.btnDown:hover i.arr{
	background:#fff url(/images/page/m21_down_arr2.png) no-repeat center;
}


.m31 .sec1{}
.m31 .conwrap{}
.m31 .conwrap .boxwrap{
	position:relative;
	padding:100px 0;
}
.m31 .conwrap .boxwrap:first-child{padding:100px 0 100px;}
.m31 .conwrap .boxwrap .box{
	position:relative;z-index:10;
	box-sizing:border-box;
	padding:80px 0 20px;
}
.m31 .conwrap .boxwrap .box:first-child{border-top:2px solid #333;}
.m31 .conwrap .boxwrap .box h5{width:100%;}
.m31 .conwrap .boxwrap .box h5 .num{margin-bottom:10px;font-family:"Lexend";font-size:30px;color:#7fc241;font-weight:500;}
.m31 .conwrap .boxwrap .box h5 .tit{font-size:28px;color:#000;font-weight:600;}
.m31 .conwrap .boxwrap .box .con{
	box-sizing:border-box;
	width:calc(100% - 00px);margin-top:40px;
}
.m31 .conwrap .boxwrap .box .con h6{font-size:30px;color:#000;font-weight:600;}
.m31 .conwrap .boxwrap .box .con h6.type2{font-size:21px;color:#000;font-weight:600;}
.m31 .conwrap .boxwrap .box .con h6.type2 span{font-size:17px;color:#555;font-weight:400;}
.m31 .conwrap .boxwrap .box .con dl{margin:25px 0 50px;}
.m31 .conwrap .boxwrap .box .con dl dt{font-size:18px;color:#111;font-weight:500;}
.m31 .conwrap .boxwrap .box .con dl dd{font-size:16px;color:#555;margin-top:5px;}
.m31 .conwrap .boxwrap .box .con .dl{padding-bottom:50px;margin-bottom:50px;border-bottom:1px solid #ddd;}
.m31 .conwrap .boxwrap .box .con .dl dl{display:flex;padding:0;margin:0 0 10px;}
.m31 .conwrap .boxwrap .box .con .dl dl dt{
	position:relative;
	width:155px;
	padding-right:15px;margin-right:15px;
	font-size:18px;color:#333;font-weight:600;line-height:1.5em;
}
.m31 .conwrap .boxwrap .box .con .dl dl.color dt{color:#0097dc;}
.m31 .conwrap .boxwrap .box .con .dl dl dt:after{
	display:block;content:"";
	width:1px;height:14px;
	background:#ddd;
	position:absolute;right:0;top:7px;
}
.m31 .conwrap .boxwrap .box .con .dl dl dd{
	margin:0;
	font-size:16px;color:#333;font-weight:500;line-height:1.5em;
}
.m31 .conwrap .boxwrap .box .con .dl dl dd strong{font-weight:500;color:#0097dc;}
.m31 .conwrap .boxwrap .box .con ul{
	display:flex;justify-content:center;
	margin:45px auto 50px;width:100%;
}
.m31 .conwrap .boxwrap .box .con ul li{
	box-sizing:border-box;
	display:flex;align-items:center;justify-content:center;
	width:130px;height:130px;
	margin:0 -10px;padding:0 20px;
	border:1px solid #ddd;border-radius:50%;
	text-align:center;
}
.m31 .conwrap .boxwrap .box .con ul li .num{font-family:"Lexend";font-size:14px;color:#0097dc;font-weight:500;}
.m31 .conwrap .boxwrap .box .con ul li .tit{margin-top:5px;font-size:16px;color:#000;font-weight:500;}

.m31 .conwrap .boxwrap .box .con .aa ul{display:flex;flex-wrap:wrap;justify-content:flex-start;margin:0;width:100%;}
.m31 .conwrap .boxwrap .box .con .aa ul li{	
	display:block;
	width:50%;height:auto;
	border:0;margin:0 0 50px 0;padding:0;border-radius:0;
	text-align:center;
}
.m31 .conwrap .boxwrap .box .con .aa ul li:nth-child(3n){margin-right:0;}
.m31 .conwrap .boxwrap .box .con .aa ul li .num{margin:25px 0 0;font-size:20px;color:#7fc241;}
.m31 .conwrap .boxwrap .box .con .aa ul li .tit{}

.m31 .conwrap .boxwrap .box .con .table{overflow:hidden;overflow-x:auto;margin:20px 0 0;}
.m31 .conwrap .boxwrap .box .con .table table{
	border-collapse:collapse;
	width:100%;
	border-top:2px solid #333;
}
.m31 .conwrap .boxwrap .box .con .table table th{
	padding:15px;
	border-bottom:1px solid #ddd;
	font-size:17px;color:#000;font-weight:600;text-align:left;
}
.m31 .conwrap .boxwrap .box .con .table table td{
	padding:15px;
	border-bottom:1px solid #ddd;
	font-size:17px;color:#333;font-weight:400;text-align:left;
}
.m31 .conwrap .boxwrap .box .con .table table.type2{}
.m31 .conwrap .boxwrap .box .con .table table.type2 th{
	border:1px solid #ddd;
	text-align:center;
}
.m31 .conwrap .boxwrap .box .con .table table.type2 th>div{display:flex;justify-content:space-between;}
.m31 .conwrap .boxwrap .box .con .table table.type2 th span{font-size:14px;}
.m31 .conwrap .boxwrap .box .con .table table.type2 sup,
.m31 .conwrap .boxwrap .box .con .table table.type2 sub{font-size:11px;}
.m31 .conwrap .boxwrap .box .con .table table.type2 td{
	border:1px solid #ddd;
	text-align:center;
}
.m31 .conwrap .boxwrap .box .con .table table.type2 th:first-child,
.m31 .conwrap .boxwrap .box .con .table table.type2 td:first-child{border-left:0;}
.m31 .conwrap .boxwrap .box .con .table table.type2 th:last-child,
.m31 .conwrap .boxwrap .box .con .table table.type2 td:last-child{border-right:0;}
.m31 .conwrap .boxwrap .box .con .table table.type2 .bb th,
.m31 .conwrap .boxwrap .box .con .table table.type2 .bb td{border-bottom:1px solid #111;}
.m31 .conwrap .boxwrap .box .con .imgs{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:90px;}
.m31 .conwrap .boxwrap .box .con .imgs>div{width:100%;margin-bottom:40px;}
.m31 .conwrap .boxwrap .box .con .imgs>div img{margin-top:20px;}
.m31 .conwrap .boxwrap:nth-child(2){}
.m31 .conwrap .boxwrap:nth-child(2):after{
	display:block;content:"";
	width:200%;height:100%;
	background:#f1f1f1;
	position:absolute;left:-50%;top:0;
}

.m31 .sec2{}
.m31 .conwrap .boxwrap .box .con ul.char{
	display:block;
	width:100%;margin:0;
}
.m31 .conwrap .boxwrap .box .con ul.char li{
	width:100%;height:auto;
	margin:0 0 2% 0;padding:45px;
	border-radius:0;
}
.m31 .conwrap .boxwrap .box .con ul.char li .num{font-size:16px;color:#7fc241;}
.m31 .conwrap .boxwrap .box .con ul.char li .tit{margin:20px 0 10px;}
.m31 .conwrap .boxwrap .box .con ul.char li .txt{font-size:17px;color:#111;line-height:1.7em;}





/* m32 */
.m32{}
.m32 .sec1{padding-bottom:100px;}
.m32 .sec1 .tabmenu{display:flex;margin-bottom:120px;box-shadow:1px 1px 0px #ddd inset,-1px -1px 0px #ddd inset;}
.m32 .sec1 .tabmenu li{
	box-sizing:border-box;
	width:50%;
	border-right:1px solid #ddd;
}
.m32 .sec1 .tabmenu li a{
	display:flex;align-items:center;justify-content:center;
	width:100%;height:70px;
	font-size:23px;color:#888;text-align:center;
}
.m32 .sec1 .tabmenu li.on a{background:#0097dc;color:#fff;}
.m32 .sec1 .conwrap{}
.m32 .sec1 .conwrap h4{font-size:48px;color:#7fc241;font-weight:600;}
.m32 .sec1 .conwrap h4 + p{margin:25px 0 75px;font-size:19px;color:#111;font-weight:500;line-height:1.6em;}
.m32 .sec1 .conwrap h5{font-size:29px;color:#000;font-weight:600;}
.m32 .sec1 .conwrap .re100{position:relative;margin:50px 0 0;}
.m32 .sec1 .conwrap .re100 ul{}
.m32 .sec1 .conwrap .re100 ul li{
	box-sizing:border-box;
	width:100%;
	margin:0 0 40px 0;
	text-align:center;
}
.m32 .sec1 .conwrap .re100 ul li .titarea{
	display:flex;align-items:center;justify-content:center;
	position:relative;
	width:100%;height:104px;
	margin-bottom:35px;
	border:1px solid #bbb;
	border-radius:55px;
}
.m32 .sec1 .conwrap .re100 ul li .titarea:after{
	display:block;content:"";
	width:7px;height:14px;
	background:url(/images/page/m24_sec1_btm_arr2.png) no-repeat;
	position:absolute;right:25px;top:50%;
	transform:rotate(90deg);
	margin:-7px 0 0 0;
}
.m32 .sec1 .conwrap .re100 ul li:last-child .titarea:after{display:none;}
.m32 .sec1 .conwrap .re100 ul li .titarea .num{font-family:"Lexend";font-size:16px;color:#7fc241;font-weight:500;}
.m32 .sec1 .conwrap .re100 ul li .titarea .tit{font-size:19px;color:#000;font-weight:600;}
.m32 .sec1 .conwrap .re100 ul li .txtarea{
	padding:0 20px;
	font-size:17px;color:#333;line-height:1.7em;
}
.m32 .sec1 .conwrap .re100 ul li .txtarea>span{font-size:15px;}
.m32 .sec1 .conwrap .re100 ul li .txtarea dl{
	padding-bottom:30px;margin-bottom:30px;
	border-bottom:1px solid #ddd;
	line-height:1.7em;
}
.m32 .sec1 .conwrap .re100 ul li .txtarea dl:last-child{padding-bottom:0;border-bottom:0;margin-bottom:0;}
.m32 .sec1 .conwrap .re100 ul li .txtarea dl dt{font-size:17px;color:#333;font-weight:500;}
.m32 .sec1 .conwrap .re100 ul li .txtarea dl dd{font-size:17px;color:#333;}
.m32 .sec1 .conwrap .re100 .tip{
	display:none;
	position:absolute;right:0;top:0;
	width:calc(80%);
	text-align:center;
}
.m32 .sec1 .conwrap .re100 .tip:before{
	display:block;content:"";
	width:100%;height:1px;
	background:#7fc241;
	position:absolute;left:0;top:50%;
}
.m32 .sec1 .conwrap .re100 .tip>div:before{
	display:block;content:"";
	width:1px;height:100%;
	background:#7fc241;
	position:absolute;left:0;top:0;
}
.m32 .sec1 .conwrap .re100 .tip>div:after{
	display:block;content:"";
	width:1px;height:100%;
	background:#7fc241;
	position:absolute;right:0;top:0;
}
.m32 .sec1 .conwrap .re100 .tip>div>span{
	display:inline-block;
	position:relative;z-index:10;
	padding:0 5px;
	background:#fff;
	font-size:17px;color:#7fc241;
}

.m32 .sec2{padding:100px 0;background:#f1f1f1;}
.m32 .sec2 h4{font-size:36px;color:#7fc241;font-weight:600;}
.m32 .sec2 h4 + p{margin:25px 0 75px;font-size:16px;color:#111;font-weight:500;line-height:1.6em;}
.m32 .sec2 .img{position:relative;display:flex;flex-wrap:wrap;}
.m32 .sec2 .img>li{position:relative;z-index:10;box-sizing:border-box;width:50%;padding:0 2%;margin-bottom:10px;text-align:center;}
.m32 .sec2 .img>li:nth-child(1){width:100%}

.m32 .sec2 .step{
	display:flex;flex-wrap:wrap;justify-content:center;
	position:relative;
	margin:120px 5%;
}
.m32 .sec2 .step:before{
	display:block;content:"";
	width:200%;height:1px;
	border-bottom:1px dashed #ddd;
	position:absolute;left:-50%;top:50%;
	margin-top:-1px;
}
.m32 .sec2 .step>li{
	display:none;
	box-sizing:border-box;
	position:relative;z-index:10;
	width:100%;
	margin:0 -30px;
	padding:50px;
	text-align:center;
}
.m32 .sec2 .step>li.mbbr{display:block;margin:0;padding:0;}
.m32 .sec2 .step>li:nth-child(1){background:#dfdfdf;}
.m32 .sec2 .step>li:nth-child(2){background:#a8d6eb;}
.m32 .sec2 .step>li:nth-child(3){background:#b2d790;}
.m32 .sec2 .step>li:nth-child(4){background:#7fc241;}
.m32 .sec2 .step>li>div{display:flex;align-items:center;justify-content:center;}
.m32 .sec2 .step>li .numarea{height:50%;}
.m32 .sec2 .step>li .numarea .Num{margin-top:15px;font-family:"Lexend";font-size:16px;color:#333;font-weight:500;}
.m32 .sec2 .step>li:nth-child(4) .numarea .Num{color:#fff;}
.m32 .sec2 .step>li .txtarea{height:50%;font-size:17px;color:#333;line-height:1.6em;}
.m32 .sec2 .step>li:nth-child(4) .txtarea{color:#fff;}
.m32 .sec2 .con{
	padding:50px 0;
	background:#fff;
}
.m32 .sec2 .con>li{
	box-sizing:border-box;
	width:100%;
	padding:40px 5vw;
	text-align:center;
}
.m32 .sec2 .con>li:nth-child(2){border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
.m32 .sec2 .con>li .icon{}
.m32 .sec2 .con>li .tit{margin:30px 0 25px;font-size:19px;color:#7fc241;font-weight:600;}
.m32 .sec2 .con>li dl{}
.m32 .sec2 .con>li dl dt{font-size:17px;color:#111;font-weight:600;}
.m32 .sec2 .con>li dl dd{margin-top:10px;font-size:17px;color:#333;line-height:1.6em;}





/* m322 */
.m322{}
.m322 .conwrap h5{margin-top:65px;font-size:29px;color:#000;font-weight:600;}
.m322 .conwrap h5 + p{margin:25px 0 0;font-size:19px;color:#111;font-weight:500;line-height:1.6em;}
.m322 .sec1 .conwrap .solar{padding:120px 0 0;}
.m322 .sec1 .conwrap .solar img{}
.m322 .conwrap .imgarea{margin:90px 0 100px}
.m322 .conwrap .imgarea ul{}
.m322 .conwrap .imgarea ul li{
	box-sizing:border-box;
	width:100%;margin-bottom:20px;
	border:1px solid #7fc241;
	text-align:center;
}
.m322 .conwrap .imgarea ul li .tit{
	padding:15px;
	background:#7fc241;
	font-size:21px;color:#fff;font-weight:600;
}
.m322 .conwrap .imgarea ul li img{width:100%;}
.m322 .sec1 .conwrap .solarSystem{}
.m322 .sec1 .conwrap .solarSystem .step{margin-top:80px;}

.m322 .sec2{}
.m322 .sec2 .conwrap .service{margin-top:50px;}
.m322 .sec2 .conwrap .service .boxwrap{margin-bottom:20px;}
.m322 .sec2 .conwrap .service .boxwrap h6{
	box-sizing:border-box;
	display:flex;align-items:center;justify-content:center;
	width:100%;
	padding:15px;
	font-size:22px;color:#fff;font-weight:600;text-align:center;
}
.m322 .sec2 .conwrap .service .boxwrap:nth-child(1) h6{background:#7fc241;}
.m322 .sec2 .conwrap .service .boxwrap:nth-child(2) h6{background:#0097dc;}
.m322 .sec2 .conwrap .service .boxwrap .list{
	box-sizing:border-box;
	display:flex;flex-wrap:wrap;justify-content:space-between;
	width:calc(100% - 0px);padding:20px 0;
}
.m322 .sec2 .conwrap .service .boxwrap .list dl{
	box-sizing:border-box;
	display:flex;align-items:center;
	width:100%;
	margin-bottom:20px;padding:30px 0;
	background:#fff;
	text-align:center;
}
.m322 .sec2 .conwrap .service .boxwrap .list dl:last-child{margin-bottom:0;}
.m322 .sec2 .conwrap .service .boxwrap .list dl dt{
	width:140px;
	font-size:19px;color:#000;font-weight:600;
}
.m322 .sec2 .conwrap .service .boxwrap .list dl dt .tit{margin-top:15px;}
.m322 .sec2 .conwrap .service .boxwrap .list dl dd{
	width:calc(100% - 140px);text-align:left;
	padding:25px 5vw;
	border-left:1px solid #ddd;
}
.m322 .sec2 .conwrap .service .boxwrap .list dl dd ul{}
.m322 .sec2 .conwrap .service .boxwrap .list dl dd ul li{
	position:relative;
	padding-left:10px;margin-bottom:5px;
	font-size:16px;color:#333;
}
.m322 .sec2 .conwrap .service .boxwrap .list dl dd ul li:last-child{margin-bottom:0;}
.m322 .sec2 .conwrap .service .boxwrap .list dl dd ul li:before{
	display:block;content:"";
	width:4px;height:2px;
	position:absolute;left:0;top:12px;
}
.m322 .sec2 .conwrap .service .boxwrap:nth-child(1) .list dl dd ul li:before{background:#7fc241;}
.m322 .sec2 .conwrap .service .boxwrap:nth-child(2) .list dl dd ul li:before{background:#0097dc;}

.m322 .sec2 .conwrap .serviceBtm{
	display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:80px;padding-bottom:30px;
	border-bottom:1px solid #ddd;
}
.m322 .sec2 .conwrap .serviceBtm .boxwrap{width:100%;}
.m322 .sec2 .conwrap .serviceBtm .boxwrap .tit{
	overflow:hidden;
	display:flex;flex-wrap:wrap;justify-content:center;
	position:relative;
	border:30px solid #fff;border-radius:160px;
	background:#dfdfdf;
}
.m322 .sec2 .conwrap .serviceBtm .boxwrap .tit h6{
	display:flex;align-items:center;justify-content:center;
	width:100%;height:100px;
	
	font-size:29px;color:#000;font-weight:600;text-align:center;
}
.m322 .sec2 .conwrap .serviceBtm .boxwrap .tit>div{
	display:flex;align-items:center;justify-content:center;
	width:150px;height:150px;
	border-radius:50%;
	background:#fff;
	text-align:center;
}
.m322 .sec2 .conwrap .serviceBtm .boxwrap .tit>div:nth-child(2){left:5px;}
.m322 .sec2 .conwrap .serviceBtm .boxwrap .tit>div:nth-child(3){right:5px;}
.m322 .sec2 .conwrap .serviceBtm .boxwrap .tit>div .tit{
	margin-top:15px;border:0;font-size:21px;color:#555;font-weight:600;
	background:0;margin-bottom:0;
}
.m322 .sec2 .conwrap .serviceBtm .boxwrap .con{
	display:flex;justify-content:center;
	background:0;
}
.m322 .sec2 .conwrap .serviceBtm .boxwrap .con dl{
	box-sizing:border-box;
	position:relative;
	width:200px;height:200px;
	border:1px solid #bbb;border-radius:50%;
	margin:0 -10px;padding:50px 0 0;
	text-align:center;
}
.m322 .sec2 .conwrap .serviceBtm .boxwrap .con dl:first-child:after{
	display:block;content:"+";
	position:absolute;right:1px;top:50%;
	font-size:30px;color:#7fc241;font-weight:400;
	transform:translateY(-50%);
}
.m322 .sec2 .conwrap .serviceBtm .boxwrap .con dl dt{
	margin-bottom:10px;
	font-size:17px;color:#7fc241;font-weight:600;
}
.m322 .sec2 .conwrap .serviceBtm .boxwrap .con dl dd ul{display:flex;flex-wrap:wrap;padding:0 5vw;}
.m322 .sec2 .conwrap .serviceBtm .boxwrap .con dl dd ul li{
	width:100%;
	font-size:14px;color:#333;margin-bottom:5px;
}
.m322 .sec2 .conwrap .serviceBtm .boxwrap .con dl dd ul li.w2{width:50%;}
.m322 .sec2 .conwrap .serviceBtm .boxwrap .con dl dd ul li:last-child{margin-bottom:0;}
.m322 .sec2 .conwrap .serviceBtm .boxwrap .con dl dd ul li:before{
	display:inline-block;content:"-";
	color:#7fc241;
	margin-right:5px;
}
.m322 .sec2 .conwrap .imgarea{margin-bottom:0;}





/* m33 */
.m33{}
.m33 .sec1{padding-bottom:200px;}
.m33 .sec1 .tabmenu{display:flex;margin-bottom:120px;box-shadow:1px 1px 0px #ddd inset,-1px -1px 0px #ddd inset;}
.m33 .sec1 .tabmenu li{
	box-sizing:border-box;
	width:50%;
	border-right:1px solid #ddd;
}
.m33 .sec1 .tabmenu li a{
	display:flex;align-items:center;justify-content:center;
	width:100%;height:70px;
	font-size:23px;color:#888;text-align:center;
}
.m33 .sec1 .tabmenu li.on a{background:#0097dc;color:#fff;}
.m33 .sec1 h5{margin:110px 0 70px;font-size:35px;color:#000;font-weight:600;}
.m33 .sec1 h6{margin-bottom:80px;font-size:29px;color:#000;font-weight:600;}
.m33 .sec1 h6 .num{margin-right:5px;font-family:"Lexend";font-size:30px;color:#7fc241;font-weight:500;}
.m33 .sec1 .conarea{}
.m33 .sec1 .conarea .boxwrap{margin-bottom:100px;}
.m33 .sec1 .conarea .boxwrap:last-child{margin-bottom:0;}
.m33 .sec1 .conarea .line{width:100%;height:1px;background:#ddd;margin:90px 0;}
.m33 .sec1 .conarea .boxwrap h7{
	display:block;
	box-sizing:border-box;
	width:100%;
	padding:15px;margin-bottom:20px;
	background:#7fc241;
	font-size:21px;color:#fff;font-weight:600;text-align:center;
}
.m33 .sec1 .conarea .boxwrap .con{display:flex;flex-wrap:wrap;justify-content:space-between;}
.m33 .sec1 .conarea .boxwrap .con>div{width:100%;margin-bottom:40px;}
.m33 .sec1 .conarea .boxwrap .con>div .img{}
.m33 .sec1 .conarea .boxwrap .con>div .txts{}
.m33 .sec1 .conarea .boxwrap .con>div .txts ul{
	padding:35px;margin-top:20px;
	border-top:2px solid #7fc241;border-bottom:1px solid #ddd;
	text-align:center;
}
.m33 .sec1 .conarea .boxwrap .con>div .txts ul li{font-size:17px;color:#333;margin-bottom:10px;}
.m33 .sec1 .conarea .boxwrap .con>div .txts ul li:last-child{margin-bottom:0;}
.m33 .sec1 .conarea .boxwrap .con>div .txts ul li:before{
	display:inline-block;content:"-";
	margin-right:5px;
}
.m33 .sec1 .conarea .boxwrap .con>div .txts ul li span{color:#7fc241;}

.m33 .sec1 .conarea .boxwrap .con .box{
	box-sizing:border-box;
	padding:20px;margin-bottom:20px;
	border:1px solid #ddd;
}
.m33 .sec1 .conarea .boxwrap .con .box .tit{
	padding:0 0 20px;
	font-size:21px;color:#7fc241;font-weight:600;text-align:center;
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
}
.m33 .sec1 .conarea .boxwrap .con .box .btmTit{
	padding-top:20px;
	border-top:1px solid #ddd;
	font-size:17px;color:#000;font-weight:500;text-align:center;
}
.m33 .sec1 .conarea .boxwrap .con .box .btmTit.t2{margin-top:20px;}
.m33 .sec1 .conarea .boxwrap .con .box .btmTit .bar{
	display:inline-block;
	width:1px;height:14px;
	background:#ddd;
	margin:0 10px;
}

.m33 .sec1 .conarea .boxwrap .con .img1{
	display:flex;flex-wrap:wrap;
	width:100%;
}
.m33 .sec1 .conarea .boxwrap .con .img1>div{position:relative;}
.m33 .sec1 .conarea .boxwrap .con .img1>div:first-child:after{
	display:block;content:"";
	width:1px;height:calc(100% - 40px);
	background:#ddd;
	position:absolute;right:0;top:20px;
}
.m33 .sec1 .conarea .boxwrap .con .img2{
	display:flex;flex-wrap:wrap;justify-content:space-between;
	width:100%;
}
.m33 .sec1 .conarea .boxwrap .con .img2>div{position:relative;width:100%;}
.m33 .sec1 .conarea .boxwrap .con .txt1{
	width:100%;
	margin-top:20px;padding:40px 0;
	border-top:2px solid #7fc241;border-bottom:1px solid #ddd;
}
.m33 .sec1 .conarea .boxwrap .con .txt1 ul{width:100%;text-align:center;}
.m33 .sec1 .conarea .boxwrap .con .txt1 ul.w100{width:100%;}
.m33 .sec1 .conarea .boxwrap .con .txt1 ul:nth-child(1) li{font-size:17px;color:#333;margin-bottom:10px;}
.m33 .sec1 .conarea .boxwrap .con .txt1 ul:nth-child(1) li:last-child{margin-bottom:0;}
.m33 .sec1 .conarea .boxwrap .con .txt1 ul:nth-child(1) li:before{
	display:inline-block;content:"-";
	margin-right:5px;	
}
.m33 .sec1 .conarea .boxwrap .con .txt1 ul:nth-child(2){margin-top:40px;}
.m33 .sec1 .conarea .boxwrap .con .txt1 ul:nth-child(2) li{
	box-sizing:border-box;
	display:flex;align-items:center;justify-content:center;
	width:100%;height:106px;
	margin:10px 0;
	border:1px solid #bbb;border-radius:53px;
}
.m33 .sec1 .conarea .boxwrap .con .txt1 ul:nth-child(2) li .num{font-family:"Lexend";font-size:16px;color:#7fc241;font-weight:500;}
.m33 .sec1 .conarea .boxwrap .con .txt1 ul:nth-child(2) li .tit{margin-top:10px;font-size:19px;color:#000;font-weight:500;}
.m33 .sec1 .conarea .boxwrap .con .result{
	width:100%;
	padding:0 25px 25px;
	border-bottom:1px solid #ddd;
	font-size:22px;color:#111;font-weight:600;text-align:center;
}
.m33 .sec1 .conarea .boxwrap .con .result img{vertical-align:top;height:20px;margin:6px 10px 0 0;}
.m33 .sec1 .conarea .boxwrap .con .result strong{color:#7fc241;font-weight:600;}





/* m332 */
.m332 .sec1 h6{margin-bottom:40px;font-size:29px;color:#000;font-weight:600;}





/* m41 */
.m41{}
.m41 .sec1{padding-bottom:100px;}
.m41 .sec1 h5{	
	font-size:21px;color:#000;font-weight:600;text-align:center;
	box-shadow:0 -1px 0 #ddd inset;
}
.m41 .sec1 h5 span{
	display:inline-block;
	padding:0 10vw 20px;
	border-bottom:3px solid #7fc241;
}
.m41 .sec1 ul{display:flex;flex-wrap:wrap;margin:90px 0 0;}
.m41 .sec1 ul li{
	width:100%;
	margin:0 0 5% 0;
}
.m41 .sec1 ul li .tit{
	position:relative;
	padding:20px 0 0 10px;
	font-size:16px;color:#000;
}
.m41 .sec1 ul li .tit:before{
	display:block;content:"";
	width:4px;height:4px;
	background:#7fc241;
	border-radius:50%;
	position:absolute;left:0;top:31px;
}

.m41 .sec2{padding:100px 0;background:#f1f1f1;}
.m41 .sec2 .toparea{
	margin:90px 0 90px;padding-bottom:90px;
	border-bottom:1px solid #ddd;
}
.m41 .sec2 .toparea .thumb{width:100%;}
.m41 .sec2 .toparea .info{
	box-sizing:border-box;
	width:100%;
	padding:40px 5vw 0;
}
.m41 .sec2 .toparea .info h5{font-size:17px;color:#7fc241;font-weight:600;}
.m41 .sec2 .toparea .info h6{margin:25px 0 20px;font-size:27px;color:#111;font-weight:600;}
.m41 .sec2 .toparea .info p{font-size:16px;color:#333;line-height:1.6em;}
.m41 .sec2 .toparea .info .downs{
	margin:45px 0 0;
}
.m41 .sec2 .toparea .info .downs>a{
	display:flex;align-items:center;justify-content:center;
	box-sizing:border-box;
	width:100%;height:60px;
	margin-top:5px;
	font-size:16px;color:#777;font-weight:500;
	border:1px solid #cecece;
}
.m41 .sec2 .toparea .info .downs>a i{
	display:inline-block;
	margin-left:10px;
	width:12px;height:12px;
	background:url(/images/page/m41_icon_down1.png) no-repeat;
}
.m41 .sec2 .toparea .info .downs>a:hover{
	background:#7fc241;
	border:1px solid #7fc241;
	color:#fff;
}
.m41 .sec2 .toparea .info .downs>a:hover i{
	width:14px;height:14px;
	background:url(/images/page/m41_icon_down2.png) no-repeat;
}
.m41 .sec2 .list{}
.m41 .sec2 .list ul{}
.m41 .sec2 .list ul li{
	width:100%;
	margin:0 0 30px 0;
	box-sizing:border-box;
}
.m41 .sec2 .list ul li .thumb{}
.m41 .sec2 .list ul li .title{padding:25px 0 0;}
.m41 .sec2 .list ul li .title .tit{font-size:19px;color:#000;font-weight:500;}
.m41 .sec2 .list ul li .title .down{display:flex;justify-content:space-between;margin-top:10px;}
.m41 .sec2 .list ul li .title .down a{
	width:49%;height:40px;
	border:1px solid #888;
	font-family:"Lexend";font-size:16px;color:#7fc241;font-weight:500;text-align:center;line-height:38px;
}
.m41 .sec2 .list ul li .title .down i{
	display:inline-block;vertical-align:top;
	width:14px;height:14px;
	margin:12px 0 0 4px;
	background:url(/images/page/m41_icon_down3.png) no-repeat;
}





/* m42 */
.m42{}
.m42 .sec1{padding-bottom:100px;}
.m42 .sec1 .gallery{margin:100px 0 0;}
.m42 .sec1 .gallery .gall{
	width:100%;
	margin:0;
}
.m42 .sec1 .gallery .gall .swiper-slide{}
.m42 .sec1 .gallery .gall .swiper-slide .titarea{position:absolute;left:0;bottom:20px;width:100%;text-align:center;}
.m42 .sec1 .gallery .gall .swiper-slide .titarea .tit{}
.m42 .sec1 .gallery .gall .swiper-slide .titarea .tit span{
	position:relative;
	display:inline-block;
	padding-left:15px;margin-bottom:10px;
	font-size:18px;color:#fff;font-weight:500;
}
.m42 .sec1 .gallery .gall .swiper-slide .titarea .tit span:before{
	display:block;content:"";
	width:7px;height:7px;
	border-radius:50%;
	background:#7fc241;
	position:absolute;left:0;top:12px;
}
.m42 .sec1 .gallery .gall .swiper-slide .titarea .date{font-family:"Lexend";font-size:16px;color:#fff;font-weight:300;}
.m42 .sec1 .gallery .thumb{
	box-sizing:border-box;
	width:100%;
	padding:20px 0 0 0;
}
.m42 .sec1 .gallery .thumb{display:flex;flex-wrap:wrap;align-content:space-between;}
.m42 .sec1 .gallery .thumb a{
	display:block;
	position:relative;
	width:23.5%;padding:4vh 0;
	margin:0 2% 2% 0;
	border-radius:0;opacity:1;
}
.m42 .sec1 .gallery .thumb a:nth-child(4n){margin-right:0;}
.m42 .sec1 .gallery .thumb a:after{
	display:block;content:"";
	width:100%;height:100%;
	box-sizing:border-box;
	border:4px solid #7fc241;
	position:absolute;left:0;top:0;opacity:0;
}
.m42 .sec1 .gallery .thumb a.swiper-pagination-bullet-active:after{opacity:1;}

.m42 .sec1 .ethics{
	margin-top:80px;padding-top:80px;
	border-top:1px solid #ddd;
}
.m42 .sec1 .ethics h4{font-size:24px;color:#000;font-weight:600;}
.m42 .sec1 .ethics .con{
	background:#f1f1f1;
	margin-top:50px;padding:30px;
	font-size:18px;color:#111;line-height:1.7em;font-weight:500;text-align:center;
}
.m42 .sec1 .ethics .con .icon{margin-bottom:30px;}
.m42 .sec1 .ethics .con .list{
	margin-top:50px;padding:35px 25px;
	border-radius:30px;
	background:#fff;
	text-align:left;
}
.m42 .sec1 .ethics .con .list ul li{
	position:relative;
	padding:25px 55px;
	font-size:19px;color:#111;
	border-bottom:1px solid #ddd;
}
.m42 .sec1 .ethics .con .list ul li span{
	position:absolute;left:0;top:25px;
	width:55px;
	text-align:center;
	font-family:"Lexend";font-size:18px;color:#7fc241;
}



/* m43 */
.m43{}
.m43_tabs{
	display:flex;flex-wrap:wrap;
	margin-bottom:115px;
	box-shadow:1px 1px 0px #ddd inset, -1px -1px 0px #ddd inset;
}
.m43_tabs>li{
	box-sizing:border-box;
	width:33.333%;
	border-right:1px solid #ddd;
}
.m43_tabs>li:last-child{border:0;}
.m43_tabs>li>a{
	display:flex;align-items:center;justify-content:center;
	width:100%;height:70px;
	font-size:18px;color:#888;text-align:center;font-weight:500;
}
.m43_tabs>li.on>a{background:#0097dc;color:#fff;}

.m43_tabconwrap{padding-bottom:200px;}
.m43_tabconwrap .tabcon{margin-top:100px;}
.m43_tabconwrap .tabcon h5{font-size:30px;color:#000;font-weight:600;}
.m43_tabconwrap .tabcon h5 + p{margin:30px 0 75px;font-size:16px;color:#333;line-height:1.7em;}
.m43_tabconwrap .tabcon h6{font-size:29px;color:#000;font-weight:600;}
.m43_tabconwrap .tabcon .conwrap1{position:relative;}
.m43_tabconwrap .tabcon .conwrap1 .con{
	position:relative;
	margin:80px 0 90px;padding-bottom:60px;
	border-bottom:1px solid #ddd;
}
.m43_tabconwrap .tabcon .conwrap1 .con>dl{
	position:relative;
	width:100%;
	padding-top:56px;margin-bottom:56px;
}
.m43_tabconwrap .tabcon .conwrap1 .con>dl:nth-child(1){background:url(/images/page/m43_num01.png) no-repeat calc(100% - 0px) top;}
.m43_tabconwrap .tabcon .conwrap1 .con>dl:nth-child(2){background:url(/images/page/m43_num02.png) no-repeat calc(100% - 0px) top;}
.m43_tabconwrap .tabcon .conwrap1 .con>dl:nth-child(3){background:url(/images/page/m43_num03.png) no-repeat calc(100% - 0px) top;}
.m43_tabconwrap .tabcon .conwrap1 .con>dl:before{
	display:block;content:"";
	width:57px;height:44px;
	position:absolute;left:0;top:0;
}
.m43_tabconwrap .tabcon .conwrap1 .con>dl:nth-child(1):before{background:url(/images/page/m43_t1_icon1.png) no-repeat}
.m43_tabconwrap .tabcon .conwrap1 .con>dl:nth-child(2):before{background:url(/images/page/m43_t1_icon2.png) no-repeat}
.m43_tabconwrap .tabcon .conwrap1 .con>dl:nth-child(3):before{background:url(/images/page/m43_t1_icon3.png) no-repeat}
.m43_tabconwrap .tabcon .conwrap1 .con>dl:after{
	display:block;content:"";
	width:200%;height:1px;
	background:#ddd;
	position:absolute;left:-50%;top:57px;
}
.m43_tabconwrap .tabcon .conwrap1 .con>dl>dt{
	position:relative;
	padding:25px 0;
	font-size:23px;color:#000;font-weight:600;
}
.m43_tabconwrap .tabcon .conwrap1 .con>dl>dt:before{
	display:block;content:"";
	width:50px;height:2px;
	background:#7fc241;
	position:absolute;left:0;top:0;
}
.m43_tabconwrap .tabcon .conwrap1 .con>dl>dd{}
.m43_tabconwrap .tabcon .conwrap1 .con>dl>dd>dl{}
.m43_tabconwrap .tabcon .conwrap1 .con>dl>dd>dl>dt{font-size:19px;color:#000;}
.m43_tabconwrap .tabcon .conwrap1 .con>dl>dd>dl>dd{}
.m43_tabconwrap .tabcon .conwrap1 .con>dl>dd>dl>dd>ul{display:flex;flex-wrap:wrap;margin-top:10px;}
.m43_tabconwrap .tabcon .conwrap1 .con>dl>dd>dl>dd>ul>li{
	position:relative;
	padding-left:10px;margin:0 20px 10px 0;
	font-size:17px;color:#333;
}
.m43_tabconwrap .tabcon .conwrap1 .con>dl>dd>dl>dd>ul>li:before{
	display:block;content:"";
	width:4px;height:1px;
	background:#333;
	position:absolute;left:0;top:12px;
}
.m43_tabconwrap .tabcon .conwrap1 .con2{}
.m43_tabconwrap .tabcon .conwrap1 .con2 dl{
	box-sizing:border-box;
	width:100%;margin-bottom:20px;
	border:1px solid #7fc241;
}
.m43_tabconwrap .tabcon .conwrap1 .con2 dl dt{
	padding:15px;
	background:#7fc241;
	font-size:21px;color:#fff;font-weight:600;text-align:center;
}
.m43_tabconwrap .tabcon .conwrap1 .con2 dl dt span{font-size:16px;}
.m43_tabconwrap .tabcon .conwrap1 .con2 dl dd{
	display:flex;align-items:center;justify-content:center;
	padding:50px;
	font-size:16px;color:#333;line-height:1.6em;text-align:center;
}
.m43_tabconwrap .tabcon .conwrap2{
	position:relative;
	padding:100px 0 0;
	text-align:center;
}
.m43_tabconwrap .tabcon .conwrap2 h5{position:relative;z-index:10;font-size:21px;color:#7fc241;}
.m43_tabconwrap .tabcon .conwrap2 h6{position:relative;z-index:10;margin:65px 0 30px;font-size:28px;color:#000;font-weight:600;line-height:1.6em;}
.m43_tabconwrap .tabcon .conwrap2 p{position:relative;z-index:10;font-size:16px;color:#333;}
.m43_tabconwrap .tabcon .conwrap2 .con{position:relative;margin:100px 0 0;}
.m43_tabconwrap .tabcon .conwrap2 .con .bg{
	display:block;content:"";
	width:100%;height:100%;
	background:url(/images/page/m43_bg.png) no-repeat center;
	background-size:cover;
	position:absolute;left:50%;top:95px;z-index:-1;
	transform:translate(-50%,-50%);
}
.m43_tabconwrap .tabcon .conwrap2 .con .titarea{
	display:flex;align-items:center;justify-content:center;box-sizing:border-box;
	position:relative;z-index:10;
	width:100%;padding:18vh 0;
	margin:0 auto;
	background:url(/images/page/m43_t1_tit_m.png) no-repeat center;
	background-size:contain;
	text-indent:-9999px;
}
.m43_tabconwrap .tabcon .conwrap2 .con .titarea >div{position:relative;z-index:10;}
.m43_tabconwrap .tabcon .conwrap2 .con .titarea .tit{
	display:inline-block;
	font-size:18px;color:#fff;font-weight:600;
	border-top:1px solid #fff;
	padding-top:20px;margin-top:20px;
}
.m43_tabconwrap .tabcon .conwrap2 .con ul{border-top:2px solid #ddd;margin:40px 0 0;}
.m43_tabconwrap .tabcon .conwrap2 .con ul li{
	position:relative;z-index:10;
	width:100%;
	padding:20px 0 20px 30%;
	border-bottom:1px solid #ddd;
	text-align:left;
}
.m43_tabconwrap .tabcon .conwrap2 .con ul li:after{
	display:block;content:"";
	width:1px;height:calc(100% - 20px);
	background:#ddd;
	position:absolute;left:18%;top:10px;
}
.m43_tabconwrap .tabcon .conwrap2 .con ul li .icon{
	position:absolute;left:5%;top:50%;
	transform:translate(0,-50%)
}
.m43_tabconwrap .tabcon .conwrap2 .con ul li .num{
	margin:10px 0 5px;
	font-family:"Lexend";font-size:16px;color:#7fc241;font-weight:500;
}
.m43_tabconwrap .tabcon .conwrap2 .con ul li .tit{font-size:21px;color:#000;font-weight:600;}
.m43_tabconwrap .tabcon .conwrap2 .con ul li a{
	display:inline-block;
	margin:20px 0 0;
	font-size:16px;color:#929292;font-weight:600;
	transition:all 0.24s;
}
.m43_tabconwrap .tabcon .conwrap2 .con ul li a i{
	display:inline-block;vertical-align:top;
	width:14px;height:12px;
	margin:6px 0 0 6px;
	background:url(/images/page/m43_down_arr1.png) no-repeat center;
	transition:all 0.24s;
}
.m43_tabconwrap .tabcon .conwrap2 .con ul li a:hover{color:#7fc241;}
.m43_tabconwrap .tabcon .conwrap2 .con ul li a:hover i{
	background:url(/images/page/m43_down_arr2.png) no-repeat center;
}

.m43_tabconwrap .tabcon .conwrap3{
	border-top:2px solid #333;
	border-bottom:1px solid #ddd;
	margin-top:80px;
}
.m43_tabconwrap .tabcon .conwrap3>div{width:100%;text-align:center;}
.m43_tabconwrap .tabcon .conwrap3>div.contact{
	display:flex;align-items:center;justify-content:center;
	box-sizing:border-box;
	padding:50px;
	background:#7fc241 url(/images/page/m43_t2_contact_bg.png) no-repeat center bottom;
	text-align:center;
}
.m43_tabconwrap .tabcon .conwrap3>div.contact>div{width:100%;}
.m43_tabconwrap .tabcon .conwrap3>div.contact .txt{margin:25px 0 35px;font-size:19px;color:#fff;line-height:1.7em;}
.m43_tabconwrap .tabcon .conwrap3>div.contact .txt strong{font-weight:600;}
.m43_tabconwrap .tabcon .conwrap3>div.contact .email{
	box-sizing:border-box;
	width:100%;
	padding:45px 35px;
	border-radius:50px;
	background:#fff;
	text-align:left;
}
.m43_tabconwrap .tabcon .conwrap3>div.contact .email dl{box-sizing:border-box;width:100%;}
.m43_tabconwrap .tabcon .conwrap3>div.contact .email dl:first-child{padding:0 20px 30px;border-bottom:1px solid #ccc;text-align:left;}
.m43_tabconwrap .tabcon .conwrap3>div.contact .email dl:last-child{padding:30px 20px 0;}
.m43_tabconwrap .tabcon .conwrap3>div.contact .email dl dt{font-size:17px;color:#000;font-weight:600;}
.m43_tabconwrap .tabcon .conwrap3>div.contact .email dl dd{font-size:17px;color:#333;margin-top:5px;}

.m43_tabconwrap .tabcon .conwrap4{margin-top:80px;padding-bottom:80px;border-bottom:1px solid #ddd;}
.m43_tabconwrap .tabcon .conwrap4 .con{
	margin-top:50px;padding:30px 30px;
	box-sizing:border-box;
	background:#f1f1f1;
	text-align:center;
}
.m43_tabconwrap .tabcon .conwrap4 .con p{font-size:18px;color:#000;font-weight:500;line-height:1.6em;margin:30px 0 50px;}
.m43_tabconwrap .tabcon .conwrap4 .con ol{
	padding:20px 30px;
	background:#fff;
	border-radius:20px;
	text-align:left;
}
.m43_tabconwrap .tabcon .conwrap4 .con ol li{
	position:relative;
	padding:30px 0;
	font-size:16px;color:#333;line-height:1.5em;
	border-bottom:1px solid #ddd;
}
.m43_tabconwrap .tabcon .conwrap4 .con ol li:last-child{border-bottom:0;}
.m43_tabconwrap .tabcon .conwrap4 .con ol li .num{
	font-family:"Lexend";font-size:16px;color:#7fc241;font-weight:500;text-align:left;
}

.m43_tabconwrap .tabcon .conwrap5{margin-top:80px;}
.m43_tabconwrap .tabcon .conwrap5 p{font-weight:500;}
.m43_tabconwrap .tabcon .conwrap5 p span{font-size:14px;}
.m43_tabconwrap .tabcon .conwrap5 .con{}
.m43_tabconwrap .tabcon .conwrap5 .con ul{
	display:flex;flex-wrap:wrap;justify-content:center;
	position:relative;
}
.m43_tabconwrap .tabcon .conwrap5 .con ul:before{
	display:block;content:"";
	width:1px;height:90%;
	background:#ddd;
	position:absolute;left:50%;top:0;z-index:-1;
}
.m43_tabconwrap .tabcon .conwrap5 .con ul li{
	display:flex;align-items:center;justify-content:center;
	box-sizing:border-box;
	width:320px;height:320px;
	margin-bottom:20px;
	border:1px solid #ddd;background:#fff;
	border-radius:50%;
	text-align:center;
}
.m43_tabconwrap .tabcon .conwrap5 .con ul li .step{font-family:"Lexend";font-size:16px;color:#7fc241;font-weight:500;}
.m43_tabconwrap .tabcon .conwrap5 .con ul li .icon{margin:30px 0;}
.m43_tabconwrap .tabcon .conwrap5 .con ul li .tit{font-size:19px;color:#000;font-weight:600;}
.m43_tabconwrap .tabcon .conwrap5 .con ul li:last-child{
	position:relative;
	margin-top:80px;
	border:1px solid #7fc241;
	background:#7fc241;
}
.m43_tabconwrap .tabcon .conwrap5 .con ul li:last-child:before{
	display:block;content:"";
	width:11px;height:17px;
	background:url(/images/page/m43_t5_arr.png) no-repeat;
	position:absolute;left:50%;bottom:100%;
	transform:rotate(90deg);
	margin:0 0 40px -5px;
}
.m43_tabconwrap .tabcon .conwrap5 .con ul li:last-child .step{color:#fff;}
.m43_tabconwrap .tabcon .conwrap5 .con ul li:last-child .tit{color:#fff;}
.m43_tabconwrap .tabcon .conwrap5 .con .tip{margin:40px 0 80px;font-size:17px;color:#333;text-align:center;}
.m43_tabconwrap .tabcon .conwrap5 .con .tip span{color:#7fc241;}
.m43_tabconwrap .tabcon .conwrap5 .con .btn{
	display:block;
	width:100%;height:60px;
	margin:0 auto;
	background:#7fc241;
	font-size:16px;color:#fff;font-weight:600;text-align:center;line-height:60px;
}
.m43_tabconwrap .tabcon .conwrap5 .con .btn i{
	display:inline-block;
	width:14px;height:12px;
	background:url(/images/page/m15_brochure_arr.png) no-repeat;
}





.agreewrap{}
.agreewrap .txtarea{	
	padding:20px;
	background:#f1f1f1;
	box-sizing:border-box;	
}
.agreewrap .txtarea textarea{
	width:100%;height:200px;
	border:0;background:0;
	font-size:14px;color:#333;font-weight:500;line-height:1.7em;
}
.agreewrap .chkarea{margin-top:20px;}
.agreewrap .chkarea input{display:none;}
.agreewrap .chkarea input + label{
	position:relative;
	padding-left:25px;
	font-size:15px;color:#000;font-weight:500;
}
.agreewrap .chkarea input + label:before{
	box-sizing:border-box;
	display:block;content:"";
	width:18px;height:18px;
	border:1px solid #bbb;border-radius:50%;
	position:absolute;left:0;top:2px;
}
.agreewrap .chkarea input:checked + label:before{border:1px solid #7fc241;}
.agreewrap .chkarea input:checked + label:after{
	display:block;content:"";
	width:8px;height:8px;
	background:#7fc241;border-radius:50%;
	position:absolute;left:5px;top:7px;
}


.layerPop .con::-webkit-scrollbar{width:5px;}
.layerPop .con::-webkit-scrollbar-thumb{background:#49494c;}
.layerPop .con::-webkit-scrollbar-track{background:#ededed;}

.agreewrap .txtarea textarea::-webkit-scrollbar{width:5px;}
.agreewrap .txtarea textarea::-webkit-scrollbar-thumb {background:#939393;}
.agreewrap .txtarea textarea::-webkit-scrollbar-track{background:0;}


.layerPop .bgBlack2{
	display:none;
	position:absolute;left:0;top:49px;
	width:100%;height:calc(100% - 48px);
	background:rgba(0,0,0,0.7);
}
.layerPop .loadingLayer{
	display:none;	
	position:absolute;left:50%;top:50%;
	transform:translate(-50%,-50%);
	width:80%;padding:50px 0;
	text-align:center;
	background:#fff;border-radius:15px;
	font-size:18px;color:#000;font-weight:500;
}
.layerPop .loadingLayer .img{
	position:relative;
	width:52px;height:52px;
	margin:0 auto 15px;
}




/* m61 */
.m61{}
.m61 .sec1{padding-bottom:100px;}
.m61 .sec1 .con{margin-top:100px;}
.m61 .sec1 .con .boxwrap{
	position:relative;
	overflow:hidden;box-sizing:border-box;
	width:100%;height:480px;
	padding:80px 60px;
	margin-bottom:40px;
}
.m61 .sec1 .con .boxwrap .bg{
	position:absolute;left:0;top:0;z-index:-1;
	width:100%;height:480px;
}
.m61 .sec1 .con .boxwrap:nth-child(1) .bg{background:url(/images/page/m61_bg1_m.jpg) no-repeat center bottom;background-size:cover;}
.m61 .sec1 .con .boxwrap:nth-child(2) .bg{background:url(/images/page/m61_bg2_m.jpg) no-repeat center;background-size:cover;}
.m61 .sec1 .con .boxwrap:nth-child(3) .bg{background:url(/images/page/m61_bg3_m.jpg) no-repeat center;background-size:cover;}
.m61 .sec1 .con .boxwrap:nth-child(4) .bg{background:url(/images/page/m61_bg4_m.jpg) no-repeat center;background-size:cover;}
.m61 .sec1 .con .boxwrap .num{font-family:"Lexend";font-size:70px;color:rgba(255,255,255,0.4);font-weight:400;}
.m61 .sec1 .con .boxwrap .tit{margin:70px 0 25px;font-size:21px;color:#fff;font-weight:600;}
.m61 .sec1 .con .boxwrap .txt{font-size:16px;color:rgba(255,255,255,0.7);line-height:1.6em;}


.m61 .sec1 .con ul{display:flex;flex-wrap:wrap;justify-content:space-between;}
.m61 .sec1 .con ul li{
	width:304px;
	margin:0 auto 50px;
	text-align:center;
}
.m61 .sec1 .con ul li .img{
	position:relative;
	width:304px;height:304px;
	margin:0 auto 50px;
}
.m61 .sec1 .con ul li .img:before{
	display:block;content:"";
	width:calc(100% + 24px);height:calc(100% + 24px);
	position:absolute;left:-12px;top:-12px;
	border-radius:50%;
	border:1px dashed #ccc;
}
.m61 .sec1 .con ul li .img>div{overflow:hidden;border-radius:50%;}
.m61 .sec1 .con ul li .icon{}
.m61 .sec1 .con ul li .tit{margin:30px 0 20px;font-size:29px;color:#000;font-weight:600;}
.m61 .sec1 .con ul li .txt{font-size:19px;color:#333;line-height:1.6em;}



/* m62 */
.m62{}
.m62 .sec1{padding-bottom:200px;}
.m62 .sec1 h5{margin:120px 0 80px;font-size:35px;color:#000;font-weight:600;}
.m62 .sec1 .con{display:flex;flex-wrap:wrap;}
.m62 .sec1 .con dl{
	box-sizing:border-box;
	width:100%;
	margin-bottom:2%;padding:40px 35px 120px;
	border:1px solid #ddd;
}
.m62 .sec1 .con dl dt{font-size:18px;color:#7fc241;font-weight:600;line-height:1.3em;}
.m62 .sec1 .con dl dd{margin-top:20px;font-size:16px;color:#333;line-height:1.6em;}
.m62 .sec1 .con dl:nth-child(2n){margin-right:0;}
.m62 .sec1 .con dl:nth-child(1){background:url(/images/page/m62_icon1.gif) no-repeat calc(100% - 45px) calc(100% - 40px);}
.m62 .sec1 .con dl:nth-child(2){background:url(/images/page/m62_icon2.gif) no-repeat calc(100% - 45px) calc(100% - 40px);}
.m62 .sec1 .con dl:nth-child(3){background:url(/images/page/m62_icon3.gif) no-repeat calc(100% - 45px) calc(100% - 40px);}
.m62 .sec1 .con dl:nth-child(4){background:url(/images/page/m62_icon4.gif) no-repeat calc(100% - 45px) calc(100% - 40px);}
.m62 .sec1 .con dl:nth-child(5){background:url(/images/page/m62_icon5.gif) no-repeat calc(100% - 45px) calc(100% - 40px);}
.m62 .sec1 .con dl:nth-child(6){background:url(/images/page/m62_icon6.gif) no-repeat calc(100% - 45px) calc(100% - 40px);}
.m62 .sec1 .con dl:nth-child(7){background:url(/images/page/m62_icon7.gif) no-repeat calc(100% - 45px) calc(100% - 40px);}
.m62 .sec1 .con dl:nth-child(8){background:url(/images/page/m62_icon8.gif) no-repeat calc(100% - 45px) calc(100% - 40px);}
.m62 .sec1 .con dl:nth-child(9){background:url(/images/page/m62_icon9.gif) no-repeat calc(100% - 45px) calc(100% - 40px);}
.m62 .sec1 .con dl:nth-child(10){background:url(/images/page/m62_icon10.gif) no-repeat calc(100% - 45px) calc(100% - 40px);}
.m62 .sec1 .con dl:nth-child(11){background:url(/images/page/m62_icon11.gif) no-repeat calc(100% - 45px) calc(100% - 40px);}
.m62 .sec1 .con dl:nth-child(12){background:url(/images/page/m62_icon12.gif) no-repeat calc(100% - 45px) calc(100% - 40px);}
.m62 .sec1 .con dl:nth-child(13){background:url(/images/page/m62_icon13.gif) no-repeat calc(100% - 45px) calc(100% - 40px);}
.m62 .sec1 .con dl:nth-child(14){background:url(/images/page/m62_icon14.gif) no-repeat calc(100% - 45px) calc(100% - 40px);}
.m62 .sec1 .con dl:nth-child(15){background:url(/images/page/m62_icon15.gif) no-repeat calc(100% - 45px) calc(100% - 40px);}
.m62 .sec1 .con dl:nth-child(16){background:url(/images/page/m62_icon16.gif) no-repeat calc(100% - 45px) calc(100% - 40px);}
.m62 .sec1 .con dl:nth-child(17){background:url(/images/page/m62_icon17.gif) no-repeat calc(100% - 45px) calc(100% - 40px);}
.m62 .sec1 .con dl:nth-child(18){background:url(/images/page/m62_icon18.gif) no-repeat calc(100% - 45px) calc(100% - 40px);}
.m62 .sec1 .con dl:nth-child(19){background:url(/images/page/m62_icon19.gif) no-repeat calc(100% - 45px) calc(100% - 40px);}
.m62 .sec1 .con dl:nth-child(20){background:url(/images/page/m62_icon20.gif) no-repeat calc(100% - 45px) calc(100% - 40px);}





/* m63 */
.m63{}
.m63 .sec1{padding-bottom:100px;}
.m63 .sec1 .con{margin-top:70px;}
.m63 .sec1 .con .boxwrap{
	padding:50px 0;
	border-bottom:1px solid #ddd;
}
.m63 .sec1 .con .boxwrap h5{
	box-sizing:border-box;
	width:100%;
	padding:10px;
	background:#7fc241;
	font-size:22px;color:#fff;text-align:center;font-weight:600;
}
.m63 .sec1 .con .boxwrap .list{
	box-sizing:border-box;
	width:100%;
	margin-top:40px;
}
.m63 .sec1 .con .boxwrap .list .box{
	border:1px solid #ddd;
	padding:0 20px;margin-bottom:10px;
	cursor:pointer;
}
.m63 .sec1 .con .boxwrap .list .box:last-child{margin-bottom:0;}
.m63 .sec1 .con .boxwrap .list .box .open{
	box-sizing:border-box;
	position:relative;
	padding:20px 0;
	font-size:18px;color:#000;font-weight:600;
}
.m63 .sec1 .con .boxwrap .list .box .open .arr{
	position:absolute;
	width:20px;height:20px;
	right:0;top:20px;
}
.m63 .sec1 .con .boxwrap .list .box .open .arr:before{
	display:block;content:"";
	width:20px;height:4px;
	background:#999;
	position:absolute;left:0;top:50%;margin-top:-2px;
}
.m63 .sec1 .con .boxwrap .list .box .open .arr:after{
	display:block;content:"";
	width:4px;height:20px;
	background:#999;
	position:absolute;left:50%;top:0;margin-left:-2px;
	transition:all 0.24s;
}
.m63 .sec1 .con .boxwrap .list .box.active .open .arr:after{background:#7fc241;transform:rotate(90deg);}
.m63 .sec1 .con .boxwrap .list .box .hidden{
	display:none;
	padding:20px 0;
	border-top:1px solid #ddd;
}
.m63 .sec1 .con .boxwrap .list .box .hidden dl{margin-bottom:30px;}
.m63 .sec1 .con .boxwrap .list .box .hidden dl dt{margin-bottom:20px;}
.m63 .sec1 .con .boxwrap .list .box .hidden dl dt span{
	display:inline-block;
	position:relative;
	font-size:17px;color:#000;font-weight:600;
}
.m63 .sec1 .con .boxwrap .list .box .hidden dl dt span:before{
	display:block;content:"";
	width:100%;height:5px;
	background:rgba(127,194,65,0.5);
	position:absolute;left:0;bottom:2px;z-index:-1;
}
.m63 .sec1 .con .boxwrap .list .box .hidden dl dd{}
.m63 .sec1 .con .boxwrap .list .box .hidden dl dd ul{}
.m63 .sec1 .con .boxwrap .list .box .hidden dl dd ul li{
	position:relative;
	padding-left:15px;
	font-size:16px;color:#333;font-weight:500;line-height:1.7em;
}
.m63 .sec1 .con .boxwrap .list .box .hidden dl dd ul li:before{
	display:block;content:"";
	width:5px;height:5px;
	border-radius:50%;
	background:#7fc241;
	position:absolute;left:0;top:12px;
}
.m63 .sec1 .con .boxwrap .list .box .hidden dl dd ul.type1 li{padding-left:90px;}
.m63 .sec1 .con .boxwrap .list .box .hidden dl dd ul li strong{
	width:70px;
	position:absolute;left:15px;top:0;
	font-weight:600;
}





/* m64 */
.m64{}
.m64 .sec1{padding-bottom:200px;}
.m64 .faq_cate{margin:120px 0 90px;}
.m64 .faq_cate ul{display:flex;flex-wrap:wrap;box-shadow:1px 1px 0px #ddd inset, 0px 0px 0px #ddd inset; }
.m64 .faq_cate ul li{
	box-sizing:border-box;
	width:50%;height:68px;
	border-right:1px solid #ddd;border-bottom:1px solid #ddd;
}
.m64 .faq_cate ul li a{
	display:flex;align-items:center;justify-content:center;
	width:100%;height:100%;
	font-size:18px;font-weight:400;color:#888;text-align:center;
}
.m64 .faq_cate ul li.on a{background:#7fc241;color:#fff;}
.m64 .faq{margin:80px auto 120px;border-top:2px solid #000;word-break:keep-all;}
.m64 .faq .question{display:flex;justify-content:space-between;padding:25px 0;cursor:pointer;border-bottom:1px solid #ddd;}
.m64 .faq .question .mark{width:60px;font-family:"Lexend";font-size:30px;font-weight:300;color:#7fc241;text-align:center;}
.m64 .faq .question .tit{
	box-sizing:border-box;
	width:calc(100% - 60px);
	font-size:18px;color:#555;padding:5px 0 0;
}
.m64 .faq .question.active .tit{color:#111;font-weight:500;}
.m64 .faq .question .arr{width:0px;text-align:center;}
.m64 .faq .answer{display:none;background:#f5f5f5;padding:25px 0;border-bottom:1px solid #ddd;}
.m64 .faq .answer>div{display:flex;justify-content:space-between;}
.m64 .faq .answer>div .mark{width:60px;font-family:"Lexend";font-size:30px;font-weight:300;color:#111;text-align:center;}
.m64 .faq .answer>div p{
	box-sizing:border-box;
	width:calc(100% - 60px);
	font-size:16px;color:#666;padding:5px 0px 0 0;text-align:left;line-height:180%;
}





/**/
.pageVisual .txts p:before{transform:scaleX(0);}
.pageVisual .txts h2{opacity:0;transform:translateX(40px);}
.pageVisual .txts p{opacity:0;transform:translateX(-40px);}

.pageVisual.in-view .txts p:before{transform:scaleX(1);transition:all 1s;}
.pageVisual.in-view .txts h2{opacity:1;transform:translateX(0);transition:all 1s 0.4s;}
.pageVisual.in-view .txts p{opacity:1;transform:translateX(0);transition:all 1s 0.4s;}