@charset "UTF-8";

/* common */

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  font-family: "맑은고딕", Malgun Gothic, dotum, "돋움", sans-serif;
  font-size: 13px;
  color: #333;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body, p, h1, h2, h3, h4, h5, h6, menu, ul, ol, li, dl, dt, dd, table, th,
  td, form, fieldset, legend, input, textarea, button {
  margin: 0;
  padding: 0
}

header, footer, section, article, aside, nav, hgroup, details, menu,
  figure, figcaption {
  display: block
}

img, fieldset {
  border: 0
}

menu, ul, ol {
  list-style: none
}

em, address {
  font-style: normal
}

a, a:link {
  text-decoration: none
}

a:hover, a:active, a:focus {
  text-decoration: underline
}

textarea {
  overflow: auto
}

option, x:-moz-any-link {
  padding-right: 6px
}

option, x:-moz-any-link, x:default {
  padding-right: 0
}

input, textarea, select, label {
  vertical-align: middle;
  letter-spacing: -1px
}

input[type="text"], input[type="password"], textarea, select {
  border: solid 1px #ababab;
  font-family: "맑은고딕", Malgun Gothic, sans-serif;
  font-size: 13px;
  color: #444
}

input[type="file"] {
  font-family: "맑은고딕", Malgun Gothic, sans-serif
}

textarea {
  line-height: 1.8
}

legend, caption, .blind {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0
}

button, label {
  cursor: pointer
}

button::-moz-focus-inner {
  padding: 0
}

hr {
  display: none
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

select, textarea, button {
  vertical-align: middle
}

input {
  vertical-align: middle
}

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer
}

button:focus {
 /* outline: none; */
}

.checkbox {
  width: 14px;
  height: 14px;
  margin-bottom: 2px;
  vertical-align: middle;
  border-width: 0
}

option {
  padding-right: 6px
} /* Firefox Fix */
#signinUserInfoFrm h2 {
  height: 68px;
  line-height: 68px;
  font-size: 25px;
  color: #fff;
  font-weight: 600
}

#signinUserInfoFrm h3 {
  font-size: 18px;
  color: #333;
  font-weight: 600
}

#signinUserInfoFrm h3:before {
  content: '';
  display: block;
  height: 3px;
  width: 31px;
  background: #0059a6;
  margin-bottom: 9px;
}

#wrap_join {
  position: relative;
  width: 1200px;
  min-height: calc(100% - 130px);
  margin: 0 auto;
}

#top_wrap_join {
  position: relative;
  width: 100%;
  height: 69px;
  padding: 10px 0;
  box-sizing: border-box;
}

#content_area_join {
  float: left;
  width: 100%;
  padding-bottom: 87px;
  margin-bottom: 30px;
  font-size: 13px
}


/* GNB */
#top_wrap_join .top_menu_area {
  position: relative;
  width: 100%;
  height: 69px
}

#top_wrap_join .top_menu_area h1 {
  position: absolute;
  top: 21px;
  left: 0
}
#top_wrap_join .top_menu_area h1.rs {
  top: 0
}

/* 풋터 */
#footer_area_join {
  float: left;
  width: 100%;
  background: #fff;
  height: 87px;
  margin-top: 20px;
}

#footer_area_join .footer {
  position: relative;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  height: 86px;
  padding: 0;
}

#footer_area_join .footer ul {
  width: 100%;
  text-align: center;
  padding-top: 30px
}

#footer_area_join .footer ul li, .footer ul li a {
  color: #999;
  line-height: 16px;
  font-size: 12px
}

@media only all and (max-width:767px) {
  #wrap_join {
    padding: 0 10px 0 10px;
    float: none;
    width: auto
  }
  #content_area_join {
    float: none;
    width: auto
  }
  #signinUserInfoFrm {
    float: none;
    width: auto
  }
}

@media ( min-width :768px) and (max-width:979px) {
  #wrap_join {
    padding: 0 10px 0 10px;
    float: none;
    width: auto
  }
}

/* 아이폰4 가로 */
@media ( min-width :406px) and (max-width:574px) {
  .btn_board_c {
    margin-top: 20px
  }
  #footer_area_join .footer {
    padding: 0 10px 30px 10px
  }
  .join_row2 .finish_box {
    width: 92% !important;
    padding-left: 10px;
    padding-right: 10px
  }
  .join_row2 .info_box {
    width: 92% !important;
    padding-left: 10px;
    padding-right: 10px
  }
  .join_row2 .fail {
    padding-top: 10px
  }
  .join_row2 .check {
    padding: 2px 0 10px 0
  }
  .join_row2 .fail_box {
    padding-top: 0
  }
  .tab_join_box .tab_join li, .tab_join_box .tab_join li.on {
    width: 100%;
    margin-bottom: -1px
  }
  .tab_join_box .tab_join li a {
    line-height: 28px;
    margin-left: -1px;
    padding: 5px 0 4px
  }
  .tab_join_box .tab_join li:last-child, .tab_join_box .tab_join li.on:last-child
    {
    margin-bottom: 0
  }
  .join_form .pw_box .ico {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -46px
  }
  .join_form .pw_box .txt {
    margin-top: 74px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px 0 15px
  }
  .join_form .certi_box .ico {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -48px
  }
  .join_form .certi_box .txt {
    margin-top: 74px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px 0 15px
  }
  .join_form .withdrawal_box .ico {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -49px
  }
  .join_form .withdrawal_box .txt {
    float: left;
    margin-top: 94px;
    margin-left: 0;
    padding: 0 15px 0 15px
  }
}

/* 모바일 세로 */
@media ( max-width :405px) {
  .btn_board_c {
    margin-top: 20px
  }
  a.btn_ok {
    display: block;
    margin: 0 auto;
    width: 92%;
    margin-bottom: 6px
  }
  a.btn_ok2 {
    display: block;
    margin: 0 auto;
    width: 92%;
    margin-bottom: 6px
  }
  a.btn_cancel {
    display: block;
    margin: 0 auto;
    width: 92%;
    margin-bottom: 6px
  }
  a.btn_cancel2 {
    display: block;
    margin: 0 auto;
    width: 92%;
    margin-bottom: 6px
  }
  a.btn_scr01 {
    display: block;
    margin: 0 auto;
    width: 92%;
    margin-bottom: 6px
  }
  .join_row2 .fail_box {
    padding-top: 0
  }
  #footer_area_join .footer {
    padding: 0 10px 30px 10px
  }
  .join_row .rbtn {
    display: block;
    position: relative
  }
  .join_row .rbtn2 {
    display: block;
    margin: -5px 0 10px 20px;
    position: relative
  }
  .webhard_box {
    min-height: 70px
  }
  .use {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 6px
  }
  .use+.use {
    border: 1px solid #dcdcdc
  }
  .use input:checked+label {
    border: 1px solid #dcdcdc;
    margin: 0;
    z-index: 100;
    color: #2eaa08
  }
  .use label.on {
    border: 1px solid #0088cf;
    margin: -1px;
    z-index: 100;
    color: #0088cf;
    font-weight: 600
  }
  a.btn_gray2 {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 6px
  }
  .join_row2 .finish_box {
    width: 92% !important;
    padding-left: 10px;
    padding-right: 10px
  }
  .join_row2 .info_box {
    width: 92% !important;
    padding-left: 10px;
    padding-right: 10px
  }
  .join_row2 .check {
    padding: 2px 10px 30px 10px
  }
  .join_form .ico_pw {
    position: relative;
    text-align: center;
    margin-bottom: 10px
  }
  .join_form .pw_box {
    margin: 0 0 16px 0
  }
  .tab_join_box .tab_join li, .tab_join_box .tab_join li.on {
    width: 100%;
    margin-bottom: -1px
  }
  .tab_join_box .tab_join li a {
    line-height: 28px;
    margin-left: -1px;
    padding: 5px 0 4px
  }
  .tab_join_box .tab_join li:last-child, .tab_join_box .tab_join li.on:last-child
    {
    margin-bottom: 0
  }
  .join_form .pw_box .ico {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -46px
  }
  .join_form .pw_box .txt {
    margin-top: 84px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px 0 15px
  }
  .join_form .certi_box .ico {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -48px
  }
  .join_form .certi_box .txt {
    margin-top: 74px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px 0 15px
  }
  .join_form .withdrawal_box .ico {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -49px
  }
  .join_form .withdrawal_box .txt {
    float: left;
    margin-top: 100px;
    margin-left: 0;
    padding: 0 15px 0 15px
  }
}

/* 아이폰4,5 세로 */
@media ( max-width : 320px) {
  .join_row .ico_time {
    display: block;
    margin: -7px 0 10px 60px;
    position: relative
  }
}

/* 스타일 */
.pl10 {
  padding-left: 10px
}

.pl30 {
  padding-left: 30px
}

.pr5 {
  padding-right: 5px
}

.ml5 {
  margin-left: 5px
}

.mt5 {
  margin-top: 5px
}

.mt10 {
  margin-top: 10px
}

.mt15 {
  margin-top: 15px
}

.mt30 {
  margin-top: 30px
}

.mt40 {
  margin-top: 40px
}

.mb10 {
  margin-bottom: 10px
}

.mb20 {
  margin-bottom: 20px
}

.mb30 {
  margin-bottom: 30px
}

.mb40 {
  margin-bottom: 40px
}

.fl {
  float: left
}

.fr {
  float: right
}

.pl {
  position: relative
}

/* button */
.btn_ok {
  display: inline-block;
  min-width: 100px;
  padding: 0 10px;
  background: #0063ae;
  border: 1px solid #0063ae;
  border-radius: 3px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none
}

.btn_ok2 {
  display: inline-block;
  min-width: 140px;
  padding: 0 10px;
  background: #0063ae;
  border: 1px solid #0063ae;
  border-radius: 3px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-decoration: none
}

.btn_cancel {
  display: inline-block;
  min-width: 100px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #a5a5a5;
  border-radius: 3px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  text-decoration: none
}

.btn_cancel2 {
  display: inline-block;
  min-width: 130px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #a5a5a5;
  border-radius: 3px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  text-decoration: none
}

.btn_scr01 {
  display: inline-block;
  min-width: 100px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #0063ae;
  border-radius: 3px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #025b9e;
  font-weight: 600;
  text-decoration: none
}

.btn_gray {
  display: inline-block;
  min-width: 48px;
  padding: 0 10px;
  background: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #666;
  font-weight: 600;
  text-decoration: none
}

.btn_gray2 {
  display: inline-block;
  min-width: 150px;
  background: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 0;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  color: #666;
  font-weight: 600;
  text-decoration: none
}

/* placholder */
.int::-webkit-input-placeholder, .int2::-webkit-input-placeholder, .int3::-webkit-input-placeholder
  {
  color: #999
}

::-webkit-input-placeholder {
  color: #999
}

::-moz-placeholder {
  color: #999
} /* firefox 19+ */
input.int:-ms-input-placeholder, input.int2:-ms-input-placeholder, input.int3:-ms-input-placeholder
  {
  color: #999
} /* ie */
input:-moz-placeholder {
  color: #999
}

input:-ms-input-placeholder.int {
  color: #999
}

/* join */
.join_form {
  position: relative
}

.row_group {
  border: solid 2px #c8d1db;
  background: #fff;
  zoom: 1;
  overflow: hidden
}

.join_form .lbl {
  display: inline-block;
  width: 100px;
  font-size:  14px;
  font-weight: 600;
  padding: 5px;
  box-sizing: border-box;
}

.join_row .pd {
  display: block;
  min-height: 24px;
  padding: 4px 0 0 30px;
  font-size: 16px;
  color: #333;
  font-weight: 600
}

.join_row .pd2 {
  display: block;
  min-height: 24px;
  padding-top: 4px;
  font-size: 16px;
  color: #333;
  font-weight: 600
}

.join_row .int {
  z-index: 10;
  padding: 8px;
  margin: 1px;
  width: calc(100% - 210px);
  height: 45px;
  border: none;
  background: #fff;
  font-size: 16px;
  color: #666;
  font-weight: 600;
  border: 1px solid #DDD;
}
.join_row .int:focus {
  outline: 1px solid #555
}
.join_row .int2 {
  z-index: 10;
  padding: 4px 0 8px 30px;
  width: 60%;
  height: 16px;
  border: none;
  background: #fff;
  font-size: 16px;
  color: #666;
  font-weight: 600
}

.join_row .int3 {
  z-index: 10;
  padding: 4px 0 8px 0;
  width: 70%;
  height: 16px;
  border: none;
  background: #fff;
  font-size: 16px;
  color: #666;
  font-weight: 600
}

.join_row {
  position: relative;
  min-height: 24px;
  padding: 10px;
  border-top: solid 1px #e3e3e3;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-break: break-all;
}

.join_row:first-child, .join_row2:first-child {
  border-top: none
}

.join_row:last-child {
  padding-bottom: 11px
}

.join_row .rbtn {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 20px
}

.join_row .rbtn2 {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 20px
}

.join_row .email_box {
  position: absolute;
  top: 8px;
  left: 42px;
  width: 70%
}

.join_row .info {
  margin: 3px 0 3px 1px;
  font-size: 13px;
  color: #ed4545
}

.join_row .ico01 {
  display: inline-block;
  background: url(../images/join/ico_join_01.gif) no-repeat 0 0;
  width: 20px;
  height: 25px;
  position: absolute;
  top: 13px;
  right: 27px;
  z-index: 1;
}

.join_row .ico02 {
  display: inline-block;
  background: url(../images/join/ico_join_02.gif) no-repeat 0 0;
  width: 27px;
  height: 24px;
  position: absolute;
  top: 14px;
  right: 23px;
  z-index: 1;
}

.join_row .ico03 {
  display: inline-block;
  background: url(../images/join/ico_join_03.gif) no-repeat 0 0;
  width: 33px;
  height: 22px;
  position: absolute;
  top: 14px;
  right: 20px;
  z-index: 1;
}

.join_row .ico04 {
  display: inline-block;
  background: url(../images/join/ico_join_05.gif) no-repeat 0 0;
  width: 33px;
  height: 22px;
  position: absolute;
  top: 14px;
  right: 20px;
  z-index: 1;
}

.join_row .ico05 {
  display: inline-block;
  background: url(../images/join/ico_join_06.gif) no-repeat 0 0;
  width: 16px;
  height: 26px;
  position: absolute;
  top: 14px;
  right: 28px;
  z-index: 1;
}

.join_row .ico06 {
  display: inline-block;
  background: url(../images/join/ico_join_07.gif) no-repeat 0 0;
  width: 18px;
  height: 26px;
  position: absolute;
  top: 14px;
  right: 26px;
  z-index: 1;
}

.join_row .ico07 {
  display: inline-block;
  background: url(../images/join/ico_join_08.gif) no-repeat 0 0;
  width: 30px;
  height: 25px;
  position: absolute;
  top: 14px;
  right: 17px;
  z-index: 1;
}

.join_row .ico08 {
  display: inline-block;
  background: url(../images/join/ico_join_09.gif) no-repeat 0 0;
  width: 26px;
  height: 18px;
  position: absolute;
  top: 14px;
  right: 21px;
  z-index: 1;
}

.join_row .ico09 {
  display: inline-block;
  background: url(../images/join/ico_join_11.gif) no-repeat 0 0;
  width: 20px;
  height: 33px;
  position: absolute;
  top: 8px;
  right: 24px;
  z-index: 1;
}

.join_row .ico10 {
  display: inline-block;
  background: url(../images/join/ico_join_12.gif) no-repeat 0 0;
  width: 30px;
  height: 21px;
  position: absolute;
  top: 14px;
  right: 22px;
  z-index: 1;
}

.join_row .ico11 {
  display: inline-block;
  background: url(../images/join/ico_join_16.gif) no-repeat 0 0;
  width: 20px;
  height: 26px;
  position: absolute;
  top: 14px;
  right: 24px;
  z-index: 1;
}

.join_row .ico_time {
  display: inline-block;
  background: url(../images/join/ico_time.gif) no-repeat 0 0;
  padding-left: 24px;
  position: absolute;
  top: 14px;
  right: 26px;
  z-index: 1;
  font-size: 14px;
  color: #c61b1b;
  font-weight: 600
}

.join_row2 {
  position: relative;
  min-height: 170px;
  border-top: solid 1px #e3e3e3;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;;
  word-break: break-all
}

.join_row2 .ico04 {
  width: 100%;
  text-align: center;
  padding-top: 40px
}

.join_row2 .fail_box {
  width: 100%;
  padding-top: 0;
  text-align: center
}

.join_row2 .fail {
  font-size: 28px;
  color: #d81f1f;
  font-weight: 600
}

.join_row2 .check {
  padding: 2px 0 30px;
  font-size: 16px;
  color: #333;
  font-weight: 600
}

.join_row2 .finish_box {
  width: 100%;
  padding: 10px 0 30px 0;
  text-align: center
}

.join_row2 .finish_box li {
  padding: 2px 0 5px 0;
  font-size: 16px;
  color: #333;
  font-weight: 600
}

.join_row2 .finish_box li span {
  color: #0070ba
}

.join_row2 .finish_box li span.rtxt {
  color: #ed4545
}

.join_row2 .info_box {
  width: 100%;
  padding-bottom: 30px;
  margin-top: -15px;
  text-align: center
}

.join_row2 .info_box li {
  padding: 2px 0 5px 0;
  font-size: 14px;
  color: #333;
  font-weight: normal
}

.join_row3 {
  position: relative;
  min-height: 24px;
  padding: 11px;
  border-top: solid 1px #e3e3e3;
  background: #f8f8f8;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-break: break-all
}

.input_chk {
  position: relative;
  display: block;
  min-height: 24px
}

.input_none_chk {
  position: relative;
  display: block;
  min-height: 24px
}

.input_chk input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 22px;
height: 22px;   
  -webkit-appearance: none
}

.input_chk input[type="checkbox"] {
  z-index: 0;
}

.input_chk label {
  display: block;
  min-height: 24px;
  line-height: 24px;
  z-index: 10;
  background: url(../images/join/ico_off.gif) 0 50% no-repeat;
/*   background-size: 24px 24px; */
  -webkit-background-size: 24px 24px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  overflow: visible
}

.input_none_chk label {
  display: block;
  min-height: 24px;
  z-index: 10;
  padding-left: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  overflow: visible
}

.input_chk label.email {
  font-size: 15px;
  cursor: pointer;
  display: inline-block
}

.input_chk label.email span {
  color: #096daf;
  font-weight: 600
}

.input_chk label span {
  font-weight: normal;
  padding-left: 1px
}

.input_chk input:checked+label {
  background: url(../images/join/ico_on.gif) 0 50% no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px
}

.input_chk label.on {
  background: url(../images/join/ico_on.gif) 0 50% no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px
}

.input_chk2 {
  position: relative;
  display: block;
  min-height: 24px;
  padding: 8px 0 8px 0
}

.input_chk2 input {
  position: absolute;
  top: 50%;
  left: 14px;
  z-index: -1;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  -webkit-appearance: none
}

.input_chk2 label {
  display: block;
  min-height: 24px;
  z-index: 10;
  background: url(../images/join/ico_off.gif) 0 10px no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  cursor: pointer
}

.input_chk2 input:checked+label {
  background: url(../images/join/ico_on.gif) 0 50% no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px
}

.input_chk2 label.off {
  background: url(../images/join/ico_off.gif) 0 0 no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px
}

.input_chk2 label.on {
  background: url(../images/join/ico_on.gif) 0 0 no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px
}

.txt_wrong {
  text-align: left;
  background: url(../images/join/ico_wrong.gif) no-repeat 0 7px;
  padding-left: 19px;
  font-size: 13px;
  color: #ed4545;
  font-weight: 600
}

.txt_wrong2 {
  margin: 5px 0 3px 0;
  text-align: left;
  background: url(../images/join/ico_wrong.gif) no-repeat 0 2px;
  padding-left: 19px;
  font-size: 13px;
  color: #ed4545;
  font-weight: 600
}

.txt_discord {
  margin: 5px 0 3px 7px;
  min-height: 25px;
  text-align: left;
  background: url(../images/join/ico_discord.png) no-repeat 0 0;
  padding-left: 33px;
  font-size: 15px;
  color: #dc1616;
  font-weight: 600
}

.txt_check {
  text-align: left;
  background: url(../images/join/ico_check.gif) no-repeat 0 7px;
  padding-left: 19px;
  font-size: 13px;
  color: #0070ba;
  font-weight: 600
}

.txt_check2 {
  margin: 5px 0 3px 0;
  text-align: left;
  background: url(../images/join/ico_check.gif) no-repeat 0 2px;
  padding-left: 19px;
  font-size: 13px;
  color: #0070ba;
  font-weight: 600
}

.btn_board_c {
  width: 100%;
  text-align: center
}

.terms_box {
  margin-bottom: 15px
}

div.terms {
  width: 100%;
  position: relative;
  height: 350px;
  margin-top: 11px;
  padding: 8px 10px;
  /* border: 1px solid #eaeaea; */
  border-top: 2px solid #0063a8;
  border-bottom: 1px solid #b2c2e3;
  border-left: 1px solid #c8d1db;
  border-right: 1px solid #c8d1db;
  overflow: auto;
  scrollbar-base-color: #d9d9d9;
  scrollbar-3dlight-color: #d9d9d9;
  scrollbar-darkshadow-color: #d9d9d9;
  scrollbar-face-color: #d9d9d9;
  scrollbar-highlight-color: #d9d9d9;
  scrollbar-shadow-color: #d9d9d9;
  scrollbar-track-color: #f2f2f2;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.webhard {
  display: block;
  height: 31px;
  margin-right: -3px;
  border: 1px solid #dcdcdc
}

.use {
  display: block;
  float: left;
  position: relative;
  z-index: 10;
  width: 49.8%;
  height: 31px;
  border-right: solid 1px #dcdcdc
}

.use+.use {
  border: none
}

.use input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 31px
}

.use label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 31px;
  line-height: 31px;
  background: #fff;
  text-align: center;
  color: #999;
  cursor: pointer
}

.use input:checked+label {
  border: 1px solid #dcdcdc;
  margin: -1px;
  z-index: 100;
  color: #999
}

.use label.on {
  border: 1px solid #0088cf;
  margin: -1px;
  z-index: 100;
  color: #0088cf;
  font-weight: 600
}

.join_form .pw_box {
  position: relative;
  float: left;
  width: 100%;
  min-height: 70px;
  padding: 30px 0 30px 0;
  margin-bottom: 15px;
  background: #f6f6f6;
  overflow: hidden
}

.join_form .pw_box .ico {
  position: absolute;
  top: 30px;
  left: 40px
}

.join_form .pw_box .txt {
  margin: 0 30px 0 156px
}

.join_form .pw_box .txt li {
  text-align: left;
  font-size: 14px;
  line-height: 22px
}

.join_form .pw_box span {
  color: #0070ba;
  font-weight: 600
}

.join_form .certi_box {
  position: relative;
  float: left;
  width: 100%;
  min-height: 60px;
  padding: 30px 0 30px 0;
  margin-bottom: 15px;
  background: #f6f6f6;
  overflow: hidden
}

.join_form .certi_box .ico {
  position: absolute;
  top: 20px;
  left: 40px
}

.join_form .certi_box .txt {
  margin: 0 30px 0 160px
}

.join_form .certi_box .txt li {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px
}

.join_form .withdrawal_box {
  position: relative;
  float: left;
  width: 100%;
  min-height: 80px;
  padding: 30px 0 30px 0;
  margin-top: 15px;
  background: #f6f6f6
}

.join_form .withdrawal_box .ico {
  position: absolute;
  top: 30px;
  left: 40px
}

.join_form .withdrawal_box .txt {
  float: left;
  margin-left: 160px
}

.join_form .withdrawal_box .txt li {
  text-align: left;
  background: url(../images/join/bul_info.gif) no-repeat 0 9px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 22px
}

.join_form .withdrawal_box .txt li.none {
  background: none;
  padding-left: 10px
}

/* tab */
.tab_join_box {
  margin-bottom: 25px;
  position: relative;
  width: 100%;
  overflow: hidden
}

.tab_join_box .tab_join {
  padding-left: 1px
}

.tab_join_box .tab_join li {
  float: left;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  width: 25%
}

.tab_join_box .tab_join li a {
  background: #f7f7f7;
  border: 1px solid #cfcfcf;
  color: #777;
  display: block;
  line-height: 32px;
  margin-left: -1px;
  padding: 5px 0 4px
}

.tab_join_box .tab_join li a:hover {
  background-color: #008bd2;
  border-color: #0371a9;
  color: #fff;
  text-decoration: none
}

.tab_join_box .tab_join li.on {
  position: relative
}

.tab_join_box .tab_join li.on a {
  background-color: #008bd2;
  border-color: #0371a9;
  color: #fff
}

.signin-essential-yn {
  color: red;
  font-weight: bold;
}
div.checkboxDiv > .lbl {
  width: auto;
}
tr.company{
  display: none;
}

.checkValidate {
  padding: 5px 0 0 18px;
  display: block;
  float: left;
  width: 100%;
  /*height: 23px;*/
  text-align: left;
  box-sizing: border-box;
}
ul.user_type_list > li {
  height: 26px;
  line-height: 26px;
}
#loginTable td > ul > li > input[type=radio]+label{
  float: right;
  padding-left: 5px;
}

#loginTable td > ul > li > input[type=checkbox]+label{
  float: right;
}

.box_st1 {padding:15px; border-top:2px solid #0063a8; border-bottom:1px solid #b2c2e3;  border-left:1px solid #c8d1db; border-right:1px solid #c8d1db;}
  

/* GNB */
#top_wrap_join .top_menu_area{position:relative;width:100%;height:79px}
#top_wrap_join .top_menu_area h1{position:absolute;top:18px;left:0}
.GNB{position:relative;width:100%;height:70px;display:block;background:#fff;}
.GNB h1{position:absolute;top:14px;left:0}
.GNB h1 img{margin-right:11px}
.GNB h1 a {height: 43px;width: 240px;display: block;}
.GNB h2{display:none;width:0;height:0;overflow:hidden}
.gnb_list{float:right;margin-top:30px;position:relative;height:20px;}
.gnb_list li{position:relative;float:left;line-height:26px;text-align:center;vertical-align:middle;font-size:12px;padding:4px 6px}
.gnb_list li:after{position:absolute;top:12px;left:-1px;width:5px;height:11px;content:"";background:url(/images/ico_line02.png)no-repeat;}
.gnb_list li:first-child:after/*, .gnb_list li:last-child:after*/{background:none}
.GNB ul li.none{background:none;padding-right:4px}
.GNB ul li a{color:#343434;}
.GNB ul li a:hover{color:#666;text-decoration:none}
.GNB ul li.time_btn{color:#333333;padding:0;font-weight:bold;cursor:pointer;margin:1px 5px;position:relative;}
.GNB ul li.time_btn>span{display:block;color:#333;position:absolute;top:3px;left:12px;letter-spacing:0.5px;}

.bg_join.rs {background: url(../images/join/bg_join_top.gif) repeat-x 0 70px}
.bg_join.rs #content_join h2 {height: 68px;line-height: 68px;font-size:25px;color:#fff;font-weight: 600}