@charset "utf-8";

/* 버튼 */
.boardBtn {
  display: inline-block;
  *display: inline;
  padding: 3px 5px 1px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 1px 2px 0px #ccc;
  font: bold 12px/12px Dotum;
  color: #888;
  background: #fff;
}

.boardBtn:hover {
  border: 1px solid #405060;
  box-shadow: 1px 2px 0px #02aac9;
  color: #fff;
  text-decoration: none;
  background: #405060;
  cursor: pointer;
}

/* 로그인, 정보수정시 비밀번호 */
.loginWrap {
  width: 860px;
  margin: 75px auto;
  letter-spacing: -1px;
  border: 1px solid #d9d9d9;
  border-width: 0px 1px 1px 1px;
}

.loginWrap h3 {
  padding: 50px 0 42px;
  border-top: 3px solid #000;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 1;
}

.loginWrap h3.confirm {
  background: url(../img/bg_power_btn.png) 60px 50% no-repeat, url(../img/bg_slash_lr.png) 0 100% repeat-x;
}

.loginWrap .inputWrap {
  position: relative;
  width: 460px;
  margin: 0 auto;
  padding-bottom: 48px;
  border-bottom: 1px solid #ebebeb;
}

.loginWrap .inputWrap li {
  padding: 5px 0;
}

.loginWrap .inputWrap li:nth-child(3) {
  padding: 10px 0px 5px;
}

.loginWrap .inputWrap li:nth-child(4) {
  padding: 0;
}

.loginWrap .inputWrap input[type="text"],
.loginWrap .inputWrap input[type="password"] {
  display: block;
  width: 340px;
  ;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  border: 1px solid #dbdbdb;
  font-family: "Noto Sans KR";
  font-size: 13px;
  color: #333;
  font-weight: 500;
  box-sizing: border-box;
}

.loginWrap .inputWrap input[type="text"]::placeholder,
.loginWrap .inputWrap input[type="password"]::placeholder {
  color: #333;
}

.loginWrap .inputWrap input[type="submit"] {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 110px;
  height: 90px;
  border: none;
  font-family: "Noto Sans KR";
  font-weight: 900;
  font-size: 15px;
  color: #fff;
  background: #82a93f;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.loginWrap .inputWrap li .autoLogin {
  margin: 0 5px 0 0px;
}

.loginWrap .menuWrap {
  width: 460px;
  margin: 36px auto 50px;
  font-size: 0;
}

.loginWrap .menuWrap span {
  margin-right: 5px;
  color: #666;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}

.loginWrap .menuWrap a {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  background: #919191;
  font-weight: 600;
  letter-spacing: 0;
}

.loginWrap .menuWrap a:first-of-type {
  padding: 7px 10px;
  margin: 0 4px;
}

.loginWrap .menuWrap a:last-child {
  padding: 7px 18px;
}

.loginWrap .registerGuideWrap {
  width: 860px;
  padding: 28px 0;
  margin: 0 auto;
  background: #f3f3f3;
}

.loginWrap .registerGuideWrap .textbox {
  width: 460px;
  margin: 0 auto;
  text-align: left;
}

.loginWrap .registerGuideWrap .icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-right: 8px;
  background: url('/skin/member/basic/img/register_icon.png');
  vertical-align: middle;
}

.loginWrap .registerGuideWrap .guide_txt {
  margin-right: 28px;
  color: #666;
  font-size: 14px;
}

.loginWrap .registerGuideWrap a {
  display: inline-block;
  padding: 6px 30px;
  margin-top: 5px;
  color: #333;
  font-size: 13px;
  border: 1px solid #dbdbdb;
  background: #fff;
  box-sizing: border-box;
}

/* 회원가입 약관동의 */
.registWrap {
  width: 860px;
  margin: 0 auto;
  padding: 75px;
}

.registWrap .step {
  width: 860px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  background: url(../img/bg_step.png) no-repeat;
}

.registWrap .step.s1 {
  background-position: 0 0;
}

.registWrap .step.s2 {
  background-position: 0 -50px;
}

.registWrap .step.s3 {
  background-position: 0 -100px;
}

.registWrap .terms dt {
  margin-top: 31px;
  color: #000;
  font-size: 23px;
  line-height: 60px;
  font-weight: bold;
}

.registWrap .terms dd {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f8f8f8;
  padding: 20px;
  *zoom: 1;
}

.registWrap .terms dd:after {
  content: "";
  display: block;
  clear: both;
}

.registWrap .terms dd div {
  height: 100px;
  padding: 5px 10px;
  padding-right: 0;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ccc;
  overflow-y: auto;
}

.registWrap .terms dd ul {
  *zoom: 1;
}

.registWrap .terms dd ul:after {
  content: "";
  display: block;
  clear: both;
}

.registWrap .terms dd ul {
  float: right;
  padding-top: 10px;
}

.registWrap .terms dd ul li {
  float: left;
}

.registWrap .terms dd ul li input[type="radio"] {
  margin-right: 5px;
}

.registWrap .terms dd ul li label {
  margin-right: 10px;
  height: 16px;
  line-height: 16px;
  vertical-align: top;
}

.btnWrap {
  padding: 0px 0 76px;
  text-align: center;
}

.btnWrap>* {
  margin: 0 5px;
}

/* 회원가입 입력폼 */
.registWrap .profileForm {
  padding: 0px;
}

.registWrap .profileForm dt {
  padding: 40px 0 18px;
  color: #000;
  font-size: 23px;
  font-weight: bold;
}

.registWrap .profileForm dt .guide {
  font-size: 16px;
}

.registWrap .registTable {
  border-top: 2px solid #4e402b;
  border-bottom: 2px solid #4e402b;
}

.registWrap .registTable table {
  width: 100%;
}

.registWrap .registTable table th {
  padding: 15px 30px;
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  background: #f0f0f0;
  text-align: left;
}

.registWrap .registTable table td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  line-height: 18px;
}

.registWrap .registTable table input[type="text"],
.registWrap .registTable table input[type="input"],
.registWrap .registTable table input[type="password"] {
  padding: 6px 20px;
  border: 1px solid #ccc;
}

.registWrap .registTable table .input30 {
  width: 30px;
}

.registWrap .registTable table .input100 {
  width: 100px;
}

.registWrap .registTable table .input200 {
  width: 200px;
}

.registWrap .registTable table .input300 {
  width: 300px;
}

.registWrap .registTable table .input400 {
  width: 400px;
}

.registWrap .registTable table .input500 {
  width: 500px;
}

.registWrap .registTable table .input600 {
  width: 600px;
}

.registWrap .registTable table .input700 {
  width: 700px;
}

.registWrap .registTable table .input800 {
  width: 800px;
}

.registWrap .registTable table .inputFull {
  width: 99%;
}

.registWrap .registTable table .message {
  padding-top: 5px;
  color: #666;
  font-size: 14px;
}

/* 회원정보수정 리스트 */
.modifyTable {
  border-top: 2px solid #ccc;
}

.modifyTable table {
  width: 100%;
}

.modifyTable table thead th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  line-height: 18px;
  background: #f0f0f0;
}

.modifyTable table tbody td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  line-height: 18px;
  text-align: center;
}

.modifyTable table tbody td.subject {
  text-align: left;
}

.modifyTable table tbody td.subject a {
  display: block;
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0077aa;
}

/* 가입완료 */
.messageWrap {
  position: absolute;
  left: 350px;
  top: 180px;
}

.welcomeMessage {
  padding: 50px 50px 50px 350px;
  margin-top: 70px;
  border: 1px solid #e5e5e5;
  background: url(../img/bg_namecard.png) 150px 50% no-repeat #fafafa;
}

.welcomeMessage:after {
  content: "";
  display: block;
  clear: both;
}

.welcomeMessage>strong {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 10px;
  line-height: 26px;
  font-family: "나눔바른고딕";
  font-size: 25px;
  letter-spacing: 1px;
  color: #fa6e72;
  background: url(../img/bg_slash_lr.png) 0 100% repeat-x;
}

.welcomeMessage>p {
  padding-bottom: 15px;
  line-height: 25px;
  font-family: "Nanum Gothic";
  font-size: 13px;
}

.welcomeMessage>p>span {
  font-family: "Nanum Gothic";
  font-weight: bold;
  color: #505050;
}

.welcomeMessage>span {
  display: block;
  font-family: "Nanum Gothic";
  font-weight: bold;
  color: #505050;
}

.goHome {
  float: left;
  margin-top: 50px;
}

/* 탭 */
.registTabTitle {
  margin-top: 45px;
  font-size: 0;
  text-align: center;
  *zoom: 1;
}

.registTabTitle:after {
  content: "";
  display: block;
  clear: both;
}

.registTabTitle>li {
  display: inline-block;
}

.registTabTitle>li a {
  display: block;
  width: 180px;
  height: 45px;
  line-height: 45px;
  font-family: "Nanum Gothic";
  font-size: 15px;
  font-weight: bold;
  color: #666667;
  border: 1px solid #d5d5d5;
  border-left: none;
  background: #f7f7f7;
}

.registTabTitle>li:first-child a {
  border-left: 1px solid #d5d5d5;
}

.registTabTitle>li a.on {
  width: 182px;
  height: 47px;
  line-height: 47px;
  color: #fff;
  background: #ff008a;
  border: none;
}

/* sns 로그인 */
.snsLoginWrap {
  padding-top: 10px;
  text-align: right;
  *zoom: 1;
}

.snsLoginWrap:after {
  content: "";
  display: block;
  clear: both;
}

.snsLoginWrap span {
  padding-right: 10px;
  height: 28px;
  line-height: 28px;
}

.snsLogin {
  float: right;
  *zoom: 1;
}

.snsLogin:after {
  content: "";
  display: block;
  clear: both;
}

.snsLogin li {
  float: left;
  margin-left: 5px;
}

.snsLogin li:first-child {
  margin-left: 0;
}

.snsLogin li a {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-indent: 9999px;
  overflow: hidden;
  background: url(../img/btn_sns_login.png) 0 0 no-repeat;
}

.snsLogin li.facebook a {
  background-position: 0 0;
}

.snsLogin li.twitter a {
  background-position: -33px 0;
}

.snsLogin li.naver a {
  background-position: -66px 0;
}

/*버튼*/
.file_btn {
  display: inline-block;
  width: 90px;
  height: 30px;
  background: #919191;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.file_upload_name {
  width: auto !important;
  padding: 0 !important;
  margin-left: 10px;
  background: #fff;
  border: none !important;
  outline: none;
}
