﻿/* Login.css */

/* reset */
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;
}
body {
  line-height: 1;
}
ol,
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
address {
  font-style: normal;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
caption {
  display: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
/*common*/
body,
html {
  height: 100%;
}
body {
  font-size: 16px !important;
  font-family: "Nanum Gothic", sans-serif;
  line-height: 1.5em;
  color: #000;
}
a {
  text-decoration: none;
  font-size: 16px;
}
.clearfix:after,
ol:after,
ul:after,
dl:after {
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

/*contents*/

.contentsWrap {
  position: relative;
  width: 1000px;
  height: 100%;
  margin: 100px auto 0;
}
.contentsWrap h1 {
  width: 60%;
  margin: 0 auto;
}
.contentsWrap h1 img {
  max-width: 100%;
}
.contentGroup {
  max-width: 1000px;
  margin-top: 32px;
  padding: 8em 8em 8em 12em;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-image: url("/asset/images/back_03.png");
  background-position: left bottom;
  background-repeat: no-repeat;
}
.contentBox {
  width: 100%;
}
.contentBox h2 {
  float: left;
  width: 152px;
}
.contentBox > div {
  float: left;
  margin-left: 20px;
  width: calc(100% - 172px);
}
.contentBox > div > div {
  margin-top: 20px;
}
.contentBox h3 {
  font-size: 20px;
  color: #0083cb;
  font-weight: bold;
}
.contentBox p {
  color: #262626;
}
.contentBox p:nth-child(3),
.contentBox p:nth-child(4) {
  line-height: 14px;
}
.contentBox p span {
  font-size: 12px;
  color: #faa61a;
}
.loginBox {
  margin-top: 40px;
  max-width: 542px;
}
.loginBox table {
  display: block;
  float: left;
}
.loginBox table tr:nth-child(1) {
  border-bottom: 10px solid #fff;
}
.loginBox table td:nth-child(1) {
  width: 152px;
  text-align: center;
}
.loginBox table td:nth-child(2) input {
  width: 249px;
  height: 40px;
  margin-left: 20px;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  border: solid 1px #d3d3d3;
  background-color: #fff;
}
.loginBox button {
  display: block;
  float: left;
  margin-left: 10px;
  width: 109px;
  height: 90px;
  border-radius: 10px;
  border: solid 1px #d3d3d3;
  background-color: #0083cb;
  color: #fff;
}
.loginBox button a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 86px;
  color: #fff;
  font-weight: bold;
}
.btnGroup {
  width: 100%;
  max-width: 1000px;
}
.btnGroup div {
  width: 50%;
  height: 60px;
  float: left;
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #fff;
}
.btnGroup div:nth-child(1),
.btnGroup div:nth-child(2) {
  width: 25%;
}
.btnGroup div:nth-child(3) {
  background-color: #0083cb;
}
.btnGroup div:nth-child(2) {
  background-color: #295f7e;
}
.btnGroup div:nth-child(1) {
  background-color: #668da3;
}
.btnGroup div img {
  vertical-align: middle;
  margin-right: 10px;
}
.btnSlide {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 10em /*!important*/;
  font-size: 14px;
  box-sizing: border-box;
  background-color: #d5d5d5;
}
.btnSlide div {
  float: left;
}
.btnSlide .graybtn {
  width: 108px;
  height: 40px;
  background-color: #d5d5d5;
  text-align: center;
  line-height: 40px;
}
/*.btnSlide div:nth-child(2) {
	width: calc(100% - 236px);
	margin-left: 10px;
}
.btnSlide input {
	width: calc(50% - 8px);
	height: 40px;
	padding: 5px 10px;
	box-sizing: border-box;
}*/
.btnSlide span.dash-line {
  display: inline-block;
  width: 10px;
  height: 33px;
  text-align: center;
  padding-top: 7px;
}
.btnSlide .bluebtn {
  width: 108px;
  height: 40px;
  margin-left: 10px;
  background-color: #0083cb;
  text-align: center;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
}
/* field placeholder */
.search-field-wrapper {
  width: calc(100% - 236px);
  margin-left: 10px;
}

.search-field-wrapper2 {
  width: calc(100% - 300px) !important;
  /*margin-left: 10px;*/
}

.search-field {
  width: calc(50% - 8px);
}

.search-field2 {
  width: calc(33% - 8px);
}

.search-field input {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  box-sizing: border-box;
}

.field-wrapper {
  position: relative;
}
.field-wrapper input.login-field {
  border: 1px solid #dadce0 !important;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
}

.field-wrapper input:focus {
  border: 1px solid #1a73e8 !important;
  /*border-width:1px; border-style:solid; border-color:#1A73E8 !important;*/
}
.field-wrapper .field-placeholder {
  font-size: 15px;
  position: absolute;
  bottom: 8px;
  color: #80868b;
  left: 18px;
  /*padding: 0 8px;*/
  transition:
    transform 150ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  text-align: left;
  width: 100%;
}
.field-wrapper .field-placeholder span {
  background: #ffffff;
  padding: 0px 4px;
}
.field-wrapper input:not([disabled]):focus ~ .field-placeholder {
  color: #1a73e8;
}

.id-password {
  margin-left: 15px;
}

.field-wrapper input:not([disabled]):focus ~ .id-password,
.field-wrapper.hasValue input:not([disabled]) ~ .id-password {
  transform: scale(0.75) translateY(-25px) translateX(-45px);
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, #fff 50%);
}
.field-wrapper input:not([disabled]):focus ~ .social-number,
.field-wrapper.hasValue input:not([disabled]) ~ .social-number {
  transform: scale(0.75) translateY(-23px) translateX(-60px);
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, #fff 50%);
}

.pass-init-title {
  width: 150px !important;
  padding: 0px 3px;
  margin-right: 10px;
}
.pass-input {
  width: 130px !important;
}
.pass-margin {
  margin-left: 10px;
}

.field-wrapper .password-init {
  left: 12px !important;
  width: 119px !important;
}
.field-wrapper .password-init2 {
  left: 5px !important;
}

.field-wrapper input:not([disabled]):focus ~ .password-init,
.field-wrapper.hasValue input:not([disabled]) ~ .password-init {
  transform: scale(0.75) translateY(-23px) translateX(-23px);
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, #fff 50%);
}

.search-result {
  clear: both !important;
  background-color: #f2f2f2;
  padding-bottom: 10px;
  font-size: 1.2em;
  margin-top: 20px !important;
  text-align: center;
  width: 100% !important;
  padding: 0px !important;
}

.loading {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(242, 242, 242, 1) url("/img/loading_icon_01.gif") 50% 50%
    no-repeat !important;
}
.hakbun {
  margin-right: 15px;
  font-weight: bold;
}
.blind {
  display: none !important;
}

input {
  outline-style: none !important;
}
input:focus {
  outline: none;
  outline-style: none;
  box-shadow: none;
}

/* media */

@media screen and (max-width: 1024px) {
  .contentsWrap {
    width: 80%;
  }
  .contentGroup {
    padding: 5em 5em 5em 6em;
  }
  .btnSlide {
    padding: 30px 2em;
  }
}

@media screen and (max-width: 840px) {
  .btnGroup div {
    width: 100%;
  }
  .loginBox button {
    width: 100%;
    height: 60px;
    margin-top: 20px;
    margin-left: 0;
  }
  .loginBox button a {
    line-height: 60px;
  }
  .btnSlide {
    padding: 30px 2em;
  }
}

@media screen and (max-width: 720px) {
  .contentGroup {
    padding: 3em;
  }
  .contentBox > div {
    margin-left: 0;
  }
  .contentBox > div {
    width: 100%;
  }
  .contentBox h2 {
    float: none;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  h3 {
    margin-top: 30px;
  }
  .btnSlide {
    padding: 30px 20px;
  }
  .btnSlide .graybtn {
    width: 100%;
  }
  .btnSlide div {
    width: 100%;
  }
  .btnSlide div input:nth-child(2) {
    width: 100%;
    margin: 20px 0;
    padding: 0;
    border-width: 0;
  }
  .btnSlide .bluebtn {
    width: 100%;
    margin-left: 0;
  }
  .btnSlide div:nth-child(2) {
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
    left: 0;
    padding: 0;
  }
  .field-wrapper.search-field.search-field_two {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .dash-line-group {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .contentsWrap h1 {
    width: 100%;
  }
  .contentGroup {
    border: 0;
    padding: 0;
    text-align: center;
  }
  .loginBox button {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 420px) {
  .loginBox table {
    float: none;
    margin: 0 auto;
    width: 190px;
  }
  .loginBox td:nth-child(1) {
    display: none;
  }
  .loginBox td:before {
    content: attr(data-th) "";
    font-weight: bold;
    width: 70px;
    display: block;
    margin: 10px auto 5px;
  }
  .loginBox table tr {
    margin: 0 auto;
  }
  .loginBox table tr td:nth-child(2) input {
    margin-left: 0;
    width: 100%;
  }
}
