﻿.Title {
    width:200px; height:100px; margin:0 auto; padding-top:30px; 
}
.Slider {
    height:400px; width:684px; margin-bottom:20px; margin:0 auto;
}
.LoginBox {
    height:130px; width:684px; margin:0 auto; margin-bottom:70px; border:1px solid #dedede; background-color:#fafafa;
}
.loginInfo {
    margin:0 auto; width: 580px; padding-top:30px;
}
.loginInfo .inputBox {
    height: 43px;
}
.loginInfo .curPointer {
    float: right;
}
.checkbox {
    margin-left: 10px; margin-top:10px; font-size: 12px; padding-top: 10px;
}
.checkbox p {
    margin-top: 2px; margin-left: 5px; float: right;
}
.forgettPw {
    width:150px; float: right; margin-top:12px;
}
.Foottext {
    width:1000px; height:140px; margin:0 auto;
}
.callcenter {
    width:600px;float:left; margin-bottom:10px;
}
.callcenter .tit {
    padding-right: 15px;
}
.callcenter td {
    height: 22px; line-height: 22px
}
.sinmoongo {
    width:400px; height:40px; float:left;
}

.forgettPw {
    text-decoration:underline;
    color:#333333;
    cursor:pointer;
}

.SinmungoWrap {
    margin-top:200px;
}

    .SinmungoWrap .modal-title {
        color:#0c75e1; font-weight:bold;
    }
    .SinmungoWrap .modal-title-info {
        margin-top:15px; font-size:13px; line-height: 1.6;
    }

    .SinmungoWrap .modal-body {
        font-size:12px;
    }
        .SinmungoWrap .modal-body textarea{
            border:1px solid #dedede; width:100%; height:100px;
        }
    .SinmungoWrap .modal-footer{
        text-align:center;
    }

.PasswordWrap {
    margin-top:200px;
}
    .PasswordWrap .modal-body .form-group {
        margin: 10px;
    }
.phone-number .col-xs-3::after{
 content: "-";
 position:absolute;
    right: 5px;
    color: black;
    border: 0px solid;
    top: 5px;
    margin-left:30px;
}

.phone-number .col-xs-4{
	width:25%;
}

.phone-number .col-xs-3, .phone-number .col-xs-4{
	padding-left:0;
}

.modalChkAuth {
    margin-top:200px;
}