@charset "utf-8";

/* common */
.pcbr{display:none;}
.tbbr{display:none;}
.mbbr{display:block;}
.dn{display:none;}
.innerwrap{position:relative;z-index:10;width:94%;margin:0 auto;}
.pagewrap{overflow:hidden;}


/* header */
#header{
	position:fixed;left:0;top:0;z-index:1000;width:100%;height:70px;
	box-shadow:0 -1px 0 rgba(0,0,0,0.2) inset;
	background:#fff;
}
.head{position:relative;z-index:100;}
#header h1.logo{position:absolute;left:3%;z-index:20;top:20px}
#header h1.logo a{
	display:block;width:125px;height:29px;text-indent:-9999px;background:url(/images/common/ssp_.png) no-repeat;
	background-size:cover;
}
#header.open h1.logo a{background-image:url(/images/common/ssp_.png)}

.all_nav_btn{
	display:block;
	position:absolute;right:0;top:0;z-index:20;
	width:70px;height:70px;box-sizing:border-box;
	padding-top:20px;
	background:#32407d;
	border-left:1px solid rgba(255,255,255,0.2);
	cursor:pointer;
}
#header.open .all_nav_btn{background:#32407d;border-left-color:transparent}
.all_nav_btn span{width:29px;height:3px;background:#fff;position:absolute;top:24px;left:22px;transition:.3s}
.all_nav_btn span.n2{top:34px}
.all_nav_btn span.n3{top:44px}
.open .all_nav_btn span.n1{transform:rotate(45deg);top:34px}
.open .all_nav_btn span.n2{opacity:0}
.open .all_nav_btn span.n3{transform:rotate(-45deg);top:34px}
.head .pc_nav .sub_list{
	position:absolute;top:100%;left:50%;
	background:#fff;transform:translateX(-50%);border:1px solid #ccc;border-top:0;
	display:none;
}
.head .pc_nav .sub_list li a{
	padding:0 50px;display:block;color:#666;font-size:16px;line-height:50px;white-space: nowrap;text-align: center;
}
.head .pc_nav .sub_list li:hover a{color:#32407d;}
.head .pc_nav .sub_list li{padding:0 20px}
.head .pc_nav .sub_list li + li a{border-top:1px solid #e1e1e1}
#header .open_nav_g{
	display:none;box-sizing:border-box;
	position:absolute;top:0;right:0;z-index:10;
	width:100%;
	padding:70px 3%;
	background:#f5f5f5;
}
#header .open_nav_g:before{
	display:block;content:"";
	width:100%;height:70px;
	background:#fff;
	border-bottom:1px solid #ccc;
	position:absolute;left:0;top:0;
}
#header .open_nav_g .m_gnb{border-bottom:1px solid #c4c4c4;padding:20px 0;}
#header .open_nav_g .m_gnb ul{overflow:hidden;}
#header .open_nav_g .m_gnb ul li{float:left;margin-right:12px;}
#header .open_nav_g .m_gnb ul li a{
	display:block;
	position:relative;
	font-size:15px;color:#4e4e4e;
	padding-right:11px;
}
#header .open_nav_g .m_gnb ul li a:after{
	display:block;content:"";
	width:1px;height:11px;
	background:#c0c0c0;
	position:absolute;right:0;top:6px;
}
#header .open_nav_g .m_gnb ul li:last-child a:after{display:none;}
#header .open_nav_g ul.open_nav{display:none !important}
#header .open_nav_g ul.open_nav_m{margin:0 auto;box-sizing:border-box;}
#header .open_nav_g ul.open_nav_m > li{padding:20px 0;border-bottom:1px solid #c4c4c4;}
#header .open_nav_g ul.open_nav_m > li > a{
	display:block;
	font-size:22px;font-weight:500;color:#32407d;position:relative;line-height:26px;font-family:'Montserrat';letter-spacing:-.6px
}
#header .open_nav_g ul.open_nav_m > li > a:after{
	content:'';
	border-right:2px solid #32407d;border-bottom:2px solid #32407d;
	position:absolute;top:10px;
	transition:.15s ease-in;
	width:15px;height:0px;transform:rotate(0);right:2.9%;
}
#header .open_nav_g ul.open_nav_m > li.on a:after{
	width:10px;height:10px;
	transform:rotate(-135deg);right:3%;
}
#header .open_nav_g ul.open_nav_m ul.sub_menu{padding-top:20px;}
#header .open_nav_g ul.open_nav_m ul.sub_menu li a:hover{color:#32407d}
#header .open_nav_g ul.open_nav_m ul.sub_menu{display:none;margin-top:-16px}
#header .open_nav_g ul.open_nav_m ul.sub_menu li a{
	font-size:16px;color:#555;line-height:16px;letter-spacing:-.8px;font-weight:500;}
#header .open_nav_g ul.open_nav_m ul.sub_menu li{margin-top:14px}
#header .open_nav_g .list{border-top:1px solid #e5e5e5;padding:30px 0 50px;color:#999;font-weight:500;font-size:16px;letter-spacing:-.2px;position:relative;width:850px;margin:50px auto 0;box-sizing:border-box;display:none}
#header .open_nav_g .list ul.sns{position:absolute;top:30px;right:0;font-size:0}
#header .open_nav_g .list ul.sns li{display:inline-block;margin-left:30px}

#header .open_nav_g .m_gnb ul li.lang>a{display:none;}
#header .open_nav_g .m_gnb ul li.lang>ul>li>a:after{
	display:block;content:"";
	width:1px;height:11px;
	background:#c0c0c0;
	position:absolute;right:0;top:6px;
}
#header .open_nav_g .m_gnb ul li.lang>ul>li:last-child>a:after{display:none;}


@media(max-width:1400px){
	.head .pc_nav{display:none;}
}


.titl {
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 50px !important;
	position: absolute;
	top: 0;
}



/* footer */
#footer{background:#4b4b4b;}
.foot{}
.foot h1 img{height:30px;}
.foot .toparea{
	padding:35px 0 25px;
	border-bottom:1px solid rgba(255,255,255,0.4);
}
.foot .toparea>div{}
.foot .toparea>div .info{margin-top:20px;}
.foot .toparea>div ul{margin:5px 0;}
.foot .toparea>div ul li{
	display:inline-block;
	position:relative;
	padding-right:10px;margin-right:7px;
	font-size:13px;color:rgba(255,255,255,0.7);
}
.foot .toparea>div ul li:after{
	display:block;content:"";
	width:1px;height:9px;
	background:#ddd;
	position:absolute;right:0;top:6px;
}
.foot .toparea>div ul li:last-child:after{display:none;}
.foot .btmarea{padding:25px 0 50px;}
.foot .btmarea>div{display:flex;flex-wrap:wrap;flex-direction:column-reverse;}
.foot .btmarea .copy{font-size:13px;color:rgba(255,255,255,0.7);}
.foot .btmarea ul{margin-bottom:5px;}
.foot .btmarea ul li{
	display:inline-block;
	position:relative;
	padding-right:10px;margin-right:7px;	
}
.foot .btmarea ul li:last-child{margin:0;padding:0;}
.foot .btmarea ul li:after{
	display:block;content:"";
	width:1px;height:9px;
	background:#ddd;
	position:absolute;right:0;top:7px;
}
.foot .btmarea ul li:last-child:after{display:none;}
.foot .btmarea ul li a{font-size:13px;color:rgba(255,255,255,0.7);}




/* sub_top*/

.sub_top{
	height:220px;
	margin-top:30px;
	position:relative;
}
.sub_top .bgimg{
	overflow:hidden;
	width:100%;height:100%;
	position:absolute;top:0;left:0;z-index:-1;
}
.sub_top .bgimg:after{
	display:block;content:"";
	width:100%;height:100%;
	background: url(/images/page/st1_3.jpg) center 40px / cover no-repeat; 
	transform:scale(1.08);transition:2s;
}
.sub_top .bgimg.on:after{transform:scale(1)}

.sub_top .inner{
	display:flex;align-items:center;
	width:100%;height:100%;margin:0 auto;position:relative;
}
.sub_top .st_tit1{
	position:relative;z-index:100;padding:0 3%;
	font-family: 'Montserrat', sans-serif;font-weight:500;font-size:40px;text-align:left;color:#fff;
}
.sub_top .st_tit1 .fstop{
	display:inline-block;
	width:7px;height:7px;background:#fff;
	margin-left:5px;
}
.sub_tab_box{
	position:absolute;left:0;bottom:0;z-index:100;
	width:100%;height:50px;
	background:#fff;
	border-bottom:1px solid #ddd;
}
.sub_tab{font-size:0;width:100%;margin:0 auto;}
.sub_tab>li{
	box-sizing:border-box;
	display:inline-block;vertical-align:top;
	position:relative;width:calc((100% - 54px) / 2);
	border-right:1px solid #c1c1c1;
}
.sub_tab>li:first-child{width:54px;}
.sub_tab>li:first-child img{width:100%;}
.sub_tab>li>a{
	overflow:hidden;
	display:block;box-sizing:border-box;
	width:100%;line-height:50px;
	padding:0 10px;
	color:#555;font-size:12px;background:#fff;letter-spacing:-1px;
}
.sub_tab>li:first-child>a{padding:0;}
.sub_tab [class*=dep]:before{
	position:absolute;content:'';top:25px;right:10px;
	border:5px solid #333;border-left:4px solid transparent;border-bottom:4px solid transparent;border-right:4px solid transparent
}

.sub_tab>li>ul{
	display:none;
	position:absolute;left:0;top:100%;z-index:10;
	width:100%;
	padding:10px 0;
	background:#fff;
	box-shadow:0 1px 4px #c1c1c1;
}
.sub_tab>li>ul>li{}
.sub_tab>li>ul>li>a{
	display:block;
	padding:0 10px;
	font-size:12px;line-height:40px;
}




/* page common */
.page_title{
	padding:30px 3% 10px 3%;
}
.page_title h2{font-family:"Montserrat";font-size:34px;color:#222;font-weight:600;text-align:center;letter-spacing:-1px;}
.page_title p{margin-top:5px;font-size:14px;color:#666;font-weight:300;text-align:center;}
.st1{}
.st1 li{position:relative;padding-left:15px;margin-bottom:5px;font-size:14px;color:#555;}
.st1 li:before{
	display:block;content:"";box-sizing:border-box;
	width:7px;height:7px;
	border:2px solid #32407d;border-radius:50%;
	position:absolute;left:0;top:8px;
}
.st1 li:last-child{margin-bottom:0;}
.st2{}
.st2 li{position:relative;padding-left:25px;margin-bottom:10px;font-size:14px;color:#555;line-height:180%;word-break:keep-all;}
.st2 li .num{
	position:absolute;left:0;top:0px;
	box-sizing:border-box;
	font-family:"Montserrat";font-size:15px;color:#32407d;font-weight:500;
}
.st2 li:last-child{margin-bottom:0;}




/* m11 */
.m11{overflow:hidden;}
.m11 .section{
	position:relative;
	padding:40px 0;
	text-align:center;
	word-break:keep-all;
}
.m11 .section:after{
	display:block;content:"";
	width:100%;height:100%;
	background:#f6f6f6;
	background-size:contain;
	position:absolute;left:0;bottom:0;
}
.m11 .section .innerwrap{display:flex;flex-wrap:wrap;flex-direction:column-reverse;}
.m11 .section .innerwrap>div{position:relative;z-index:10;}
.m11 .section .innerwrap>div.txtarea{width:100%;}
.m11 .section h3{font-size:27px;color:#333;font-weight:500;line-height:135%;margin-bottom:40px;}
.m11 .section h3 strong{font-weight:500;color:#32407d;}

.m11 .section p{margin-bottom:20px;font-size:14px;color:#666;line-height:180%;}
.m11 .section p strong{font-weight:500;color:#32407d;}
.m11 .section p.last{margin-top:40px;}
.m11 .section p.sign{margin-top:30px;}
.m11 .section .innerwrap>div.txtarea p.sign{
	transform: translateX(0px)	
}
.m11 .section p.sign b{
	font-weight: 500;
	color: #000000;
	font-size: 28px;
	padding: 0 0 0 5px;
}
.m11 .section p.sign img{height:36px;vertical-align:bottom;margin:0px 0 0 10px;}
.m11 .section .innerwrap>div.imgarea{position:relative;max-width:500px;margin:0 auto 60px;}
.m11 .section .innerwrap>div.imgarea img{position:relative;z-index:10;}
.m11 .section .innerwrap>div.imgarea:after{
	display:block;content:"";
	width:100%;height:100%;
	position:absolute;right:24px;top:24px;
	background-image: linear-gradient(to right, #1f7dad, #2c3d88);
}




/* m12 */
.m12 .titlearea{position:relative;z-index:10;margin-bottom:40px;word-break:keep-all;}
.m12 .titlearea h3{margin-bottom:10px;font-family:"Montserrat";font-size:27px;font-weight:700;color:#222;}
.m12 .titlearea h3 span{font-weight:bold;color:#32407d;}
.m12 .titlearea h4{font-size:17px;color:#222;font-weight:300;}
.m12 .titlearea h4 strong{font-weight:500;}
.m12 .titlearea p{margin-top:5px;font-size:16px;color:#555;}

.m12 .section1{position:relative;padding:70px 0;word-break:keep-all;}
.m12 .section1 .titlearea{}
.m12 .section1 .conwrap{display:flex;flex-wrap:wrap;position:relative;border:1px solid #ddd;}
.m12 .section1 .conwrap>div{
	overflow:hidden;
	position:relative;
	width:100%;
	box-sizing:border-box;
	padding:50px 5% 50px;
	border-bottom:1px solid #ddd;background:#fefefe;text-align:left;
}
.m12 .section1 .conwrap>div:nth-child(1):after{
	display:block;content:"";
	width:174px;height:255px;
	background:url(/images/page/bg_ssp_s.png) no-repeat;background-size:cover;
	position:absolute;right:-5%;top:60px;
}
.m12 .section1 .conwrap>div:nth-child(2):after{
	display:block;content:"";
	width:174px;height:255px;
	background:url(/images/page/bg_ssp_s.png) no-repeat;background-size:cover;
	position:absolute;right:-5%;top:60px;
}
.m12 .section1 .conwrap>div:nth-child(3):after{
	display:block;content:"";
	width:179px;height:250px;
	background:url(/images/page/bg_ssp_p.png) no-repeat;background-size:cover;
	position:absolute;right:-5%;top:60px;
}
.m12 .section1 .conwrap>div:last-child{border:0;}
.m12 .section1 .conwrap>div h5{
	position:relative;
	font-family:"Montserrat";font-size:24px;color:#222;font-weight:700;line-height:140%;
}
.m12 .section1 .conwrap>div h5 span{font-family:"Montserrat";font-weight:600;}
.m12 .section1 .conwrap>div:nth-child(1) h5:after{
	display:block;content:"";
	width:44px;height:40px;
	background:url(/images/page/m12_sec1_ico1.png) no-repeat;
	background-size:cover;
	position:absolute;right:0;top:0px;
}
.m12 .section1 .conwrap>div:nth-child(2) h5:after{
	display:block;content:"";
	width:44px;height:40px;
	background:url(/images/page/m12_sec1_ico2.png) no-repeat;
	background-size:cover;
	position:absolute;right:0;top:0px;
}
.m12 .section1 .conwrap>div:nth-child(3) h5:after{
	display:block;content:"";
	width:30px;height:40px;
	background:url(/images/page/m12_sec1_ico3.png) no-repeat;
	background-size:cover;
	position:absolute;right:0;top:0px;
}
.m12 .section1 .conwrap>div h6{margin:20px 0;font-size:20px;color:#32407d;font-weight:700;line-height:140%;}




.m12 .section2{
	position:relative;padding:100px 0 70px;
	margin-top:-100px;
	background:url(/images/page/bg_ssp.png) no-repeat left bottom;
	background-size:60% auto;
}
.m12 .section2 .titlearea{top:-18px;}
.m12 .section2 .conwrap{
	display:flex;flex-wrap:wrap;justify-content:flex-end;
	width:100%;margin:0 0;
}
.m12 .section2 .conwrap dl{
	width:100%;
	box-sizing:border-box;
	border:1px solid #ddd;background:#fefefe;
	margin:0 0 2% 0;padding:50px 4%; 
}
.m12 .section2 .conwrap dl:nth-child(2),
.m12 .section2 .conwrap dl:nth-child(3){margin-right:0;}
.m12 .section2 .conwrap dl dt{font-size:22px;color:#32407d;font-weight:600;margin-bottom:30px;}
.m12 .section2 .conwrap dl dt:before{
	display:block;content:"";
	width:30px;height:3px;
	background:#32407d;
	margin:0 0 10px 0;
}
.m12 .section2 .conwrap dl dd{position:relative;}
.m12 .section2 .conwrap dl:nth-child(1) dd{
	background:url(/images/page/m12_sec2_ico1.png) no-repeat right bottom;background-size:auto 41px;
}
.m12 .section2 .conwrap dl:nth-child(2) dd{
	background:url(/images/page/m12_sec2_ico2.png) no-repeat right bottom;background-size:auto 41px;
}
.m12 .section2 .conwrap dl:nth-child(3) dd{
	background:url(/images/page/m12_sec2_ico3.png) no-repeat right bottom;background-size:auto 41px;
}


.m12 .section3{position:relative;background:#f6f6f6;}
.m12 .section3 .innerwrap:after{
	display:block;content:"";
	width:3px;height:66px;
	background:#293579;
	position:absolute;right:0;bottom:-33px;
}
.m12 .section3 .titlearea{top:-27px;}
.m12 .section3 .conwrap{padding:0 0 70px;text-align:center;}
.m12 .section3 .conwrap>div{
	display:inline-flex;align-items:center;justify-content:center;
	text-align:center;
}
.m12 .section3 .conwrap>div:first-child{
	order:1;
	display:flex;
	position:relative;
	width:240px;height:240px;
	margin:0 auto -20px;
	background-image: linear-gradient(to bottom right, #1f7dad, #2c3d88);
	border-radius:50%;
	box-shadow:0 3px 5px rgba(0,0,0,0.3);
}
.m12 .section3 .conwrap>div:first-child:before{
	display:none;content:"";
	width:30px;height:16px;
	background:url(/images/page/m12_sec3_arr1.png) no-repeat;
	position:absolute;right:100%;top:50%;
	margin:-8px 0 0 0;
}
.m12 .section3 .conwrap>div:first-child:after{
	display:none;content:"";
	width:30px;height:16px;
	background:url(/images/page/m12_sec3_arr2.png) no-repeat;
	position:absolute;left:100%;top:50%;
	margin:-8px 0px 0 0 ;
}
.m12 .section3 .conwrap>div:first-child img{height:40px;}
.m12 .section3 .conwrap>div.mission{
	order:2;
	box-sizing:border-box;
	width:240px;height:240px;
	border-radius:50%;
	padding:9px;
	margin:0 auto -20px;
	border:1px dashed #228dc9;
}
.m12 .section3 .conwrap>div.mission .boxwrap{
	display:flex;align-items:center;justify-content:center;
	box-sizing:border-box;width:100%;height:100%;
	border-radius:50%;
	border:1px solid #228dc9;
	background:#fff url(/images/page/m12_sec3_01.png) no-repeat 77% 90%;
}
.m12 .section3 .conwrap>div.vision{
	order:3;
	box-sizing:border-box;
	width:240px;height:240px;
	border-radius:50%;
	padding:9px;
	border:1px dashed #32407d;	
}
.m12 .section3 .conwrap>div.vision .boxwrap{
	display:flex;align-items:center;justify-content:center;
	box-sizing:border-box;width:100%;height:100%;
	border-radius:50%;
	border:1px solid #32407d;
	background:#fff url(/images/page/m12_sec3_02.png) no-repeat 88% 90%;
}
.m12 .section3 .conwrap>div .ico{}
.m12 .section3 .conwrap>div .ico img{height:30px;}
.m12 .section3 .conwrap>div .sbj{
	margin:5px 0;
	width:100%;font-family:"Montserrat";font-size:20px;color:#222;font-weight:600;
}
.m12 .section3 .conwrap>div:first-child .sbj{margin:10px 0;font-size:20px;color:#fff;}
.m12 .section3 .conwrap>div:first-child p{color:#fff;}
.m12 .section3 .conwrap>div p{font-size:12px;color:#555;}





/* m13 */
.m13 .titlearea{position:relative;z-index:10;margin:0 0 0 0%;padding:0 0 0 0;}
.m13 .titlearea h3{margin-bottom:10px;font-family:"Montserrat";font-size:27px;font-weight:700;color:#222;}
.m13 .titlearea h3 span{font-weight:bold;color:#32407d;}
.m13 .titlearea h4{font-family:"Montserrat";font-size:17px;color:#222;font-weight:600;letter-spacing:-1px;line-height:140%;}
.m13 .titlearea h4 span{font-weight:600;color:#32407d;}
.m13 .titlearea p{margin-top:10px;font-size:14px;color:#555;line-height:180%;word-break:keep-all;}

.m13 .section1{position:relative;padding:0 0 70px;word-break:keep-all;}
.m13 .section1:after{
	display:block;content:"";
	width:100%;height:84.5%;
	background:#f6f6f6;
	position:absolute;left:0;bottom:0;
}
.m13 .section1 .conwrap{display:flex;flex-wrap:wrap;justify-content:space-between;margin:30px 0 0;}
.m13 .section1 .conwrap>div{
	width:100%;
	box-sizing:border-box;
	padding:40px 0;
	border-bottom:1px solid #ddd;
}
.m13 .section1 .conwrap>div h5{
	font-family:"Montserrat";font-size:24px;color:#32407d;font-weight:600;letter-spacing:-1px;line-height:40px;
	margin-bottom:30px;
}
.m13 .section1 .conwrap>div h5 img{}
.m13 .section1 .conwrap>div h5 span{
	display:inline-block;vertical-align:top;
	width:40px;height:40px;
	background:#32407d;
	border-radius:50%;
	margin-right:15px;
}





/* m14 */
.m14{word-break:keep-all;}
.m14 .titlearea{position:relative;z-index:10;}
.m14 .titlearea h3{margin-bottom:15px;font-family:"Montserrat";font-size:27px;font-weight:700;color:#222;}
.m14 .titlearea h3 span{font-weight:bold;color:#32407d;}
.m14 .titlearea h4{font-family:"Montserrat";font-size:17px;color:#222;font-weight:500;letter-spacing:-1px;line-height:140%;}
.m14 .titlearea h4 span{font-weight:500;color:#32407d;}
.m14 .titlearea p{margin-top:10px;font-size:14px;color:#555;line-height:180%;word-break:keep-all;}

.m14 .section1{position:relative;padding:0 0 70px;}
.m14 .section1:after{
	display:block;content:"";
	width:100%;height:43%;
	background:#f6f6f6;
	background-size:;
	position:absolute;left:0;top:9px;
}
.m14 .section1 .innerwrap{position:relative;top:-18px;}
.m14 .section1 .innerwrap .titlearea{margin-bottom:60px;}
.m14 .section1 .innerwrap .conwrap{
	display:flex;flex-wrap:wrap;
	padding-bottom:8.8%;
}
.m14 .section1 .innerwrap .conwrap>div{
	box-sizing:border-box;
	width:49.5%;	
	margin:0 1% 1% 0;padding:30px 4%;
	border:1px solid #ddd;
}
.m14 .section1 .innerwrap .conwrap>div:nth-child(2n){margin-right:0;}
.m14 .section1 .innerwrap .conwrap>div:nth-child(1){
	display:flex;align-items:center;justify-content:center;
	position:relative;text-align:center;
	background-image: linear-gradient(to right, #1f7dad, #2c3d88);
}
.m14 .section1 .innerwrap .conwrap>div:nth-child(1):before{
	display:block;content:"";
}
.m14 .section1 .innerwrap .conwrap>div:nth-child(1):after{}
.m14 .section1 .innerwrap .conwrap>div:nth-child(1)>div:before{}
.m14 .section1 .innerwrap .conwrap>div:nth-child(1)>div:after{}
.m14 .section1 .innerwrap .conwrap>div:nth-child(1)>div img{}

.m14 .section1 .innerwrap .conwrap>div:nth-child(2){
	background:#fff url(/images/page/m14_bg_01.gif) no-repeat left bottom;
}
.m14 .section1 .innerwrap .conwrap>div:nth-child(3){
	background:#fff url(/images/page/m14_bg_02.gif) no-repeat left bottom;
}
.m14 .section1 .innerwrap .conwrap>div:nth-child(4){
	background:#fff url(/images/page/m14_bg_03.gif) no-repeat left bottom;
}
.m14 .section1 .innerwrap .conwrap>div:nth-child(5){
	background:#fff url(/images/page/m14_bg_04.gif) no-repeat left bottom;
}
.m14 .section1 .innerwrap .conwrap>div:nth-child(6){
	background:#fff url(/images/page/m14_bg_05.gif) no-repeat left bottom;
}
.m14 .section1 .innerwrap .conwrap>div:nth-child(7){
	background:#fff url(/images/page/m14_bg_06.gif) no-repeat left bottom;
}
.m14 .section1 .innerwrap .conwrap>div:nth-child(8){
	background:#fff url(/images/page/m14_bg_07.gif) no-repeat left bottom;
}
.m14 .section1 .innerwrap .conwrap>div:nth-child(9){
	background:#fff url(/images/page/m14_bg_08.gif) no-repeat left bottom;
}
.m14 .section1 .innerwrap .conwrap>div:nth-child(10){
	overflow:hidden;
	position:relative;
	padding:0;
	background:#fff url(/images/page/m14_img1.jpg) no-repeat center;
	background-size:100% auto;
	order:12;margin-right:0;
}
.m14 .section1 .innerwrap .conwrap>div:nth-child(10) img{display:none;}
.m14 .section1 .innerwrap .conwrap>div:nth-child(11){
	background:#fff url(/images/page/m14_bg_09.gif) no-repeat left bottom;
	order:10;margin-right:0;
}
.m14 .section1 .innerwrap .conwrap>div:nth-child(12){
	background:#fff url(/images/page/m14_bg_10.gif) no-repeat left bottom;
	order:11;margin-right:1%;
}
.m14 .section1 .innerwrap .conwrap>div dl{}
.m14 .section1 .innerwrap .conwrap>div dl dt{font-family:"Montserrat";margin-bottom:15px;font-size:18px;color:#32407d;font-weight:600;}
.m14 .section1 .innerwrap .conwrap>div dl dt:before{
	display:block;content:"";
	width:20px;height:2px;
	margin:0 0 10px 0;
	background:#32407d;
}
.m14 .section1 .innerwrap .conwrap>div dl dd{font-size:14px;color:#555;line-height:180%;word-break:keep-all;}






/* m15 */
.m15{}
.m15 .section1{}
.m15 .section1 h3{
	width:100%;
	padding:10px 0; /*padding:50px 0;*/
	font-size:12px;
	color:#fff;
	font-weight:300;
	text-align:center;
	/*background:#32407d url(/images/page/m15_ssp.gif) no-repeat center;
	background-size:contain;*/
	background:#32407d;
}
.m15 .section1 h3 strong{font-weight:500;}
.m15 .section1 .history_tabs{
	position:relative;
	width:94%;
	margin:0 auto;
	padding:20px 0; 
}
.m15 .section1 .history_tabs ul{display:flex;justify-content:space-between;}
.m15 .section1 .history_tabs ul li{position:relative;width:20%;text-align:center;}
.m15 .section1 .history_tabs ul li:after{
	display:block;content:"";
	width:100%;height:1px;
	background:#bebebe;
	position:absolute;left:50%;bottom:5px;
}
.m15 .section1 .history_tabs ul li:last-child:after{display:none;}
.m15 .section1 .history_tabs ul li a{
	display:inline-block;position:relative;
	padding-bottom:30px;
	font-family:"Montserrat";font-size:16px;color:rgba(0,0,0,0.4);font-weight:500;
}
.m15 .section1 .history_tabs ul li a:after{
	display:block;content:"";
	width:11px;height:11px;
	background:#bebebe;
	border-radius:50%;
	position:absolute;left:50%;bottom:0;z-index:10;
	margin:0 0 0 -5.5px;
}
.m15 .section1 .history_tabs ul li.on a{color:rgba(0,0,0,1);}
.m15 .section1 .history_tabs ul li.on a:after{background:#333;}

.m15 .section1 .history_tabcon{position:relative;}
.m15 .section1 .history_tabcon .tabcon{
	padding-left:50%;
	background:#f6f6f6;
}
.m15 .section1 .history_tabcon .tabcon:after{
	display:block;content:"";
	width:50%;height:100%;
	background: url(/images/page/m15_bg1.jpg) no-repeat center;
	background-size:cover;
	position:absolute;left:0;top:0;
}
.m15 .section1 .history_tabcon .tabcon>div{padding:15% 10%;}
.m15 .section1 .history_tabcon .tabcon>div .year{
	margin-bottom:20px;
	font-family:"Montserrat";font-size:24px;color:#32407d;font-weight:500;
}
.m15 .section1 .history_tabcon .tabcon>div ul li{
	margin-bottom:20px;
	font-family:"Montserrat";font-weight:500;color:#333;
}
.m15 .section1 .history_tabcon .tabcon>div ul li:before{top:5px;}


@media(max-width:900px){
	.m15 .section1 .history_tabcon .tabcon:after{display:none;}
	.m15 .section1 .history_tabcon .tabcon{	padding-left:0%;}
	.m15 .section1 .history_tabcon .tabcon>div{
		padding:20px 3%;
	}
}


/* m16 */
.m16{}
.m16 .section1{position:relative;padding-bottom:70px;}
.m16 .section1 .partners{box-sizing:border-box;padding:0 0%;}
.m16 .section1 .partners ul{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;}
.m16 .section1 .partners ul li{
	width:49%;box-sizing:border-box;
	border:1px solid #ddd;margin-bottom:2%;
	background:#fefefe;text-align:center;
}
.m16 .section1 .partners ul li:last-child{margin-bottom:0;}	
.m16 .section1 .partners ul li:nth-last-child(2),
.m16 .section1 .partners ul li:nth-last-child(3){margin-bottom:2%;}




/* m17 */
.m17{}
.m17 .titlearea{margin-bottom:40px;}
.m17 .titlearea h3{font-family:"Montserrat";font-size:17px;font-weight:600;color:#222;margin-bottom:5px;}
.m17 .titlearea h3 span{color:#32407d;}
.m17 .titlearea h4{font-family:"Montserrat";font-size:27px;color:#222;font-weight:600;line-height:130%;}
.m17 .titlearea h4 span{font-size:27px;font-weight:300;}

.m17 .section1{}
.m17 .section1 .map{overflow:hidden;height:400px;}
.m17 .section1 .map iframe{height:100%;}
.m17 .section1 .mapinfo{
	box-sizing:border-box;
	width:100%;
	margin:0 auto 0;padding:40px 4%;
	background:#32407d;
}
.m17 .section1 .mapinfo .tit{
	width:100%;
	box-sizing:border-box;
	padding:0 0;	
	font-family:"Montserrat";font-size:30px;color:#fff;font-weight:300;
}
.m17 .section1 .mapinfo .tit span{font-size:20px;font-weight:500;}
.m17 .section1 .mapinfo .info{
	display:flex;flex-wrap:wrap;
	width:100%;margin-top:20px;
	box-sizing:border-box;
}
.m17 .section1 .mapinfo .info dl{display:flex;align-items:flex-start;margin:7px 40px 7px 0;line-height:23px;}
.m17 .section1 .mapinfo .info dl:nth-child(1){width:100%;margin-right:0;}
.m17 .section1 .mapinfo .info dl dt{
	margin-right:5px;padding-left:30px;
	font-family:"Montserrat";font-size:15px;color:#fff;font-weight:500;
}
.m17 .section1 .mapinfo .info dl:nth-child(1) dt{
	background:url(/images/page/m17_ico_location1.gif) no-repeat 3px 1px;
	background-size:auto 18px;
}
.m17 .section1 .mapinfo .info dl:nth-child(2) dt{
	background:url(/images/page/m17_ico_tel1.gif) no-repeat 2px top;
	background-size:auto 20px;
}
.m17 .section1 .mapinfo .info dl:nth-child(3) dt{
	background:url(/images/page/m17_ico_fax1.gif) no-repeat 1px top;
	background-size:auto 18px;
}
.m17 .section1 .mapinfo .info dl:nth-child(4) dt{
	background:url(/images/page/m17_ico_email1.gif) no-repeat 2px 3px;
	background-size:auto 18px;
}
.m17 .section1 .mapinfo .info dl dd{
	font-size:14px;color:#fff;font-weight:300;
}

.m17 .section2{margin:100px 0 0;padding:0 0 70px;background:#f6f6f6;}
.m17 .section2 .titlearea{position:relative;top:-18px;}
.m17 .section2 .map{}
.m17 .section2 .map ul{display:flex;flex-wrap:wrap;justify-content:space-between;}
.m17 .section2 .map ul li{
	width:100%;
	margin-bottom:60px;
}
.m17 .section2 .map ul li .google{}
.m17 .section2 .map ul li .mapinfo{padding:30px 0 0;}
.m17 .section2 .map ul li .mapinfo .name{
	margin:0 0 15px 0;font-family:"Montserrat";font-size:20px;color:#32407d;font-weight:600;letter-spacing:-1px;
}
.m17 .section2 .map ul li .mapinfo .name:before{
	display:block;content:"";
	width:20px;height:2px;
	margin:0 0 10px 0;
	background:#32407d;
}
.m17 .section2 .map ul li .mapinfo .info{display:flex;flex-wrap:wrap;margin-bottom:10px;}
.m17 .section2 .map ul li .mapinfo .info dl{display:flex;width:100%;margin-bottom:10px;}
.m17 .section2 .map ul li .mapinfo .info dl:last-child{margin-bottom:0;}
.m17 .section2 .map ul li .mapinfo .info dl dt{
	box-sizing:border-box;
	width:25px;
	padding-left:20px;margin-right:10px;
	font-family:"Montserrat";font-size:17px;color:#555;font-weight:600;letter-spacing:-1px;
}
.m17 .section2 .map ul li .mapinfo .info dl:nth-child(1) dt{
	background:url(/images/page/m17_ico_mail2.gif) no-repeat left 1px;
	background-size:auto 17px;
}
.m17 .section2 .map ul li .mapinfo .info dl:nth-child(2) dt{
	background:url(/images/page/m17_ico_tel2.gif) no-repeat left 2px;
	background-size:auto 17px;
}
.m17 .section2 .map ul li .mapinfo .info dl dd{
	width:calc(100% - 65px);
	font-family:"Montserrat";font-size:17px;color:#555;font-weight:400;letter-spacing:-1px;
}




/* m21 */
.m21{}
.m21 .titlearea{text-align:center;}
.m21 .titlearea h3{font-family:"Montserrat";font-size:39px;font-weight:bold;color:#222;margin-bottom:40px;}
.m21 .titlearea h3 span{color:#32407d;font-weight:bold;}
.m21 .section{}
.m21 .section .m21_tabs{}
.m21 .section .m21_tabs ul{
	display:flex;flex-wrap:wrap;justfiy-content:space-between;
	border:1px solid #ddd;border-bottom:0;border-right:0;
}
.m21 .section .m21_tabs ul li{
	box-sizing:border-box;
	width:50%;
	border-bottom:1px solid #ddd;border-right:1px solid #ddd;
}
.m21 .section .m21_tabs ul li a{
	display:block;
	font-family:"Montserrat";font-size:14px;font-weight:500;color:#666;	text-align:center;line-height:58px;
}
.m21 .section .m21_tabs ul li.on a{color:#fff;background:#32407d;}

.m21 .section .product_tabcon{position:relative;}
.m21 .section .product_tabcon:after{
	display:block;content:"";
	width:100%;height:83.7%;
	position:absolute;left:0;bottom:0;
}
.m21 .section .product_tabcon .pwrap{overflow:hidden;margin:40px 0 0;}
.m21 .section .product_tabcon .pwrap .pht{
	position:relative;
	border:1px solid #ddd;background:#fff;
	padding:3px;
	width:100%;
	box-sizing:border-box;
}
.m21 .section .product_tabcon .pwrap .pht .swiper-wrapper{position:relative;z-index:10;}
.m21 .section .product_tabcon .pwrap .pht .swiper-slide{background:#fff;text-align:center;}
.m21 .section .product_tabcon .pwrap .pht .dots{
    position:absolute;left:0;bottom:50px;z-index:10;
    width: 100%;text-align:center;
}
.m21 .section .product_tabcon .pwrap .pht .dots .swiper-pagination-bullet {
    width:12px;
    height:12px;
    display: inline-block;
    border-radius: 100%;
    background: #e1e1e1;
    opacity:1;
}
.m21 .section .product_tabcon .pwrap .pht .dots .swiper-pagination-bullet-active {
    background: #32407d;
    opacity:1;
}


.m21 .section .product_tabcon .pwrap .info{
	box-sizing:border-box;
	width:100%;
	padding:40px 3% 60px;
}
.m21 .section .product_tabcon .pwrap .info .titlearea{	
	font-family:"Montserrat";font-size:29px;font-weight:bold;color:#444;text-align:left;
	margin-bottom:40px;
}
.m21 .section .product_tabcon .pwrap .info .titlearea span{display:block;font-size:14px;font-weight:400;color:#666;}
.m21 .section .product_tabcon .pwrap .info .system{}
.m21 .section .product_tabcon .pwrap .info .system dl{margin-bottom:50px;}
.m21 .section .product_tabcon .pwrap .info .system dl dt{
	margin-bottom:20px;
	font-family:"Montserrat";font-size:20px;font-weight:600;color:#32407d;text-align:left;
}
.m21 .section .product_tabcon .pwrap .info .system dl dt:before{
	display:none;content:"";
	width:20px;height:2px;
	margin:0 0 10px;
	background:#32407d;
}
.m21 .section .product_tabcon .pwrap .info .system dl dd{}
.m21 .section .product_tabcon .pwrap .info .system dl dd ul li{
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
}



/* m31 */
.m31{}
.m31 .section1{background:url(/cn/images/page/m31_bg.jpg) no-repeat left top;word-break:keep-all;}
.m31 .section1 .txtarea{
	box-sizing:border-box;
	width:94%;
	padding:30px 0;
	margin:0 auto;
	/*background:url(/images/page/m31_ssp.png) no-repeat right 10px;
	background-size:cover;*/
}
.m31 .section1 .txtarea .txtbox{
	box-sizing:border-box;
	padding:40px 4%;
	background:#f6f6f6;
}
.m31 .section1 .txtarea .txtbox h3{font-family:"Montserrat";font-size:16px;font-weight:bold;color:#222;}
.m31 .section1 .txtarea .txtbox h3 span{color:#32407d;}
.m31 .section1 .txtarea .txtbox h4{font-family:"Montserrat";margin:5px 0 25px;font-size:27px;color:#333;font-weight:600;}
.m31 .section1 .txtarea .txtbox h4 span{color:#32407d;}
.m31 .section1 .txtarea .txtbox p{margin-bottom:30px;font-size:14px;color:#555;font-weight:300;line-height:200%;}
.m31 .section1 .txtarea .txtbox p.last{margin:0;}

.m31 .section2{background:#f6f6f6;margin:100px 0 0;padding-bottom:100px;}
.m31 .section2 .titlearea{position:relative;top:-27px;}
.m31 .section2 .titlearea{margin-bottom:40px;}
.m31 .section2 .titlearea h3{font-family:"Montserrat";font-size:27px;font-weight:600;color:#222;margin-bottom:5px;}
.m31 .section2 .titlearea h3 span{color:#32407d;}
.m31 .section2 .titlearea h4{font-size:14px;color:#222;font-weight:300;}
.m31 .section2 .titlearea h4 span{font-weight:500;}
.m31 .section2 .conarea{text-align:center;}






/* m32 */
.m32 .section1{background:#f6f6f6;padding-bottom:70px;}
.m32 .section1 .titlearea{position:relative;top:-27px;}
.m32 .section1 .titlearea{margin-bottom:0;}
.m32 .section1 .titlearea h3{font-family:"Montserrat";font-size:27px;font-weight:600;color:#222;margin-bottom:5px;}
.m32 .section1 .titlearea h3 span{color:#32407d;}
.m32 .section1 .titlearea h4{font-size:14px;color:#222;font-weight:300;}
.m32 .section1 .titlearea h4 span{font-weight:500;}
.m32 .section1 .conarea{text-align:center;}

.m32 .section2{}
.m32 .section2 .innerwrap{padding:70px 0;}
.m32 .section2 .innerwrap:before{
	display:block;content:"";
	width:3px;height:60px;
	background:#32407d;
	position:absolute;right:0;top:-30px;;
}
.m32 .section2 .teamwrap{}
.m32 .section2 .teamwrap h3{
	font-family:"Montserrat";font-size:24px;color:#222;font-weight:bold;letter-spacing:-1px;line-height:50px;
}	
.m32 .section2 .teamwrap h3 img{height:50px;margin-right:5px;}
.m32 .section2 .teamwrap h3 span{color:#32407d;}
.m32 .section2 .teamwrap .list{
	margin:20px 0 70px;
	border:1px solid #ddd;
	background:#f9f9f9;word-break:keep-all;
}
.m32 .section2 .teamwrap .list>div{
	box-sizing:border-box;
	width:100%;
	padding:40px 4%;
	border-bottom:1px solid #ddd;
}
.m32 .section2 .teamwrap .list>div:nth-child(1){
	background:url(/images/page/m32_num01.gif) no-repeat right bottom;
	background-size:34% auto;
}
.m32 .section2 .teamwrap .list>div:nth-child(2){
	background:url(/images/page/m32_num02.gif) no-repeat right bottom;
	background-size:40% auto;
}
.m32 .section2 .teamwrap .list>div:nth-child(3){
	background:url(/images/page/m32_num03.gif) no-repeat right bottom;
	background-size:40% auto;
}
.m32 .section2 .teamwrap .list>div:last-child{border-bottom:0;}
.m32 .section2 .teamwrap .list>div h4{
	margin-bottom:20px;
	font-family:"Montserrat";font-size:22px;color:#222;font-weight:600;
}





/* m33 */
.m33{padding:0 0 70px;}
.m33 .m33_tabs{}
.m33 .m33_tabs ul{display:flex;flex-wrap:wrap;border:1px solid #ddd;}
.m33 .m33_tabs ul li{
	box-sizing:border-box;
	width:50%;
	border-bottom:1px solid #ddd;border-right:1px solid #ddd;
}
.m33 .m33_tabs ul li:last-child,
.m33 .m33_tabs ul li:nth-last-child(2){border-bottom:0;}
.m33 .m33_tabs ul li:nth-child(2n){border-right:0;}
.m33 .m33_tabs ul li a{
	display:block;
	line-height:50px;font-size:12px;color:#666;text-align:center;
	background:#f6f6f6;letter-spacing:-1px;
}
.m33 .m33_tabs ul li.on a{color:#fff;background:#32407d;}
.m33 .conarea{margin-top:40px;}
.m33 .conarea table{width:100%;border-collapse:collapse;border:1px solid #ddd;border-top:2px solid #000;}
.m33 .conarea table th{
	padding:15px 0;
	border:1px solid #ddd;
	background:#f6f6f6;
	font-size:16px;color:#2d2d2d;text-align:center;
}
.m33 .conarea table td{
	padding:15px 0;
	border:1px solid #ddd;
	font-size:14px;color:#666;text-align:center;
}
.m33 .conarea table td.sbj{padding:15px 25px;text-align:left;}
.m33 .conarea table td img{height:18px;}


.paging{margin:40px 0 0;text-align:center;}
.paging a{
	display:inline-block;vertical-align:top;
	text-align:center;width:30px;line-height:30px;font-size:14px;
}
.paging a img{border:1px solid #ddd;}
.paging strong{
	display:inline-block;vertical-align:top;
	text-align:center;width:30px;line-height:30px;font-size:14px;
}
.paging .prev{margin-right:20px;}
.paging .next{margin-left:20px;}




/* m41 */
.m41{}
.m41 .section1{
	position:relative;
	background:#f6f6f6;
}
.m41 .section1 .txtarea{
	box-sizing:border-box;
	padding:20px 4%;
	/*background:url(/images/page/m31_ssp.png) no-repeat right bottom;*/
	background-size:contain;
}
.m41 .section1 .txtarea h3{font-family:"Montserrat";font-size:17px;color:#222;font-weight:bold;}
.m41 .section1 .txtarea h3 span{color:#32407d;}
.m41 .section1 .txtarea h4{font-family:"Montserrat";margin:5px 0 20px;font-size:27px;color:#333;font-weight:600;}
.m41 .section1 .txtarea h4 span{color:#32407d;}
.m41 .section1 .txtarea p{margin-bottom:30px;font-size:14px;color:#555;line-height:180%;}
.m41 .section1 .txtarea dl{padding:10px 0 10px 80px;word-break:keep-all;}
.m41 .section1 .txtarea dl.tel{
	margin-bottom:10px;
	background:url(/images/page/m41_sec1_ico1.gif) no-repeat left center;
	background-size:auto 60px;
}
.m41 .section1 .txtarea dl.email{
	background:url(/images/page/m41_sec1_ico2.gif) no-repeat left center;
	background-size:auto 60px;
}
.m41 .section1 .txtarea dl dt{margin-bottom:5px;font-family:"Montserrat";font-size:17px;color:#333;font-weight:600;}
.m41 .section1 .txtarea dl dd{font-family:"Montserrat";font-size:14px;color:#333;font-weight:400;}




.m41 .section2{padding:70px 0;}
.m41 .section2 .m41_tabs{margin-bottom:50px;}
.m41 .section2 .m41_tabs ul{display:flex;border:1px solid #ddd;}
.m41 .section2 .m41_tabs ul li{box-sizing:border-box;width:50%;border-right:1px solid #ddd;}
.m41 .section2 .m41_tabs ul li:last-child{border-right:0;}
.m41 .section2 .m41_tabs ul li a{
	display:block;
	font-size:14px;color:#666;text-align:center;line-height:50px;
	background:#f6f6f6;
}
.m41 .section2 .m41_tabs ul li.on a{background:#32407d;color:#fff;}
.agreewrap{}
.agreewrap .txtarea{box-sizing:border-box;width:100%;height:400px;padding:20px 4%;background:#f6f6f6;}
.agreewrap .txtarea textarea{
	box-sizing:border-box;
	width:100%;height:100%;resize:none;outline:0;border:0;background:0;
	font-size:14px;line-height:180%;
}
.agreewrap .agree_chk{margin:20px 0 0;padding:0 5%;}
.agreewrap .agree_chk input{display:inline-block;vertical-align:top;margin:5px 5px 0 0;width:14px;height:14px;}
.agreewrap .agree_chk label{display:inline-block;vertical-align:top;margin-right:35px;font-size:14px;color:#2d2d2d;}




.m41 .section2 .m44_tabcons{}
.m41 .form{margin-top:50px;}
.m41 .form .formarea{border-top:2px solid #000;}
.m41 .form .formarea>div{
	display:flex;
	box-sizing:border-box;
	padding:15px 0;
	border-bottom:1px solid #ddd;
}
.m41 .form .formarea>div .tit{
	box-sizing:border-box;
	width:25%;
	font-size:14px;color:#2d2d2d;
}
.m41 .form .formarea>div .tit span{display:inline-block;vertical-align:top;margin:4px 0 0 5px;color:#e80000;}
.m41 .form .formarea>div .con{display:flex;align-items:center;width:75%;}

.m41 .form .formarea>div.sectionwrap{}
.m41 .form .formarea>div.sectionwrap .areawrap{
	display:flex;align-items:center;
	box-sizing:border-box;width:50%;
}
.m41 .form .formarea>div.areawrap{}
.m41 .form .formarea .ipt{
	box-sizing:border-box;
	height:40px;
	background:#f6f6f6;border:0;outline:0;
	padding:0 15px;font-size:14px;
}
.m41 .form .formarea textarea{
	box-sizing:border-box;
	width:100%;height:212px;
	padding:20px;
	background:#f6f6f6;resize:none;border:0;outline:0;
	font-size:16px;
}
.m41 .form .formarea .w1{width:100%;}
.m41 .form .formarea .w2{width:28%;}
.m41 .form .formarea .w3{width:46%;}
.m41 .form .formarea .etc{display:inline-block;width:8%;text-align:center;font-size:16px;}
.m41 .form .formarea input[type=radio]{display:inline-block;vertical-align:top;width:16px;height:16px;margin:4px 0 0;}
.m41 .form .formarea label{display:inline-block;vertical-align:top;margin:0 45px 0 5px;font-size:16px;}
.m41 .form .btn{margin:50px 0 0;}
.m41 .form .btn button{
	display:block;
	width:100%;height:50px;
	margin:0 auto;
	text-align:center;line-height:50px;
	font-size:15px;color:#fff;background:#32407d;border:0;
}

.m41 .form2{margin-top:50px;}
.m41 .form2 .formarea{
	border-top:2px solid #000;
	padding:40px 0;
	background:#f6f6f6;
	text-align:center;
}
.m41 .form2 .formarea .ico{margin-bottom:10px;}
.m41 .form2 .formarea .ico img{height:60px;}
.m41 .form2 .formarea p{font-size:14px;color:#444;word-break:keep-all;}
.m41 .form2 .formarea p strong{color:#32407d;}
.m41 .form2 .formarea .formwrap{width:94%;margin:35px auto 0;}
.m41 .form2 .formarea .formwrap>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;}
.m41 .form2 .formarea .formwrap .ipt{
	box-sizing:border-box;
	height:40px;
	background:#ececec;border:0;outline:0;
	padding:0 15px;font-size:14px;	
}
.m41 .form2 .formarea .formwrap .ipt::placeholder{color:#aaa}
.m41 .form2 .formarea .formwrap .w1{width:100%;}
.m41 .form2 .formarea .formwrap .w2{width:30%;}
.m41 .form2 .formarea .formwrap .etc{display:inline-block;width:8%;font-size:16px;}
.m41 .form2 .formarea .formwrap select{
	width:31%;
	height:40px;
	border:0;outline:0;
	padding:0 15px;font-size:14px;margin-left:2%;	
	-webkit-appearance: none; /* 네이티브 외형 감추기 */ 
	-moz-appearance: none; appearance: none;
	background:#ececec url(/images/page/select_arr.gif) no-repeat 92% 50%; /* 화살표 모양의 이미지 */
}

.m41 .form2 .btn{margin:40px 0 0;}
.m41 .form2 .btn button{
	display:block;
	width:94%;height:50px;
	margin:0 auto;
	text-align:center;line-height:50px;
	font-size:15px;color:#fff;background:#32407d;border:0;
}


@media(max-width:1040px){

	.m41 .form .formarea>div.sectionwrap{display:block;padding:0;}
	.m41 .form .formarea>div.sectionwrap .areawrap{width:100%;border-bottom:1px solid #ddd;padding:15px 0;}
	.m41 .form .formarea>div.sectionwrap .areawrap:last-child{border-bottom:0;}

}




/* m42 */
.m42{word-break:keep-all;}
.m42 .section1{padding:0 0 70px 0;}
.m42 .section1 .titlearea{}
.m42 .section1 .titlearea h3{font-family:"Montserrat";font-size:27px;color:#222;font-weight:bold;}
.m42 .section1 .titlearea h3 span{color:#32407d;}
.m42 .section1 .titlearea p{margin-top:10px;font-size:14px;color:#777;}
.m42 .section1 .global{display:none;}
.m42 .section1 .global>img{}
.m42 .section1 .global>ul{}
.m42 .section1 .global>ul>li{
	position:absolute;
	box-sizing:border-box;
	width:53px;height:53px;
	padding:7px;
	background:rgba(50,64,125,0.1);
	border-radius:50%;
}
.m42 .section1 .global>ul>li>a{
	display:block;box-sizing:border-box;
	width:100%;height:100%;
	background:rgba(50,64,125,0.4);
	border-radius:50%;
	padding:15px;
}
.m42 .section1 .global>ul>li>a>div{
	width:9px;height:9px;
	background:#ffff3c;
	border-radius:50%;
}

.m42 .section1 .global>ul>li.korea{left:41.4%;top:52%;}
.m42 .section1 .global>ul>li.china{left:39.5%;top:55.2%;}
.m42 .section1 .global>ul>li.china2{left:38%;top:59%;}
.m42 .section1 .global>ul>li.china3{left:34.5%;top:53.5%;}
.m42 .section1 .global>ul>li.malaysia{left:34.5%;top:67%;}
.m42 .section1 .global>ul>li.philippines{left:40.2%;top:63.5%;}
.m42 .section1 .global>ul>li.vietnam{left:36%;top:63.2%;}
.m42 .section1 .global>ul>li.vietnam2{left:35%;top:59.3%;}
.m42 .section1 .global>ul>li.usa{left:76%;top:52%;}
.m42 .section1 .global>ul>li.usa2{left:78%;top:56%;}

.m42 .section1 .global>ul>li .box.left{
	display:none;
	box-sizing:border-box;
	position:absolute;left:100%;top:0;margin:0 0 0 19px;
	width:372px;
	padding:38px 28px;
	border:2px solid #32407d;
	background:#fff;
}
.m42 .section1 .global>ul>li .box.left:before{
	display:block;content:"";
	width:9px;height:11px;
	background:url(/images/page/m42_boxarr.png) no-repeat;
	position:absolute;right:100%;top:20px;
}
.m42 .section1 .global>ul>li .box.right{
	display:none;
	box-sizing:border-box;
	position:absolute;right:100%;top:0;margin:0 19px 0 0;
	width:372px;
	padding:38px 28px;
	border:2px solid #32407d;
	background:#fff;
}
.m42 .section1 .global>ul>li .box.right:before{
	display:block;content:"";
	width:9px;height:11px;
	transform:rotate(180deg);
	background:url(/images/page/m42_boxarr.png) no-repeat;
	position:absolute;left:100%;top:20px;
}
.m42 .section1 .global>ul>li .box .namearea{display:flex;align-items:center;justify-content:space-between;}
.m42 .section1 .global>ul>li .box .namearea .flag{width:75px;}
.m42 .section1 .global>ul>li .box .namearea .nation{width:calc(100% - 85px)}
.m42 .section1 .global>ul>li .box .namearea .nation .name1{font-family:"Montserrat";font-size:23px;color:#32407d;font-weight:600;}
.m42 .section1 .global>ul>li .box .namearea .nation .name2{font-family:"Montserrat";font-size:16px;color:#444;font-weight:500;}
.m42 .section1 .global>ul>li .box .info{margin-top:30px;}
.m42 .section1 .global>ul>li .box .info ul li{
	font-family:"Montserrat";font-size:16px;color:#444;font-weight:500;
	margin-bottom:10px;padding:2px 0 2px 30px;
}
.m42 .section1 .global>ul>li .box .info ul li:last-child{margin-bottom:0;}
.m42 .section1 .global>ul>li .box .info ul li.loca{background:url(/images/page/m42_ico1.gif) no-repeat left top;}
.m42 .section1 .global>ul>li .box .info ul li.email{background:url(/images/page/m42_ico2.gif) no-repeat left top;}
.m42 .section1 .global>ul>li .box .info ul li.tel{background:url(/images/page/m42_ico3.gif) no-repeat left top;}
.m42 .section1 .global>ul>li .box .info ul li.name{background:url(/images/page/m42_ico4.gif) no-repeat left top;}


.m42 .section2{padding:0px 0 70px;}
.m42 .section2>div>ul{border-top:2px solid #000;}
.m42 .section2>div>ul>li{
	padding:40px 4%;
	border-bottom:1px solid #ddd;
}
.m42 .section2>div>ul>li .nation{display:flex;align-items:center;}
.m42 .section2>div>ul>li .nation .flag{width:60px;margin-right:15px;}
.m42 .section2>div>ul>li .nation .flag img{}
.m42 .section2>div>ul>li .nation .name{
	width:calc(100% - 60px);
	font-family:"Montserrat";font-size:27px;color:#32407d;font-weight:600;
}
.m42 .section2>div>ul>li .office{margin-top:20px;}
.m42 .section2>div>ul>li .office.flex{display:flex;flex-wrap:wrap;}
.m42 .section2>div>ul>li .office .boxwrap{width:100%;}
.m42 .section2>div>ul>li .office.flex  .boxwrap{width:100%;margin-bottom:40px;}
.m42 .section2>div>ul>li .office.flex  .boxwrap:last-child{margin-bottom:0;}
.m42 .section2>div>ul>li .office .boxwrap .officename{font-family:"Montserrat";font-size:20px;color:#444;font-weight:600;}
.m42 .section2>div>ul>li .office .boxwrap ul{margin-top:20px;}
.m42 .section2>div>ul>li .office .boxwrap ul li{
	font-family:"Montserrat";font-size:14px;color:#444;font-weight:500;
	margin-bottom:10px;padding:2px 0 2px 30px;
}
.m42 .section2>div>ul>li .office .boxwrap ul li:last-child{margin-bottom:0;}
.m42 .section2>div>ul>li .office .boxwrap ul li.loca{
	background:url(/images/page/m42_ico1.gif) no-repeat 2px 3px;
	background-size:auto 18px;
}
.m42 .section2>div>ul>li .office .boxwrap ul li.email{
	background:url(/images/page/m42_ico2.gif) no-repeat left 2px;
	background-size:auto 18px;
}
.m42 .section2>div>ul>li .office .boxwrap ul li.tel{
	background:url(/images/page/m42_ico3.gif) no-repeat left 2px;
	background-size:auto 18px;
}
.m42 .section2>div>ul>li .office .boxwrap ul li.name{
	background:url(/images/page/m42_ico4.gif) no-repeat left 2px;
	background-size:auto 18px;
}
.m42 .section2>div>ul>li .office .etc{font-family:"Montserrat";font-size:20px;color:#444;font-weight:500;}




/* 게시판 bbs */
.bbs{}
.bbs .titlearea{text-align:center;}
.bbs .titlearea h3{font-family:"Montserrat";font-size:27px;color:#222;font-weight:bold;}
.bbs .titlearea h3 span{color:#32407d;}

.gallery{
	padding:4% 0 40px 0;
	background:#f6f6f6;
}
.gallery .list{
	margin-top:0;
}
.gallery .list ul{display:flex;flex-wrap:wrap;}
.gallery .list ul li{
	position:relative;box-sizing:border-box;
	width:49.5%;
	margin:0 1% 1% 0;padding:10px;
	background:#fff;
	border:1px solid #ddd;
}
.gallery .list ul li:hover{border:1px solid #2c3d88;}
.gallery .list ul li:nth-child(2n){margin-right:0;}
.gallery .list ul li a{display:block;word-break:keep-all;}
.gallery .list ul li a .thumb{}
.gallery .list ul li a .thumb img{width:100%;}
.gallery .list ul li a .sbj{
	margin:20px 0 10px;font-size:15px;color:#3b3230;font-weight:500;
	display: inline-block; width:100%;
	overflow: hidden; text-overflow: ellipsis;white-space: normal;
	height:1.5em;line-height:1.5em;
	 display: -webkit-box;-webkit-line-clamp:1; -webkit-box-orient: vertical;
}
.gallery .list ul li a .con{
	margin:0 0 20px;font-size:14px;color:#777;line-height:1.5em;
	overflow: hidden; text-overflow: ellipsis;white-space: normal;
	height:3.0em;
	display: -webkit-box;-webkit-line-clamp:1; -webkit-box-orient: vertical;
}
.gallery .list ul li a .date{margin:0 0 10px;font-size:12px;color:#777;line-height:170%;}
.gallery .list ul li a .more{
	display:block;
	position:absolute;right:0;bottom:0;
	width:35px;height:35px;
	background-image: linear-gradient(to bottom right, #1f7dad, #2c3d88);
}
.gallery .list ul li a .more:before{
	display:block;content:"";
	width:0.5px;height:13px;
	background:#fff;
	position:absolute;left:50%;top:50%;
	transform:translate(-50%,-50%);
}
.gallery .list ul li a .more:after{
	display:block;content:"";
	width:13px;height:1px;
	background:#fff;
	position:absolute;left:50%;top:50%;
	transform:translate(-50%,-50%);
}




.gallery .view{margin-top:40px;}
.gallery .view table{width:100%;border-top:2px solid #000;}
.gallery .view table th{
	padding:30px 0;
	border-bottom:1px solid #ddd;
	text-align:center;
}
.gallery .view table th .sbj{font-size:22px;color:#222;margin-bottom:10px;}
.gallery .view table th .date{font-family:"Montserrat";font-size:17px;color:#666;font-weight:400;}
.gallery .view table td.viewcon{
	padding:40px 4%;
	border-bottom:1px solid #ddd;
}
.gallery .view table td.viewcon img,
.gallery .view table td.viewcon iframe{max-width:100%;}
.gallery .view .btns{position:relative;margin:20px 0 0;}
.gallery .view .btns>a{
	display:block;
	width:156px;height:45px;
	margin:0 auto;
	text-align:center;line-height:45px;
	font-family:"Montserrat";font-size:15px;color:#fff;background:#32407d;border:0;	
}
.gallery .view .btns .view_page{display:none;position:absolute;right:0;top:0;}
.gallery .view .btns .view_page img{border:1px solid #ddd;}






.basic{
	padding:4% 0 40px 0;
	background:#f6f6f6;
}
.basic .list{
	margin-top:0px;
}
.basic .list ul{display:flex;flex-wrap:wrap;}
.basic .list ul li{
	position:relative;box-sizing:border-box;
	width:100%;
	margin:0 0 8px 0;padding:20px 0;
	background:#fff;
	border:1px solid #ddd;
}
.basic .list ul li:hover{border:1px solid #2c3d88;}
.basic .list ul li:last-child{margin-bottom:0;}
.basic .list ul li a{display:flex;align-items:center;word-break:keep-all;}
.basic .list ul li a .date{width:90px;text-align:center;}
.basic .list ul li a .date .day{font-family:"Montserrat";font-size:32px;color:#32407d;font-weight:600;line-height:100%;}
.basic .list ul li a .date .ym{font-family:"Montserrat";font-size:12px;color:#32407d;font-weight:600;line-height:100%;}
.basic .list ul li a .txts{}
.basic .list ul li a .sbj{
	font-size:15px;color:#666;
	box-sizing:border-box;
	padding:0 20px 0 0;
	display: inline-block; width:calc(100% - 90px);
	overflow: hidden; text-overflow: ellipsis;white-space: nowrap;
	line-height:1.5em;
}
.basic .list ul li a .more{
	display:none;
	position:absolute;right:25px;top:50%;transform:translateY(-50%);
	width:45px;height:45px;
	background-image: linear-gradient(to bottom right, #1f7dad, #2c3d88);
}
.basic .list ul li a .more:before{
	display:block;content:"";
	width:0.5px;height:13px;
	background:#fff;
	position:absolute;left:50%;top:50%;
	transform:translate(-50%,-50%);
}
.basic .list ul li a .more:after{
	display:block;content:"";
	width:13px;height:1px;
	background:#fff;
	position:absolute;left:50%;top:50%;
	transform:translate(-50%,-50%);
}





/* m53 */
.m53{padding-bottom:70px;word-break:keep-all;}
.m53 .titlearea{text-align:center;}
.m53 .titlearea h3{font-family:"Montserrat";font-size:30px;color:#222;font-weight:bold;}
.m53 .titlearea h3 span{color:#32407d;}
.m53 .conarea{
	position:relative;
	box-sizing:border-box;
	margin:0 0 0;
	padding:10px 4% 0;
}

.m53 .conarea .imgarea{
	position:relative;
	z-index:10;
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
.m53 .conarea .imgarea img{
	width: 80%;
}
.m53 .conarea .txtarea{
	position:relative;z-index:10;
	width:100%;
}
.m53 .conarea .txtarea h3{font-family:"Montserrat";font-size:17px;color:#222;font-weight:bold;}
.m53 .conarea .txtarea h3 span{color:#32407d;}
.m53 .conarea .txtarea h4{font-family:"Montserrat";margin:10px 0 25px;font-size:27px;color:#333;font-weight:500;}
.m53 .conarea .txtarea h4 span{color:#32407d;}
.m53 .conarea .txtarea .list{
	display:flex;
	padding:35px 0;
	border-top:1px solid #ddd;border-bottom:1px solid #ddd;
}
.m53 .conarea .txtarea .list .tit{width:100px;font-size:16px;color:#222;font-weight:500;}
.m53 .conarea .txtarea .list .con{width:calc(100% - 100px);}
.m53 .conarea .txtarea .list .con ul{display:inline-flex;flex-wrap:wrap;padding-right:0;}
.m53 .conarea .txtarea .list .con ul li{
	font-family:"Montserrat";font-size:14px;color:#7e7e7e;font-weight:500;
	width:100%;margin-bottom:20px;
}
.m53 .conarea .txtarea .list .con ul li:last-child{margin-bottom:0;}
.m53 .conarea .txtarea .btns{
	margin-top:0px;
}
.m53 .conarea .txtarea .btns ul{
	width:100%;
}
.m53 .conarea .txtarea .btns ul li{
	width:100%;
}
.m53 .conarea .txtarea .btns ul li a{
	display:inline-block;
	width:100%;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:15px;
	color:#fff;
	background:#32407d;
	border:0;
	margin: 0 0 10px 0;
}
.m53 .conarea .txtarea .btns ul li a img{
	display:inline-block;
	vertical-align:top;
	margin:15px 0 0 10px;
}





/* m61 */
.m61{word-break:keep-all;}
.m61 .titlearea{text-align:center;}
.m61 .titlearea h3{font-family:"Montserrat";font-size:27px;color:#222;font-weight:400;}
.m61 .titlearea h3 strong{display:inline-block;color:#222;}
.m61 .titlearea h3 strong span{position:relative;color:#222;}
.m61 .titlearea h3 span:after{
	display:block;content:"";
	position:absolute;left:0;bottom:5px;
	width:100%;height:7px;
	background:rgba(32,122,172,0.3);
}
.m61 .section{overflow:hidden;position:relative;padding:70px 0;background:#f6f6f6;}
.m61 .conarea{position:relative;margin-top:40px;}
.m61 .conarea .boxwrap{
	position:relative;
	width:100%;padding:40px 0;
	text-align:center;
	border-bottom:1px solid #ddd;
}
.m61 .conarea .boxwrap .dot{display:none;}
.m61 .conarea .boxwrap .iconwrap{
	position:relative;
	box-sizing:border-box;
	width:180px;height:180px;
	margin:0 auto;padding:18px;
	border:1px dotted #ddd;border-radius:50%;
}
.m61 .conarea .boxwrap .iconwrap:before{
	display:block;content:"";
	width:17px;height:17px;
	background:rgba(50,64,125,0.1);
	position:absolute;left:50%;top:100%;
	margin:17px 0 0 -8px;
}
.m61 .conarea .boxwrap .iconwrap:after{
	display:block;content:"";
	width:5px;height:5px;
	background:rgba(50,64,125,1);
	position:absolute;left:50%;top:100%;
	margin:23px 0 0 -2px;
}
.m61 .conarea .boxwrap .iconwrap .iconbox{
	box-sizing:border-box;
	width:100%;height:100%;background:#e4e5eb;border-radius:50%;
	padding:14px;
}
.m61 .conarea .boxwrap .iconwrap .iconbox .iconimg{
	position:relative;
	box-sizing:border-box;border-radius:50%;
	width:100%;height:100%;
	background-image: linear-gradient(to bottom right, #1f7dad, #2c3d88);
}
.m61 .conarea .boxwrap .iconwrap .iconbox .iconimg:after{
	display:block;content:"";
	width:1px;height:74px;
	background:#ddd;
	position:absolute;left:50%;top:100%;
}

.m61 .conarea .boxwrap dl{margin-top:65px;}
.m61 .conarea .boxwrap dl dt{font-family:"Montserrat";margin-bottom:20px;font-size:22px;color:#32407d;font-weight:600;}
.m61 .conarea .boxwrap dl dd{}
.m61 .conarea .boxwrap dl dd ul{display:inline-block;}
.m61 .conarea .boxwrap dl dd ul li{text-align:left;}




/* m62 */
.m62{word-break:keep-all;}
.m62 .titlearea{
	position:relative;
	top:10px;
}
.m62 .titlearea h3{font-family:"Montserrat";font-size:27px;color:#222;font-weight:bold;}
.m62 .titlearea h3 span{color:#32407d;}
.m62 .titlearea h4{font-size:17px;color:#222;font-weight:300;}
.m62 .titlearea h4 span{font-weight:500;}

.m62 .section1{padding-bottom:70px;background:#f6f6f6;}
.m62 .section1 .conarea{
	margin-top: 20px;
	box-sizing:border-box;
	border:1px solid #ddd;
}
.m62 .section1 .conarea .boxwrap{
	box-sizing:border-box;
	position:relative;
	width:100%;
	padding:20px 4%;
	border-bottom:1px solid #ddd;
}
.m62 .section1 .conarea .boxwrap:nth-child(1){background:#fefefe url(/images/page/m62_num01.gif) no-repeat center;}
.m62 .section1 .conarea .boxwrap:nth-child(2){background:#fefefe url(/images/page/m62_num02.gif) no-repeat center;}
.m62 .section1 .conarea .boxwrap:last-child{
	border-bottom:0;
	background:#fefefe url(/images/page/m62_num03.gif) no-repeat center;
}
.m62 .section1 .conarea .boxwrap h5{font-size:22px;color:#222;font-weight:600;}
.m62 .section1 .conarea .boxwrap h5 .fstop{
	display:inline-block;
	width:4px;height:4px;
	background:#32407d;
	margin-left:0px;
}
.m62 .section1 .conarea .boxwrap ul{margin-top:20px;}
.m62 .section1 .conarea .boxwrap ul li{word-break:keep-all;}
.m62 .section1 .conarea .boxwrap .plus{}
.m62 .section1 .btmarea{
	padding:30px 0;
	background:url(/images/page/m62_sec1_btm_bg.jpg) no-repeat center;
	background-size:cover;
	text-align:center;
}
.m62 .section1 .btmarea h5{margin-bottom:30px;font-size:22px;color:#fff;font-weight:600;}
.m62 .section1 .btmarea h5 .fstop{
	display:inline-block;
	width:4px;height:4px;
	background:#fff;
	margin-left:0px;
}
.m62 .section1 .btmarea ul{padding:0 4%;}
.m62 .section1 .btmarea ul li{
	position:relative;padding-left:40px;font-size:14px;color:#fff;
	margin:0 0 10px 0;text-align:left;
}
.m62 .section1 .btmarea ul li span{
	display:inline-block;
	position:absolute;left:0;top:0;
	width:30px;height:25px;
	text-align:center;line-height:25px;
	font-family:"Montserrat";font-size:16px;color:#fff;font-weight:500;
	margin-right:10px;
	background-image: linear-gradient(to right, #1f7dad, #2c3d88);
}





/* m63 */
.m63{}
.m63 .titlearea{
	padding:10px 4%; /*padding:40px 4%;*/
	/*background:#32407d url(/images/page/m15_ssp.gif) no-repeat 86% center;
	background-size:contain;*/
	background: #32407d;
	text-align:center;
}
.m63 .titlearea h3{font-family:"Montserrat";font-size:27px;color:#fff;font-weight:300;word-break:keep-all;}
.m63 .titlearea h3 span{font-weight:500;}
.m63 .conarea{
	padding:10px 0;
}
.m63 .conarea ul{display:flex;flex-wrap:wrap;}
.m63 .conarea ul li{
	box-sizing:border-box;
	width:49.5%;
	margin:0 1% 1% 0;
	padding:15px 15px;
	border:1px solid #a5abc3;
	background:#fff;
	word-break:keep-all;
	text-align:center;
}
.m63 .conarea ul li:nth-child(2n){margin-right:0;}
.m63 .conarea ul li .ico{height:40px;}
.m63 .conarea ul li .ico img{height:36px;}
.m63 .conarea ul li:nth-child(12) img,
.m63 .conarea ul li:nth-child(13) img,
.m63 .conarea ul li:nth-child(15) img{margin-top:5px;}
.m63 .conarea ul li:nth-child(20) img{height:30px;margin-top:8px;}
.m63 .conarea ul li:nth-child(23) img{height:20px;margin-top:15px;}

.m63 .conarea ul li .sbj:before{
	display:block;content:"";
	width:20px;height:2px;
	margin:15px auto;
	background:#32407d;
}
.m63 .conarea ul li .sbj{font-size:16px;color:#555;}




/* m64 */
.m64{}
.m64 .titlearea{position:relative;top:-18px;}
.m64 .titlearea h3{font-family:"Montserrat";font-size:17px;color:#222;font-weight:bold;}
.m64 .titlearea h3 span{color:#32407d;}
.m64 .titlearea h4{font-size:27px;color:#222;font-weight:300;}
.m64 .titlearea h4 span{font-weight:500;}
.m64 .section{padding-bottom:120px;background:#f6f6f6;}
.m64 .section .conarea{
	margin-top:10px;
	box-sizing:border-box;
	border-top:2px solid #32407d;
	background:#fff;
}
.m64 .section .conarea dl{
	padding:20px 4%;
	border-bottom:1px solid #ddd;
}
.m64 .section .conarea dl:nth-child(1){background:url(/images/page/m64_num01.gif) no-repeat right bottom;}
.m64 .section .conarea dl:nth-child(2){background:url(/images/page/m64_num02.gif) no-repeat right bottom;}
.m64 .section .conarea dl:nth-child(3){background:url(/images/page/m64_num03.gif) no-repeat right bottom;}
.m64 .section .conarea dl:nth-child(4){background:url(/images/page/m64_num04.gif) no-repeat right bottom;}
.m64 .section .conarea dl:nth-child(5){background:url(/images/page/m64_num05.gif) no-repeat right bottom;}
.m64 .section .conarea dl:nth-child(6){background:url(/images/page/m64_num06.gif) no-repeat right bottom;}
.m64 .section .conarea dl:nth-child(7){background:url(/images/page/m64_num07.gif) no-repeat right bottom;}
.m64 .section .conarea dl dt{
	box-sizing:border-box;
	width:100%;margin-bottom:20px;
	font-family:"Montserrat";font-size:22px;color:#222;font-weight:600;
}
.m64 .section .conarea dl dd{
	box-sizing:border-box;
	width:100%;
}
.m64 .section .conarea dl dd.flex{display:flex;flex-wrap:wrap;}
.m64 .section .conarea dl dd .boxwrap{width:100%;margin:0 0 40px 0;}
.m64 .section .conarea dl:nth-child(1) dd .boxwrap{margin-bottom:5px;}
.m64 .section .conarea dl dd .boxwrap:last-child{margin-bottom:0;}
.m64 .section .conarea dl dd .boxwrap .division{font-size:16px;color:#28366f;font-weight:500;}
.m64 .section .conarea dl dd .boxwrap .part{margin:5px 0 20px;font-size:14px;color:#222;}
.m64 .section .conarea dl dd .stepwrap{display:flex;flex-wrap:wrap;width:100%;border:1px solid #f5f5f5;}
.m64 .section .conarea dl dd .stepwrap .box{
	position:relative;
	width:50%;
	padding:45px 0;
	text-align:center;
}
.m64 .section .conarea dl dd .stepwrap .box:after{
	display:block;content:"";
	width:27px;height:7px;
	background:url(/images/page/m64_arr.png) no-repeat;
	position:absolute;left:100%;top:50%;z-index:10;
	margin:-3.5px 0 0 -13.5px;
}
.m64 .section .conarea dl dd .stepwrap .box:nth-child(2):after,
.m64 .section .conarea dl dd .stepwrap .box:nth-child(4):after{display:none;}
.m64 .section .conarea dl dd .stepwrap .box .step{font-family:"Montserrat";font-size:14px;color:#32407d;font-weight:600;}
.m64 .section .conarea dl dd .stepwrap .box .ico{margin:10px 0 15px;}
.m64 .section .conarea dl dd .stepwrap .box .ico img{height:30px;}
.m64 .section .conarea dl dd .stepwrap .box .sbj{font-size:16px;color:#111;font-weight:500;line-height:140%;}
.m64 .section .conarea dl dd .stepwrap .box .sbj span{font-size:12px;font-weight:400;}
.m64 .section .conarea dl dd .stepwrap .box:nth-child(2),
.m64 .section .conarea dl dd .stepwrap .box:nth-child(3){background:#f5f5f5;}


@media(max-width:1000px){
	.m64 .section .conarea dl:nth-child(6){display:block;	}
	.m64 .section .conarea dl:nth-child(6) dt{}
	.m64 .section .conarea dl:nth-child(6) dd{width:100%;padding:40px 3% 0}
	.m64 .section .conarea dl:nth-child(6) dd .stepwrap{max-width:auto;width:100%;}
}



/* m65 */
.m65{word-break:keep-all;}
.m65 .section{padding:0 0 70px;}
.m65 .section>div{
	box-sizing:border-box;
	background:url(/images/page/m65_bg.jpg) no-repeat center;
	background-size:cover;
}
.m65 .section>div .txtarea{
	box-sizing:border-box;
	width:100%;
	padding:40px 4%;	
	background:rgba(0,0,0,0.5);
}
.m65 .titlearea h3{font-family:"Montserrat";font-size:17px;color:#fff;font-weight:bold;}
.m65 .titlearea h4{font-family:"Montserrat";font-size:27px;color:#fff;font-weight:300;line-height:120%;margin:5px 0 25px;letter-spacing:-1px;}
.m65 .titlearea h4 span{color:#fff;font-weight:500;}
.m65 .titlearea .email{font-size:20px;color:#fff;font-weight:400;}
.m65 .titlearea p{margin:5px 0 65px;font-size:16px;color:#fff;font-weight:300;}
.m65 .titlearea a{
	display:block;
	width:100%;
	font-size:15px;color:#fff;line-height:50px;text-align:center;
	background:#32407d;
}
.m65 .titlearea a img{display:inline-block;vertical-align:middle;margin:-4px 0 0 10px;height:15px;}


/* layer_pop */
#bg_black{
	display:none;
	width:100%;height:100%;
	background:rgba(0,0,0,0.7);
	position:fixed;left:0;top:0;z-index:1100;
}
.layer_pop{
	display:none;
	position:fixed;left:3%;top:0;z-index:1200;
	width:94%;
	background:#fff;text-align:center;
}
.layer_pop .btn_x{position:absolute;right:0;top:0;}
.layer_pop .btn_x img{height:60px;}
.layer_pop .layer_conwrap{padding:20px 10%;}
.layer_pop iframe{height:100vh}


/*제품 cate7 */
.m22 .section .product_tabcon .pwrap .pht{
	top: 170px;
}
.m22 .section .product_tabcon .pwrap .pht{
	width: 100%;
}
.m22 .section .product_tabcon .pwrap .info{
	width: 100%;
	padding-top: 170px;
	padding-left: 0;
	padding-right: 0;
}

.cate7_info p{
	width: 100%;
	position: absolute;
	font-size: 16px;
	left: 0;
	top: 55px;
}
.system table{
	width: 100%;
	overflow: hidden;
	border-collapse: collapse;
	border-spacing: 0;
	border:0;
}
.system table th{
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background: #f6f6f6;
	padding: 10px 0;
	font-weight: 500;
	color: #000000;
	text-align: center;
}
.system table td{
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	padding: 10px 0;
	text-align: center;
}
.system table .line_none{
	border-right: 0;
}
.system table .td_1{
	width: 15%;
}
.system table .td_2{
	width: 15%;
}
.system table .td_3{
	width: 45%;
}
.system table .td_4{
	width: 25%;
}

.m22_table{width:100%;overflow:hidden;overflow-x:auto;}
.m22_table::-webkit-scrollbar{height:6px;}
.m22_table::-webkit-scrollbar-thumb{width:10%;background: #32407d;cursor:pointer;}
.m22_table::-webkit-scrollbar-track {background: #f2f2f2;}

@media (max-width: 499px){
	.m22 .section .m21_tabs ul li{
		width: 100%;
	}
	.m21 .section .product_tabcon .pwrap{
		margin: 20px 0 0 0;
	}
	.cate7_info p{
		top: 40px;
	}
	.m22 .section .product_tabcon .pwrap .pht{
		top: 210px;
	}
	.m22 .section .product_tabcon .pwrap .info{
		padding-top: 200px;
	}
	.system table{
		width: 500px;
	}
}