@charset "UTF-8";

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 {
    font-size: 14px;
    color: #333;
    letter-spacing: -0.02em;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

button {
    border: none;
}

#loginWrap {
    width: 100%;
    height: 100%;
}

#body {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* section */
#loginSection {
}
#loginSection .buildIntro {
    width: calc(1080px - 540px);
    padding: 35px 0;
}

.introArea {
}

.introArea .introTxtArea {
    height: 160px;
    width: 538px;
    position: relative;
    top: 111px;
    bottom: 0px;
}

.introArea .introTxtArea .introTxtTitle {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: bold;
}

.introArea .introTxtArea .introTxtContext {
    font-size: 12.5px;
    line-height: 1.5;
    color: #7f7f7f;
}

.introArea .introImgArea {
    width: 538px;
}

.introImgArea > img {
    /* width: 561px; */
    padding-top: 50px;
}

#loginSection .loginForm {
    display: flex;
    border: 1px solid #dbdbdb;
    width: 1080px;
    height: 620px;
    text-align: center;
    transition: width 0.2s;
}

.loginForm .introImgArea,
.loginForm .inputLoginArea {
    display: inline-block;
    text-align: center;
}

.inputLoginArea {
    width: 540px;
}

#loginSection .loginForm .logoImg {
    height: 160px;
}

.logoImg a {
    position: relative;
    top: 111px;
    left: 5px;
}

.logoImg img {
    /*width: 160px;*/
    /* position: relative;
    top: 111px;
    left: 5px; */
    height: 50px;
}

#loginSection .loginForm #loginArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 35px;
}

#loginArea #id {
    margin-top: 30px;
}

#loginArea .loginInfo {
    width: 300px;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #d2d2d2;
}

.login-form {
    height: 358px;
    position: relative;
}

.checkbox {
    position: relative;
    top: 40px;
    text-align: left;
    padding: 0px 120px;
}

.loginForm .checkRemem {
    width: 16px;
    height: 16px;
}

.loginForm .rememText {
    position: relative;
    bottom: 3px;
    left: 2px;
    font-size: 12px;
}

.loginForm .loginErr {
    display: none;
}

.loginForm .loginErr.loginError {
    display: block;
    position: relative;
    top: 50px;
    /* position: absolute; */
    /* bottom: 130px; */
    text-align: left;
    padding: 0px 125px;
    color: red;
    font-size: 13px;
}

.loginForm #goLogin {
    width: 300px;
    height: 50px;
    border-radius: 4px;
    position: relative;
    top: 65px;
    font-weight: bold;
    background-color: #1bb2c4;
    color: #fff;
}

.loginForm #formFooter {
    position: relative;
    bottom: 30px;
    width: inherit;
    height: 30px;
    line-height: 25px;
    padding: 0 120px;
}

#formFooter .findInfo {
    float: left;
    position: relative;
    font-size: 12px;
}

#formFooter .findInfo .findId,
#formFooter .findInfo .findPwd,
#formFooter .singUp {
    font-size: 12.5px;
}

#formFooter .findInfo:hover {
    cursor: pointer;
}
#formFooter .singUp {
    float: right;
    position: relative;
}
#formFooter .singUp:hover {
    cursor: pointer;
}

/* 고객센터때문에 임시방편 */
/* #footerSection span:hover {
	cursor: default;
} */

/* footer */
#footerSection {
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 12px;
}

#footerSection span {
    font-size: 12px;
}

.copyright {
    font-size: 12px;
}

.copyright #copySent {
    font-size: 12px;
    font-weight: bolder;
}

.copyright #copySent:hover {
    color: #333;
}

#footerSection .infoArea,
#footerSection .copyright {
    height: 45px;
}

#footerSection .infoArea {
    line-height: 55px;
    font-size: 12px;
    color: #555;
}

#footerSection .infoArea .privacy {
    font-weight: bold;
    margin: 0 20px 0;
}
#footerSection .infoArea .privacy:hover {
    text-decoration: underline;
}

#footerSection .infoArea .term:hover {
    text-decoration: underline;
}

#footerSection .infoArea .cs:hover {
    text-decoration: underline;
}

/* 신청 필요 Modal */
#trialNeedModal .modal-dialog {
    max-width: 350px;
}

#trialNeedModal .modal-content {
    height: 180px;
}

#trialNeedModal .modal-header {
    background-color: #1bb2c4;
    padding: 7px 10px;
}

#trialNeedModal .modal-title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

#trialNeedModal .modal-body {
    text-align: center;
    top: 10px;
    font-size: 14px;
}

#trialNeedModal .modal-body p {
    padding: 3px 0;
}

#trialNeedModal .modal-body .trialNeedClose {
    margin: 15px auto 0;
    width: 70px;
    height: 30px;
    border-radius: 4px;
    display: block;
    font-size: 13px;
    line-height: 1px;
    background-color: #1bb2c4;
    color: #fff;
}

/*
#footerSection .copyright .text {
    font-weight: bold;
}
*/

/* 반응형 */
@media screen and (max-width: 1080px) {
    #loginSection .introImgArea {
        display: none;
    }

    #loginSection .introTxtArea {
        display: none;
    }

    #loginSection .loginForm {
        transition: width 0.2s;
        width: 540px;
    }
}

@media screen and (max-width: 630px) {
    .logoImg img {
        width: 170px;
    }
}
