

/* 공통 ================================================================================== */






/*  본인인증 ========================================== */
.niceapWrap .top					{margin-bottom:40px;}
.niceapWrap .box					{width:600px; margin:0 auto; border-radius:20px 80px 20px 20px; padding:40px; text-align:center; background:#f7f7f7;}
.niceapWrap .box dt					{position:relative; font-family: 'S-CoreDream-6Bold'; font-size:1.5em; color:#333; margin-bottom:15px; letter-spacing:-1px;}
.niceapWrap .box dt:before			{content:''; display:block; width:80px; height:80px; border-radius:20px; background:url('../img/acc.png') no-repeat center 50% #fff; background-size:35px; margin:0 auto 30px auto; box-shadow:5px 5px 5px rgba(192,192,192,0.3);}
.niceapWrap .box dd					{font-size:0.95em;}
.niceapWrap .box .sb_b				{margin:20px 0;}
.niceapWrap .caution				{padding-top:20px; border-top:2px dotted #ddd; font-size:0.9em; line-height:1.4; }
.niceapWrap .caution a				{color:#999; font-size:13px; letter-spacing:0;}
.niceapWrap .caution a:hover		{text-decoration:underline;}
.niceapWrap .caution strong			{font-weight:500; color:#111; margin-right:10px;}
.niceapWrap .caution strong>i		{background:#555; color:#fff; width:25px; line-height:25px; font-size:10px; border-radius:20px; margin-right:5px;}



@media screen and (max-width:1024px) {
	.niceapWrap .top				{margin-bottom:20px;}
	.niceapWrap .box				{width:90%; padding:30px;}
	.niceapWrap .box dt				{font-size:1.2em; margin-bottom:10px;}
	.niceapWrap .box dt:before		{width:60px; height:60px; margin-bottom:20px;}
	.niceapWrap .box .sb_b			{margin:10px 0; width:120px;}
	.niceapWrap .caution			{font-size:0.95em;}
	.niceapWrap .caution strong>i	{width:23px; line-height:23px;}
}

