﻿@charset "utf-8";

body{margin:0}
h3{margin:0}
input:focus, select:focus, option:focus, textarea:focus, button:focus {
    outline: none;
}
#root {
    border-top: 7px solid #54585a;
}
.header {
    text-align: center;
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.header-logo {
    width: 400px;
    margin: 0 auto;
    padding: 0px 20px;
}
.loginbody {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    border-top:1px solid #dedede;
    border-bottom:1px solid #dedede;
}
.inner-box {
    max-width: 640px;
    margin: 0 auto;
    padding: 25px 20px;
}
.inner-box-nt{
    width:400px;
}
.inner-title {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
}
.inner-title h3 {
    color: #666;
    font-size: 12px;
    word-break: none;
    font-weight: 600;
    line-height: 15px;
    padding-bottom: 7px;
}
.inner-title h3::before {
    width: 4px;
    height: 4px;
    margin: 5px 6px 0 0;
    content: no-open-quote;
    display: inline-block;
    background: #999;
    border-radius: 3px;
    vertical-align: top;
}
.spacingInput {
    margin-bottom: 5px;
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
}
.address{
    width:100%;
}
.address_nt {
    color: rgba(0, 0, 0, 0.87);
    cursor: text;
    display: inline-flex;
    font-size: 1rem;
    font-family: Nanum Gothic,sans-serif,Roboto,Helvetica,Arial;
    line-height: 1.1875em;
    align-items: center;
    width:100%;
}
.address_nt input {
    border: 1px solid #ced4da;
    height: 40px;
    width:100%;
    padding: 10px 12px;
    opacity: 1 !important;
    font-size: 12px;
    box-sizing: border-box;
    transition: border-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    appearance: none;
    border-color: #ced4da;
    -moz-appearance: none;
    background-color: #fff;
    -webkit-appearance: none;
}
.address_nt input:focus {
    border-color:#da291c;
}
.password{
    width:100%;
}
.password_nt {
    color: rgba(0, 0, 0, 0.87);
    cursor: text;
    display: inline-flex;
    font-size: 1rem;
    font-family: Nanum Gothic,sans-serif,Roboto,Helvetica,Arial;
    line-height: 1.1875em;
    align-items: center;
    width: 100%;
}
.password_nt input {
    border: 1px solid #ced4da;
    height: 40px;
    width: 100%;
    padding: 10px 12px;
    opacity: 1 !important;
    font-size: 12px;
    box-sizing: border-box;
    transition: border-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    appearance: none;
    border-color: #ced4da;
    -moz-appearance: none;
    background-color: #fff;
    -webkit-appearance: none;
}
.password_nt input:focus {
    border-color: #da291c;
}
.btn {
    width: 100%;
    padding-top: 10px;
}
.btn button {
    width:100%;
    height: 55px;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
    border-radius: 0;
    background-color: #54585a;
    border: none;
    cursor:pointer;
}
.btn span {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
    color: #fff;
    background-color: #54585a;
}

input::placeholder {
    color: #bfbfbf;
}

input::-webkit-input-placeholder {
    color: #bfbfbf;
}

input:-ms-input-placeholder {
    color: #bfbfbf;
}

textarea::placeholder {
    color: #bfbfbf;
}

textarea::-webkit-input-placeholder {
    color: #bfbfbf;
}

textarea:-ms-input-placeholder {
    color: #bfbfbf;
}

.inner-box-small {
    max-width: 400px;
    margin: 0px auto;
    padding: 25px 20px 10px;
}
.footer_nt {
    width: 100%;
    position: relative;
}
.footer_nt select {
    float:right;
    width: 110px;
    margin: 0;
    height: 25px;
    border: 1px solid #CFD4D9;
    cursor: pointer;
    display: block;
    outline: none;
    font-size: 12px;
    min-width: 16px;
    font-family: 'Noto Sans KR', sans-serif;
    box-sizing: border-box;
    background: none;
    user-select: none;
    padding-left: 10px;
    border-radius: 0;
    padding-right: 32px;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}
.jss293 {
    top: 50%;
    right: 10px;
    width: 16px;
    height: 8px;
    z-index: 10;
    position: absolute;
    margin-top: -4px;
}
.jss302 {
    fill: currentColor;
    height: 1em;
    display: inline-block;
    font-size: 32px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
    cursor: pointer;
}
.copyright {
    text-align: center;
    margin-top: 35px;
    font-size: 13px;
    color: #7e7e7e;
}
.security {
    text-align: center;
    margin-top: 15px;
    font-size: 11px;
    color: #7e7e7e;
}




@media screen and (max-width: 540px) {
    .btn button{height:45px; font-size:14px;}
    .copyright{color:#c7c7c7; font-size:11px;}
    
}
@media screen and (max-width: 414px) {
    .address_nt input{width:95%;}
    .password_nt input{width:95%;}
    .btn{width:95%;}
}
@media screen and (max-width: 411px) {
    .address_nt input{width:94%;}
    .password_nt input{width:94%;}
    .btn{width:94%;}
}
@media screen and (max-width: 375px) {
    .address_nt input{width:85%;}
    .password_nt input{width:85%;}
    .btn{width:85%;}
}
@media screen and (max-width: 360px) {
    .address_nt input{width:81%;}
    .password_nt input{width:81%;}
    .btn{width:81%;}
}
@media screen and (max-width: 320px) {
    .address_nt input{width:71%;}
    .password_nt input{width:71%;}
    .btn{width:71%;}
}
@media screen and (max-width: 280px) {
    .address_nt input{width:61%;}
    .password_nt input{width:61%;}
    .btn{width:61%;}
}
