@charset "utf-8";


#join_wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    border-top: solid 4px #ff7777;
}
.topTitle {
    position: relative;
    box-sizing: content-box;
    border-bottom: solid 1px #d3d3d3;
    text-align: center;
}
.topTitle a {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
}
.joinTitle {
    text-align: center;
    padding: 60px 0 70px 0;
    border-bottom: solid 1px #d3d3d3;
    background: url('../img/topimg/topimg12.jpg') no-repeat 50% 35%;
    background-size: cover;
}
.joinTitle h1 {
    font-weight: 700;
    font-size: 43px;
    padding-bottom: 10px;
    color: #323232;
}
.joinTitle h3 {
    font-weight: 500;
    font-size: 20px;
    color: #323232;
}
.progress {
    text-align: center;
    margin-top: -24px;
}
.step {
    display: inline-block;
    margin: 0 40px;
    text-align: center;
}
.circle {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    font-weight: 500;
    background: white;
    margin: 0 auto;
    display: block;
}
.s1 .circle {
    color: #ff7777;
    border: 6px solid #ff7777;
}
.s2 .circle, .s3 .circle, .s4 .circle {
    color: #b9b9b9;
    border: 6px solid #b9b9b9;
}
.step p {
    margin-top: 5px;
    font-size: 16px;
    color: #b9b9b9;
}
.s1 p {
    font-weight: 500;
    color: #ff7777;
}




/*내용*/

.contents {
    clear: both;
    position: relative;
    margin-top: 80px;
}
.contents h2 {
    font-size: 31px;
    font-weight: 500;
    color: #323232;
    margin: 80px 0 70px 0;
    text-align: center;
}
.fLine {
    font-size: 18px;
    font-weight: 500;
    color: white;
    background: #ff7777;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto 50px auto;
    padding: 10px;
    border-radius: 10px;
    display: block;
    word-break: keep-all;
}
.fLine img {
    padding-right: 10px;
    margin-bottom: -2px;
}
.terms_all {
    padding-bottom: 30px;
    margin-bottom: 70px;
    border-bottom: 1px dotted #d3d3d3;
}
.all_t {
    margin-left: -704px;
    display: block;
    text-align: center;
}
.termsTitle {
    font-size: 18px;
    font-weight: 500;
    color: #323232;
    margin-bottom: 10px;
}
.termsTitle input[type="checkbox"], .ev_input input[type="checkbox"], .terms_all input[type="checkbox"] {
    display: none;
}
.terms_all input[type="checkbox"] + label {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('../img/sub/box_non_checked.png') no-repeat;
    background-size: cover;
    cursor: pointer;
}
.terms_all input[type="checkbox"]:checked + label {
    background: url('../img/sub/box_checked.png') no-repeat;
    background-size: cover;
}
.terms_all input[type="checkbox"] + label span.all_txt {
    position: absolute;
    padding-left: 25px;
    margin-top: -2px;
}
.gray {
    color: rgb(145, 145, 145);
}
.termsTitle input[type="checkbox"] + label {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('../img/sub/box_non_checked.png') no-repeat;
    background-size: cover;
    cursor: pointer;
}
.termsTitle input[type="checkbox"]:checked + label {
    background: url('../img/sub/box_checked.png') no-repeat;
    background-size: cover;
}
.termsTitle input[type="checkbox"] + label span.ag_txt {
    position: absolute;
    padding-left: 35px;
    margin-top: -2px;
}
.terms2, .terms3 {
    margin-top: 35px;
}
.termsBox {
    height: 230px;
    overflow-y: scroll;
    border: 1px solid #d3d3d3;
    padding: 20px 25px;
    font-size: 14px;
    line-height: 1.7;
    color: #5e5e5e;
}
#terms p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    color: #323232;
    text-align: left;
}
#terms p.article, #terms .article2 {
    font-weight: 500;
}
#terms li.chapter {
    font-size: 15px;
    text-align: left;
    color: #ff7777;
    line-height: 2.5;
    margin-top: 30px;
    font-weight: 700;
}
#terms ol li.chapter:first-child {
    margin-top: 0;
}
#terms ol li.chapter ol li {
    margin-top: 20px;
}
#terms ol li.chapter ol li:first-child {
    margin-top: 5px;
}
#terms ol li.chapter ol li p {
    margin-bottom: 8px;
}
#terms .subs {
    margin-left: 10px;
}
#terms .article2 {
    font-size: 15px;
    text-align: left;
    line-height: 2.5;
    margin-top: 20px;
    color: #ff7777;
}
#terms .article2 p {
    margin-top: 8px;
}
#terms .article2 p:first-child {
    margin-top: 0;
}
#terms .article2 table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin: 20px 0;
}
#terms .article2 table tr td {
    width: auto;
    border: solid 1px #bdbdbd;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    color: #323232;
    padding: 10px 0;
}
#terms .article2 table tr td:first-child {
    border-left: 0;
}
#terms .article2 table tr td:last-child {
    border-right: 0;
}
#terms .article2 table tr:first-child td {
    font-weight: 500;
    background: #fff9f9;
    border-top: 1px solid #323232;
}
#terms .article2 table tr:last-child td {
    border-bottom: 1px solid #323232;
}
#terms .article2 table.tb2 tr td {
    padding: 10px;
}
#terms .article2 table.tb2 tr td:last-child {
    text-align: left;
}
#terms .article2 table.tb2 tr:first-child td:last-child {
    text-align: center;
}
#terms .article2 table.tb2 tr:nth-child(4) td:first-child, #terms .article2 table.tb2 tr:nth-child(7) td:first-child {
    border-bottom: 1px solid #323232;
}
#terms .article2 table.tb3 tr:last-child td:last-child p {
    text-align: center;
    margin: 0;
}
#terms .article2 table.tb4 tr:first-child td {
    background: none;
}
#terms .article2 table.tb4 tr td:first-child {
    font-weight: 500;
    background: #fff9f9;
}
#terms .article2 table.tb4 tr td:last-child {
    padding: 10px;
}
#terms .article2 table.tb4 tr td:last-child p {
    margin: 0;
}
#terms .subs2 {
    margin-left: 10px;
    margin-top: 5px;
}
#terms .subs2 ol, #terms .subs2 div {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    color: #323232;
    text-align: left;
    margin-left: 15px;
}
#terms .subs2 ol li {
    margin-top: 2px;
}
#terms .subs2 ol li p {
    margin-top: 0;
    margin-left: 12px;
}
#terms .add {
    font-size: 15px;
    text-align: left;
    color: #ff7777;
    line-height: 2.5;
    margin: 30px 0;
    font-weight: 700;
}
#terms .prevTerms {
    border: 1px solid #323232;
    width: 300px;
    text-align: center;
    display: inline-block;
    margin: 20px 0 30px 0;
}
#terms .prevTerms a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #323232;
}
#terms .prevTerms a img {
    margin-left: 10px;
}




.ag_event {
    padding-left: 35px;
    position: relative;
    display: block;
}
.ag_event p {
    font-size: 15px;
    font-weight: 300;
    margin-top: -12px;
    margin-bottom: 15px;
    display: block;
}
.ev_input {
    position: relative;
    display: inline-block;
}
.ev_input input[type="checkbox"] + label {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 80px;
    background: url('../img/sub/box_non_checked.png') no-repeat;
    background-size: cover;
    cursor: pointer;
}
.ev_input input[type="checkbox"]:checked + label {
    background: url('../img/sub/box_checked.png') no-repeat;
    background-size: cover;
}
.ev_input input[type="checkbox"] + label span.ev_txt {
    position: absolute;
    padding-left: 30px;
    margin-top: -1px;
}
.terms3 {
    padding-bottom: 100px;
}
.submit_btn {
    display: block;
    text-align: center;
    padding-bottom: 100px;
}
.ag_cc {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    width: 220px;
    background: white;
    border: 2px solid #aaaaaa;
    border-radius: 3px;
    margin: 0 7px;
    box-sizing: border-box;
    text-align: center;
}
.ag_cc a {
    display: block;
    color: #aaaaaa;
    padding: 14px 0;
}
.ag_submit {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    width: 220px;
    background: #ff7777;
    border-radius: 3px;
    margin: 0 7px;
    box-sizing: border-box;
    font-family: 'Noto Sans KR';
    cursor: pointer;
    -webkit-appearance: none;
    color: white;
    padding: 16px 0;
}


@media all and (max-width: 1152px) {
    .topTitle a {
        padding: 30px 0 25px 0;
    }
    .topTitle img {
        width: 160px;
    }
}
@media all and (max-width: 991px) {
    .topTitle a {
        padding: 25px 0 20px 0;
    }
    .topTitle img {
        width: 150px;
    }
    .joinTitle h1 {
        font-size: 35px;
    }
    .fLine {
        padding: 10px 20px;
    }
}
@media all and (max-width: 767px) {
    .joinTitle h1 {
        font-size: 34px;
    }
    .joinTitle h3 {
        font-size: 18px;
        word-break: keep-all ;
    }
    .fLine {
        font-size: 16px;
    }
    .step {
        margin: 0 30px;
    }
    .all_t {
        margin-left: 0;
        text-align: left;
    }
    .terms_all input[type="checkbox"] + label span.all_txt {
        padding-left: 35px;
        margin-top: -2px;
        word-break: keep-all;
    }
    .terms3 {
        padding-bottom: 70px;
    }
    .ag_cc {
        font-size: 17px;
        width: 70%;
        margin: 5px 0;    
    }
    .ag_cc a {
        padding: 14px 0;
    }
    .ag_submit {
        font-size: 17px;
        width: 70%;
        margin: 5px 0;
        padding: 16px 0;
    }
}
@media all and (max-width: 576px) {
    .topTitle a {
        padding: 20px 0 15px 0;
    }
    .topTitle img {
        width: 140px;
    }
    .joinTitle {
        padding: 50px 0;
    }
    .joinTitle h1 {
        font-size: 32px;
    }
    .joinTitle h3 {
        font-size: 17px;
    }
    .step {
        margin: 0 15px;
    }
    .circle {
        font-size: 15px;
    }
    .step p {
        font-size: 15px;
    }
    .fLine {
        font-size: 14px;
        line-height: 1.5;
    }
    .termsBox {
        height: 150px;
    }
    .ev_input input[type="checkbox"] + label {
        margin-right: 70px;
    }
    .terms3 {
        padding-bottom: 60px;
    }
    .ag_cc {
        font-size: 15px;
        width: 80%;
    }
    .ag_submit {
        font-size: 15px;
        width: 80%;    
    }
}
@media all and (max-width: 463px) and (min-width: 320px) {
    .topTitle a {
        padding: 20px 0 15px 0;
    }
    .topTitle img {
        width: 120px;
    }
    .joinTitle {
        padding: 35px 0 40px 0;
    }
    .joinTitle h1 {
        font-size: 28px;
    }
    .joinTitle h3 {
        display: none;
    }
    .step {
        margin: 0 10px;
    }
    .circle {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .s1 .circle, .s2 .circle, .s3 .circle, .s4 .circle {
        border: 5px solid;
    }
    .step p {
        font-size: 14px;
    }
    .contents {
        margin-top: 55px;
    }
    .termsTitle {
        font-size: 15px;
    }
    .terms_all {
        margin-bottom: 50px;
    }
    .all_t {
        margin-bottom: 30px;
    }
    .termsBox {
        height: 90px;
    }
    .ag_event p {
        font-size: 14px;
    }
    .terms_all input[type="checkbox"] + label {
        width: 22px;
        height: 22px;
    }
    .termsTitle input[type="checkbox"] + label {
        width: 22px;
        height: 22px;
    }
    .ev_input input[type="checkbox"] + label {
        width: 18px;
        height: 18px;
    }
    .terms_all input[type="checkbox"] + label span.all_txt {
        padding-left: 30px;
    }
    .termsTitle input[type="checkbox"] + label span.ag_txt {
        margin-top: 0;
        padding-left: 30px;
    }
    .terms3 {
        padding-bottom: 50px;
    }
    .ag_cc {
        width: 100%;
    }
    .ag_submit {
        width: 100%;
    }
}