@charset "utf-8";

html,
body {
  height: 100%;
  min-height: 100%;
  background: #f0f0f0;
}

#container {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

#container .inner {
  display: table-cell;
  vertical-align: middle;
}

#container .hd_member .back {
  display: none;
}

/* 로그인 */
.login h1 {
  text-align: center
}

.login .wbox {
  width: 400px;
  height: 532px;
  padding: 38px 45px 0;
  margin: 30px auto 0;
}

.login strong {
  display: block;
  padding-left: 7px;
  border-left: 3px solid #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}

.login strong .emph {
  display: inline-block;
  margin-left: 5px;
  font-weight: 400;
  vertical-align: top;
  letter-spacing: 0
}

.f_login {
  margin-top: 21px;
}

.f_login .inp {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 26px;
  border: 1px solid #e4e4e4;
  border-radius: 50px;
  font-size: 15px;
}

.f_login .inp+.inp {
  margin-top: 5px;
}

.f_login .warning {
  display: block;
  padding: 4px 0 0 28px;
  font-size: 13px;
}

.f_login .btn_emph {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 15px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 18px;
}

.f_login .btn_emph::before {
  display: inline-block;
  width: 15px;
  height: 19px;
  margin: 4px 7px 0 0;
  background: url(../img/ico_login.png) 50% 50% no-repeat;
  vertical-align: top;
  content: '';
}

.f_login+.links {
  margin-top: 16px;
  text-align: center;
  font-size: 0;
}

.f_login+.links a {
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
  line-height: 20px;
}

.f_login+.links a+a::before {
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 4px 14px 0 14px;
  background: #ccc;
  vertical-align: top;
  content: '';
}

.guide {
  margin-top: 33px;
  padding-top: 31px;
  border-top: 1px solid #e4e4e4;
  font-size: 13px;
}

.guide ul {
  margin-top: 19px;
}

.guide li+li {
  margin-top: 6px;
}

.guide li .small {
  font-size: 10px;
}

.foot_links {
  margin-top: 12px;
  text-align: center;
  font-size: 0;
}

.foot_links a {
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
}

.foot_links a+a::before {
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 4px 14px 0 14px;
  background: #ccc;
  vertical-align: top;
  content: '';
}

.foot_links .emph {
  font-weight: 400
}

#footer_login {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 32px;
  font-size: 14px;
}

#footer_login p {
  float: right;
  letter-spacing: 0
}

#footer_login a {
  display: inline-block;
}

@media (max-width:500px) {

  #container.login .inner {
    padding: 30px 0
  }

  .login h1 a {
    width: 180px;
    margin: 0 auto;
  }

  .login .wbox {
    width: auto;
    height: auto;
    margin: 20px 14px 0;
    padding: 18px 14px
  }

  .login strong {
    font-size: 16px;
    line-height: 1
  }

  .f_login {
    margin-top: 14px;
  }

  .f_login .inp {
    height: 40px;
    padding: 0 12px
  }

  .f_login .warning {
    padding: 4px 0 0 10px
  }

  .f_login .btn_emph {
    height: 41px;
    font-size: 15px;
    line-height: 41px;
  }

  .f_login .btn_emph::before {
    margin-top: 11px
  }

  .guide {
    margin-top: 20px;
    padding-top: 20px
  }

  .guide ul {
    margin-top: 15px;
  }

  .guide ul li {
    text-indent: -0.5em;
    padding-left: 0.5em
  }

  #footer_login p {
    margin-top: 10px;
    font-size: 13px;
    text-align: left;
    float: none;
  }
}

#layerLogin {
  width: 500px;
  height: 750px;
  margin: 0 auto;
  padding: 23px 35px;
  overflow-y: auto;
}

#layerLogin .item+.item {
  margin-top: 16px;
}

#layerLogin strong {
  display: block;
  font-size: 18px;
  color: #333;
  border: none;
  font-weight: 400
}

#layerLogin .cont {
  margin-top: 7px;
  padding: 12px 14px;
  border: 1px solid #efefef
}

#layerLogin .cont .txt {
  height: 200px;
  padding-right: 10px;
  overflow-y: auto;
  font-size: 13px;
  color: #777
}

#layerLogin .wrap_agree {
  margin-top: 9px;
  font-size: 15px;
}

#layerLogin .chk {
  width: 20px;
  height: 20px;
  margin: 0;
}

#layerLogin .chk+label {
  line-height: 20px;
  font-size: 15px;
}

#layerLogin .chk+label::before {
  width: 20px;
  height: 20px;
  left: -20px;
  margin-top: -10px;
  border-radius: 100%;
  line-height: 20px;
}

#layerLogin .chk:checked+label::before {
  border-radius: 100%;
  background-color: #f18f02
}

#layerLogin .allchk {
  margin-top: 6px;
  text-align: right;
  font-weight: bold
}

#layerLogin .allchk .chk {
  float: none;
}

#layerLogin .allchk .chk+label {
  font-size: 17px;
}

#layerLogin .wrap_btn {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}

#layerLogin .wrap_btn button {
  display: inline-block;
  width: 140px;
  height: 40px;
  font-size: 18px;
  border-radius: 4px;
}

#layerLogin .wrap_btn .btn {
  border: 1px solid #ddd
}

#layerLogin .wrap_btn .btn_emph {
  font-weight: bold;
  margin-left: 10px;
}


/* 회원가입 , 비밀번호 찾기 */
#container.member {
  padding-top: 30px;
}

.member .hd_member,
.member .wbox {
  width: 960px;
  margin: 0 auto;
}

.member .hd_member {
  line-height: 32px
}

.member .hd_member a {
  display: inline-block;
  vertical-align: top
}

.member .hd_member strong {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
}

.member .hd_member p {
  float: right;
  font-size: 18px;
  margin-top: 18px;
}

.member .wbox {
  margin-top: 24px;
  padding: 34px 50px;
  box-sizing: border-box;
}

.member .wbox strong.emph {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

.member .wbox .desc {
  display: flex;
  width: 100%;
  height: 80px;
  align-items: center;
  box-sizing: border-box;
  padding-top: 12px;
  margin-top: 25px;
  padding-left: 100px;
  font-size: 18px;
  line-height: 1.4;
  background: url(../img/ico_member.png) 0 50% no-repeat;
}

.member .wbox .cont {
  margin-top: 50px;
}

.member .wbox .cont .tit_comm {
  font-size: 16px;
  padding-bottom: 6px;
  margin-bottom: 5px;
}

.member .wbox .cont .tit_comm .refer {
  float: right;
  font-size: 14px;
  font-weight: normal
}

.member .dl_comm {
  padding: 5px 0;
  font-size: 15px;
}

.member .dl_comm dt {
  font-weight: bold;
  word-break: keep-all;
}

.member .find .dl_comm dt {
  width: 84px
}

.member .join .dl_comm dt {
  width: 116px;
}

.member .dl_comm {
  min-height: 40px;
}

.member .dl_comm dd {
  font-size: 0;
}

.member .dl_comm dd input,
.member .dl_comm dd span,
.member .dl_comm dd button,
.member .dl_comm dd a,
.member .dl_comm dd p {
  font-size: 14px;
}

.member .dl_comm dd span {
  display: inline-block;
  width: 20px;
  text-align: center;
  line-height: 40px;
}

.member .dl_comm dd .refer,
.member .dl_comm dd .warning {
  font-size: 14px;
  width: auto;
  text-align: left;
  line-height: 1.3
}

.member .dl_comm dd span.refer,
.member .dl_comm dd span.warning {
  display: inline-block;
  margin: 0 0 0 10px;
}

.member .dl_comm dd p.refer,
.member .dl_comm dd p.warning {
  margin-top: 10px;
}

.member .dl_comm dd .btn {
  border: 1px solid #555;
  height: 38px;
  padding: 0 10px;
}

.member .dl_comm .inp {
  width: 200px;
  height: 40px;
  background: #f0f0f0
}

.member .dl_comm .slt {
  height: 40px;
  background-color: #fff;
  border-radius: 0;
}

.member .dl_comm .inp+.slt {
  margin-left: 5px;
}

.member .dl_comm .btn_dark {
  height: 40px;
  padding: 0 12px;
  margin-left: 5px;
  font-size: 13px;
}

.member .dl_comm .time {
  display: inline-block;
  width: 42px;
  padding: 0 5px;
  letter-spacing: 0;
  font-size: 13px;
}

.member .dl_comm .time+.btn_dark {
  margin-left: 0
}

.member .dl_comm .inp_cal {
  font-size: 0;
}

.member .dl_comm .inp_cal * {
  font-size: 15px;
}

.member .dl_comm .inp_cal label {
  display: inline-block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  text-align: center;
  vertical-align: top
}

.member .dl_comm .inp_cal label img {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  opacity: 0.2
}

.member .dl_comm .wrap_chk {
  display: inline-block;
  font-size: 15px
}

.member .dl_comm .wrap_chk+.wrap_chk {
  margin-left: 20px;
}

.member .dl_comm.phone dt {
  vertical-align: top;
  line-height: 40px
}

.member .dl_comm.phone .slt {
  width: 70px
}

.member .dl_comm.email .inp:first-child {
  width: 140px;
}

.member .dl_comm .code {
  margin-top: 5px;
}

.member div.refer {
  margin-top: 20px;
  font-size: 14px;
  color: #999;
}

.member .wbox .wrap_btn {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  text-align: center;
}

.member .wbox .wrap_btn .btn_emph {
  width: 160px;
  height: 40px;
  font-weight: bold;
}

.wrap_layer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

@media (max-width:1000px) {
  #container.member {
    padding: 30px 0 110px;
  }

  .member .hd_member,
  .member .wbox {
    width: auto;
    margin: 14px;
  }

  .member .hd_member {
    text-align: center
  }

  .member .hd_member a {
    width: 180px;
  }

  .member .hd_member p {
    float: none;
    margin: 5px 0 0;
    font-size: 16px;
    line-height: normal;
  }

  .member .wbox {
    padding: 20px 14px;
    word-break: keep-all;
  }

  .member .wbox .desc {
    margin-top: 12px;
    padding-left: 55px;
    font-size: 14px;
    color: #555;
    background-size: 42px auto;
  }

  .member .wbox .cont {
    margin-top: 20px;
  }

  .member .tbl_dl+.tbl_dl,
  .member .tbl_dl.double .dl_comm+.dl_comm {
    border-top: 1px solid #ddd
  }

  .member .dl_comm dd span.refer,
  .member .dl_comm dd span.warning {
    display: block;
    margin: 3px 0 0 0;
    font-size: 13px;
    color: #777
  }

  .member .dl_comm .inp {
    width: 160px
  }
}

@media (max-width:500px) {

  #container.member,
  #container.member>.inner,
  #container.login,
  #container.login>.inner {
    display: block;
    padding: 0;
    position: relative;
    height: auto;
  }

  #container .hd_member {
    position: relative;
    margin: 0;
    background: #fff;
    padding-top: 12px;
  }

  #container.login .hd_member {
    padding-bottom: 12px
  }

  #container .hd_member .logo {
    width: 160px;
    margin-bottom: 12px;
    vertical-align: top;
  }

  #container .hd_member .back {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 10px;
    width: 32px;
    height: 32px;
    font-size: 0;
    line-height: 0;
    background: url(../img/ico_back.png) 50% 50% no-repeat;
    background-size: 8px auto;
    opacity: 0.7;
    border: 1px solid #999;
    box-sizing: border-box;
  }

  #container.member .hd_member p {
    background: #f0f0f0;
    margin: 0;
    padding-top: 10px;
  }

  #container.login .hd_member .logo {
    margin-bottom: 0
  }

  .member .wbox {
    margin: 14px 10px
  }

  .member .wbox .cont .tit_comm .refer {
    float: none;
    display: block;
    font-size: 13px;
  }

  .member .dl_comm {
    padding: 8px 0
  }

  .member .dl_comm .inp {
    width: 100%
  }

  .member .dl_comm #f_id {
    width: calc(100% - 95px)
  }

  .member .dl_comm #f_id+.btn_dark {
    width: 90px;
    padding: 0
  }

  .member .dl_comm.phone dt {
    line-height: normal;
    ;
  }

  .member .dl_comm.phone .inp {
    width: calc(100% - 101px)
  }

  .member .dl_comm.phone span+.inp {
    width: calc(100% - 192px)
  }

  .member .dl_comm.phone .btn_dark {
    padding: 0;
    width: 96px;
  }

  .member .dl_comm.phone .code .inp {
    width: calc(100% - 148px)
  }

  .member .dl_comm.email .inp:first-child {
    width: calc(40% - 20px)
  }

  .member .dl_comm.email span+.inp {
    width: 60%
  }

  .member .dl_comm .inp+.slt {
    width: 100%;
    margin-top: 5px;
  }

  #footer_login {
    position: relative;
  }

  .login #footer_login {
    margin-top: 20px;
  }
}

/* 약관 */
#container.terms {
  height: 100%;
  padding: 0;
  background: url(../img/bg.jpg) right 50% no-repeat;
  background-size: auto 100%;
}

#terms {
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

#terms .copy {
  display: inline-block;
  margin-right: 5%;
  text-align: left;
  vertical-align: middle;
}

#terms .copy strong {
  display: block;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.1;
}

#terms .copy p {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 300
}

#terms .cont {
  display: inline-block;
  max-width: 390px;
  padding: 50px;
  background: #fff;
  box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
}

#terms .cont .tit {
  display: block;
  margin: 20px 14px;
  font-size: 20px;
  color: #f18903
}

#terms .cont .all {
  padding: 12px;
  border: 1px solid #ccc;
  text-align: left;
}

#terms .cont .all label {
  height: 24px;
  line-height: 23px;
  font-weight: bold;
}

#terms .cont .list_chk {
  margin-top: 12px;
}

#terms .cont .list_chk li {
  text-align: left
}

#terms .cont .list_chk li+li {
  margin-top: 6px;
}

#terms .cont .list_chk li .chk {
  margin-top: 7px;
}

#terms .cont .list_chk li label {
  line-height: 29px;
}

#terms .cont .list_chk li .link {
  float: right;
  padding: 0 8px;
  border: 1px solid #ccc;
  line-height: 27px;
  font-size: 14px;
}

#terms .cont .btn_emph {
  display: block;
  margin-top: 36px;
  width: 100%;
  line-height: 42px;
  font-size: 18px;
}

#terms #footer_login {
  text-align: left
}


@media (max-width:1000px) {
  #terms {
    background: rgba(255, 255, 255, 0.3);
    padding: 30px 14px;
    word-break: keep-all;
  }

  #terms .copy {
    display: block;
    margin: 0 auto 20px;
    max-width: 470px;
    text-align: center;
  }

  #terms .copy strong {
    font-size: 24px;
  }

  #terms .copy p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.3
  }

  #terms .cont {
    padding: 20px 14px
  }

  #terms .cont h1 a {
    width: 160px;
    margin: 0 auto;
  }

  #terms .cont .tit {
    font-size: 16px;
    line-height: 1.3
  }

  #terms .cont .all {
    padding: 10px;
  }

  #terms .cont .list_chk li {
    position: relative;
    padding-right: 55px;
  }

  #terms .cont .list_chk li+li {
    margin-top: 15px
  }

  #terms .cont .list_chk li .chk {
    display: none;
  }

  #terms .cont .list_chk li label {
    line-height: 19px;
    padding-left: 22px;
    margin: 5px 0;
  }

  #terms .cont .list_chk li .chk+label::before {
    top: 2px;
    left: 0;
    margin: 0
  }

  #terms .cont .list_chk li .link {
    position: absolute;
    top: 0;
    right: 0
  }

  #terms .cont .btn_emph {
    margin-top: 20px;
  }

  #terms #footer_login {
    margin-top: 20px;
  }

  #terms #footer_login p {
    font-size: 12px;
  }
}

#layerTerms {
  width: 600px;
  font-size: 0.9em
}

#layerTerms .cont {
  padding: 30px;
}

#layerTerms .txts p {
  margin-bottom: 10px;
}

#layerTerms .txts li {
  padding: 0 0 10px 30px;
  text-indent: -16px;
}

#layerTerms .txts li ul {
  margin-top: 3px;
}

#layerTerms .txts li p,
#layerTerms .txts li table {
  text-indent: 0;
}

#layerTerms .txts li li {
  padding-left: 0;
  text-indent: 0;
}

#layerTerms .txts strong,
#layerTerms .txts em {
  display: block;
  font-weight: bold;
}

#layerTerms .txts table {
  margin: 10px 0;
  border: 1px solid #666;
}

#layerTerms .txts thead th {
  padding: 10px 10px;
  background-color: #ebf1de;
  border: 1px solid #666;
  font-family: Doutm, '돋움';
  font-size: 12px;
  color: #666;
}

#layerTerms .txts tbody td {
  padding: 10px 10px;
  text-align: left;
  border: 1px solid #666;
  font-family: Doutm, '돋움';
  font-size: 12px;
  color: #666;
}

#layerTerms .txts .content {
  padding: 20px;
}