@charset "utf-8";
/* CSS Document */

html, body {
    width: 100%;
    height: 100%;
}

body {
    padding: 0px;
    margin: 0px;
    display: block;
    font-size: 18px;
    font-family: NotoSansCJK, sans-serif;
    COLOR: #5d5d5d;
}

* {
    margin: 0;
    padding: 0;
}

.wrapper {
    width: 100%;
    height: 100%;
    margin: 0px auto;
}

.wrap {
    display: table;
    width: 100%;
    height: 100%;
    background-color: #eeeeee
}

.login_outer {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.login {
    position: relative;
    display: inline-block;
    text-align: center;
}

form {
    width: 485px;
    height: 500px;
    background-color: #fff;
    border-radius:5px;
}

h1 {
    margin-bottom: 30px;
}

h2 {
    padding-top: 60px;
    margin-bottom: 35px;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: -0.09em;
    color:#231f20;
}

.pr12 {
    padding-right: 12px;
}

.mt10 {
    margin-top: 10px;
}

.input_txt {
    padding: 5px 0px 0px 0px;
    margin: 0px;
    width: 290px;
    height: 50px;
    border:0;
    background-color: #ffffff;
    font-size: 16px;
    color: #999;
}

.check {
    margin-top: 20px;
    margin-left: -215px;
}

.check span {
    font-size: 15px;
    COLOR: #595959;
    line-height: 21px;
    float: left
}

.id_not {
    padding: 0px 80px;
    margin-top: 15px;
    font-size: 13px;
    letter-spacing: -0.5px;
    COLOR: #595959;
    line-height: 21px;
    text-align: left
}

.pwfind {
    font-size: 15px;
    font-weight: bold;
    color: #5d5d5d;
    margin-top: -21px;
    margin-left: 230px
}

/*.id {
    background: url("../imgs/login/id.png") no-repeat;
    padding-left: 65px
}

.pw {
    background: url("../imgs/login/pw.png") no-repeat;
    padding-left: 65px
}*/

input[type=checkbox] {
    display: none;
}

input[type=checkbox]+label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
    font-size: 13px;
}

input[type=checkbox]+label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #f6f6f6;
    border-radius: 2px;
    BORDER-BOTTOM: #dcdcdc 1px solid;
    BORDER-LEFT: #dcdcdc 1px solid;
    BORDER-TOP: #dcdcdc 1px solid;
    BORDER-RIGHT: #dcdcdc 1px solid;
}

input[type=checkbox]:checked+label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    background: #85a0ba;
    text-align: center;
    line-height: 16px;
}

.btn {
    margin-top: 10px;
    background: #85a0ba;
    background-position: center;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    border: none;
    width: 340px;
    font-size: 20px;
    border-radius:25px;
}

.etc {
    font-size: 13px;
    margin-top: 20px;
    color: red
}

footer {
    font-size: 12px;
    padding-top: 50px;
    color: #888;
    font: dotum
}

.login {
    width: 485px;
}
.y_tl span {
    color: #476a85
}
.inp_cp, .inp_id, .inp_pw {
	border-bottom:1px solid #e5e5e5;
	margin:0 70px;
	position:relative;
	padding-top:5px;
}

.inp_cp dt, .inp_id dt, .inp_pw dt {
	width:40px;
	height:50px;
	position:absolute;
	background: url('../theme/login/login_icon.png') no-repeat 9px 14px;
	overflow: hidden;
	text-indent: -1000px;
}

.inp_id dt {
	background-position:9px -24px;
}

.inp_pw dt {
	background-position:9px -60px;
}


.inp_cp dd, .inp_id dd, .inp_pw dd {
	padding-left:50px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
@-webkit-keyframes autofill {
        to {
            background: transparent;
        }
    }

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover,
    textarea:-webkit-autofill:focus,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus {
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }

