@charset "utf-8";
/* CSS Document */


/* -------------------------- Board, Join, Login, Find-pw -------------------------- */

/* Board-list */
.board-wrap {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 10px;
    border-top: 1px solid #ebebeb;
}
.board-list li {
    position: relative;
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
}
.board-list li p {
    font-weight: 300;
    font-size: 15px;letter-spacing: 0.150px;
}
.board-list li p.board-sub {
    display: block;
    float: left;
    width: 100%;
    height: 65px;
    line-height: 65px;
    overflow: hidden;
    padding: 0 15px;
    padding-right: 130px;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
}
.board-list li p.board-date {
    display: block;
    position: absolute;
    width: 100px;
    height: 65px;
    line-height: 65px;
    top: 0;
    right: 15px;
    color: #a1a1a1;
    text-align: right;
}
.board-list li.board-none {
    height: 65px;
    line-height: 65px;
    text-align: center;
}
.board-nav {
    width: 100%;
    max-width: 100%;
}

/* borad-read */
.read-wrap {
    width: 100%;
    margin-top: 80px;
    border-bottom: 1px solid #ebebeb;
}
.board-head {
    text-align: center;
}
.board-head p.read-sub {
    margin-top: 40px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.55px;
}
.board-head p.read-date {
    margin-top: 28px;
    color: #a1a1a1;
    font-weight: 300;
}
.board-content {
    padding: 45px 0;
}
.board-content p {
    color: #717171;
    font-weight: 300;
    line-height: 1.7;
} 
.list-head {
    cursor: pointer;
}
.board-content.test2 {
    padding: 35px 15px;
}
.list-content {
    display: none;
}


/* Board-write */
.write-wrap {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 10px;
}
.write-sub {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    border: none;
    font-size: 22px;
    font-weight: 500;
}
.write-textarea {
    width: 100%;
    height: 500px;
    overflow-y: scroll;
    background-color: #fff;
    border: none;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ececec;
    padding: 26px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
}
.fileWrapA {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ececec;
}
.inputFileA {
    width: 100%;
    padding: 20px 15px;
    background-color: #fff;
}
.inputAhrefA {
    padding: 20px 15px;
    color: #666;
}
.write-btn-wrap {
    float: right;
    width: 200px;
    height: auto;
    overflow: hidden;
    margin: auto;
    margin-top: 30px;
}
.write-btn {
    float: left;
    width: 46%;
    height: 45px;
    background-color: #464646;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-align: center;
    letter-spacing: -0.35px;
    line-height: 45px;
    text-transform: uppercase;
}
.cancelBtn {
    margin-right: 8%;
    background-color: #e2e2e2;
}
.write-select {
    width: 160px;
    height: 45px;
    margin-bottom: 2px;
    border: 1px solid #ebebeb;
    border-radius: 0px;
    background-color: #fff;
    padding-left: 13px;
    padding-right: 35px;
    color: #717171;
    font-size: 14px;
    font-weight: 300;
    background: url(../images/select_arrow.png) no-repeat 92% center;
    background-size: 12px;
}


/* Join */
.join_section {
    max-width: 580px;
    height: auto;
    overflow: visible;
    margin: 80px auto;
    background-color: #fff;
}
.join_wrap {
    width: 100%;
    height: auto;
    overflow: visible;
    margin: auto;
}
.join_section h3 {
    margin-top: 0px;
    margin-bottom: 35px;
    font-size: 21px;
    text-align: left;
}
.join_input {
    width: 100%;
    height: 50px;
    padding: 0 12px;
    border: 1px solid #e8e8e8;
    margin-bottom: 15px;
    font-size: 14px;
}
.join_agree_head {
    margin-top: 50px;
    margin-bottom: 15px;
}
.join_agree_head h3 {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
}
.join_agree_head .agree_check label {
    color: #628acc;
    font-size: 15px;
}
.agree_wrap {
    text-align: left;
}
.agree_check {
    text-align: left;
}
.agree_check input {
    opacity: 0;
    width: 16px;
    height: 16px;
    margin: 0px 0 0 !important;
    margin-right: -20px !important;
}
.agree_check label {
    display: inline-block;
    padding-left: 25px;
    height: 18px;
    line-height: 16px;
    background: url(../images/check_icon_off.jpeg) no-repeat left center;
    background-size: 18px;
    color: #585858;
    font-size: 14px;
    font-weight: 400;
}
.agree_check input:checked+label {
    background: url(../images/check_icon_on.jpeg) no-repeat left center;
    background-size: 18px;
}
.join_agree {
    margin-bottom: 25px;
}
.join_wrap .join_agree h4 {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
}
.agree_content {
    width: 100%;
    height: 140px;
    padding: 14px 18px;
    overflow-y: scroll;
    margin-bottom: 15px;
    border: 1px solid #e8e8e8;
    color: #999;
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
}
.agree_span {
    color: #628acc;
    font-size: 13px;
    font-weight: 500;
    margin-left: 5px;
}
.agree_span2 {
    color: #bebebe;
    font-size: 13px;
    font-weight: 500;
    margin-left: 5px;
}
.join_error_p {
    margin-top: -5px;
    margin-left: 10px;
    text-align: left;
    color: #fe3b4d;
    font-size: 13px;
    display: none;
}
p.err_col { display: block; }
.confirm_button {
    width: 100%;
    height: 50px;
    background-color: #464646;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-align: center;
    letter-spacing: -0.35px;
    line-height: 50px;
    text-transform: uppercase;
}
/*
.confirm_button {
    background-color: #464646;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: -0.35px;
    line-height: 1.42;
    padding: 11px 35px 10px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
}
*/


/* Login */
.join_section.login_section {
    max-width: 480px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 140px;
    margin-bottom: 140px;
    background-color: #fff;
}
.login_section .join_wrap h4 {
    font-size: 16px;
    text-align: left;
    margin-top: 55px;
    margin-bottom: 18px;
}
.joinlink_wrap a {
    display: block;
    float: left;
    width: 47.8%;
    height: 50px;
    background-color: #f2f2f2;
    color: #333 !important;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
}
.joinlink_wrap a:last-child { float: right; }
.login_line {
    height: auto;
    overflow: hidden;
    margin-bottom: 25px;
}
.login_check {
    float: left;
}
.login_find {
    float: right;
}
.login_find a {
    color: #333 !important;
    font-size: 14px;
    padding-left: 20px;
    background: url(../images/search_bg.png) no-repeat left center;
    background-size: 15px;
    line-height: 24px;
}
.join_wrap .find_h3 {
    margin-bottom: 11px;
}
.find_p {
    margin-bottom: 26px;
    color: #717171;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
}
.find_p span {
    display: block;
}