@charset "utf-8";

.wrap {
  padding-top: 0;
  padding-bottom: 140px;
}

.wrap::before {
  display: none;
}

.header {
  position: relative;
  height: 150px;
  text-align: center;
}

.header .logo {
  position: relative;
  display: inline-block;
  width: 215px;
  height: 50px;
  top: 60px;
  left: 0;
}

.header .logo a {
  background: url(/publish-cf-v2/img/logo_util.png") no-repeat center center;
  background-size: 100% auto;
}

.contents {
  top: 0;
}

.util_con {
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 60px 60px;
  border: solid 1px #ebebeb;
  background-color: #fff;
}

.util_title {
  margin-bottom: 50px;
}

.util_title h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: -0.84px;
  color: #292929;
  text-align: center;
}

.util_title p {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.47;
  letter-spacing: -0.45px;
  text-align: center;
  color: #525353;
  margin-top: 10px;
}

.agree_chk input[type="checkbox"] + label {
  position: relative;
  padding-left: 25px;
}

.agree_chk input[type="checkbox"] + label span {
  display: inline-block;
}

.agree_chk input[type="checkbox"] + label:before {
  position: absolute;
  left: 0;
  top: 0;
}

.agree_chk label span a {
  color: #00a0e9;
  text-decoration: underline;
}

.add_txt {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #949398;
}

.phone_group {
  margin-bottom: 25px;
}

.phone_group .nation {
  width: 130px;
  height: 50px;
  float: left;
  margin-right: 10px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
}

.phone_group input.form-control {
  width: calc(100% - 140px);
}

.password_form .form-group {
  margin-bottom: 5px;
}

.password_form .add_txt {
  margin-bottom: 55px;
}

/* login */
.login_wrap .form-group {
  margin-bottom: 15px;
}

.login_wrap .form-group.check_box {
  margin-top: 20px;
}

.login_wrap .bottom_btns {
  margin-top: 50px;
}

.login_wrap .link_txt {
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: -0.42px;
  text-align: right;
  color: #949398;
  margin-top: 15px;
}

.login_wrap .link_txt span {
  float: left;
}

.login_wrap .link_txt span a {
  text-decoration: underline;
}

.sns_btns {
  margin-top: 60px;
}

.sns_btns .btn.btn_l {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.48px;
  color: #292929;
  border-radius: 3px;
}

.sns_btns .btn_facebook::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 25px;
  width: 13px;
  height: 100%;
  background: url(/publish-cf-v2/img/icon/i_facebook.png) no-repeat 0 center;
  background-size: 100% auto;
}

.sns_btns .btn_facebook {
  margin-bottom: 15px;
}

.sns_btns .btn_google::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 25px;
  width: 24px;
  height: 100%;
  background: url(/publish-cf-v2/img/icon/i_google.png) no-repeat 0 center;
  background-size: 100% auto;
}

.sns_btns .btn_mail::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 25px;
  width: 28px;
  height: 100%;
  background: url(/publish-cf-v2/img/icon/i_email.png) no-repeat 0 center;
  background-size: 100% auto;
}

.sns_btns p {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.47;
  letter-spacing: -0.45px;
  text-align: center;
  color: #292929;
  padding: 25px 0;
  margin-top: 20px;
  border-top: 1px solid #ebebeb;
}

.sns_btns p strong {
  font-weight: 500;
  color: #00a0e9;
}

.footer {
  /* position: relative; */
  height: 140px;
  text-align: center;
  background: transparent;
  padding: 0;
}

.footer .inner_wrap {
  max-width: 600px;
  padding-top: 36px;
}

.footer .foot_nav {
  float: none;
}

.footer .foot_nav li a {
  line-height: 1.2;
  color: #949398;
  font-size: 13px;
  font-weight: 400;
}

.footer .foot_txt {
  margin-top: 5px;
}

.footer .foot_txt .copy {
  margin-top: 0;
  color: #949398;
}

@media screen and (max-width: 1024px) {
  .header {
    display: block;
  }
  .m_header {
    display: none;
  }
}

/* 모바일 */
@media screen and (max-width: 767px) {
  .wrap {
    padding-top: 0;
    padding-bottom: 97px;
  }

  .header {
    display: none;
  }

  .m_header {
    display: block;
    position: relative;
    height: auto;
    text-align: center;
    background: #fff;
    border: 0;
  }

  .m_header .m_logo {
    float: none;
    display: inline-block;
    margin-top: 30px;
    line-height: 25px;
    font-size: 1px;
  }

  .m_header .m_menu {
    background: url(/publish-cf-v2/img/icon/m_menu_b.png) no-repeat center center;
    background-size: 20px auto;
  }

  .container {
    padding: 0 15px;
  }

  .util_con {
    border: 0;
    padding: 30px 0;
  }

  .util_title {
    margin-bottom: 30px;
  }

  .util_title h4 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.72px;
  }

  .util_title p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.15;
    letter-spacing: -0.42px;
    margin-top: 3px;
  }

  .login_wrap .link_txt {
    font-size: 13px;
    margin-top: 12px;
  }

  .login_wrap .form-group {
    margin-bottom: 10px;
  }

  .login_wrap .form-group.check_box {
    margin-top: 15px;
  }

  .login_wrap .bottom_btns {
    margin-top: 30px;
  }

  .sns_btns {
    margin-top: 40px;
  }

  .sns_btns .btn.btn_l {
    font-size: 14px;
  }

  .sns_btns .btn_facebook::before {
    left: 16px;
    width: 11px;
  }

  .sns_btns .btn_google::before {
    left: 16px;
    width: 20px;
  }

  .sns_btns .btn_mail::before {
    left: 16px;
    width: 24px;
  }

  .phone_group .nation {
    height: 42px;
  }

  .footer {
    height: auto;
    background: #fff;
  }

  .footer .inner_wrap {
    padding: 30px 0;
  }

  .footer .foot_nav li a {
    font-size: 12px;
  }

  .footer .foot_txt .copy {
    font-size: 12px;
  }
}
