@charset "UTF-8";
/* thin */
@font-face {
  font-family: "NotoSansCJK";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/NotoSansCJKkr-Thin.woff") format("woff"), url("../fonts/NotoSansCJKkr-Thin.ttf") format("truetype"), url("../fonts/NotoSansCJKkr-Thin.otf") format("opentype");
}
/* light */
@font-face {
  font-family: "NotoSansCJK";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSansCJKkr-Light.woff") format("woff"), url("../fonts/NotoSansCJKkr-Light.ttf") format("truetype"), url("../fonts/NotoSansCJKkr-Light.otf") format("opentype");
}
/* demilight */
@font-face {
  font-family: "NotoSansCJK";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansCJKkr-DemiLight.woff") format("woff"), url("../fonts/NotoSansCJKkr-DemiLight.ttf") format("truetype"), url("../fonts/NotoSansCJKkr-Light.otf") format("opentype");
}
/* regular */
@font-face {
  font-family: "NotoSansCJK";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKkr-Regular.woff") format("woff"), url("../fonts/NotoSansCJKkr-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKkr-Regular.otf") format("opentype");
}
/* medium */
@font-face {
  font-family: "NotoSansCJK";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKkr-Medium.woff") format("woff"), url("../fonts/NotoSansCJKkr-Medium.ttf") format("truetype"), url("../fonts/NotoSansCJKkr-Medium.otf") format("opentype");
}
/* bold */
@font-face {
  font-family: "NotoSansCJK";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKkr-Bold.woff") format("woff"), url("../fonts/NotoSansCJKkr-Bold.ttf") format("truetype"), url("../fonts/NotoSansCJKkr-Bold.otf") format("opentype");
}
/* black */
@font-face {
  font-family: "NotoSansCJK";
  font-style: normal;
  font-weight: 900;
  src: url("../../fonts/NotoSansCJKkr-Black.woff") format("woff"), url("../../fonts/NotoSansCJKkr-Black.ttf") format("truetype"), url("../../fonts/NotoSansCJKkr-Black.otf") format("opentype");
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
}

body {
  height: 100%;
  color: #fff;
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: -0.2px;
  font-family: "NotoSansCJK", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
}

ol, ul {
  list-style: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear {
  display: none;
}

input,
select,
textarea,
button {
  outline: none;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
}

.blind {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

.wrap_login {
  position: relative;
  max-width: 414px;
  margin: 0 auto;
  min-height: 100%;
  padding: 0 28px;
  background: url("../img/background.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}
.wrap_login a:active,
.wrap_login a:hover,
.wrap_login a:focus {
  outline: 0;
}
.wrap_login .img_title {
  padding-top: 78px;
  padding-left: 14px;
}
.wrap_login .img_title img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.wrap_login .btn_kakao_login {
  display: inline-block;
  margin-top: 27px;
  padding: 10px;
}
.wrap_login .btn_kakao_login img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.wrap_login .material_num {
  position: absolute;
  bottom: 28px;
  right: 35px;
}
.wrap_login .material_num img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.wrap_login .info_add .title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 8px;
  padding-top: 49px;
  padding-left: 55px;
  padding-right: 10px;
  text-align: left;
}
@media (min-width: 375px) {
  .wrap_login .info_add .title_box {
    padding-left: 60px;
  }
}
.wrap_login .info_add .title_box .title {
  display: inline-block;
  padding-bottom: 4px;
  color: #00ceff;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.46;
  letter-spacing: 0px;
  vertical-align: top;
  white-space: nowrap;
}
@media (min-width: 375px) {
  .wrap_login .info_add .title_box .title {
    font-size: 14px;
  }
}
.wrap_login .info_add .title_box img {
  display: inline-block;
  vertical-align: top;
  margin-left: 16px;
}
.wrap_login .info_add .input_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.wrap_login .info_add .input_box + .input_box {
  margin-top: 9px;
}
.wrap_login .info_add .input_box label {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 55px;
          flex: 1 0 55px;
  min-width: 55px;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #ffffff;
}
@media (min-width: 375px) {
  .wrap_login .info_add .input_box label {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 60px;
            flex: 1 0 60px;
    min-width: 60px;
    font-size: 13px;
  }
}
.wrap_login .info_add .input_box input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  height: 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 7.5px;
  background: rgba(0, 206, 255, 0.13);
  border: solid 1px rgba(0, 206, 255, 0.25);
  color: #ffffff;
  padding: 8px 10px;
  font-size: 20px;
  font-family: "NotoSansCJK", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.2px;
}
.wrap_login .info_add .input_box input:-webkit-autofill, .wrap_login .info_add .input_box input:-webkit-autofill:hover, .wrap_login .info_add .input_box input:-webkit-autofill:focus, .wrap_login .info_add .input_box input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 206, 255, 0.1) inset !important;
}
.wrap_login .info_add .input_box .input_wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  height: 53px;
}
.wrap_login .info_add .input_box .input_wrap input[type=text] {
  position: relative;
  z-index: 100;
}
.wrap_login .info_add .input_box .input_wrap .code_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 53px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  font-size: 12px;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(0, 206, 255, 0.4);
}
.wrap_login .info_add .input_box .input_wrap .code_info.hide {
  display: none;
}
.wrap_login .info_add .alert_msg {
  margin-left: 55px;
  margin-top: 12px;
  text-align: left;
  color: #00ceff;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.45;
  letter-spacing: 0.2px;
}
@media (min-width: 375px) {
  .wrap_login .info_add .alert_msg {
    font-size: 11px;
  }
}
.wrap_login .info_add .btn_confirm {
  float: right;
  min-width: 134px;
  height: 43px;
  margin-top: 24px;
  padding: 0 12px 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 7px;
  border: solid 1px #00ceff;
  background-color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 43px;
  letter-spacing: 17px;
  text-align: left;
  color: #063a88;
}
.wrap_login .info_add .btn_confirm .icon_check {
  display: inline-block;
  margin: 12px 11px 0 0;
  width: 19px;
  height: 16px;
  vertical-align: top;
}
.wrap_login .info_add:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media (orientation: landscape) {
  /* Landscape 모드일 때 적용할 CSS */
  .wrap_login {
    min-height: 736px;
  }
}