@charset "utf-8";

#lo {
    color: #C3D600;
}

#my:hover .sub_gnb {
    height: 80px;
    opacity: 1;
}
.m_lnb:hover .sub_lnb {
    height: 100px;
    opacity: 1;
}

/*-----------------------------*/
#section {
    background-color: #F4F1EC;
}

section {
    width: 1024px;
    height: 634px;
    position: relative;
    background: #F4F1EC url(../imges/bottom_img.png) no-repeat bottom;
}

/*보여지는 내용 bg 화이트 설정*/
section > #contentwrap {
    width: 1024px;
    height: 525px;
    background-color: rgba(255, 255, 255, 0.5);
}


/*----내용width값*/
#contentwrap > div {
    width: 937px;
    text-align: center;
}

/*----------------------------------로그인*/


.login {
    width: 937px;
    height: 400px;
}

.login > div {
    position: relative;
    left: 301px;
    top: 60px;
}

.login_t {
    width: 335px;
    height: 115px;
}

.login > div > div {
    float: left;
}

.login_l {
    width: 252px;
    height: 82px;
}

.id {
    width: 252px;
    height: 41px;
}

.id div {
    float: left;
}

.id > div:nth-child(1) {
    width: 50px;
    height: 25px;
    line-height: 40px;
    color: #97BA60;
}

.id > div:nth-child(2) {
    width: 200px;
    height: 25px;
    line-height: 40px;
}

.login_r {
    width: 82px;
    height: 82px;
    line-height: 95px;
}

.pw {
    width: 252px;
    height: 41px;
}

.pw div {
    float: left;
}

.pw > div:nth-child(1) {
    width: 50px;
    height: 25px;
    line-height: 40px;
    color: #97BA60;
}

.pw > div:nth-child(2) {
    width: 200px;
    height: 25px;
    line-height: 40px;
}


.my_box {
    width: 180px;
    height: 25px;
    border: 1px solid #97BA60;
    border-radius: 3px;
    font-size: 14px;
}

.login_btn {
    width: 72px;
}

.login_b {
    width: 200px;
    height: 25px;
}

.login_b > ul {
    float: left;
    position: relative;
    left: 50px;
}

.login_b a {
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    display: block;
    color: #373737;
    font-size: 12px;
    font-weight: lighter;
}

.login_b a:hover {
    color: #C3D600;
}

.login_b > ul > li {
    float: left;
    position: relative;
}

.login_b > ul > li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    background-color: #373737;
    top: 5px;
    left: 0;
}

.login_b > ul > li:nth-child(1)::after {
    content: none;
}
