* {
    margin:0;
    padding:0;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
}
/*----- 가이드 라인 -----*/
/* .Test-line {
    position: fixed;
    border:5px solid gray;
    width:1700px;
    height:920px;
} */
/*--- 최상단 메뉴 ---*/
.top-menu {
    position: relative;
    top:30px;
    left:350px;
    display: flex;
    justify-content: space-between;
    width:1000px;
}
/* 로고와 이미지 */
.logo-img {
    position: absolute;
    top:7px;
}
.logo-and-name {
    position:absolute;
    left:-180px;
    display: flex;
}
.logo-img>img {
    width:120px;
    height:40px;
}
.company-name {
    position: absolute;
    top:-5px;
    left:110px;
    width:200px;
}
.company-name>:nth-child(1) {
    font-size:30px;
}
.name-move {
    margin:-9px 0 0 2px;
    font-size:19px;
}
/* 설치파일 */
.download_file {
    position:absolute;
    left:750px;
    top:5px;
    display:flex;
    justify-content:space-between;
    width:57%;
}
.download_file>a {
    cursor: pointer;
    margin-right:7px;
}
.download_file>h5 {
    font-weight:normal;
    font-size:18px;
}
/*--- 상단 메뉴 ---*/
.Top-img-title {
    position:absolute;
    top:60px;
    /* top:80px; */
    /* left:300px; */
    left:80px;
}
.Top-img-ment {
    position:absolute;
    top:20px;
    left:20px;
    z-index:2;
    width:700px;
}
.Top-img-ment h5 {
    font-size:16px;
    font-weight:normal;
}
.Top-img1>img {
    margin:10px 0 0 650px;
    width:340px;
    height:480px;
}
.Top-img1 {
    position:absolute;
    z-index:2;
}
.Top-img2 {
    position:absolute;
    top:0px;
}
.Top-img2>img {
    width:1000px;
    height:600px;
    opacity:0.7;
}

/*--- 중단 메뉴 ---*/
.mid-menu {
    position: relative;
    /* top:450px; */
    top:580px;
    z-index:10;
}
.mid-line {
    position: absolute;
    /* width:1700px; */
    width:100%;
    height:230px;
    background:url(/img/손보\ 배경.png) #17593d left top;
}
/*--- 로그인 메뉴 ---*/
.member-login {
    position: absolute;
    top:20px;
    left:480px;
}
/* title */
.login-title {
    position: absolute;
    top:10px;
    width:300px;
}
.login-title>h5 {
    color:#c7ffbd;
    font-size:25px;
}
.login-span {
    font-weight:normal;
}
/* ID-PW 묶기 */
.ID-PW-plus {
    position: absolute;
    top:50px;
    left:0px;
}
/* ID */
.member-num {
    position: absolute;
    display: flex;
    width:400px;
}
.member-num2 {
    margin-top:1px;
    width:120px;
    height:38px;
    background-color: white;
}
.member-num2>h5 {
    margin:7px 0 0 7px;
    font-size:15px;
    text-align: center;
}
.member-num>input,
.password>input {
    width:260px;
    height:40px;
    padding-left:7px;
}
/* PW */
.password {
    position: absolute;
    top:43px;
    display: flex;
    width:400px;
}
.password2 {
    margin-top:1px;
    height:38px;
    width:120px;
    background-color: white;
}
.password2>h5 {
    margin:7px 0 0 5px;
    font-size:15px;
    text-align: center;
}
.password>input {
    width:260px;
    height:40px;
}

/* 로그인 버튼 */
.login-btn {
    position: absolute;
    left:400px;
    top:53px;
    background-color: #00864b;
    border:none;
    width:150px;
    height:80px;
    border:1px solid white;
    cursor: pointer;
}
.login-btn>h5 {
    color:white;
    font-size:20px;
}
/* 비밀번호 및 로그인 설정 */
.ID-PW-change {
    position: absolute;
    top:30px;
    left:600px;
    display: flex;
    justify-content: space-between;
    display: block;
}
.ID-PW-img {
    position: absolute;
    top:30px;
    left:70px;
    display: flex;
    justify-content: space-between;
    width:200px;
}

.ID-PW-WORD {
    position: absolute;
    top:105px;
    display: flex;
    justify-content: space-between;
    width:310px;
}
.ID-PW-WORD>h5 {
    margin-left:40px;
    font-size:18px;
    color:white;
}
.IP-img1 {
    position: absolute;
    left:-15px;
    cursor: pointer;
}
.IP-img2 {
    position: absolute;
    left:150px;
    cursor: pointer;
}
.IP-img1>img,
.IP-img2>img {
    border:1px solid white;
    border-radius:50px;
    width:70px;
    margin-left:-5px;
}
/* 하단 메뉴 */
.bottom-menu {
    position:absolute;
    /* top:690px; */
    top:818px;
    left:415px;
    display:block;
    margin:0 auto;
}
.bottom-menu h5 {
    font-size:17px;
}
/* 고객 상담센터 */
.bottom-call {
    display:flex;
}
.bottom-call>div:nth-child(1) {
    display:flex;
    margin-left:420px;
}
.call-num {
    color:#ff6613;
    margin-left:10px;
}
/* 주소 */
.bottom-address {
    display:flex;
    margin:10px 0 0 250px;
}
.bottom-address>h5 {
    margin: 0 0 0 5px;
}
.bottom-phrase {
    position:absolute;
    top:75px;
    left:420px;
}
.bottom-phrase>h5 {
    color:#666666;
    font-size:11px;
}
