@charset "UTF-8";
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;
    font-size: 12.5px;
}
button {
    border: none;
}

#signUpWrap {
    width: 100%;
    height: 100%;
    text-align: center;
}

.signUpTitle {
    height: 130px;
}

.signUpTitle img {
    /* width: 160px; */
    height: 50px;
    position: relative;
    top: 40px;
}

.signUpIntro {
    width: auto;
    margin: 0 auto;
    font-size: 14px;
}

.signUpIntro p {
    font-size: 18px;
    font-weight: bold;
}

/* 개인정보 입력 */
.signUpForm {
    width: 503px;
    height: auto;
    margin: 40px auto;
    text-align: left;
}

.signUpForm ul {
    clear: both;
}

.signUpForm li {
    position: relative;
    padding: 6px 0;
}

.signUpForm li label {
    display: inline-block;
    width: 105px;
    margin: 0 35px 0 5px;
    font-size: 14px;
    font-weight: bold;
}

.signUpForm li input {
    width: 358px;
    height: 40px;
    padding-left: 10px;
    font-size: 12.5px;
    border: 1px solid #ccc;
}

.signUpForm li input.error {
    border: 1px solid #ff0000;
}

.signUpForm .getCertifi {
    position: absolute;
    right: -115px;
    top: 8px;
    width: 100px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #1bb2c4;
    background: #fff;
    color: #1bb2c4;
    font-size: 12.5px;
    font-weight: bold;
}

.signUpForm .comfirmTime {
    font-size: 14px;
}

.comfirmTime #timer {
    display: inline-block;
    position: absolute;
    width: 55px;
    top: 20px;
    margin-left: 25px;
}

.signUpErr span {
    color: #ff0000;
    width: 300px;
    position: relative;
    left: 144px;
    top: 1px;
    font-size: 12px;
}

.checkListErr {
    left: 150px;
    top: -3px;
}

.confirmTime {
    display: none;
    font-size: 14px;
}

.requInfo {
    font-size: 12px;
    float: right;
    margin-bottom: 10px;
}

.required {
    color: red;
    font-weight: bold;
}

/* 약관동의 */
.firstForm {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 358px;
    vertical-align: top;
}
.secondForm {
    border-top: 1px solid #ccc;
    padding: 4px 0;
}

.firstForm input[type='checkBox'],
.secondForm input[type='checkBox'] {
    width: 12px;
    height: 12px;
    position: relative;
    top: 2px;
}
.firstForm input {
    margin: 0 8px 0 0;
}

.firstForm .allCheck {
    padding: 13px 8px 14px;
}

.firstForm .allCheck + li {
    padding: 0;
}

.secondForm .checkList {
    padding: 8px;
}

.termsForm {
    font-size: 0;
}

.termsForm > label {
    transform: translateY(12px);
}

.termsForm .allCheck label,
.termsForm .checkList label {
    width: 255px;
    font-weight: normal;
    font-size: 12.5px;
    margin: 0;
}

.serviceTerms,
.privacyTerms {
    position: relative;
    font-size: 14px;
    bottom: 1px;
    left: 30px;
    color: #333;
}

.serviceTerms > a,
.privacyTerms > a {
    color: #333;
    position: absolute;
    right: 0px;
    top: 3px;
    left: -25px;
    width: 60px;
    text-align: right;
    font-size: 12.5px;
}

/* .serviceTerms:hover, .privacyTerms:hover {
	고객센터 때문에 잠시 막아둠
	cursor: pointer;
	cursor: default;
} */

.signUpBtn {
    width: 360px;
    height: 50px;
    border-radius: 4px;
    margin: 0 0 60px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background-color: #1bb2c4;
    position: relative;
    left: 75px;
}

/* footer */
#signUpFooter {
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 12px;
}

#signUpFooter span {
    font-size: 12px;
    color: #000000;
}

.copyright {
    font-size: 12px;
    color: #000000;
}

.copyright #copySent {
    font-size: 12px;
    font-weight: bolder;
    color: #000000;
}

.copyright #copySent:hover {
    color: #333;
}

#signUpFooter .infoArea,
#signUpFooter .copyright {
    height: 45px;
}

#signUpFooter .infoArea {
    line-height: 55px;
    font-size: 12px;
    color: #555;
}

#signUpFooter .infoArea .privacy {
    font-weight: bold;
    margin: 0 20px 0;
}
#signUpFooter .infoArea .privacy:hover {
    text-decoration: underline;
}

#signUpFooter .infoArea .term:hover {
    text-decoration: underline;
}

#signUpFooter .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,
#timeOutModal .timeOutClose {
    margin: 15px auto 0;
    width: 70px;
    height: 30px;
    border-radius: 4px;
    display: block;
}

#finishModal .modal-dialog {
    max-width: 350px;
}

#finishModal .modal-content {
	min-height: 150px;
    max-height: 195px;
}
#finishModal .modal-header {
    background-color: #1bb2c4;
    padding: 7px 10px;
}

#finishModal .modal-title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

#finishModal .modal-body {
    text-align: center;
    font-size: 15px;
   	display: inline-flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#finishModal .modal-body p {
    padding: 3px 0;
    font-size: 14px;
}

#finishModal .modal-body p:nth-child(2) {
    line-height: 25px;
}

#finishModal .modal-body .goLogin {
    margin: 15px auto 0;
    width: 70px;
    height: 30px;
    border-radius: 4px;
    display: block;
    font-size: 13px;
    line-height: 1px;
    background-color: #1bb2c4;
    color: #fff;
    display: inline-block;
}

#finishModal .modal-body .goTrial {
    margin: 15px auto 0;
    border-radius: 4px;
    border: 1px solid #1bb2c4;
    background: #fff;
    color: #1bb2c4;
    font-size: 12.5px;
    font-weight: bold;
    display: inline-block;
}

.singCaution {
    font-size: 10.5px;
    margin-top: 5px;
    position: relative;
    left: 147px;
    color: #777;
    line-height: 180%;
}

input[type='checkBox']:hover {
    cursor: pointer;
}

/* the vc용 */
.vcHeader {
    background-color: #454958;
    height: 60px;
}
.headerList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 110px;
    height: 100%;
}
.vcHeader .loginBtn {
    background: none;
    color: #fff;
    height: 60px;
    font-size: 14px;
}
.headerList .dropDownBtn {
    width: 12px;
    fill: #fff;
}
#signDropDown {
    background: none;
    border: none;
    height: 100%;
}
.loginDropDown {
    height: 100%;
}
.loginDropDown li {
    height: 100%;
}
.loginDropDown li button:active:focus {
    background: none;
    border: none;
    box-shadow: none;
}
.loginDropDown li button:focus {
    box-shadow: none;
}
.btn-logout .dropdown-menu {
    padding: 5px 0;
    background: #333;
    min-width: 120px;
}
.btn-logout .dropdown-item {
    padding: 10px 15px;
    font-size: 12.5px;
    color: #fff;
    line-height: 15px;
}
.btn-logout .dropdown-item:active {
    background: none;
}

.vcWrap {
    display: flex;
    background: #f5f5f5;
    height: calc(100% - 60px);
    justify-content: space-between;
}
.vcWrap .signUpImg {
    margin: 0 auto;
    width: calc(100% - 938px);
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.signUpImg .imgInfo {
    font-size: 18px;
    line-height: 26px;
    color: #212529;
    /* margin-top: 66px; */
    word-break: keep-all;
    display: inline-block;
}
.signUpImg .imgInfo .bold {
    font-weight: bold;
}
.signUpImg .img1 {
    margin-top: 5px;
    max-width: 980px;
    width: 100%;
}

.vcWrap .vcSignUpWrap {
    background-color: #fff;
    margin-right: 55px;
    width: 663px;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
}
.vcSignUpWrap .vcTitle {
    width: 663px;
    height: auto;
    text-align: center;
    margin: 24px 0;
    font-size: 18px;
    font-weight: bold;
}
.vcSignUpWrap .vcTitle p {
    letter-spacing: -0.02em;
}
.vcSignUpWrap .vcSignUpForm {
    margin: 0 55px;
    width: 553px;
    display: flex;
    flex-direction: column;
}
.vcWrap .vcSignUpWrap::-webkit-scrollbar {
    width: 10px;
}
.vcWrap .vcSignUpWrap::-webkit-scrollbar-thumb {
    background-color: #b3b3b3;
    border-radius: 10px;
}
.vcSignUpForm li {
    padding: 4px 0;
}
.vcSignUpForm .formList > li:nth-child(1) {
    padding-top: 0px;
}
.vcSignUpForm li.vcTermsForm {
    padding-bottom: 0px;
}
.vcSignUpForm li label {
    width: auto;
    margin: 0px;
}
.vcSignUpForm #id {
    margin-right: 92px;
}
.vcSignUpForm #pwd {
    margin-right: 78px;
}
.vcSignUpForm #pwd2 {
    margin-right: 46px;
}
.vcSignUpForm #nm {
    margin-right: 105px;
}
.vcSignUpForm #tel {
    margin-right: 92px;
}
.vcSignUpForm #com {
    margin-right: 59px;
}
.vcSignUpForm #team {
    margin-right: 96px;
}
.vcSignUpForm #mail {
    margin-right: 60px;
}
.vcSignUpForm #num {
    margin-right: 78px;
}
.vcSignUpForm #check {
    margin-right: 74px;
}
.vcSignUpForm li input {
    width: 267px;
}
.vcSignUpForm li .vcGetCertifi {
    width: 121px;
    right: 0;
    top: 4px;
}
.vcSignUpForm li .emailInfo {
    font-size: 10.5px;
    color: #777;
    letter-spacing: -0.1em;
    padding-top: 8px;
    width: 265px;
    display: inline-block;
    margin-left: 146px;
}
.vcSignUpForm .signUpErr span {
    left: 146px;
    top: 4px;
}
.vcSignUpForm .firstForm {
    width: 267px;
}
.vcTermsForm .allCheck label,
.vcTermsForm .checkList label {
    width: 171px;
    letter-spacing: -0.15em;
}
.vcTermsForm .serviceTerms > a,
.vcTermsForm .privacyTerms > a {
    left: -33px;
}
.vcSignUpWrap .signUpBtn {
    margin: 0 auto 8px;
    width: 268px;
    height: 50px;
    display: block;
    left: 0;
}
.vcSignUpForm .singCaution {
    letter-spacing: -0.1em;
    margin-top: 0px;
    width: 360px;
    display: flex;
    flex-direction: column;
}
.vcSignUpForm .singCaution span {
    display: inline-block;
    margin-top: 8px;
    height: 12px;
    line-height: 12px;
}

.vcSignUpFooter {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

@media (max-width: 1440px) {
    .headerList {
        padding: 0 55px;
    }
    .vcWrap .vcSignUpWrap {
        width: 633px;
        /* width: 560px; */
        margin-right: 40px;
    }
    .vcSignUpWrap .vcSignUpForm {
        margin: 0 40px;
    }
    .vcSignUpWrap .vcTitle {
        width: auto;
    }
    .vcWrap .signUpImg {
        margin: 0 40px;
        width: calc(100% - 753px);
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 1280px) {
    .headerList {
        padding: 0 25px;
    }
    .vcWrap .signUpImg {
        margin: 0 25px;
        width: calc(100% - 653px);
    }

    .vcWrap .vcSignUpWrap {
        margin-right: 0px;
        width: 663px;
        /* margin-right: 25px;
        width: 578px; */
    }

    .vcSignUpWrap .vcSignUpForm {
        width: 570px;
        margin: 0 25px;
    }
}
