@charset "utf-8";

/* login-wrap */
.login-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 850px;
}

.login-wrap .login-inner {
    width: 550px;
    min-height: 650px;
    height: auto;
    background-color: #fff;
}

.login-wrap h1 {
    height: 100px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    line-height: 105px;
    background: linear-gradient(to bottom, rgba(77,114,101, 1) 1%, rgba(11,67,55, 1) 56%);
    overflow: hidden;
}

.login-wrap h1 img {
    width: 147px;
    height: 28px;
    margin: -12px 5px 0 5px;
    vertical-align: middle;
}

.login-wrap ::placeholder {
    color: #a9a9a9 !important;
    font-size: 15px !important;
    padding: 0px 4px 7px !important;
}

.login-wrap :-ms-input-placeholder {
    color: #a9a9a9 !important;
    font-size: 15px !important;
    padding: 0px 4px 7px !important;
}

.login-wrap :-mos-input-placeholder {
    color: #a9a9a9 !important;
    font-size: 15px !important;
}

.login-wrap input,
.login-wrap select {
    height: 56px;
    border: none;
    padding: 0px 4px 10px !important;
    border-bottom: 1px solid #e2e2e2;
    font-size: 20px;
    color: #000;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../assets/images/select_bg.svg) no-repeat 90% 21px;
    background-size: 13px 7px;
}

select::-ms-expand {
    display: none;
}

.login-wrap select:hover,
.login-wrap select:focus,
.login-wrap input:hover,
.login-wrap input:focus {
    border: none !important;
    border-bottom: 1px solid #000000 !important;
    outline: none;
}

.login-wrap input[type="number"]::-webkit-outer-spin-button,
.login-wrap input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* login common */
.login-wrap .login-cont {
    padding: 42px 52px;
}

.login-wrap .ui-tabs-panel {
    padding: 22px 0;
    border-top: 2px solid #3b8f98;
}

.loin-top-info {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
}

.login-form {
    border-top: 2px solid #0B4337;
}

.login-input label {
    display: block;
}

.login-input label input[type=text] {
    text-indent: 35px;
    background: url(../../assets/images/ico_id.svg) no-repeat 0 16.5px;
    background-size: 14px 15px;
}

.login-input label input[type=password] {
    text-indent: 35px;
    margin-top: 15px;
    background: url(../../assets/images/ico_pw.svg) no-repeat 0 16.5px;
    background-size: 14px 15px;
}

.login-input-error {
    margin: 20px 0 0px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 22px;
    color: #de2c2c;
}

.login-input-error::before {
    margin-left: -18px;
    padding-right: 6px;
    content: "※";
}

.login-besides {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.login-besides .checkbox-wrap span {
    padding-left: 35px;
    font-size: 14px;
    font-weight: normal;
}

.login-besides ul li {
    display: inline;
    margin-left: 12px;
}

.login-besides ul li:last-child {
    margin-right: -5px;
}

.login-besides ul li a {
    padding: 5px;
    color: #0B4337;
    font-weight: bold;
    font-size: 14px;
}

.login-besides ul li a span {
    border-bottom: 1px solid #0B4337;
}

.btn-login {
    width: 100%;
    height: 50px;
    margin-top: 35px;
    font-size: 18px;
    color: #fff;
    background-color: #cbcbcb;
    border: none;
}

.btn-login.btn-white {
    color: #0B4337;
    border: 1px solid #0B4337;
    background-color: #fff;
}

.btn-login.btn-white:hover {
    background-color: #f4f4f4 !important;
}

/* login-explanation */
.login-explanation {
    margin-top: 28px;
}

.login-explanation h3 {
    font-size: 14px;
    margin-bottom: 12px;
}

.login-explanation ul li {
    color: #999;
    padding: 3.5px 0;
    letter-spacing: -0.03rem;
}

.login-explanation ul li::before {
    padding-left: 10px;
    content: "";
    background: url(../../assets/images/bl_02.png) no-repeat 0 center;
    background-size: 3px;
}

/* certify */
.certify-cont {
    padding: 42px 52px;
}

.certify-cont .certify-input {
    padding-top: 5px;
}

.certify-cont h2 {
    height: 60px;
    color: #0B4337;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    letter-spacing: -0.03rem;
}

.certify-cont label {
    display: block;
    height: 40px;
    margin-top: 15px;
    line-height: 40px;
    font-size: 15px;
}

.certify-cont label::before {
    padding-left: 10px;
    content: "";
    background: url(../../assets/images/bl_01.png) no-repeat 0 center;
    background-size: 3px;
}

.certify-input>p {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 0;
}

.certify-phone .hyphen {
    display: inline-block;
    width: 35px;
    height: 56px;
    padding-top: 28px;
    text-align: center
}

.certify-phone .hyphen::before {
    padding: 5px;
    content: "";
    vertical-align: bottom;
    background: url(../../assets/images/hyphen.gif) no-repeat center center;
    background-size: 10px 1px;
}

.certify-phone .btn {
    width: 110px;
    height: 50px;
    font-size: 18px;
    margin: 7px 0 0 15px;
}

.certify-time {
    position: absolute;
    top: 0;
    right: 5px;
    display: inline-block;
    height: 57px;
    font-size: 16px;
    line-height: 50px;
    text-align: right;
}

.certify-time:focus {
    border: none !important;
}

/* password modifi */
.pw-modify-cont {
    padding: 42px 52px;
}

.pw-modify-cont .pw-modify-input {
    padding-top: 5px;
}

.pw-modify-cont h2 {
    height: 60px;

    color: #0B4337;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    letter-spacing: -0.03rem;
}

.pw-modify-input label {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.pw-modify-input strong {
    display: inline-block;
    width: 140px;
    height: 56px;
    padding-top: 18px;
    font-size: 15px;
    font-weight: normal;
    vertical-align: top;
}

.pw-modify-input strong::before {
    padding-left: 10px;
    content: "";
    background: url(../../assets/images/bl_01.png) no-repeat 0 center;
    background-size: 3px;
}

.pw-modify-input input {
    width: calc(100% - 140px);
}

.btn-login-area {
    display: flex;
    justify-content: space-between;
}