.sub_visual {
    position: relative;
    height: 38vh;
    background: url(../images/subvisual06.jpg)center center/cover;
}

.sub_visual::after {
    position: absolute;
    content: "";
    inset: 0 0 0 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.sub_content {
    position: relative;
    background: url(../images/submain_bg.jpg) center bottom/cover;

}

.sub_content::after {
    position: absolute;
    content: "";
    inset: 0 0 0 0;
    background: rgba(255, 255, 255, 0.7);
}





.sub_content .dec {
    flex: 1;
}

.sub_content .dec {
    padding: 0 8rem 10rem 8rem;
}

.sub_content .dec .title strong {
    display: block;
    font-size: 2.8rem;
    line-height: 8rem;
    color: #444;
    border-bottom: 1px solid var(--line-color);
}


/* 회원가입안내박스 */
.info {
    margin-top: 5.6rem;
    background: #f8f8f8;
    padding: 6.4rem 2.4rem;
    /* border: 4.8rem solid rgba(243, 207, 207, 0.3); */
}

.info b {
    display: block;
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2.4rem;
}
.info p {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
}




/* 회원가입 폼 */


.subscrip_box {
    margin-bottom: 4rem;
}

.subscrip_box b {
    display: block;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 800;
    margin: 5.6rem 0 4rem 0;
    color: #444;

}

.scrip {
    border-top: 3px solid  var(--mc);

}

.scrip th {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background: #f8f8f8;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    color: #333;
    height: 3.2rem;
    line-height: 2rem;
}

.scrip .left {
    text-align: left;
    padding-left: 1rem;
}

.scrip td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    line-height: 3.2rem;
}

table td {
    word-wrap: break-word;
}


.sc_input {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 2px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    height: 2.8rem;
    padding: 0.4rem;
    margin: 0 auto;
}

.btn_input {
    cursor: pointer;
    height: 2.4rem;
    padding: 0 0.8rem;
    border-radius: 2px;
    font-size: 1.2rem;
    color: #fff;
    line-height: 2rem;
    background: var(--mc);
    border: none;
    margin: 0 4px;
}

.left label {
    font-weight: 400;
    color: #444;
    margin-left: 4px;
}

.select_num {
    font-size: 1.6rem;
    height: 2.8rem;
    border-radius: 2px;

    padding: 0 0.8rem;
    line-height: 2.4rem;
    border: 1px solid #ddd;
}

.b_btn {
    text-align: center;
    margin-top: 2.4rem;
}

.b_btn input {
    padding: 0.8rem 2.4rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--mc);
    background: rgba(185, 179, 179, 0.1);
    border: none;
}

.b_btn input:hover {
    color: #fff;
    background: var(--mc);
}

.b_btn .y {
    border: 1px solid var(--mc);
}

.b_btn .n {
    color: #444;
}

.holder {
    margin-left: 2.4rem;
    
}


/* 신청인 */ 

.applicant {
    border-bottom: 1px solid #ddd;
    padding-bottom: 4rem;
}
.applicant .p{
    font-size: 1.8rem;
margin-bottom: 1.6rem;
}

.applicant input {
    margin-left: 0.8rem;
}


/* 회원가입약관 */
.sub_content .join_wrap {
    padding: 4rem 0 1.6rem 0;
    /* border-top: 1px solid #ddd; */
    border-bottom: 3px solid  var(--mc);
}



.sub_content .tbox1 {
    height: 32rem;
    overflow-y: auto;
    padding: 1.5rem;
    background: #fff;
    border: 2px solid #ddd;
    margin-bottom: 1.6rem;
}

.sub_content .tbox1 h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #444;
}



.txt_type {
    color: #666;
    line-height: 3.2rem;
}

.sub_content .mt77 {
    margin-bottom: 2.4rem;
}

.sub_content .mt10 input#agree {
    vertical-align: middle;
    font-size: 1.8rem;
   
}

.join_wrap .mt10 {
    display: flex;
    align-items: center;
	justify-content: center;
}
.sub_content .mt10 span {
    font-size: 1.8rem;
	margin-left: 0.8rem;
}



.sub_content .mt40 {
    margin-bottom: 1.6rem;
}

.sub_content .mt40 input#agree {
    vertical-align: middle;
    font-size: 2rem;
    line-height: 1.6;
}

.sub_content .mt40 span {
    font-size: 2rem;
}

.mt77 {
    margin-bottom: 0;
}

.btnWrap {
    text-align: center;
    margin-top: 2.4rem;
}

.btnWrap input {
    padding: 0.8rem 4.8rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    background: var(--mc);
	border: none;
}

.btnWrap:hover input {
    background: var(--sc);
}


/* 추가약관 정리 */
.inWrap {
    display: flex;
    gap: 3rem;
}

.inWrap>* {
    flex: 1;
}

@media(max-width:768px) {
    .sub_content {

        background: none;
        padding: 4rem 0 8rem 0;
      

    }

    .sub_content .txt p {
        font-size: 1.6rem;
    }

    .sub_content .dec {
        padding: 0 1.6rem 0 1.6rem;
    }

    .sub_content .dec .title strong {
        font-size: 2.4rem;
    }

    .sub_content .dec .txt strong {
        font-size: 2rem;
        line-height: 3.2rem;
        color: var(--sc);
        margin-bottom: 3.4rem;
    }




    /* 회원가입 폼 */
    .scrip {
    max-width: 1410px;
    width: 100%;
    margin: 0 auto;
}

    .scrip th {
        padding: 10px;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        text-align: center;
        font-size: 1.4rem;
        font-weight: 500;
        color: #333;
        height: 3.2rem;
        line-height: 2rem;
    }

    .sc_input {
        border: 1px solid #ddd;
        background: #fff;
        border-radius: 2px;
        font-size: 1.4rem;
        line-height: 2.4rem;
        height: 2.8rem;
        padding: 0.4rem;
        margin: 0 auto;
    }

    .btn_input {
        cursor: pointer;
        height: 2.4rem;
        padding: 0 0.8rem;
        border-radius: 2px;
        font-size: 1.2rem;
        color: #fff;
        line-height: 2rem;
        background: var(--mc);
        border: none;
        margin: 0 4px;
    }
	
	    .btn_input:hover {   
        background: var(--sc);
    }
	
	

    .left label {
        font-size: 1.4rem;
        font-weight: 400;
        color: #444;
        margin-left: 4px;
    }

    .holder {
        display: block;
        margin-left: 0rem;
    }

/* 회원약관박스 */
    .inWrap {
        display: flex;
        flex-direction: column;
        gap: 2.4rem;
    }
    .sub_content .join_wrap {
        padding: 4rem 0 4rem 0;
        /* border-top: 1px solid #ddd; */
    }
    .sub_content .tbox1 {
        padding: 3.2rem 1.6rem;
    }
    

}



@media(max-width: 386px) {

    .sub_content .dec .title strong {
        font-size: 2.2rem;
        word-break: keep-all;
    }


    .sub_content .dec .txt strong {
        position: relative;
        display: block;
        font-size: 2.2rem;
        font-weight: 600;
        color: #444;
        color: var(--mc);
        margin-bottom: 3.2rem;

    }
}