/* gnuboard.css - 새창 스타일, 스크랩, 회원가입 입력/완료 */

.btn {
  display: inline-block;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px
}

a.btn01 {
  display: inline-block;
  padding: 0 7px;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  text-decoration: none;
  vertical-align: middle
}

a.btn01:focus,
a.btn01:hover {
  text-decoration: none
}

button.btn01 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fff;
  color: #666;
  text-decoration: none
}

button.btn02 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none
}

.btn_confirm {
  text-align: center
}

/* 서식단계 진행 */
.btn_submit {
  padding: 0 5px;
  border: 0;
  background: #b20088;
  border-radius: 3px;
  color: #fff;
  letter-spacing: -0.1em
}

fieldset .btn_submit {
  padding: 0 7px;
  height: 24px;
  line-height: 1em
}

a.btn_cancel {
  display: inline-block;
  padding: 8px 7px 7px;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  text-decoration: none;
  vertical-align: middle
}

button.btn_cancel {
  display: inline-block;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  vertical-align: top;
  text-decoration: none
}

a.btn_frmline,
button.btn_frmline {
  display: inline-block;
  padding: 0 5px;
  height: 1.9em;
  border: 0;
  background: #333;
  color: #fff;
  letter-spacing: -0.1em;
  text-decoration: none;
  vertical-align: top;
  line-height: 1.9em
}

/* 우편번호검색버튼 등 */
button.btn_frmline {
  font-size: 1em
}

.btn_top {
  margin: 10px;
  text-align: right
}

.btn_top li {
  display: inline-block
}

.btn_top a,
.btn_top .btn_submit {
  line-height: 30px;
  padding: 0 10px;
  border-radius: 3px
}

.btn_top .btn_cancel,
.btn_top .btn_b01 {
  border: 1px solid #aaa;
  background: none;
  color: #666;
  line-height: 28px;
  background: #fff
}

/* 새창 기본 스타일 */

.new_win .win_ul {
  margin: 10px
}

.new_win .win_ul li {
  display: inline-block
}

.new_win .win_ul li a {
  display: block;
  line-height: 24px;
  padding: 0 10px
}

.new_win .win_ul li .selected {
  background: #b20088;
  color: #fff;
  border-radius: 13px;
  -webkit-box-shadow: 0 0 5px rgba(65, 98, 255, 0.8);
  -moz-box-shadow: 0 0 5px rgba(65, 98, 255, 0.8);
  box-shadow: 0 0 8px rgba(65, 98, 255, 0.8)
}

.new_win .win_btn {
  clear: both;
  margin: 10px;
  text-align: center
}

.new_win .win_btn a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-weight: bold
}

.new_win .win_btn .btn_close {
  display: inline-block;
  padding: 0 10px;
  border: 0;
  background: #c6c6d2;
  color: #666;
  text-decoration: none;
  font-weight: bold;
  height: 40px;
  border-radius: 3px;
  margin: 10px 0
}

.new_win .win_btn .btn_submit {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  margin: 0 0 20px;
  display: inline-block;
  font-weight: bold
}

.new_win {}

.new_win #win_title {
  font-size: 1.2em;
  font-weight: bold;
  height: 50px;
  padding: 10px;
  line-height: 30px;
  background: #b20088;
  color: #fff;
}

.new_win #win_title .sv {
  font-size: 0.75em;
  line-height: 1.2em
}

.new_win_con {
  margin: 10px
}

.new_win .new_win_con2 {
  padding: 0 0px
}

.new_win .win_ul {
  margin: 0 0 10px 1px
}

.new_win .win_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

.new_win .win_ul li {
  position: relative;
  float: left;
  width: 33.333%;
  margin-left: -1px;
  text-align: center;
  background: #fff
}

.new_win .win_ul li a {
  display: block;
  padding: 10px 0;
  color: #667287;
  border: 1px solid #dedede
}

.new_win .win_ul li:hover a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 999;
  width: 100%;
  height: 100%;
  border: 1px solid #b20088;
}

.new_win .win_ul li:hover a {
  color: #b20088
}

.new_win .win_ul .selected {
  position: relative;
  color: #009c54;
  z-index: 5
}

.new_win .win_ul .selected a {
  font-weight: bold;
  background: #b20088;
  border: 1px solid #b20088;
  color: #fff
}

.new_win .win_ul .selected a:hover {
  color: #fff
}

.new_win .win_desc {
  padding: 15px 0;
  margin: 10px 0;
  font-size: 14px;
  font-weight: bold;
  color: #b20088;
  background: #dfe3ea;
  text-align: center
}

.new_win .frm_info {
  display: block;
  margin: 3px 0 0 0;
  text-align: right;
  font-size: 0.92em;
  color: #707e8b
}

.new_win .win_total {
  text-align: left;
  margin: 10px 0;
  background: #deefd8;
  border: 1px solid #ccdebe;
  padding: 10px 15px
}

.new_win .win_total span {
  display: inline-block;
  font-size: 0.92em;
  color: #3c763d
}

.new_win .win_total span.win_total_r {
  float: right
}

.new_win .win_btn {
  text-align: center;
  margin-bottom: 10px
}

.new_win .memo_view_opt {
  padding: 10px;
  border: 1px solid #d9dee9;
  border-top: 0;
  text-align: left;
  background: #f7f7f9
}

.new_win .memo_view_opt:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

.new_win .memo_view_opt .btn_right {
  float: right;
  margin-left: 5px
}

.new_win .memo_view_btn {
  margin: 25px 0;
  text-align: center
}

.new_win .btn_close {
  height: 40px;
  border: 1px solid #ccc;
  padding: 0 10px;
  line-height: 35px;
  border-radius: 3px;
  background: #fff;
  color: #000;
  cursor: pointer
}

.new_win .btn_submit {
  height: 40px;
  font-weight: bold;
  font-size: 1.083em
}

/* 스크랩 */


#scrap_do .new_win_con {
  padding: 0 20px
}

#scrap_do textarea {
  width: 100%;
  height: 100px
}

#scrap_do .scrap_tit {
  margin-bottom: 10px;
  background: #f3f3f3;
  padding: 10px 15px;
  font-size: 1.2em;
  font-weight: bold
}

#scrap_do label {
  display: block;
  margin: 0 0 5px;
  font-size: 1em
}

#scrap_do .win_btn:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#scrap .win_btn,
#scrap_do .win_btn {
  margin: 20px 0;
  text-align: center
}

#scrap_do .win_btn .btn_submit {
  float: inherit
}

#scrap_do .win_desc {
  margin: 0px 20px;
}

/* 회원가입 입력 */
#register_form {
  background: #fff;
  margin-bottom: 20px
}

#register_form h2 {
  padding: 20px;
  border-bottom: 1px solid #dde7e9;
  color: #b20088
}

.register_form_inner {}

.register_form_inner ul {
  padding: 0px 20px 10px 20px
}

.register_form_inner label {
  display: inline-block;
  margin: 5px 0 5px 0;
  line-height: 25px;
  font-weight: bold;
  font-size: 12px
}

.register_form_inner label.inline {
  display: inline
}

.register_form_inner label span {
  font-size: 12px
}

#fregisterform #msg_certify {
  margin: 5px 0 0;
  padding: 5px;
  border: 1px solid #dbecff;
  background: #eaf4ff;
  text-align: center
}

#fregisterform .frm_address {
  margin: 5px 0 0
}

#fregisterform #mb_addr3 {
  display: inline-block;
  margin: 5px 0 0;
  vertical-align: middle
}

#fregisterform #mb_addr_jibeon {
  display: block;
  margin: 5px 0 0
}

#fregisterform .btn_confirm {
  text-align: center
}

#fregisterform .form_01 div {
  margin: 20px 0 10px
}

#fregisterform .captcha {
  display: block;
  margin: 5px 0 0
}

#fregisterform .reg_mb_img_file img {
  max-width: 50px;
  height: auto
}

#reg_mb_icon,
#reg_mb_img {
  display: inline
}

/* 회원가입 완료 */
#reg_result {
  padding: 40px 30px;
  text-align: center;
  background: #fff;
}

#reg_result h2 {
  font-size: 2em;
  margin: 0 0 20px
}

#reg_result h2 strong {
  color: #ed6478
}

#reg_result #result_email {
  margin: 20px 0;
  padding: 10px 50px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #dde4e9;
  background: #fff;
  line-height: 2em
}

#reg_result #result_email span {
  display: inline-block;
  width: 150px
}

#reg_result #result_email strong {
  color: #e8180c;
  font-size: 1.2em
}

#reg_result p {
  line-height: 1.8em
}

#reg_result .result_txt {
  text-align: left;
  font-size: 14px
}

#reg_result .btn_confirm {
  margin: 50px 0
}

#reg_result i {
  font-size: 3em
}

#reg_result .reg_result_p {
  font-size: 1.25em;
  margin: 0 0 10px;
  color: #b20088
}
