@charset "utf-8";

#jo {
    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: 1250px;
    position: relative;
    background: #F4F1EC url(../imges/bottom_img.png) no-repeat bottom;
}

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

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


/*----------------------------------회원가입*/

.join {
    width: 937px;
    height: 900px;
}

.join > p {
    font-weight: bold;
    font-size: 18px;
}

fieldset {
    width: 590px;
    height: 240px;
    border: 1px solid #373737;
    position: relative;
    left: 173.5px;
    margin-bottom: 20px;
}

textarea {
    width: 590px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    resize: none;
    font-size: 14px;
    line-height: 20px;
}

#agree {
    width: 190px;
    height: 15px;
    margin: 0 auto;
}

#agree > div {
    float: left;
}

#agree_btn {width: 15px;margin-right: 10px;}