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



/* sub_visual */
.subvisual{
	overflow:hidden;
	position:relative;
	display:flex;align-items:center;justify-content:center;
	width:96%;height:730px;
	margin:40px auto 0;
	border-radius:0 30px 30px 30px;
}
.subvisual .bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#1e3843;}
.subvisual.pn1 .bg{background:url(/images/page/sub_visual1.jpg) no-repeat center;background-size:cover;}
.subvisual.pn2 .bg{background:url(/images/page/sub_visual2.jpg) no-repeat center;background-size:cover;}
.subvisual.pn3 .bg{background:url(/images/page/sub_visual3.jpg) no-repeat center;background-size:cover;}
.subvisual.pn4 .bg{background:url(/images/page/sub_visual4.jpg) no-repeat center;background-size:cover;}
.subvisual.pn5 .bg{background:url(/images/page/sub_visual5.jpg) no-repeat center;background-size:cover;}
.subvisual.pn6 .bg{background:url(/images/page/sub_visual6.jpg) no-repeat center;background-size:cover;}
.subvisual.pn7 .bg{background:url(/images/page/sub_visual7.jpg) no-repeat center;background-size:cover;}
.subvisual .title{position:relative;z-index:100;text-align:center;}
.subvisual .title h2{
	font-family:"Wix Madefor Display";font-size:60px;font-weight:600;color:#fff;
}
.subvisual .title p{font-size:21px;color:#fff;}


.subTabs{margin:28px 0 150px;}
.subTabs ul{display:flex;align-items:center;justify-content:center;}
.subTabs ul>li{margin:0 0;}
.subTabs ul>li>a{
	display:flex;align-items:center;justify-content:center;
	width:220px;height:48px;
	font-family:"Wix Madefor Display";font-size:18px;font-weight:600;color:#000;
	border-radius:15px;
}
.subTabs ul>li.on>a{background:#359cc2;color:#fff;}



.innerwrap{max-width:1400px;width:94%;margin:0 auto;}
.page_title1{
	font-family:"Wix Madefor Display";font-size:80px;color:#000;font-weight:700;
	text-align:center;
}





/* m11 */
.m11{}
.m11 .sec1{padding:0 0 170px;}
.m11 .sec1>div{display:flex;align-items:center;justify-content:space-between;}
.m11 .sec1>div .txtarea{
	width:40%;
	text-align:left;
}
.m11 .sec1>div .txtarea h2{text-align:left;}
.m11 .sec1>div .txtarea p{
	margin-top:60px;padding:0 0 0 70px;
	font-size:17px;color:#666;line-height:1.7em;
}
.m11 .sec1>div .imgarea{
	overflow:hidden;
	border-radius:25px;
	width:40%;
}
.m11 .sec2{background:#f4f4f4;padding:140px 0;text-align:center;}
.m11 .sec2 h3{margin:0 0 60px 0;font-family:"Wix Madefor Display";font-size:34px;color:#161616;font-weight:600;}
.m11 .sec2 h4{margin:60px 0;font-family:"Wix Madefor Display";font-size:80px;color:#000;font-weight:700;}
.m11 .sec2 .innerwrap>div{display:flex;justify-content:center;max-width:1274px;margin:0 auto;}
.m11 .sec2 .innerwrap>div dl{
	box-sizing:border-box;
	background:#eee;
	width:52.5%;
	border:1px dashed #888;border-radius:200px;
	margin:0 -2.5%;padding:40px 10%;
	mix-blend-mode: multiply;
}
.m11 .sec2 .innerwrap>div dl dt{font-size:27px;color:#000;font-weight:600;}
.m11 .sec2 .innerwrap>div dl dt .icon{height:56px;margin-bottom:10px;}
.m11 .sec2 .innerwrap>div dl dd{
	margin-top:10px;
	font-size:17px;color:#666;line-height:2em;
}
.m11 .sec2 .conwrap{
	position:relative;
	padding:200px 0;
}
.m11 .sec2 .conwrap .title{
	display:flex;align-items:center;justify-content:center;
	position:relative;
	box-sizing:border-box;
	background:#fff;
	width:550px;height:550px;
	margin:0 auto;
	border-radius:50%;
	font-size:23px;color:#000;font-weight:600;
}
.m11 .sec2 .conwrap .title:after{
	display:block;content:"";
	width:calc(100% + 220px);height:calc(100% + 258px);
	background:url(/images/page/m11_sec2_bg1.png) no-repeat;
	background-size:cover;
	position:absolute;left:-110px;top:-149px;
}
.m11 .sec2 .conwrap .title img{margin-top:35px;}
.m11 .sec2 .conwrap .list{}
.m11 .sec2 .conwrap .list dl{
	position:absolute;
}
.m11 .sec2 .conwrap .list dl:before{
	display:block;content:"";
	width:159px;height:157px;
	position:absolute;
	border-radius:20px;
}
.m11 .sec2 .conwrap .list dl:nth-child(1){
	left:50%;top:220px;margin:0 0 0 -680px;
	padding-right:185px;text-align:right;
}
.m11 .sec2 .conwrap .list dl:nth-child(2){
	left:50%;top:220px;margin:0 0 0 220px;
	padding-left:185px;text-align:left;
}
.m11 .sec2 .conwrap .list dl:nth-child(3){
	left:50%;top:100%;margin:-200px 0 0 0;transform:translateX(-50%);
	padding-top:180px;text-align:center;
}
.m11 .sec2 .conwrap .list dl:nth-child(1):before{
	right:0;top:-25px;background:#000 url(/images/page/m11_sec2_con_icon1.png) no-repeat center;
}
.m11 .sec2 .conwrap .list dl:nth-child(2):before{
	left:0;top:-25px;background:#000 url(/images/page/m11_sec2_con_icon2.png) no-repeat center;
}
.m11 .sec2 .conwrap .list dl:nth-child(3):before{
	left:50%;top:0;background:#000 url(/images/page/m11_sec2_con_icon3.png) no-repeat center;
	transform:translateX(-50%);
}
.m11 .sec2 .conwrap .list dl dt{font-size:23px;color:#000;font-weight:600;}
.m11 .sec2 .conwrap .list dl dd{margin-top:15px;font-size:17px;color:rgba(0,0,0,0.8);line-height:2em;}

.m11 .sec3{padding:160px 0;text-align:center;}
.m11 .sec3 h3{font-family:"Wix Madefor Display";font-size:34px;color:#161616;font-weight:600;}
.m11 .sec3 h4{margin:60px 0 50px;font-family:"Wix Madefor Display";font-size:44px;color:#000;font-weight:700;}
.m11 .sec3 .conwrap{
	text-align:left;
	margin-left:12%;
}
.m11 .sec3 .conwrap .history{}
.m11 .sec3 .conwrap .history .swiper-slide{
	width:520px;
}
.m11 .sec3 .conwrap .history .swiper-slide .img{
	position:relative;	
	margin-bottom:150px;
}
.m11 .sec3 .conwrap .history .swiper-slide .img img{border-radius:20px;}
.m11 .sec3 .conwrap .history .swiper-slide .img:before{
	display:block;content:"";
	width:100%;height:1px;
	background:#000;
	position:absolute;left:0;top:100%;
	margin:130px 0 0;
}
.m11 .sec3 .conwrap .history .swiper-slide .img:after{
	display:block;content:"";
	width:14px;height:14px;
	background:#5ba6bf;
	border-radius:50%;
	position:absolute;left:0;top:100%;
	margin:122px 0 0;
}
.m11 .sec3 .conwrap .history .swiper-slide .info{width:460px;}
.m11 .sec3 .conwrap .history .swiper-slide .info .year{
	font-family:"Wix Madefor Display";font-size:86px;color:#000;font-weight:700;
}
.m11 .sec3 .conwrap .history .swiper-slide .info .month{margin-top:30px;}
.m11 .sec3 .conwrap .history .swiper-slide .info .month dl{display:flex;margin-bottom:15px;}
.m11 .sec3 .conwrap .history .swiper-slide .info .month dl dt{
	width:45px;
	font-family:"Wix Madefor Display";font-size:20px;color:#161616;font-weight:600;line-height:1.5em;
}
.m11 .sec3 .conwrap .history .swiper-slide .info .month dl dd{
	width:calc(100% - 45px);
	font-family: "NEXON Lv2 Gothic OTF";font-size:18px;color:#666;font-weight:400;line-height:1.8em;
}
.m11 .sec3 .conwrap .btns{display:flex; position: absolute; left: 0; top: 280px; z-index: 2;}
.m11 .sec3 .conwrap .btns .history_prev{
	width:60px;height:60px;
	border-radius:50%;margin-right:10px;
	background:#e8e8e8 url(/images/page/history_prev.png) no-repeat center;
	cursor:pointer;
	transition:all 0.24s;
}
.m11 .sec3 .conwrap .btns .history_next{
	width:60px;height:60px;
	border-radius:50%;
	background:#e8e8e8 url(/images/page/history_next.png) no-repeat center;
	cursor:pointer;
	transition:all 0.24s;
}
.m11 .sec3 .conwrap .btns .history_prev:hover{
	background:#000 url(/images/page/history_prev_over.png) no-repeat center;
}
.m11 .sec3 .conwrap .btns .history_next:hover{
	background:#000 url(/images/page/history_next_over.png) no-repeat center;
}




/* m12 */
.m12{}
.m12 .conwrap{margin:40px 0 0;}
.m12 .conwrap .boxwrap{
	overflow:hidden;
	position:relative;
	padding:130px 0;
	background:#f4f4f4;
}
.m12 .conwrap .boxwrap:nth-child(even){background:#fff;}
.m12 .conwrap .boxwrap>div{display:flex;align-items:center;}
.m12 .conwrap .boxwrap>div .pht{
	overflow:hidden;
	position:relative;z-index:10;
	width:440px;
	box-sizing:border-box;
	border-radius:20px;
}
.m12 .conwrap .boxwrap>div .info{
	box-sizing:border-box;
	width:calc(100% - 440px);
	padding:0 0 0 6%;
}
.m12 .conwrap .boxwrap>div .info .toparea{
	border-bottom:1px solid #d1d1d1;
	padding:0 0 30px;margin-bottom:30px;
	background:url(/images/page/m12_brexogen.png) no-repeat right calc(100% - 30px);
}
.m12 .conwrap .boxwrap>div .info .info1{position:relative;font-size:46px;color:#000;font-weight:600;}
.m12 .conwrap .boxwrap>div .info .info1>span{font-family:"Wix Madefor Display";font-size:26px;color:#666;font-weight:600;}
.m12 .conwrap .boxwrap>div .info .info1>span .bar{
	display:inline-block;
	width:2px;height:15px;
	background:#d1d1d1;
	margin:0 5px;
}
.m12 .conwrap .boxwrap>div .info .info2{margin:10px 0 0;font-size:23px;color:#359cc2;font-weight:500;}
.m12 .conwrap .boxwrap>div .info .info3{position:relative;}
.m12 .conwrap .boxwrap>div .info .info3 dl{
	display:flex;
	width:100%;margin-top:30px;position:relative;z-index:10;
}
.m12 .conwrap .boxwrap>div .info .info3 dl dt{width:90px;font-size:23px;color:#000;font-weight:600;}
.m12 .conwrap .boxwrap>div .info .info3 dl dd{width:calc(100% - 90px)}
.m12 .conwrap .boxwrap>div .info .info3 dl dd ul li{
	position:relative;
	padding-left:20px;margin-bottom:5px;
	font-size:17px;color:rgba(0,0,0,0.8);line-height:1.7em;
}
.m12 .conwrap .boxwrap>div .info .info3 dl dd ul li:last-child{margin-bottom:0;}
.m12 .conwrap .boxwrap>div .info .info3 dl dd ul li:before{
	display:block;content:"";
	width:5px;height:5px;
	background:#359cc2;
	position:absolute;left:0;top:10px;
}





/* m13 */
.m13{}
.m13 h3{font-family:"Wix Madefor Display";font-size:44px;color:#000;font-weight:600;text-align:center;}
.m13 .sec1{margin:90px 0 0;padding:150px 0 140px;background:#f4f4f4;}
.m13 .sec1 .series{margin:70px 0 150px;}
.m13 .sec1 .series h4{margin:0 0 70px;font-size:44px;color:#000;font-weight:600;text-align:center;line-height:1.4em;}
.m13 .sec1 .series h4 strong{font-size:66px;display:block;}
.m13 .sec1 .series ul{display:flex;flex-wrap:wrap;}
.m13 .sec1 .series ul li{
	box-sizing:border-box;
	width:25%;
	padding:0 40px;
	border-left:1px solid #ccc;
}
.m13 .sec1 .series ul li .icon{margin-bottom:30px;}
.m13 .sec1 .series ul li .info1{height:130px;margin:30px 0 0;font-size:34px;color:#000;font-weight:600;line-height:1em;}
.m13 .sec1 .series ul li .info1 .count{font-size:66px;line-height:1em;}
.m13 .sec1 .series ul li .info1 .tip{font-size:23px;font-weight:500;}
.m13 .sec1 .series ul li .info2{font-size:23px;color:#000;font-weight:500;line-height:1em;}
.m13 .sec1 .series ul li .info3{margin-top:15px;font-size:17px;color:rgba(0,0,0,0.8);line-height:1em;}
.m13 .boxwrap{margin-bottom:130px;}
.m13 .boxwrap:last-child{margin-bottom:0;}
.m13 .boxwrap h4{font-size:33px;color:#000;font-weight:600}
.m13 .boxwrap ul{margin-top:60px;display:flex;flex-wrap:wrap;}
.m13 .boxwrap ul li{
	overflow:hidden;
	box-sizing:border-box;
	position:relative;
	width:calc((100% - 8%) / 5);
	margin:0 2% 2% 0; 
	background:#f9f9f9;
	border:1px solid #f9f9f9;border-radius:20px;
}
.m13 .boxwrap ul.white li{background:#fff;border:1px solid #ccc;}
.m13 .boxwrap ul li:nth-child(5n){margin-right:0;}
.m13 .boxwrap ul li .front{}
.m13 .boxwrap ul li .back{
	position:absolute;left:0;top:0;
	width:100%;height:100%;
	display:flex;align-items:center;justify-content:center;
	text-align:center;
	background:#81bfd6;
	opacity:0;
	transition:all 0.24s;
}
.m13 .boxwrap ul li .back .icon{margin-right:10px;}
.m13 .boxwrap ul li .back .txt{font-size:17px;color:#fff;}
.m13 .boxwrap ul li:hover .back{opacity:1;}
.m13 .sec2{padding:150px 0 140px;}






/* m14 */
.m14{}
.m14 .conwrap{padding:90px 5% 180px;}
.m14 .conwrap h3{margin-bottom:60px;font-size:33px;color:#000;font-weight:600;}
.m14 .conwrap .maparea{
	overflow:hidden;
	box-sizing:border-box;
	height:580px;
	border:1px solid #ccc;border-radius:20px;
}
.m14 .conwrap .maparea iframe{width:100%;height:100%;}
.m14 .conwrap .contact{display:flex;justify-content:space-between;padding:70px 80px 0;}
.m14 .conwrap .contact dl{
	box-sizing:border-box;
	padding-left:110px;
}
.m14 .conwrap .contact dl:nth-child(1){background:url(/images/page/m15_icon1.png) no-repeat left top;}
.m14 .conwrap .contact dl:nth-child(2){background:url(/images/page/m15_icon2.png) no-repeat left top;}
.m14 .conwrap .contact dl:nth-child(3){background:url(/images/page/m15_icon3.png) no-repeat left top;}
.m14 .conwrap .contact dl:nth-child(4){background:url(/images/page/m15_icon4.png) no-repeat left top;}
.m14 .conwrap .contact dl dt{
	margin-bottom:10px;
	font-family:"Wix Madefor Display";font-size:24px;color:#000;font-weight:600;
}
.m14 .conwrap .contact dl dd{font-size:17px;color:#666;line-height:1.5em;}





/* m21 */
.m21{}
.m21 .sec1{
	display:flex;align-items:center;
	padding:180px 7% 180px;
	background:url(/images/page/m21_sec1_bg.png) no-repeat left top;
	background-size:contain;
}
.m21 .sec1 .img{width:56%;}
.m21 .sec1 .txts{width:44%;}
.m21 .sec1 .txts h3{margin-bottom:50px;font-size:42px;color:#000;font-weight:700;}
.m21 .sec1 .txts p{font-size:17px;color:#666;line-height:1.8em;}

.m21 .sec2{
	padding:150px 0;
	background:#f4f4f4;
	text-align:center;
}
.m21 .sec2 h3{font-family:"Wix Madefor Display","Noto Sans KR";font-size:34px;color:#000;font-weight:700;}
.m21 .sec2 h3 span{font-weight:500;}
.m21 .sec2 h4{
	margin:70px 0 90px;
	font-family:"Wix Madefor Display","Noto Sans KR";font-size:44px;color:#000;font-weight:700;
}
.m21 .sec2 .imgarea{}
.m21 .sec2 .imgarea img:nth-child(2){display: none;}
.m21 .sec2 .imgarea>div{display:none;}
.m21 .sec2 h5{	
	margin:90px 0 60px;
	font-size:42px;color:#000;font-weight:600;text-align:left;
}
.m21 .sec2 .step{position:relative;padding:70px 0 35px;background:#eee;}
.m21 .sec2 .step ul{display:flex;}
.m21 .sec2 .step ul:before{
	display:block;content:"";
	width:100%;height:2px;
	background:url(/images/page/m21_sec2_dot.gif) repeat-x;
	position:absolute;left:0;top:72px;
}
.m21 .sec2 .step ul li{
	position:relative;
	box-sizing:border-box;
	width:33.333%;
	padding:70px 4% 0 0;
	font-size:17px;color:#666;text-align:left;line-height:1.7em;
}
.m21 .sec2 .step ul li:before{
	display:block;content:"";
	width:60px;height:60px;
	background:#000;
	font-size:17px;color:#fff;text-align:center;font-weight:500;line-height:60px;
	border-radius:50%;
	position:absolute;left:0;top:-28px;
}
.m21 .sec2 .step ul li:nth-child(1):before{content:"01";}
.m21 .sec2 .step ul li:nth-child(2):before{content:"02";}
.m21 .sec2 .step ul li:nth-child(3):before{content:"03";}
.m21 .sec2 .dot{margin:60px auto 0;text-align:left;}
.m21 .sec2 .dot li{
	position:relative;
	padding-left:14px;margin-bottom:40px;
	font-size:17px;color:#666;line-height:1.8em;
}
.m21 .sec2 .dot li:before{
	display:block;content:"";
	width:5px;height:5px;
	background:#359cc2;
	position:absolute;left:0;top:12px;
}





/* m22 */
.m22{}
.m22 .sec1{margin:70px 0 0;}
.m22 .sec1 h3{margin-bottom:30px;font-size:34px;color:#000;font-weight:600;}
.m22 .sec1 .table{overflow-x:auto;width:100%;}
.m22 .sec1 .table table{width:100%;margin:0 0 150px;border-top:1px solid #000;border-collapse:collapse;}
.m22 .sec1 .table table th{
	padding:35px 0;
	background:#f4f4f4;
	font-size:23px;color:#000;font-weight:500;text-align:center;
	border-bottom:1px solid #ddd;	
}
.m22 .sec1 .table table td{
	padding:40px 20px;
	font-size:17px;color:#666;font-weight:400;text-align:center;
	border-bottom:1px solid #ddd;	
}
.m22 .sec1 .table table td a.txt_link{
	font-size:17px;color:#666;font-weight:400;
}
.m22 .sec1 .table table td.tit{
	padding:35px 0;
	font-size:23px;color:#000;font-weight:500;text-align:center;
}
.m22 .sec1 .table table td a.link{
	display:inline-block;
	background:#000;
	border-radius:50%;
	transition:all 0.24s;
}
.m22 .sec1 .table table td a.link:hover{background:#359cc2;}
.m22 .sec1 .table table .b_r{border-right:1px solid #ddd;}





/* m31 */
.m31{}
.m31 .conwrap{
	max-width:1720px;
	width:94%;
	margin:90px auto 180px;
}
.m31 .conwrap .table{width:100%;}
.m31 .conwrap .table table{width:100%; border-collapse:collapse;border-bottom:1px solid #ddd;}
.m31 .conwrap .table table th{
	padding:35px 0;
	font-size:23px;color:#000;font-weight:500;text-align:center;
	border:1px solid #ddd;	
}
.m31 .conwrap .table table td{
	font-size:18px;color:#666;font-weight:400;text-align:center;
	border:1px solid #ddd;	
}
.m31 .conwrap .table table .nl{border-left:0;}
.m31 .conwrap .table table .nr{border-right:0;}
.m31 .conwrap .table table .nb{border-bottom:0;}
.m31 .conwrap .table table .tit{font-family:"Wix Madefor Display";font-size:24px;font-weight:600; cursor: pointer;}
.m31 .conwrap .table table .tit i{
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(/images/page/m31_arrow_btn.png) no-repeat center / contain;
	transform: translate(2px, 3px) rotate(180deg);
}
.m31 .conwrap .table table tr.open .tit i{
	transform: translate(2px, 3px) rotate(0);
}
.m31 .conwrap .table table .hidden{
	display:none;
	background:#f7f7f7;
	border:0;
}
.m31 .conwrap .table table .hidden>div{display:flex;align-items:center;}
.m31 .conwrap .table table .hidden>div .icon{width:240px;}
.m31 .conwrap .table table .hidden>div .txt{width:calc(100% - 240px);text-align:left;}
.m31 .conwrap .table table .btn{
	font-family:"Wix Madefor Display";font-size:24px;color:#666;text-align:center;
}
.m31 .conwrap .table table .btn span{display:block;font-size:16px;color:#359cc2;}
.m31 .conwrap .table table .btn:after{
	display:block;content:"";
	width:8px;height:8px;
	border-right:1px solid #000;border-bottom:1px solid #000;
	margin:5px auto 0;
	transform:rotate(45deg);
}
.m31 .conwrap .table table .btn.on:after{
	transform:rotate(225deg) translate(-5px,-5px);
}
.m31 .conwrap .table table .percent{display:flex;justify-content:space-between;width:100%;box-sizing:border-box;}
.m31 .conwrap .table table .percent>div{
	display:flex;align-items:center;justify-content:center;
	border-radius:10px;
	height:46px;
	font-family:"Wix Madefor Display";font-size:24px;color:#fff;text-align:center;font-weight:600;
}
.m31 .conwrap .table table .percent>div.phase1{width:calc(50% - 1px);background:#42c0f1;}
.m31 .conwrap .table table .percent>div.phase2{width:calc(50% - 0px);background:#359cc2;}
.m31 .conwrap .table table .percent>div.clinical{width:calc(50% - 1px);background:#195993;}
.m31 .conwrap .table table .percent>div.ind{width:calc(50% - 412px - 5px);background:#b3b3b3;}
.m31 .conwrap .table table .percent>div.phase1_2{width:calc(50% - 83px);background:#42c0f1;}
.m31 .conwrap .table table .percent>div.discovery{width:calc(50% - 1px);background:#000;}
.m31 .conwrap .table table .percent>div.clinical_2{width:calc(50% - 83px);background:#195993;}
.m31 .conwrap .table table .percent>div.ind_2{width:calc(50% - 412px - 5px);background:#b3b3b3;}

/* 240419 파이프라인 수정 */
.m31 .conwrap .table table{overflow:hidden;}
.m31 .conwrap .table table .col1{width: 240px;}
.m31 .conwrap .table table th{padding:30px 0;border-top:1px solid #000;border-bottom:1px solid #000;}
.m31 .conwrap .table table td{position:relative;}
.m31 .conwrap .table table .bg{background:#f8f8f8;}
.m31 .conwrap .table table .list1 td{border-bottom:1px solid #195993;}
.m31 .conwrap .table table .list2 td{border-bottom:1px solid #359cc2;}
.m31 .conwrap .table table .list3 td{border-bottom:1px solid #42c0f1;}
.m31 .conwrap .table table .list1 .tit{color:#195993;}
.m31 .conwrap .table table .list2 .tit{color:#359cc2;}
.m31 .conwrap .table table .list3 .tit{color:#42c0f1;}
.m31 .conwrap .table table .pipewrap{
	position:relative;width:calc(100% - 46px);height:64px;
	background:#f7f7f7;
	box-sizing:border-box;
	margin:30px 23px;
	border-radius:50px;
}
.m31 .conwrap .table table .lines{
	position:absolute;left:0;top:0;
	display:flex;
	width:100%;height:100%;
}
.m31 .conwrap .table table .lines>div{
	box-sizing:border-box;
	height:100%;
	border-right:1px solid #eee;
}
.m31 .conwrap .table table .lines>div:nth-child(1){width:24.2%;}
.m31 .conwrap .table table .lines>div:nth-child(2){width:28.6%;}
.m31 .conwrap .table table .lines>div:nth-child(3){width:9.3%;}
.m31 .conwrap .table table .lines>div:nth-child(4){width: 18.2%;}
.m31 .conwrap .table table .lines>div:nth-child(5){width: 19.7%; border-right: none;}

.m31 .conwrap .table table .pipewrap{
	display:flex;
	text-align:left;
}
.m31 .conwrap .table table .pipewrap .lines{
	display:flex;
	position:absolute;left:0;top:0;
	width:100%;height:100%;
}
.m31 .conwrap .table table .pipewrap .lines>div{
	box-sizing:border-box;
	width:2px;height:100%;
	background:url(/images/page/m31_dot_bg.jpg) repeat-y right top;
}
.m31 .conwrap .table table .pipewrap .lines>div:nth-child(1){width:23%;}
.m31 .conwrap .table table .pipewrap .lines>div:nth-child(2){width:30%;}
.m31 .conwrap .table table .pipewrap .lines>div:nth-child(3){width:9.5%;}
.m31 .conwrap .table table .pipewrap .lines>div:nth-child(4){width:18.5%;}
/* .m31 .conwrap .table table .pipewrap .lines>div:nth-child(5){width:19%;} */
.m31 .conwrap .table table .pipewrap .pipe{
	position:absolute;left:0;top:0;
	display:flex;align-items:center;
	height:100%;
	padding:0 30px;
	border-radius:50px;
}
.m31 .conwrap .table table .pipewrap .pipe:after{
	display:block;content:"";
	width:40px;height:40px;
	background:#fff;
	border-radius:50%;
	position:absolute;right:17px;top:13px;
}
.m31 .conwrap .table table .list1 .pipewrap .pipe{width:68%;background:#195993;}
.m31 .conwrap .table table .list2 .pipewrap .pipe{width:40.2%;background:#359cc2;}
.m31 .conwrap .table table .list3 .pipewrap .pipe{width:35.5%;background:#42c0f1;}
.m31 .conwrap .table table .pipewrap .pipe dl{width: calc(100% - 24px);}
.m31 .conwrap .table table .pipewrap .pipe dl dt{font-family:"Wix Madefor Display";font-size:18px;color:#fff;font-weight:600;}
.m31 .conwrap .table table .pipewrap .pipe dl dd{font-family:"Wix Madefor Display";font-size:16px;color:#fff;font-weight:400;}

@media (max-width: 1650px){
	.m31 .conwrap .table table .pipewrap .pipe dl dd{font-size: 13px;}
}

.m31 .conwrap .table table .exp{
	position: relative;
	z-index: 10;
	display: none;
}
.m31 .conwrap .table table .exp .inner{
	display: flex;
	align-items: center;
	padding: 30px 25px;
	box-sizing: border-box;
	background: #f7f7f7;
}
.m31 .conwrap .table table .exp .inner .icon{
	padding-right: 25px;
	width: 74px;
}
.m31 .conwrap .table table .exp .inner .txt{
	font-family: "NEXON Lv2 Gothic OTF";
	width: calc(100% - 25px - 75px);
	line-height: 1.6em;
	text-align: left;
	padding-left: 25px;
	box-sizing: border-box;
	border-left: 1px solid #ddd;
}




/* m41 */
.m41{}
.m41 .sec1{
	background: linear-gradient(#fff 50%, #f2f2f2);
	text-align:center;
}
.m41 .sec1 h3{margin:70px 0 50px;font-family:"Wix Madefor Display";font-size:44px;color:#000;font-weight:700;}
.m41 .sec1 h4{margin-bottom:70px;font-size:42px;color:#000;font-weight:600;}
.m41 .sec2{padding:140px 0 0;}
.m41 .sec2 .boxwrap{display:flex;align-items:center;margin-bottom:140px;}
.m41 .sec2 .boxwrap:nth-child(even){flex-direction:row-reverse;}
.m41 .sec2 .boxwrap .imgarea{
	position:relative;
	box-sizing:border-box;
	width:76%;
	padding:0 0 90px;
}
.m41 .sec2 .boxwrap .imgarea:after{
	display:block;content:"";
	width:200%;height:55%;
	background:#f4f4f4;
	position:absolute;bottom:0;z-index:-1;
}
.m41 .sec2 .boxwrap:nth-child(odd) .imgarea{text-align:left;transform:translateX(-15px);}
.m41 .sec2 .boxwrap:nth-child(odd) .imgarea:after{right:0;}
.m41 .sec2 .boxwrap:nth-child(even) .imgarea{text-align:right;transform:translateX(30px);}
.m41 .sec2 .boxwrap:nth-child(even) .imgarea:after{left:0;}
.m41 .sec2 .boxwrap .txtarea{box-sizing:border-box;width:24%;}
.m41 .sec2 .boxwrap .txtarea .cate{
	display:block;
	width:150px;height:36px;
	border-radius:10px;
	font-size:14px;color:#fff;text-align:center;line-height:36px;
}
.m41 .sec2 .boxwrap:nth-child(1) .txtarea .cate{background:#359dc2;}
.m41 .sec2 .boxwrap:nth-child(2) .txtarea .cate{background:#195a94;}
.m41 .sec2 .boxwrap .txtarea .tit{
	margin:15px 0 25px; 
	font-family:"Wix Madefor Display";font-size:44px;color:#000;font-weight:700;
}
.m41 .sec2 .boxwrap .txtarea ul li{}
.m41 .sec2 .boxwrap:nth-child(odd) .txtarea{padding-left:5%;}

.m41 .sec3{}
.m41 .sec3 .conwrap{display:flex;flex-wrap:wrap;justify-content:space-between;padding:0 5%;}
.m41 .sec3 .conwrap .area1{
	display:flex;align-items:center;justify-content:center;
	width:100%;height:600px;
	margin:0 0 40px;
	border-radius:30px;
	background:url(/images/page/m41_sec3_bg1.jpg) no-repeat center;
	background-size:cover;
	text-align:center;
}
.m41 .sec3 .conwrap .area1 h3{font-size:33px;color:#fff;font-weight:600;}
.m41 .sec3 .conwrap .area1 p{margin-top:10px;font-size:17px;color:rgba(255,255,255,0.8);line-height:1.8em;}
.m41 .sec3 .conwrap .area2{
	width:49%;height:600px;
	border-radius:30px;
	background:url(/images/page/m41_sec3_bg2.jpg) no-repeat center;
	background-size:cover;	
}
.m41 .sec3 .conwrap .area3{
	width:49%;height:600px;
	border-radius:30px;
	background:url(/images/page/m41_sec3_bg3.jpg) no-repeat center;
	background-size:cover;	
}
.m41 .sec4{padding:100px 5% 170px;}
.m41 .sec4 .map{position:relative;}
.m41 .sec4 .map img:nth-child(2){position:absolute;left:0;top:0;}
.m41 .sec4 a{
	display:block;
	width:420px;height:70px;
	margin:0 auto;
	background:#000;
	border-radius:20px;
	font-family:"Wix Madefor Display";font-size:22px;color:#fff;text-align:center;line-height:70px;
}





/* bbs */
.bbs{padding:0 0 140px;}
.bbs .bbs_top{display:flex;justify-content:space-between;align-items:flex-end;margin:90px 0 40px;}
.bbs .bbs_top.type2{justify-content:flex-end;}
.bbs .bbs_top .total{font-size:17px;color:#666;font-weight:500;}
.bbs .bbs_top .total span{color:#359cc2;}
.bbs .bbs_top .searchwrap{display:flex;justify-content:space-between;width:440px;}
.bbs .bbs_top .searchwrap input{
	box-sizing:border-box;
	width:calc(100% - 110px);height:57px;
	padding:0 25px;
	background:#f7f7f7;
	border:0;outline:0;
	border-radius:10px;
	font-size:17px;color:#555;text-align:left;
}
.bbs .bbs_top .searchwrap button{
	width:100px;height:57px;
	background:#000;
	border:0;outline:0;
	border-radius:10px;
	font-size:17px;color:#fff;text-align:center;
}
.bbs .bbs_top .searchwrap button i{
	display:inline-block;vertical-align:top;
	width:18px;height:18px;
	margin:5px 0 0;
	background:url(/images/page/icon_search.png) no-repeat;
}
.bbs .bbs1{margin-bottom:100px;border-top:1px solid #000;}
.bbs .bbs1>li{border-bottom:1px solid #ccc;}
.bbs .bbs1>li>a{
	display:flex;align-items:center;
	padding:25px 0;
	text-align:center;
}
.bbs .bbs1>li>a .num{width:150px;font-size:25px;color:#d1d1d1;font-weight:500;}
.bbs .bbs1>li>a .tit{
	width:calc(100% - 150px - 100px - 150px);text-align:left;
	font-size:25px;color:#000;font-weight:500;
}
.bbs .bbs1>li>a .date{width:100px;font-size:17px;color:#666;}
.bbs .bbs1>li>a .btn{width:150px;}
.bbs .bbs1>li>a .btn img{
	background:#000;
	border-radius:50%;
	transition:all 0.4s;
}
.bbs .bbs1>li:hover>a .btn img{background:#359cc2;}





.bbs .bbs2{display:flex;flex-wrap:wrap;}
.bbs .bbs2>li{
	width:30.666%;
	margin:0 4% 80px 0;
}
.bbs .bbs2>li:nth-child(3n){margin-right:0;}
.bbs .bbs2>li>a{display:block;}
.bbs .bbs2>li>a .thumb{
	display:block;
	overflow:hidden;
	position:relative;
	width:100%;height:100%;
	border-radius:20px;
}
.bbs .bbs2>li>a .thumb .img{}
.bbs .bbs2>li>a .thumb .arr{
	display:flex;align-items:flex-end;justify-content:flex-end;
	position:absolute;right:0;bottom:0;z-index:1;
	width:78px;height:78px;
	background:url(/images/main/arr_bg.png) no-repeat;
	transform-origin:right bottom;
	transform:scale(0);
	transition:all 0.4s;
}
.bbs .bbs2>li>a:hover .arr{transform:scale(1);}
.bbs .bbs2>li>a .txts{padding:20px 0 0;}
.bbs .bbs2>li>a .txts .tit{
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: keep-all;
	font-size:25px;color:#000;font-weight:500;line-height:1.4em;
}
.bbs .bbs2>li>a .txts .con{	
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: keep-all;
	margin:10px 0 20px;
	font-size:17px;color:#797979;font-weight:400;line-height:1.7em;
}
.bbs .bbs2>li>a .txts .date{font-size:17px;color:#797979;}




.bbs h3{margin:80px 0 30px;font-size:33px;color:#000;font-weight:600;}
.bbs .bbs3{margin-bottom:100px;border-top:1px solid #000;}
.bbs .bbs3>li{border-bottom:1px solid #ccc;}
.bbs .bbs3>li>a{
	display:flex;align-items:center;
	padding:35px 60px;
}
.bbs .bbs3>li>a .cate{width:80px;}
.bbs .bbs3>li>a .cate span{
	display:inline-block;
	width:80px;height:80px;
	border-radius:15px;
	font-size:17px;color:#fff;font-weight:600;text-align:center;line-height:80px;
}
.bbs .bbs3>li>a .cate .cate1{background:#42c0f1;}
.bbs .bbs3>li>a .cate .cate2{background:#000;}
.bbs .bbs3>li>a .cate .cate3{background:#359cc2;}
.bbs .bbs3>li>a .txts{
	box-sizing:border-box;
	width:calc(100% - 80px - 80px);
	padding:0 30px;
	text-align:left;
}
.bbs .bbs3>li>a .txts .date{font-size:17px;color:#666;}
.bbs .bbs3>li>a .txts .tit{font-size:23px;color:#161616;font-weight:600;}
.bbs .bbs3>li>a .dday{width:80px;font-size:25px;color:#000;font-weight:600;text-align:right;}






/* paging */
.paging{text-align:center;}
.paging a{
	display:inline-block;vertical-align:top;box-sizing:border-box;
	width:60px;height:60px;
	border-radius:10px;
	color:#777;font-size:17px;line-height:60px;
}
.paging strong{
	display:inline-block;vertical-align:top;box-sizing:border-box;
	width:60px;height:60px;
	border-radius:10px;
	background:#000;
	color:#fff;font-size:17px;line-height:60px;font-weight:400;
}
.paging .page_begin{
	width:34px;height:60px;
	background:url(/images/common/page_begin.png) no-repeat center;
	border:0;
}
.paging .page_prev{
	width:34px;height:60px;
	background:url(/images/common/page_prev.png) no-repeat center;
	border:0;margin-right:20px;
}
.paging .page_next{
	width:34px;height:60px;
	background:url(/images/common/page_next.png) no-repeat center;
	border:0;margin-left:20px;
}
.paging .page_end{
	width:34px;height:60px;
	background:url(/images/common/page_end.png) no-repeat center;
	border:0;
}




/*  */
.bbs_view{padding-bottom:160px;}
.bbs_view .titlearea{
	margin:90px 0 0;padding:0 0 30px;
	border-bottom:1px solid #000;
}
.bbs_view .titlearea .dday{margin-bottom:10px;}
.bbs_view .titlearea .dday span{
	display:inline-block;
	width:88px;height:33px;
	background:#359cc2;
	border-radius:10px;
	font-family:"Wix Madefor Display";font-size:18px;color:#fff;text-align:center;line-height:33px;
}
.bbs_view .titlearea .txts{display:flex;align-items:flex-end;justify-content:space-between;}
.bbs_view .titlearea .txts .tit{font-size:42px;color:#000;font-weight:600;width:calc(100% - 200px);}
.bbs_view .titlearea .txts .date{font-size:17px;color:#666; width: 200px;}
.bbs_view .file{padding:40px 0;border-bottom:1px solid #ccc;}
.bbs_view .file dl{}
.bbs_view .file dl dt{
	padding-left:23px;
	background:url(/images/page/icon_file.gif) no-repeat left 4px;
	font-size:22px;color:#000;font-weight:600;
}
.bbs_view .file dl dd{padding:15px 0 0;}
.bbs_view .file dl dd a{font-size:17px;color:#666;}
.bbs_view .view_con{padding:70px 0;border-bottom:1px solid #ccc;}
.bbs_view .view_con > a{
	display:block;
	width:420px;height:70px;
	margin:0 auto;
	background:#359cc2;
	border-radius:20px;
	font-size:21px;color:#fff;text-align:center;line-height:70px;
}
.bbs_view .btn_list{margin-top:100px;text-align:center;}
.bbs_view .btn_list a{
	display:inline-block;
	width:258px;height:48px;
	margin:0 auto;
	background:#000;
	border-radius:20px;
	font-family:"Wix Madefor Display";font-size:16px;color:#fff;text-align:center;line-height:48px;
}






/* m53 */
.m53{}
.m53 .sec1{padding:85px 0 0;}
.m53 .sec1 .boxwrap{padding-bottom:160px;}
.m53 .sec1 .boxwrap h3{font-size:33px;color:#000;font-weight:600;}
.m53 .sec1 .boxwrap .unit{margin-bottom:10px;font-size:17px;color:#666;text-align:right;}
.m53 .sec1 .boxwrap .table{overflow:hidden;overflow-x:auto;width:100%;}
.m53 .sec1 .boxwrap .table table{width:100%;border-top:1px solid #000;}
.m53 .sec1 .boxwrap .table table th{
	padding:35px 0;
	background:#f4f4f4;
	border-bottom:1px solid #ccc;
	font-size:23px;color:#000;font-weight:500;text-align:center;
}
.m53 .sec1 .boxwrap .table table td{
	padding:35px 0;
	border-bottom:1px solid #ccc;
	font-size:17px;color:#666;font-weight:400;text-align:center;	
}
.m53 .sec1 .boxwrap .table table td.tit{width:320px;font-size:23px;color:#000;font-weight:500;}
.m53 .sec1 .boxwrap .table table td.tit a{font-size:23px;color:#000;font-weight:500;}
.m53 .sec1 .boxwrap .tip{
	position:relative;
	padding-left:10px;margin-top:25px;
	font-size:17px;color:rgba(0,0,0,0.8);
}
.m53 .sec1 .boxwrap .tip:before{
	display:block;content:"";
	width:5px;height:5px;
	background:#359cc2;
	position:absolute;left:0;top:10px;
}




/* m54 */
.m54 .sec1 .table table td .link {
    display: inline-block;
    background: #000;
    border-radius: 50%;
    transition: all 0.24s;
}





/* m61 */
.m61{}
.m61 .sec1{padding:60px 0 170px;text-align:center;}
.m61 .sec1 h3{font-family:"Wix Madefor Display";font-size:44px;color:#000;font-weight:600;}
.m61 .sec1 p{margin:0 0 90px;font-size:17px;color:#666;line-height:1.7em;}
.m61 .sec1 ul{display:flex;justify-content:center;}
.m61 .sec1 ul li{
	display:flex;align-items:center;justify-content:center;
	width:390px;height:390px;
}
.m61 .sec1 ul li:nth-child(1){background:url(/images/page/m61_sec1_img1.png) no-repeat center;}
.m61 .sec1 ul li:nth-child(2){margin:0 -40px;background:url(/images/page/m61_sec1_img2.png) no-repeat center;}
.m61 .sec1 ul li:nth-child(3){background:url(/images/page/m61_sec1_img3.png) no-repeat center;}
.m61 .sec1 ul li .first{font-family:"Wix Madefor Display";font-size:80px;color:#fff;font-weight:600;}
.m61 .sec1 ul li .tit{margin:10px 0;font-family:"Wix Madefor Display";font-size:24px;color:#fff;font-weight:600;}
.m61 .sec1 ul li .txt{font-size:17px;color:rgba(255,255,255,0.8);}
.m61 .sec2{padding:150px 0;background:#f4f4f4;text-align:center;}
.m61 .sec2 h3{font-family:"Wix Madefor Display";font-size:44px;color:#000;font-weight:700;}
.m61 .sec2 .conwrap{margin:80px 0 0;padding:0 5%; }
.m61 .sec2 .conwrap .boxwrap{
	display:flex;align-items:center;
	margin-bottom:160px;
}
.m61 .sec2 .conwrap .boxwrap:nth-child(even){flex-direction:row-reverse;}
.m61 .sec2 .conwrap .boxwrap .imgarea{
	width:58%;min-height:370px;
	border-radius:40px;
}
.m61 .sec2 .conwrap .boxwrap:nth-child(1) .imgarea{background:url(/images/page/m61_sec2_img1.jpg) no-repeat;background-size:cover;}
.m61 .sec2 .conwrap .boxwrap:nth-child(2) .imgarea{background:url(/images/page/m61_sec2_img2.jpg) no-repeat;background-size:cover;}
.m61 .sec2 .conwrap .boxwrap:nth-child(3) .imgarea{background:url(/images/page/m61_sec2_img3.jpg) no-repeat;background-size:cover;}
.m61 .sec2 .conwrap .boxwrap:nth-child(4) .imgarea{background:url(/images/page/m61_sec2_img4.jpg) no-repeat;background-size:cover;}
.m61 .sec2 .conwrap .boxwrap:nth-child(5) .imgarea{background:url(/images/page/m61_sec2_img5.jpg) no-repeat;background-size:cover;}
.m61 .sec2 .conwrap .boxwrap .infoarea{
	box-sizing:border-box;
	width:42%;
	padding-left:5%;
	text-align:left;
}
.m61 .sec2 .conwrap .boxwrap:nth-child(even) .infoarea{padding:0 5% 0 0;}
.m61 .sec2 .conwrap .boxwrap .infoarea dl{}
.m61 .sec2 .conwrap .boxwrap .infoarea dl dt{
	padding:0 0 20px 55px;
	border-bottom:1px solid #ddd;
	font-family:"Wix Madefor Display";font-size:48px;color:#000;font-weight:700;
}
.m61 .sec2 .conwrap .boxwrap:nth-child(1) .infoarea dl dt{background:url(/images/page/m61_sec2_icon1.png) no-repeat left 11px;}
.m61 .sec2 .conwrap .boxwrap:nth-child(2) .infoarea dl dt{background:url(/images/page/m61_sec2_icon2.png) no-repeat left 14px;}
.m61 .sec2 .conwrap .boxwrap:nth-child(3) .infoarea dl dt{background:url(/images/page/m61_sec2_icon3.png) no-repeat left 11px;}
.m61 .sec2 .conwrap .boxwrap:nth-child(4) .infoarea dl dt{background:url(/images/page/m61_sec2_icon4.png) no-repeat left 8px;}
.m61 .sec2 .conwrap .boxwrap:nth-child(5) .infoarea dl dt{background:url(/images/page/m61_sec2_icon5.png) no-repeat left 8px;}
.m61 .sec2 .conwrap .boxwrap .infoarea dl dd{padding:20px 0 0;}
.m61 .sec2 .conwrap .boxwrap .infoarea dl dd ul{}
.m61 .sec2 .conwrap .boxwrap .infoarea dl dd ul li{
	position:relative;
	padding-left:20px;margin-bottom:5px;
	font-size:17px;color:#666;line-height:1.7em;
}
.m61 .sec2 .conwrap .boxwrap .infoarea dl dd ul li:after{
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 5px;
	height: 5px;
	background: #359cc2;
}
.m61 .sec3{padding:150px 0;text-align:center;}
.m61 .sec3 h3{font-family:"Wix Madefor Display";font-size:44px;color:#000;font-weight:700;}
.m61 .sec3 ul{position:relative;display:flex;justify-content:space-between;margin:90px 0 100px;}
.m61 .sec3 ul:after{
	display:block;content:"";
	width:100%;height:1px;
	background:#000;
	position:absolute;left:0;top:50%;
}
.m61 .sec3 ul li{
	display:flex;align-items:center;justify-content:center;
	position:relative;z-index:10;
	width:230px;height:230px;
	box-sizing:border-box;
	background:#fff;
	border:2px solid #000;border-radius:30px;
}
.m61 .sec3 ul li:last-child{background:#000;}
.m61 .sec3 ul li .icon{display:flex;align-items:center;justify-content:center;height:49px;}
.m61 .sec3 ul li .num{margin:20px 0 10px;font-family:"Wix Madefor Display";font-size:14px;color:#000;font-weight:400;}
.m61 .sec3 ul li .tit{font-size:25px;color:#000;font-weight:600;}
.m61 .sec3 ul li:last-child .num{color:#fff;}
.m61 .sec3 ul li:last-child .tit{color:#fff;}
.m61 .sec3 a{
	display:block;
	width:420px;height:72px;
	margin:0 auto;
	background:#000;
	border-radius:20px;
	font-family:"Wix Madefor Display";font-size:22px;color:#fff;font-weight:600;line-height:72px;
}





/* m71 */
.m71{}
.m71 .sec1{padding:60px 0 170px;}
.m71 .sec1 h3{font-family:"Wix Madefor Display";font-size:44px;color:#000;font-weight:600;text-align:center;}
.m71 .sec1 .contact{
	display:flex;justify-content:center;
	margin:60px 0 100px;padding:60px;
	background:#f7f7f7;
	border-radius:10px;
}
.m71 .sec1 .contact dl{position:relative;margin:0 35px;padding-left:60px;}
.m71 .sec1 .contact dl:before{
	display:block;content:"";
	width:48px;height:48px;
	position:absolute;left:0;top:4px;
	border-radius:10px;
}
.m71 .sec1 .contact dl:nth-child(1):before{background:#000 url(/images/page/m71_icon1.png) no-repeat center;}
.m71 .sec1 .contact dl:nth-child(2):before{background:#000 url(/images/page/m71_icon2.png) no-repeat center;}
.m71 .sec1 .contact dl:nth-child(3):before{background:#0177b5 url(/images/page/m71_icon3.png) no-repeat center;}
.m71 .sec1 .contact dl dt{font-family:"Wix Madefor Display";font-size:24px;color:#000;font-weight:600;}
.m71 .sec1 .contact dl dt a{font-family:"Wix Madefor Display";font-size:24px;color:#000;font-weight:600;}
.m71 .sec1 .contact dl dd{font-family:"Wix Madefor Display";font-size:18px;color:#666;font-weight:400;}
.m71 .sec1 .contact dl dd a{font-family:"Wix Madefor Display";font-size:18px;color:#666;font-weight:400;}
.m71 .sec1 .formwrap{}
.m71 .sec1 .formwrap .inputwrap{display:flex;justify-content:space-between;margin-bottom:30px;}
.m71 .sec1 .formwrap .inputwrap dl{display:flex;width:48%;}
.m71 .sec1 .formwrap .inputwrap.w100 dl{width:100%;}
.m71 .sec1 .formwrap .inputwrap dl dt{
	position:relative;
	box-sizing:border-box;
	width:195px;
	padding:22px 0 0 14px;
	font-family:"Wix Madefor Display";font-size:18px;color:#000;font-weight:600;
}
.m71 .sec1 .formwrap .inputwrap dl dt:before{
	display:block;content:"";
	width:4px;height:4px;
	background:#359cc2;
	position:absolute;left:0;top:32px;
}
.m71 .sec1 .formwrap .inputwrap dl dd{width:calc(100% - 195px);}
.m71 .sec1 .formwrap .inputwrap dl dd input{
	box-sizing:border-box;
	width:100%;height:67px;
	padding:0 25px;
	background:#f7f7f7;
	border:0;outline:0;border-radius:10px;
	font-size:17px;color:#666;
}
.m71 .sec1 .formwrap .inputwrap dl dd select{
	box-sizing:border-box;
	width:100%;height:67px;
	padding:0 25px;
	background:#f7f7f7 url(/images/page/sel_arr.png) no-repeat calc(100% - 25px) center;
	border:0;outline:0;border-radius:10px;
	font-size:17px;color:#666;
	appearance: none;
}
select::-ms-expand{display: none;}
.m71 .sec1 .formwrap .inputwrap dl dd textarea{
	width:100%;height:400px;
	box-sizing:border-box;
	padding:25px;
	background:#f7f7f7;
	border:0;outline:0;resize:none;border-radius:10px;
	font-size:17px;color:#666;
}
.m71 .sec1 .formwrap button{
	display:block;
	width:258px;height:65px;
	margin:75px auto 0;
	background:#000;
	border:0;outline:0;
	border-radius:20px;
	font-family:"Wix Madefor Display";font-size:16px;color:#fff;font-weight:400;
}





/* subpage animation */
.subvisual .bg{transform:scale(1.2);}
.subvisual h2{overflow:hidden;}
.subvisual h2>div{transform:translateY(100%);}
.subvisual p{overflow:hidden;}
.subvisual p>span{display:inline-block;transform:translateY(100%);}

.subvisual.in-view .bg{transform:scale(1);transition:all 1.4s;}
.subvisual.in-view h2>div{transform:translateY(0);transition:all 1.4s;}
.subvisual.in-view p>span{transform:translateY(0);transition:all 1.4s 0.4s;}


.m11 .sec1>div{perspective:1000px;}
.m11 .sec1>div .txtarea h2{opacity:0;transform:translateX(100px);}
.m11 .sec1>div .txtarea p{opacity:0;transform:translateX(50px);}
.m11 .sec1>div .imgarea{opacity:0;transform:skew(10deg) translateX(100%);}

.m11 .sec1>div .txtarea h2.in-view{opacity:1;transform:translateX(0);transition:all 1.4s;}
.m11 .sec1>div .txtarea p.in-view{opacity:1;transform:translateX(0);transition:all 1.4s;}
.m11 .sec1>div .imgarea.in-view{opacity:1;transform:skew(0) translateX(0);transition:all 1.4s;}


.slideUp{opacity:0;transform:translateY(100%);}
.slideUp.in-view{opacity:1;transform:translateY(0);transition:all 1.4s;}


.m11 .sec2 .innerwrap>div dl{transform:translateX(15%);opacity:0;}
.m11 .sec2 .innerwrap>div dl.in-view{transform:translateX(0);opacity:1;}
.m11 .sec2 .innerwrap>div dl.in-view:nth-child(1){transition:all 1.4s;}
.m11 .sec2 .innerwrap>div dl.in-view:nth-child(2){transition:all 1.4s 0.1s;}


.m11 .sec2 .conwrap .title>div{opacity:0;transform:translateY(60px);}
.m11 .sec2 .conwrap .title:after{
	transform-origin:center center;
	opacity:0;transform:rotateZ(10deg) translateY(10%);
}
.m11 .sec2 .conwrap .list dl{opacity:0;}

.m11 .sec2 .conwrap.in-view .title:after{opacity:1;transform:rotate(0) translateY(0);transition:all 1.4s;}
.m11 .sec2 .conwrap.in-view .list dl{opacity:1;transition:all 1.4s 0.9s;}
.m11 .sec2 .conwrap.in-view .title>div{opacity:1;transform:translateY(0);transition:all 1.4s 0.9s;}


.m11 .sec3 .conwrap{opacity:0;transform:translateY(100px);}
.m11 .sec3 .conwrap.in-view{opacity:1;transform:translateY(0);transition:all 1.4s}


.m12 .conwrap .boxwrap>div{opacity:0;transform:translateY(100px);}
.m12 .conwrap .boxwrap.in-view>div{opacity:1;transform:translateY(0);transition:all 1.4s}
.m13 .sec1 .series h4 span{display:inline-block;opacity:0;transform:translateY(40px);}
.m13 .sec1 .series h4 strong{opacity:0;transform:scale(1.5);}
.m13 .sec1 .series h4.in-view span{opacity:1;transform:translateY(0);transition:all 1.4s}
.m13 .sec1 .series h4.in-view strong{opacity:1;transform:scale(1);transition:all 1.4s 0.7s;}

.m13 .sec1 .series ul li{overflow:hidden;}
.m13 .sec1 .series ul li>div{transform:translateX(-100%);}
.m13 .sec1 .series ul li.in-view>div{transform:translateX(0);transition:all 1.4s;}



.m21 .sec1 .img img{opacity:0;transform:rotate(15deg) translateY(200px);}
.m21 .sec1 .img.in-view img{opacity:1;transform:rotate(0) translateY(0);transition:all 1.8s;}
.m21 .sec1 .txts h3{opacity:0;transform:translateX(100px);}
.m21 .sec1 .txts p{opacity:0;transform:translateX(100px);}
.m21 .sec1 .txts.in-view h3{opacity:1;transform:translateX(0);transition:all 1.4s;}
.m21 .sec1 .txts.in-view p{opacity:1;transform:translateX(0);transition:all 1.4s 0.1s;}
.m21 .sec2 .imgarea{opacity:0;transform:translateY(100px);}
.m21 .sec2 .imgarea.in-view{opacity:1;transform:translateY(0);transition:all 1.4s;}
.m21 .sec2 h5{opacity:0;transform:translateX(100px);}
.m21 .sec2 h5.in-view{opacity:1;transform:translateX(0);transition:all 1.4s;}

.m21 .sec2 .step ul:before{transform-origin:left;transform:scaleX(0);}
.m21 .sec2 .step ul li{opacity:0;transform:translateX(100px);}

.m21 .sec2 .step ul.in-view:before{transform:scaleX(1);transition:all 1.4s;}
.m21 .sec2 .step ul.in-view li{opacity:1;transform:translateX(0);}
.m21 .sec2 .step ul.in-view li:nth-child(1){transition:all 1.4s 1s;}
.m21 .sec2 .step ul.in-view li:nth-child(2){transition:all 1.4s 1.2s;}
.m21 .sec2 .step ul.in-view li:nth-child(3){transition:all 1.4s 1.4s;}
.m21 .sec2 .dot li{opacity:0;transform:translateY(40px);}
.m21 .sec2 .dot.in-view li{opacity:1;transform:translateY(0);transition:all 1.4s;}



.m41 .sec2 .boxwrap .imgarea img{opacity:0;transform:translateY(60px);}
.m41 .sec2 .boxwrap .txtarea .cate{opacity:0;transform:translateY(60px);}
.m41 .sec2 .boxwrap .txtarea .tit{opacity:0;transform:translateY(60px);}
.m41 .sec2 .boxwrap .txtarea ul{opacity:0;transform:translateY(60px);}

.m41 .sec2 .boxwrap.in-view .imgarea img{opacity:1;transform:translateY(0);transition:all 1.4s;}
.m41 .sec2 .boxwrap.in-view .txtarea .cate{opacity:1;transform:translateY(0);transition:all 1.4s;}
.m41 .sec2 .boxwrap.in-view .txtarea .tit{opacity:1;transform:translateY(0);transition:all 1.4s 0.1s;}
.m41 .sec2 .boxwrap.in-view .txtarea ul{opacity:1;transform:translateY(0);transition:all 1.4s 0.2s;}

.m41 .sec3 .conwrap .area1 h3{opacity:0;transform:translateY(120px);}
.m41 .sec3 .conwrap .area1 p{opacity:0;transform:translateY(120px);}
.m41 .sec3 .conwrap .area1.in-view h3{opacity:1;transform:translateY(0);transition:all 1.4s;}
.m41 .sec3 .conwrap .area1.in-view p{opacity:1;transform:translateY(0);transition:all 1.4s 0.1s;}

.m41 .sec4 .map img:nth-child(2){transform-origin:42% center;opacity:0;transform:scale(0.45);}
.m41 .sec4 .map.in-view img:nth-child(2){opacity:1;transform:scale(1);transition:all 1.4s;}


.m61 .sec1 ul li{
	transform-origin:center center;
	transform:translateX(200%) rotate(180deg);
}
.m61 .sec1 ul.in-view li:nth-child(1){
	transform:translateX(0%) rotate(0);transition:all 1.4s ease;
}
.m61 .sec1 ul.in-view li:nth-child(2){
	transform:translateX(0%) rotate(0);transition:all 1.4s 0.2s ease;
}
.m61 .sec1 ul.in-view li:nth-child(3){
	transform:translateX(0%) rotate(0);transition:all 1.4s 0.4s ease;
}

.m61 .sec2 .conwrap .boxwrap .imgarea{position:relative;}
.m61 .sec2 .conwrap .boxwrap .imgarea:before{
	display:block;content:"";
	width:100%;height:100%;
	background:#f4f4f4;
	position:absolute;right:0;top:0;
	transform-origin:left;
}
.m61 .sec2 .conwrap .boxwrap .infoarea{opacity:0;transform:translateX(-60px);}

.m61 .sec2 .conwrap .boxwrap.in-view .imgarea:before{width:0%;transition:all 1.4s;}
.m61 .sec2 .conwrap .boxwrap.in-view .infoarea{opacity:1;transform:translateX(0);transition:all 1.4s 0.2s;}

.m61 .sec3 ul:after{transform-origin:left;transform:scaleX(0); z-index: 1;}
.m61 .sec3 ul li{opacity:0;transform:translateX(-40px); position: relative; z-index: 2;}

.m61 .sec3 ul.in-view:after{transform:scaleX(1);transition:all 1.4s 0.8s;}
.m61 .sec3 ul.in-view li{opacity:1;transform:translateY(0);}
.m61 .sec3 ul.in-view li:nth-child(1){transition:all 1.4s 0.1s;}
.m61 .sec3 ul.in-view li:nth-child(2){transition:all 1.4s 0.2s;}
.m61 .sec3 ul.in-view li:nth-child(3){transition:all 1.4s 0.3s;}
.m61 .sec3 ul.in-view li:nth-child(4){transition:all 1.4s 0.4s;}
.m61 .sec3 ul.in-view li:nth-child(5){transition:all 1.4s 0.5s;}
.m61 .sec3 a{opacity:0;transform:translateY(60px);}
.m61 .sec3 a.in-view{opacity:1;transform:translateY(0);transition:all 1.4s;}