@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;
}

a {
    color: inherit;
}

button {
    border: none;
}

button[disabled] {
    background-color: #ddd !important;
}

#findWrap {
    height: 100%;
}

.findTitle {
    height: 130px;
    text-align: center;
}

.findTitle img {
    width: 160px;
    height: 50px;
    position: relative;
    top: 40px;
}

/* Tab */
.findSection {
    margin: 0 auto;
    width: 750px;
}

.findSection .tab {
    height: 665px;
    padding: 35px 0px;
    position: relative;
}

.findSection .tab .findTab {
    display: inline-block;
    float: left;
    width: 15%;
    height: 50px;
    text-align: center;
    line-height: 40px;
}

.findTab .idTab,
.findTab .pwdTab {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 96%;
    line-height: 50px;
    border-bottom: none;
}

.findTab .idTab:hover,
.findTab .pwdTab:hover {
    color: inherit;
}

.findTab:target {
    background: #fff;
    border: 1px solid #1bb2c4;
    background-color: #fff;
    border-bottom: none;
}

.findTab:target a {
    position: relative;
    z-index: 999;
    height: 106%;
    line-height: 49px;
    font-weight: bold;
}

.findTab:target .tabCon {
    display: block;
    /* width: calc(100% - 460px); */
    width: 750px;
    height: 560px;
    text-align: left;
    padding: 20px;
    position: absolute;
    left: 0px;
    top: 85px;
}

.tabCon {
    border-top: 1px solid #1bb2c4;
    display: none;
    box-sizing: border-box;
}

.tabCon > div {
    height: 580px;
}

.tabCon #searchId,
.tabCon #lookId,
.tabCon #searchPwd,
.tabCon #reWritePwd,
.tabCon #lookPwd {
    text-align: center;
    width: 750px;
    height: 490px;
    margin: 25px auto;
    padding-top: 55px;
    /* border: 2px solid #DBDBDB; */
}

/* 아이디 찾기 */
#searchId .findText,
#lookId .findText {
    font-size: 14px;
}

#searchId .inputArea {
    text-align: left;
    position: relative;
    top: 55px;
}

#searchId .inputArea p {
    width: 550px;
    height: 65px;
    padding-left: 10px;
    margin: 5px auto;
    line-height: 60px;
    /* border: 1px solid salmon; */
}

.inputArea .searchTitle {
    display: inline-block;
    width: 110px;
    height: 100%;
    font-weight: bold;
}

.inputArea .searchInput {
    height: 35px;
    width: 250px;
    padding-left: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    z-index: 999;
}

.inputArea .searchInput.border-red {
    border: 1px solid red;
}

.inputArea .emailConfirm {
    position: relative;
    left: 20px;
    width: 135px;
    height: 35px;
    border-radius: 4px;
    background-color: #1bb2c4;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
/*
.inputArea .emailError,
.inputArea .confirmError {
    display: none;
    /* display: block; *
    position: relative;
    bottom: 30px;
    left: 115px;
    font-size: 13px;
    color: #ff0000;
}
*/

.idError {
    /* 	color: #ff0000;
    width: 400px;
    position: relative;
    left: 115px;
    bottom: 33px;
    font-size: 13px;
    display: block; */
    color: #ff0000;
    width: 400px;
    height: 20px;
    line-height: 20px;
    position: relative;
    left: 115px;
    bottom: 9px;
    font-size: 13px;
    display: block;
}

.idError span {
    display: none;
}

.emailError {
    color: #ff0000;
    width: 400px;
    height: 23px;
    line-height: 17px;
    position: relative;
    left: 115px;
    bottom: 10px;
    font-size: 13px;
    display: block;
    z-index: 0;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.emailError span {
    display: none;
}

.confirmError {
    color: #ff0000;
    width: 400px;
    height: 23px;
    line-height: 17px;
    position: relative;
    left: 115px;
    bottom: 10px;
    font-size: 13px;
    display: block;
    z-index: 0;
}

.confirmError span {
    display: none;
}

.newPwError {
    /* 	color: #ff0000;
    width: 400px;
    position: relative;
    left: 145px;
    bottom: 33px;
    font-size: 13px;
    display: block; */
    color: #ff0000;
    width: 400px;
    position: relative;
    left: 145px;
    height: 20px;
    line-height: 20px;
    bottom: 8px;
    font-size: 13px;
    display: block;
}

.newPwError span {
    display: none;
}

.newPwConfirmError {
    color: #ff0000;
    width: 400px;
    position: relative;
    left: 145px;
    height: 20px;
    line-height: 20px;
    bottom: 8px;
    font-size: 13px;
    display: block;
}

.newPwConfirmError span {
    display: none;
}

.inputArea .confirmTime {
    font-size: 14px;
    position: relative;
    left: 40px;
}

#searchId .idNextBtn {
    position: relative;
    top: 85px;
    width: 120px;
    height: 40px;
    border-radius: 4px;
    background-color: #1bb2c4;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

#lookId p:nth-child(2) {
    position: relative;
    top: 10px;
}

#lookId .goLogin {
    position: relative;
    top: 70px;
    width: 215px;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    background-color: #1bb2c4;
    color: #fff;
    border-radius: 4px;
}

/* 아이디/비밀번호 찾기 안보이게 하기 >> 풀어야함 */
.tabCon #lookId,
.tabCon #reWritePwd,
.tabCon #lookPwd {
    display: none;
}

/* 비밀번호 변경 */
#searchPwd .pwdInfomation,
#reWritePwd .pwdInfomation,
#lookPwd .pwdInfomation {
    height: 30px;
    font-size: 14px;
}

#searchPwd .inputArea,
#reWritePwd .inputArea {
    text-align: left;
    position: relative;
    top: 40px;
}

#searchPwd .inputArea p {
    width: 550px;
    height: 57px;
    padding-left: 10px;
    margin: 5px auto;
    line-height: 60px;
}

#searchPwd .inputArea .searchTitle {
    display: inline-block;
    width: 110px;
    height: 100%;
}

/*.inputArea .idError,*/
.inputArea .pwdEmailError,
.inputArea .pwdConfirmError {
    /* display: block; */
    display: none;
    position: relative;
    bottom: 28px;
    left: 115px;
    font-size: 13px;
    color: #ff0000;
}

.inputArea .pwdNextBtn {
    position: relative;
    top: 55px;
    left: 310px;
    width: 110px;
    height: 40px;
    border-radius: 4px;
    background-color: #1bb2c4;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

#reWritePwd .inputArea p {
    width: 550px;
    height: 60px;
    padding-left: 35px;
    margin: 5px auto;
    line-height: 60px;
}

#reWritePwd .inputArea .searchTitle {
    display: inline-block;
    width: 140px;
    height: 100%;
}

#reWritePwd .inputArea .searchInput {
    height: 35px;
    width: 320px;
    padding-left: 10px;
    font-size: 14px;
}

#reWritePwd #passwordChange {
    position: relative;
    top: 115px;
    width: 155px;
    height: 40px;
    border-radius: 4px;
    background-color: #1bb2c4;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.inputArea .pwdError,
.inputArea .newPwdError {
    display: none;
    position: relative;
    bottom: 27px;
    left: 145px;
    font-size: 13px;
    color: #ff0000;
}

#lookPwd .finishChange {
    position: relative;
    top: 25px;
}

#lookPwd .goLogin {
    position: relative;
    top: 70px;
    width: 300px;
    height: 50px;
    font-size: 16px;
    background-color: #1bb2c4;
    color: #fff;
    border-radius: 4px;
}

/* footer */
.findFooter {
    clear: both;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 12px !important;
}

.findFooter .infoArea {
    line-height: 55px;
    position: relative;
    top: 10px;
    font-size: 12px !important;
    height: 40px;
}

.findFooter .copyright {
    position: relative;
    top: 15px;
    font-size: 12px !important;
    height: 40px;
}

.copyright #copySent {
    font-size: 12px;
    font-weight: bolder;
}

.copyright #copySent:hover {
    color: #333;
}
/*
.findFooter .copyright .text {
    font-weight: bold;
}
*/
/* 고객센터때문에 임시방편 */
/* .findFooter span:hover {
	cursor: default;
} */

.findFooter span {
    font-size: 12px;
    color: #000;
    /* 고객센터 때문에 추가함 >> 삭제 해야함 나중에 */
    /* color: #999;
    pointer-events: none; */
}

.findFooter .infoArea .privacy {
    font-weight: bold;
    margin: 0 20px 0;
}
.findFooter .infoArea .privacy:hover {
    text-decoration: underline;
}

.findFooter .infoArea .term:hover {
    text-decoration: underline;
}

.findFooter .infoArea .cs:hover {
    text-decoration: underline;
}

/* Modal */

#confirmModal .modal-dialog,
#timeOutModal .modal-dialog {
    max-width: 340px;
}

#confirmModal .modal-content,
#timeOutModal .modal-content {
    height: 120px;
    text-align: center;
}

#confirmModal .info,
#timeOutModal .info {
    font-size: 15px;
    position: relative;
    top: 5px;
}

#confirmModal .info p,
#timeOutModal .info p {
    padding: 3px 0;
}

#confirmModal .confirmClose {
    margin: 15px auto 0;
    width: 70px;
    height: 30px;
    border-radius: 4px;
    display: block;
}

#timeOutModal .timeOutClase {
    margin: 15px auto 0;
    width: 70px;
    height: 30px;
    border-radius: 4px;
    display: block;
}

/* 반응형 */
@media screen and (max-width: 1580px) {
    .findSection .tab .findTab {
        width: 12%;
    }
}

@media screen and (max-width: 1450px) {
    /* .findSection .tab {
	    padding: 35px 100px;
	} */

    /* .findTab:target .tabCon {
	    width: calc(100% - 200px);
	    left: 100px;
	} */

    .findSection .tab .findTab {
        width: 14%;
    }
}

@media screen and (max-width: 1280px) {
    /* .findSection {
		margin: 0px;
	}
	
	.findSection .tab {
	    padding: 35px 100px;
	}
	
	.findTab:target .tabCon {
	    width: calc(100% - 200px);
	    left: 100px;
	} */

    .findSection .tab .findTab {
        width: 17%;
    }

    .tabCon #searchId,
    .tabCon #lookId,
    .tabCon #searchPwd,
    .tabCon #reWritePwd,
    .tabCon #lookPwd {
        width: 560px;
    }

    #searchId .inputArea {
        text-align: left;
        position: relative;
        top: 35px;
    }

    .inputArea .searchInput {
        width: 225px;
    }

    .inputArea .emailConfirm {
        width: 130px;
        font-size: 14px;
    }

    .inputArea .confirmTime {
        left: 25px;
    }

    #lookId .goLogin {
        width: 250px;
    }

    .inputArea .pwdNextBtn {
        left: 215px;
    }

    #lookPwd .goLogin {
        width: 250px;
    }
}

@media screen and (max-width: 1080px) {
    /* .findSection {
		margin: 0px;
	}
	
	.findSection .tab {
	    padding: 35px 100px;
	}
	
	.findTab:target .tabCon {
	    width: calc(100% - 200px);
	    left: 100px;
	} */

    .findSection .tab .findTab {
        width: 17%;
    }
    .findTab .idTab,
    .findTab .pwdTab {
        font-size: 14px;
    }

    #searchPwd .pwdInfomation,
    #reWritePwd .pwdInfomation,
    #lookPwd .pwdInfomation {
        height: 30px;
        font-size: 13px;
    }

    .tabCon #searchId,
    .tabCon #lookId,
    .tabCon #searchPwd,
    .tabCon #reWritePwd,
    .tabCon #lookPwd {
        padding-top: 20px;
    }

    #searchId .inputArea {
        top: 28px;
    }

    #searchPwd .inputArea p {
        height: 50px;
    }

    #searchPwd .inputArea .searchTitle {
        font-size: 15px;
    }

    .inputArea .searchInput {
        height: 30px;
        width: 205px;
    }

    .inputArea .pwdNextBtn,
    #searchId .idNextBtn {
        width: 118px;
        height: 40px;
    }
}

@media screen and (max-width: 768px) {
    .findSection .tab .findTab {
        width: 18%;
    }

    .findSection .tab {
        padding: 35px 50px;
    }

    .findTab:target .tabCon {
        width: calc(100% - 100px);
        left: 50px;
    }
}

@media screen and (max-width: 630px) {
    .findSection .tab {
        padding: 35px 25px;
        max-width: calc(100% - 120px);
    }

    .findSection .tab .findTab {
        width: 16%;
    }

    .findTab .idTab,
    .findTab .pwdTab {
        font-size: 12px;
    }

    .findTab:target .tabCon {
        width: calc(100% - 50px);
        left: 25px;
    }

    .tabCon #searchId,
    .tabCon #lookId,
    .tabCon #searchPwd,
    .tabCon #reWritePwd,
    .tabCon #lookPwd {
        width: auto;
    }

    #searchId .inputArea p {
        width: auto;
        height: auto;
        padding-left: 0px;
        line-height: 40px;
    }

    #searchId .inputArea .searchTitle {
        display: block;
        font-size: 13px;
    }

    #searchId .inputArea .searchInput {
        width: 62%;
        margin: 10px 5px;
    }

    #searchId .inputArea .emailConfirm {
        position: relative;
        left: 5px;
        width: 110px;
        font-size: 12px;
    }

    #searchId .inputArea .confirmTime {
        font-size: 12px;
        width: auto;
        top: 0px;
        left: 10px;
    }

    #searchId .idNextBtn {
        top: 80px;
    }

    #searchPwd .inputArea p {
        width: auto;
        height: auto;
        padding-left: 15px;
        line-height: 0px;
    }

    #searchPwd .inputArea .searchTitle {
        display: block;
        font-size: 13px;
        height: 20px;
        padding-left: 5px;
        width: 90px;
        line-height: 18px;
    }

    #searchPwd .inputArea .searchInput {
        height: 30px;
        width: 60%;
        display: inline-block;
        margin: 10px 5px;
    }

    #searchPwd .inputArea .emailConfirm {
        font-size: 12px;
        display: inline-block;
        left: 0px;
        width: 100px;
    }

    #searchPwd .inputArea .confirmTime {
        font-size: 12px;
        width: auto;
        top: 0px;
        left: 5px;
    }

    #reWritePwd .inputArea p {
        width: auto;
        height: auto;
    }

    .inputArea .pwdNextBtn,
    .inputArea .idNextBtn {
        left: 190px;
        top: 20px;
    }

    #reWritePwd .inputArea .searchTitle {
        font-size: 13px;
    }

    #reWritePwd .inputArea .searchInput {
        width: 61%;
    }

    .findFooter {
        font-size: 11px;
    }
}

@media screen and (max-width: 425px) {
    #searchId .inputArea .searchInput {
        width: 60%;
    }

    #searchId .inputArea .emailConfirm {
        position: relative;
        left: 0px;
        width: 97px;
    }

    #searchPwd .inputArea p {
        padding-left: 0px;
        line-height: 30px;
    }

    .inputArea .emailConfirm {
        font-size: 12px;
        display: inline-block;
        width: 95px;
        left: 10px;
    }
    .inputArea .confirmTime {
        top: 0px;
        left: 5px;
    }

    .inputArea .pwdNextBtn {
        left: 100px;
        top: 35px;
    }

    #reWritePwd .inputArea p {
        line-height: 3;
        padding: 0;
    }

    #reWritePwd .inputArea .searchInput {
        width: 90%;
        margin-left: 10px;
    }

    #reWritePwd #passwordChange {
        top: 65px;
        width: 118px;
        height: 40px;
    }
}
