﻿@charset "utf-8";
/* auth Form */
.auth-wrap{overflow:hidden;width:100%;height:500px;margin:0 auto;border-radius:5px;background:#fff;font-family: 'Nanum Gothic';}
.auth-wrap .join-icon{width:70px;height:70px;margin:60px auto 20px;background-position:-5px -85px}
.auth-wrap h2{margin:30px auto 0;font-size:30px;line-height:30px;font-weight:700;color:#201b1b;text-align:center}
.auth-wrap h3{width:400px;margin:10px auto;padding-bottom:10px;border-bottom:1px dotted #ccc;font-size:14px;font-weight:700}
.auth-wrap .exp{width:400px;margin:15px auto;padding:10px;border:1px solid #ddd;background:#f6f6f6;font-size:12px;line-height:20px;text-align:center}
.auth-wrap .exp2{width:700px;margin:15px auto;padding:10px;border:1px solid #ddd;background:#f6f6f6;font-size:12px;line-height:20px;text-align:left}
.auth-wrap .important{color:red}
.auth-wrap .btn-wrap{width:410px;margin:0 auto;text-align:center}
.auth-wrap .btn-wrap a{display:inline-block;width:180px;height:40px;margin:20px 10px;border-radius:40px;border:none;line-height:40px;font-weight:bold;color:#fff}
.auth-wrap .btn-wrap .black-big-btn{background:#383a3d}
.auth-wrap .btn-wrap .black-big-btn:hover{background:#494d54}
.auth-wrap .btn-wrap .gray-big-btn{background:#aaa}
.auth-wrap .btn-wrap .gray-big-btn:hover{background:#999}
.auth-wrap .btn-wrap a:active{position:relative;top:1px}



