<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.pcbr{display:block !important;}
.tbbr{display:none !important;}
.mbbr{display:none !important;}
.pctb{display:block !important;}
.dn{display:none;}
.section{overflow:hidden;width:100%;height:100vh;overflow:hidden;}
.section&gt;div&gt;.bg{transform:translateY(0%);transition:all 1.4s 1.4s;}
.section.active&gt;div&gt;.bg{transform:translateY(0);transition:all 1.4s;}
#scroll{display:none;}
#btn_top{
	position:fixed;right:2%;bottom:24%;z-index:1000;
	background:rgba(0,0,0,0.5);
	border-radius:50%;
}

/*header*/
#header{
	position:fixed;left:0;top:0;z-index:1000;
	width:100%;height:90px;
	padding:19px 0 0;background:rgba(0,0,0,0.7);
	box-sizing:border-box;
	box-shadow:0 1px 3px rgba(0,0,0,0.1);
}
.head{
	position:relative;
	display:flex;align-items:center;justify-content:space-between;	
	padding:0 2%;	
}
.head h1{width:180px;position:relative;z-index:3000;}
.head h1 a{
	display:block;
	width:176px;height:58px;
	text-indent:-9999px;
	background:url(../images/common/logo1.png) no-repeat;
}
.on .head h1 a{background:url(../images/common/logo1.png) no-repeat;}
.head .nav_pc{display:none;}
.head .btns{
	display:flex;align-items:center;justify-content:flex-end;
	width:320px;
}
.head .btns .btn_search{}
.head .btns .btn_search a{
	display:block;
	width:27px;height:27px;
	text-indent:-9999px;
	background:url(../images/common/ico_search.png) no-repeat;
}
.head .btns .btn_lang{position:relative;margin:0 20px;}
.head .btns .btn_lang&gt;a{
	display:block;
	width:27px;height:27px;
	text-indent:-9999px;
	background:url(../images/common/ico_lang.png) no-repeat;
}
.head .btns .btn_lang&gt;ul{
	display:none;
	position:absolute;right:0;top:100%;
	box-sizing:border-box;
	width:74px;
	margin-top:25px;
	text-align:center;
	border:1px solid #ddd;background:#fff;
}
.head .btns .btn_lang&gt;ul li{border-bottom:1px solid #ddd;}
.head .btns .btn_lang&gt;ul li a{
	display:block;
	padding:9px 0;
	width:100%;
	font-family:"Montserrat";font-size:11px;color:#555;font-weight:600;text-align:center;
}
.head .btns .btn_lang&gt;ul li a:hover{color:#0068b7;}
.head .btns .btn_portal{margin:0 20px}
.head .btns .btn_portal&gt;a{
	display:block;
	width:150px;height:40px;
	background:#444;
	font-family:"Montserrat";font-size:12px;color:#fff;font-weight:500;text-align:center;line-height:40px;
}
.head .btns .btn_menu{
	box-sizing:border-box;
	width:40px;height:31px;
	cursor:pointer;
	position:relative;z-index:3000;
}
.head .btns .btn_menu&gt;div{
	width:100%;height:2px;
	background:#fff;
	margin-bottom:7px;
	transition:all 0.6s;
}
.on .head .btns .btn_menu&gt;div{background:#fff;}
.head .btns .btn_menu&gt;div:nth-child(1){width:70%;}
.head .btns .btn_menu&gt;div:nth-child(4){width:70%;}

.head .btns .btn_menu.openmenu&gt;div:nth-child(1){width:0;opacity:0;}
.head .btns .btn_menu.openmenu&gt;div:nth-child(2){width:100%;transform:rotate(-45deg) translateY(6.5px);}
.head .btns .btn_menu.openmenu&gt;div:nth-child(3){width:100%;transform:rotate(45deg) translateY(-6.5px);}
.head .btns .btn_menu.openmenu&gt;div:nth-child(4){width:0;opacity:0;}


#bgblack{
	display:none;
	position:fixed;left:0;top:0;z-index:2000;
	width:100%;height:100%;
	background:rgba()
}
.m_nav{
	display:none;
	position:absolute;left:0;top:0;z-index:2000;
	width:100%;height:100vh;
	background:rgba(0,0,0,0.9);
}
.m_nav&gt;div{display:flex;align-items:center;width:100%;height:100%;}
.m_nav&gt;div ul{width:84%;margin:0 auto;}
.m_nav&gt;div ul li{border-bottom:1px solid rgba(255,255,255,0.2);text-align:center;}
.m_nav&gt;div ul li:last-child{border-bottom:0;}
.m_nav&gt;div ul li a{
	display:block;
	padding:25px 0;
	font-family:"Montserrat";font-size:22px;font-weight:500;color:#fff;
}
.m_nav&gt;div ul li:hover a{color:#007dc4;}


.search{
	display:none;
	position:absolute;left:0;top:0;z-index:3000;
	box-sizing:border-box;
	width:100%;
	padding:50px;
	background:#fff;
}
.search .btn_x{
	display:block;
	position:absolute;right:3%;top:50px;z-index:3000;
	width:29px;height:29px;
	transform:rotate(45deg);
}
.search .btn_x:before{
	display:block;content:"";
	width:100%;height:2px;
	background:#000;
	position:absolute;left:0;top:50%;margin-top:-1px;
}
.search .btn_x:after{
	display:block;content:"";
	width:2px;height:100%;
	background:#000;
	position:absolute;left:50%;top:0%;margin-left:-1px;
}
.search .searchwrap{
	max-width:685px;
	width:50%;margin:0 auto;
}
.search .searchwrap .form{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #111;}
.search .searchwrap .form input{
	box-sizing:border-box;
	width:calc(100% - 26px);height:50px;
	border:0;outline:0;background:0;
	font-size:21px;color:#333;
}
.search .searchwrap .form input::placeholder{color:#777;}
.search .searchwrap .form button{
	width:26px;height:26px;
	border:0;outline:0;background:0;
}
.search .searchwrap .ex{
	margin:15px 0 0;
	font-size:16px;
}
.search .searchwrap .ex span{
	display:inline-block;
	margin:0 15px 0 0;padding:2px 12px;
	font-size:17px;color:#555;
	background:#f3f3f3;
	border-radius:15px;
}


/* section1 */
#section1{}
.visual{position:relative;width:100vw;height:100%;box-sizing:border-box;}
.visual .v1{}
.visual .swiper-slide{
	overflow:hidden;
	position:relative;
	box-sizing:border-box;
	width:100%;height:100%;
}
.visual .swiper-slide .bg{position:absolute;left:0;top:0;width:100%;height:100%;}
.visual .swiper-slide.v1 .bg{
	background:url(../images/main/visual1.jpg) no-repeat;background-size:cover;
}


.visual .svgarea{
	position:absolute;left:50%;top:50%;z-index:10;
	width:657px;height:657px;
	transform:translate(-50%,-50%);
}
.visual .svgarea #layer1 path,
.visual .svgarea #layer1 line{opacity:0.5;stroke-dasharray:1000;stroke-dashoffset:1000;}
.visual .svgarea #layer2 path{
	opacity:0.5;
	stroke-dasharray:1000;stroke-dashoffset:1000;
}

.on .visual .svgarea #layer1 path,
.on .visual .svgarea #layer1 line{animation:lineani1_2 3s linear 0.5s;animation-fill-mode:forwards;}
.on .visual .svgarea #layer2 path{
	animation:lineani1_1 3s linear 0.5s;
	animation-fill-mode:forwards;
}

@keyframes lineani1_1{
	from{
		stroke-dashoffset:1000;
	}
	to{
		stroke-dashoffset:0;
	}
}
@keyframes lineani1_2{
	from{
		stroke-dashoffset:1000;
	}
	to{
		stroke-dashoffset:0;
	}
}


.visual .txtwrap{
	box-sizing:border-box;
	position:absolute;left:0%;top:50%;z-index:100;
	width:100%;
	padding:0 10%;transform:translateY(-50%);
	text-align:center;word-break:keep-all;
}
.visual .txtwrap h2{
	margin-bottom:10px;font-family:"Montserrat";font-size:90px;color:#fff;font-weight:600;
}
.visual .txtwrap p{font-size:16px;color:rgba(255,255,255,0.8);font-weight:300;line-height:170%;}






/* section2 */
#section2{position:relative;}
#section2 .bg{
	position:absolute;left:0;top:0;
	width:100%;height:100%;
	background:url(../images/main/sec2_bg.jpg) no-repeat center;
	background-size:cover;
}
#section2 .innerwrap{position:relative;width:100%;height:100%;}
#section2 .innerwrap .svgarea{
	position:absolute;left:50%;top:50%;z-index:10;
	width:654px;height:657px;
	transform:translate(-50%,-50%);
}

#section2 .innerwrap .svgarea svg{perspective:800px;}
#section2 .innerwrap .svgarea polyline{opacity:0.3;stroke-dasharray:1000;stroke-dashoffset:1000;}
#section2 .innerwrap .svgarea path{
	opacity:0.3;stroke-dasharray:2000;stroke-dashoffset:2000;
	transform-origin:center;
}



#section2.active .innerwrap .svgarea polyline{animation:lineani2_1 1s linear 0.5s;animation-fill-mode:forwards;}
#section2.active .innerwrap .svgarea path{animation:lineani2_2 1.5s linear 1s;animation-fill-mode:forwards;}
@keyframes lineani2_1{
	from{
		stroke-dashoffset:1000;
		
	}
	to{
		stroke-dashoffset:0;
		
	}
}
@keyframes lineani2_2{
	from{
		stroke-dashoffset:2000;
	}
	to{
		stroke-dashoffset:0;
	}
}


.section .txtwrap{
	box-sizing:border-box;
	position:absolute;left:0%;top:50%;z-index:100;
	width:100%;
	padding:0 10%;transform:translateY(-100%);
	text-align:center;word-break:keep-all;transition:all 0.5s;
}
.section .txtwrap h2{
	margin-bottom:15px;font-family:"Montserrat";font-size:90px;color:#fff;font-weight:600;line-height:110%;
	opacity:0;transform:matrix(1, 0, 0, 1, 0, 0) translateY(60px);transition:all 1s 0.5s;
}
.section .txtwrap p{
	font-size:16px;color:rgba(255,255,255,0.8);font-weight:300;line-height:170%;
	opacity:0;transform:matrix(1, 0, 0, 1, 0, 0) translateY(60px);transition:all 1s 0.6s;
}
.section .txtwrap .more{margin:40px 0 0;opacity:0;transform:matrix(1, 0, 0, 1, 0, 0) translateY(60px);transition:all 1s 0.7s;}
.section .txtwrap .more a{font-family:"Montserrat";font-size:11px;font-weight:500;color:rgba(255,255,255,0.7);}
.section .txtwrap .more a .arr{
	display:inline-block;vertical-align:top;
	margin:9px 0 0 6px;
	width:4px;height:4px;
	border-right:2px solid rgba(255,255,255,0.7);border-bottom:2px solid rgba(255,255,255,0.7);
	transform:rotate(-45deg);
}


.section.active .txtwrap{transform:translateY(-50%);}
.section.active .txtwrap h2{
	opacity:1;transform:matrix(1, 0, 0, 1, 0, 0);
}
.section.active .txtwrap p{
	opacity:1;transform:matrix(1, 0, 0, 1, 0, 0);
}
.section.active .txtwrap .more{opacity:1;transform:matrix(1, 0, 0, 1, 0, 0);}


@media(max-width:1000px){
	.section .txtwrap h2{font-size:80px;}
}



/* section3 */
#section3{position:relative;}
#section3 .bg{
	position:absolute;left:0;top:0;
	width:100%;height:100%;
	background:url(../images/main/sec3_bg.jpg) no-repeat center;
	background-size:cover;
}
#section3 .innerwrap{position:relative;width:100%;height:100%;}
#section3 .innerwrap .svgarea{
	position:absolute;left:50%;top:50%;z-index:10;
	width:499px;height:705px;
	transform:translate(-50%,-50%);
}
#section3 .innerwrap .svgarea path{
	opacity:0.5;stroke-dasharray:1000;stroke-dashoffset:1000;
}
#section3 .innerwrap .svgarea path.line1{
	opacity:0.5;stroke-dasharray:2000;stroke-dashoffset:2000;
}

#section3.active .innerwrap .svgarea path{animation:lineani3_1 3s linear 1s;animation-fill-mode:forwards;}
#section3.active .innerwrap .svgarea path.line1{animation:lineani3_2 2s linear 1s;animation-fill-mode:forwards;}
@keyframes lineani3_1{
	from{
		stroke-dashoffset:1000;		
	}
	to{
		stroke-dashoffset:0;		
	}
}
@keyframes lineani3_2{
	from{
		stroke-dashoffset:2000;		
	}
	to{
		stroke-dashoffset:0;		
	}
}





/* section4 */
#section4{position:relative;background:#19181e;padding:160px 0 80px;}
#section4 .innerwrap{
	box-sizing:border-box;	
	padding:0 5.5%;
	width:100%;
}
#section4 .innerwrap .conwrap{width:100%;}
#section4 .innerwrap .conwrap .news{overflow:hidden;position:relative;width:100%;display:flex;align-items:center;word-break:keep-all;}
#section4 .innerwrap .conwrap .news&gt;div{width:100%;opacity:0;transform:translateX(-100px);transition:all 1s 0s;}
#section4.active .innerwrap .conwrap .news&gt;div{opacity:1;transform:translateX(0);transition:all 1s 0.5s;}
#section4 .innerwrap .conwrap .news ul{display:flex;justify-content:space-between;}
#section4 .innerwrap .conwrap .news ul li{
	max-width:330px;
	padding:30px 0 0;
	border-top:1px solid #8c8c8f;
}
#section4 .innerwrap .conwrap .news ul li .tit{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap:break-word; 
	line-height: 1.5em;height: 3.0em;
	font-size:21px;color:#fff;font-weight:500;
}
#section4 .innerwrap .conwrap .news ul li .date{
	margin:25px 0 30px;
	font-family:"Montserrat";font-size:15px;font-weight:500;color:rgba(255,255,255,0.7);
}
#section4 .innerwrap .conwrap .news ul li .thumb{}


#section4 .innerwrap .conwrap .newsletter{
	overflow:hidden;position:relative;width:100%;display:flex;align-items:center;
	padding-top:60px;
}
#section4 .innerwrap .conwrap .newsletter&gt;div{
	width:100%;
	opacity:0;transform:translateX(-100px);transition:all 1s 0s;
}
#section4.active .innerwrap .conwrap .newsletter&gt;div{opacity:1;transform:translateX(0);transition:all 1s 0.5s;}
#section4 .innerwrap .conwrap .newsletter .conarea{
	padding-top:30px;
	border-top:1px solid #8c8c8f;
}
#section4 .innerwrap .conwrap .newsletter .tit{font-family:"Barlow";font-size:34px;color:#fff;line-height:120%;}
#section4 .innerwrap .conwrap .newsletter p{margin-top:10px;font-size:16px;color:rgba(255,255,255,0.8);font-weight:300;}
#section4 .innerwrap .conwrap .newsletter a{
	display:block;box-sizing:border-box;
	width:100%;height:60px;
	margin-top:15px;
	border:1px solid #0091e3;
	font-size:16px;color:#0091e3;text-align:center;line-height:58px;
}
#section4 .innerwrap .conwrap .newsletter a .arr{
	display:inline-block;vertical-align:top;
	margin:27px 0 0 4px;
	width:5px;height:5px;
	border-right:1px solid #0091e3;border-bottom:1px solid #0091e3;
	transform:rotate(-45deg);
}

#section4 .innerwrap .conwrap .titlearea{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;}
#section4 .innerwrap .conwrap .titlearea h3{font-family:"Montserrat";font-size:18px;color:#fff;font-weight:500;}
#section4 .innerwrap .conwrap .titlearea a{font-family:"Montserrat";font-size:11px;font-weight:500;color:rgba(255,255,255,0.7);}
#section4 .innerwrap .conwrap .titlearea a .arr{
	display:inline-block;vertical-align:top;
	margin:5px 0 0 4px;
	width:4px;height:4px;
	border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);
	transform:rotate(-45deg);
}
#section4 .innerwrap .conwrap .conarea{box-sizing:border-box;position:relative;}


@media(max-width:1200px){
	#section4 .innerwrap .conwrap .news ul li{
		max-width:330px;
		width:32%;
	}
}





/* footer */
.fp-auto-height{overflow:visible}
#footer{
	height:220px;
	padding:21px 0 0;
	background:#fff;
}
.foot{
	display:flex;
	width:100%;height:100%;
}
.foot .leftarea{
	position:relative;
	display:flex;align-items:center;
	width:70%;height:100%;
	box-sizing:border-box;
	padding:0 5%;
}
.foot .leftarea .bg{
	width:105%;height:100%;
	position:absolute;right:0;top:0;
	background:#0068b7;
	transform:skew(-10deg, 0) translateX(-15px);
	border-radius:0 45px 0 0;	
}
.foot .leftarea ul{position:relative;z-index:100;display:flex;}
.foot .leftarea ul li{
	position:relative;
	padding-right:10px;margin-right:10px;
}
.foot .leftarea ul li:after{
	display:block;content:"";
	width:1px;height:12px;
	background:rgba(255,255,255,0.5);
	position:absolute;right:0;top:7px;
}
.foot .leftarea ul li:last-child:after{display:none;}
.foot .leftarea ul li a{font-size:16px;color:rgba(255,255,255,0.8);}
.foot .leftarea ul li:first-child a{font-weight:bold;}
.foot .leftarea address{
	position:relative;z-index:100;
	margin:10px 0;
	font-size:16px;color:rgba(255,255,255,0.8);
}
.foot .leftarea .copyright{
	position:relative;z-index:100;
	font-size:16px;color:rgba(255,255,255,0.8);
}
.foot .rightarea{	
	position:relative;
	box-sizing:border-box;
	display:flex;align-items:center;justify-content:flex-end;
	width:30%;height:100%;
	padding:0 5% 0 0;
}
.foot .rightarea .bg{
	position:absolute;left:0;top:0;
	width:105%;height:100%;
	background:#669465;
	transform:skew(-20deg, 0) translateX(20px);
	border-radius:45px 0 0 0;	
}
.foot .rightarea&gt;div&gt;ul{position:relative;z-index:100;display:flex;align-items:center;justify-content:flex-end;}
.foot .rightarea&gt;div&gt;ul li{border:1px solid rgba(255,255,255,0.7);border-radius:50%;margin-left:10px;}
.foot .rightarea .family{position:relative;z-index:100;margin-top:15px;}
.foot .rightarea .family&gt;a{
	display:block;box-sizing:border-box;
	position:relative;
	width:270px;height:47px;
	padding:0 30px;
	border:1px solid rgba(255,255,255,0.7);
	font-size:16px;color:rgba(255,255,255,0.8);line-height:45px;
}
.foot .rightarea .family&gt;a:after{
	display:block;content:"";
	width:6px;height:6px;
	border-right:2px solid #fff;border-bottom:2px solid #fff;
	position:absolute;right:30px;top:17px;
	transform:rotate(45deg);
}
.foot .rightarea .family&gt;ul{
	display:none;
	position:absolute;left:0;bottom:100%;z-index:100;
	box-sizing:border-box;
	width:100%;
	padding:10px 0;
	border:1px solid rgba(255,255,255,0.7);border-bottom:0;
	background:#669465;
}
.foot .rightarea .family&gt;ul&gt;li{padding:5px 0;}
.foot .rightarea .family&gt;ul&gt;li&gt;a{display:block;font-size:16px;color:rgba(255,255,255,0.7);padding:0px 30px;}


@media(max-width:1200px){
	.foot .rightarea .family&gt;a{
		display:block;box-sizing:border-box;
		position:relative;
		width:100%;height:47px;
		padding:0 35px 0 15px;
		border:1px solid rgba(255,255,255,0.7);
		font-size:14px;color:rgba(255,255,255,0.8);line-height:45px;
	}
	.foot .rightarea .family&gt;a:after{
		display:block;content:"";
		width:6px;height:6px;
		border-right:2px solid #fff;border-bottom:2px solid #fff;
		position:absolute;right:15px;top:17px;
		transform:rotate(45deg);
	}
	.foot .rightarea .family&gt;ul&gt;li&gt;a{display:block;font-size:14px;color:rgba(255,255,255,0.7);padding:0px 15px;word-break:keep-all}

}





/*  뉴스레터 신청 팝업 */
#bgblack{
	display:none;
	position:fixed;left:0;top:0;z-index:1100;
	width:100%;height:100%;
	background:rgba(0,0,0,0.7);
}
.news_pop{
	display:none;
	position:fixed;left:50%;top:50%;z-index:3000;
	transform:translate(-50%,-50%);
	background:#fff;
	box-sizing:border-box;
	width:500px;
	padding:70px 0 0;
}
.btn_close{
	position:absolute;left:100%;top:15px;z-index:3000;
	margin:0 0 0 25px;
	width:40px;height:40px;
}
.btn_close:before{
	display:block;content:"";
	width:100%;height:2px;
	background:#fff;
	transform:rotate(45deg);
	position:absolute;left:0;top:0;
}
.btn_close:after{
	display:block;content:"";
	width:100%;height:2px;
	background:#fff;
	transform:rotate(-45deg);
	position:absolute;left:0;top:0;
}
.pagetitle1{margin-bottom:20px;font-size:30px;color:#111;font-weight:600;text-align:center;}
.pagetitle1 .dot{color:#007dc4;}
.news_pop .popwrap{overflow-x:hidden;overflow-y:auto;height:600px;padding:0 35px;word-break:keep-all;}
.news_pop .popwrap&gt;p{font-size:16px;color:#666;text-align:center;}
.news_pop .popwrap&gt;p strong{color:#333;font-weight:500;}
.news_pop .popwrap table{width:100%;margin-top:40px;border-top:1px solid #ddd;}
.news_pop .popwrap table th{
	width:15%;
	font-size:17px;color:#222;text-align:left;
	border-bottom:1px solid #ddd;
}
.news_pop .popwrap table td{
	box-sizing:border-box;
	width:85%;
	padding:15px 0;
	border-bottom:1px solid #ddd;
}
.news_pop .popwrap table td input{
	box-sizing:border-box;
	width:100%;height:50px;
	padding:0 20px;
	border:0;outline:0;background:#f5f5f5;
}
.news_pop .popwrap table td .email{display:flex;justify-content:space-between;align-items:center;}
.news_pop .popwrap table td .email .w1{width:45%;}
.news_pop .popwrap table td .email .w2{width:45%;}
.news_pop .popwrap table td .email span{width:5%;text-align:center;color:#222;}
.news_pop .popwrap button{
	display:block;box-sizing:border-box;
	width:200px;height:54px;
	font-size:16px;color:#222;text-align:center;line-height:52px;
	border:1px solid #222;background:#fff;
	margin:40px auto;
}
.news_pop .btm{overflow:hidden;display:flex;width:100%;height:58px;}
.news_pop .btm .leftarea{
	position:relative;
	width:calc(76% + 0px);height:100%;
	background:#0068b7;
	transform:skew(-10deg, 0) translateX(-5px);
	border-radius:0 10px 0 0;
}
.news_pop .btm .rightarea{
	width:calc(32% + 0px);height:100%;
	background:#669465;
	transform:skew(-24deg, 0) translateX(14px);
	border-radius:10px 0 0 0;
}

.news_pop .popwrap h4{margin:30px 0 10px;font-size:17px;color:#222;text-align:left;}
.agreewrap{}
.agreewrap .textarea{overflow-y:auto;height:200px;background:#f5f5f5;}
.agreewrap .textarea textarea{
	box-sizing:border-box;
	width:100%;height:270px;
	padding:20px 15px;
	background:#f5f5f5;border:0;outline:0;resize:none;
	font-size:15px;line-height:170%;color:#666;
}
.agreewrap .textarea table{width:94%;margin:20px auto 0;border-collapse:collapse;}
.agreewrap .textarea table th{
	padding:10px;
	border:1px solid #ddd;background:#f5f5f5;
	font-size:15px;color:#222;text-align:center;
}
.agreewrap .textarea table td{
	padding:10px;
	border:1px solid #ddd;
	font-size:15px;color:#666;text-align:center;
}
.agreewrap .textarea table td.tl{text-align:left !important}
.agreewrap .chkarea{
	display:flex;justify-content:space-between;align-items:center;padding:10px 0 20px;
	border-bottom:1px solid #ddd;
}
.agreewrap .chkarea p{font-size:16px;color:#2d2d2d;}
.agreewrap .chkarea input{
	display:inline-block;
	margin:0 10px 0 30px;
	width:16px;height:16px;
}</pre></body></html>