.sub01 .subheader {
    background: url(/images/subheader_1.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    height: 90vh;
    width: 100%;
    position: relative;
}

.sub02 .subheader {
    background: url(/images/subheader_2.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    height: 90vh;
    width: 100%;
    position: relative;
}

.sub03 .subheader {
    background: url(/images/subheader_3.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    height: 90vh;
    width: 100%;
    position: relative;
}

.sub04 .subheader {
    background: url(/images/subheader_4.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    height: 90vh;
    width: 100%;
    position: relative;
}

.sub05 .subheader {
    background: url(/images/subheader_5.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    height: 90vh;
    width: 100%;
    position: relative;
}

.sub06 .subheader {
    background: url(/images/subheader_6.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    height: 90vh;
    width: 100%;
    position: relative;
}

.sub07 .subheader {
    background: url(/images/subheader_7.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    height: 90vh;
    width: 100%;
    position: relative;
}

.sub_txt_wrap {
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translateY(-50%);
    height: auto;
    text-align: right;
}

.subheader h3 {
    /* margin-bottom: 15px; */
    font-size: 48px;
    font-weight: 300;
}

.subheader h2 {
    font-size: 68px;
    font-weight: 500;
}

.clumble ul li {
    padding-right: 10px;
    display: inline-block;
    font-weight: 300;
}

/* sub11 */
.sub11 .wrap_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub11 .w1 h4 {
    font-size: 100px;
    margin-bottom: 100px;
}

.sub11 .w1 p {
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 50px;
}

.sub11 .w1 .c1 {
    display: flex;
    align-items: baseline;
    justify-content: right;
    font-size: 20px;
    font-weight: 400;
    gap: 40px;
}

.sub11 .w1 .c1 h6 {
    font-size: 28px;
    font-weight: 400;
}

/* sub11 */

/* sub12 */
.sub12 {
    position: relative;
}

.sub12 .w1 .c1 {
    font-size: 68px;
    position: absolute;
    top: 0;
    left: 8%;
}

.sub12 .w1 h4 {
    font-weight: 300;
    margin-bottom: 30px;
}

.sub12 .w1 h6 {
    font-weight: 300;
}

.sub12 .w2 {
    background-color: #FCFBF4;
    padding-bottom: 50px;
}

.sub12 .w2 .c1,
.sub12 .w2 .c2 {
    border-bottom: 1px solid #d9d9d9;
    padding-top: 100px;
    padding-bottom: 100px;
}

.sub12 .w2 .c1 .wrap_in,
.sub12 .w2 .c2 .wrap_in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.sub12 .b2 .top_box {
    margin-bottom: 200px;
}

.sub12 .b2 .top_box p {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 400;
}

.sub12 .b2 .top_box h4 {
    font-size: 36px;
    font-weight: 400;
}

.sub12 .b2 .bottom_box h6 {
    font-size: 24px;
    color: #927660;
    margin-bottom: 20px;
}

.sub12 .b2 .bottom_box p {
    font-weight: 400;
        line-height: 30px;
}

.w3 {
    background: url(/images/sub12_bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    height: 80vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w3 .text_box {
    text-align: center;
}

.w3 .text_box h4 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 30px;
}

.w3 .text_box p {
    line-height: 30px;
    margin-bottom: 80px;
}

.w3 .text_box a {
    display: inline-block;
    background-color: #46372B;
    color: #fff;
    padding: 20px 85px;
    border-radius: 30px;
    font-size: 28px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* sub12 */

/* sub13 */
.sub13 h3 {
    font-size: 100px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 40px;
}

.sub13 .map {
    margin-bottom: 80px;
}

.sub13 .root_daum_roughmap {
    width: 100%;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
}

.sub13 .root_daum_roughmap .wrap_map {
    height: 540px;
}

.sub13 .root_daum_roughmap .cont {
    display: none;
}

.sub13 .text_box {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 100px 50px;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.sub13 .text_box .c1,
.sub13 .text_box .c2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 48%;
}


.sub13 .text_box .c1 {
    gap: 40px;
}

.sub13 .text_box .c1 img {
    width: 200px;
}

.sub13 .text_box .c1 .b1 ul {
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.sub13 .text_box .c1 .b1 ul h6 {
    font-size: 20px;
}

.sub13 .text_box .c1 .b1 ul:last-child {
    margin-bottom: 0;
}

.sub13 .text_box .line {
    width: 1px;
    height: 380px;
    background-color: #E4DDD7;
}

.sub13 .text_box .c2 h4 {
    font-size: 24px;
    margin-bottom: 40px;
}

.sub13 .text_box .c2 li {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #E4DDD7;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.sub13 .text_box .c2 li:last-child {
    margin-bottom: 0;
}

.sub13 .text_box .c2 li img {
    width: fit-content;
}

/* sub13 */

/* sub21 */
.sub21 .s1 h1 {
    font-size: 180px;
    color: #E7E0D6;
    font-size: 180px;
    text-align: right;
    line-height: 170px;
}

.sub21 .s1 {
    margin-bottom: 200px;
}

.sub21 .w1 {
    margin-bottom: 150px;
}

.sub21 h4 {
    font-size: 100px;
    color: #927660;
    text-align: center;
}

.sub21 h3 {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 100px;
}

.sub21 h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
    height: 20px;
    background-color: #927660;
    opacity: 0.2;
}

.sub21 .w1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub21 .w1 ul li {
    width: 48%;
    text-align: center;
}

.sub21 .w1 ul li img {
    width: 356px;
    margin-bottom: 40px;
}

.sub21 .w1 ul li .c1 {
    background-color: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16), 0 4px 6px rgba(0, 0, 0, 0.23);
}

.sub21 .w1 ul li .c1 h6 {
    color: #46372B;
}

.sub21 .w1 ul li .c1 .line {
    width: 100%;
    height: 1px;
    background-color: #46372B;
    margin: 15px 0;
}

.sub21 .w2 {
    margin-bottom: 200px;
}

.sub21 .w2 .c1 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.sub21 .w2 .c1 .img_box {
    width: 64%;
    background: url(/images/sub21_w2.png) center center no-repeat;
    background-size: cover;
    height: 68vh;
    border-radius: 20px;
}

.sub21 .w2 .c1 .b1 {
    /* width: 30%; */
    background-color: #fff;
    border-radius: 20px;
        padding: 50px 68px;
}

.sub21 .w2 .c1 .b1 .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #46372B;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.sub21 .w2 .c1 .b1 .title h6 {
    font-size: 28px;
    color: 46372B;
    font-weight: 500;
}

.sub21 .w2 .c1 .b1 .title img {
    width: 56px;
}

.sub21 .w2 .c1 .b1 ul {
    margin-bottom: 60px;
}

.sub21 .w2 .c1 .b1 li {
    list-style: disc;
    margin-bottom: 30px;
}

.sub21 .w2 .c1 .b1 h5 {
    text-align: center;
}

.sub21 .w2 .c1 .b1 h5 span {
    font-size: 24px;
    color: #927660;
}

/* sub21 */



/*sub22*/
.sub22 {
    position: relative;
}

.sub22 .line {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    position: absolute;
    top: 271px;
    left: 0;
}

.sub22 .w1,
.sub22 .w2 {
    margin-bottom: 200px;
}

.sub22 .w1 h4 {
    font-size: 48px;
    color: #46372B;
    text-align: center;
    margin-bottom: 80px
}

.sub22 .w1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.sub22 .w1 ul li {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    border: 8px solid #927660;
    background-color: #FCFBF4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub22 .w1 ul .circle {
    width: 10px;
    height: 10px;
    background-color: #46372B;
    border-radius: 100%;
}

.sub22 .w1 ul li .step_box {
    width: 215px;
    height: 215px;
    background-color: #927660;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #FCFBF4;
}

.sub22 .w1 ul li .step_box img {
    width: 45px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.sub22 .w2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sub22 .w2 .c1 {
    width: 46%;
    margin-bottom: 100px;
}

.sub22 .w2 .c1 .title_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #46372B;
    padding: 0 20px 15px 20px;
    color: #46372B;
    margin-bottom: 40px;
}

.sub22 .w2 .c1 .title_box img {
    width: 35px;
}

.sub22 .w2 .c1 .b1 {
    margin-top: 20px;
    padding: 0 20px;
}

.sub22 .w2 .c1 p {
    margin-top: 20px;
    margin-left: 20px;
    line-height: 30px;
}

/*sub22*/

/* sub23 */
.sub23 .w1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

/* .sub23 .w1 .c1 {
    margin-bottom: 250px;
} */

.sub23 .w1 .c1 h2 {
    font-size: 48px;
    line-height: 80px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 60px;
}

.sub23 .w1 .c1 p {
    line-height: 30px;
}

.sub23 .btn {
    width: 650px;
    display: flex;
    margin: 0 auto;
    margin-bottom: 200px;
}

.sub23 .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 60px;
    border: 1px solid #46372B;
    color: #46372B;
    font-weight: 500;
}

.sub23 .btn .active {
    background-color: #46372B;
    color: #fff;
}

.sub23 .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: 1px solid #46372B;
    margin-bottom: 100px;
    gap: 20px;
}

.sub23 .title p {
    line-height: 30px;
}

.sub23 .w2 .c1 {
    margin-bottom: 200px;
}

.sub23 .w2 .c1 .b1 {
    display: flex;
    justify-content: space-between;
}

.sub23 .w2 .c1 .b1 .card1 {
    display: flex;
    width: 58%;
    justify-content: space-between;
}

.sub23 .w2 .c1 .b1 .card1 li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 80px 30px;
    background-color: #fff;
    border-radius: 20px;
    width: 32%;
    height: 420px;
}

.sub23 .w2 .c1 .b1 .card1_1 {
    width: 32%;
}

.sub23 .w2 .c1 .b1 .card1_1 li {
    height: 200px;
    width: 100%;
    padding: 25px;
}

.sub23 .w2 .c1 .b1 ul li img {
    width: fit-content;
}

.sub23 .w2 .c1 .b1 ul li h6 {
    font-size: 18px;
    font-weight: 500;
}

.sub23 .w2 .c1 .b1 .in_box {
    width: 38%;
    background-color: #fff;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sub23 .w2 .c1 .b1 .in_box h4 {
    font-size: 24px;
    font-weight: 500;
    position: relative;
    width: fit-content;
}

.sub23 .w2 .c1 .b1 .in_box h4::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
    height: 20px;
    background-color: #927660;
    opacity: 0.2;
}

.sub23 .w2 .c1 .b1 .in_box .text_box1 {
    margin-left: 31%;
}

.sub23 .w2 .c1 .b1 .in_box .text_box2 {
    margin-left: 19%;
}

.sub23 .w2 .c1 .b1 .in_box .text_box3 {
    margin-left: 26%;
}

/* sub23 */

/* sub24 */
/* .sub24 .w1{
    margin-bottom: 150px;
}
.sub24 .w1 h2{
    text-align: center;
    font-size: 38px;
    color: #46372B;
    margin-bottom: 80px;
}

.sub24 .w1 .step{
    display: flex;
    justify-content: space-between;
    gap: 3px;
}

.sub24 .w1 .step ul{
    width: 14%;
}

.sub24 .w1 .step ul li{
    background-color: #E7E0D6;
    width: 100%;
    height: 13px;
    margin-bottom: 15px;
}

.sub24 .w1 .step ul .b1{
    text-align: center;
    color: #E7E0D6;
}

.sub24 .w1 .step ul p{
    font-size: 16px;
    font-weight: 400;
}

.sub24 .w1 .step ul h6{
    font-size: 18px;
}

.sub24 .w1 .step .active li{
    background-color: #46372B;
}

.sub24 .w1 .step .active .b1{
    color: #46372B;
}

.sub24 .w2 h4{
    padding: 20px 100px;
    background-color: #927660;
    color: #fff;
    font-size: 24px;
    width: fit-content;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.sub24 .w2 h4 span{
    font-size: 20px;
    font-weight: 500;
}

.sub24 .w2 .c1{
    background-color: #fff;
    padding: 100px;
}

.sub24 .w2 .c1 .b1, .sub24 .w2 .c1 .b2{
    margin-bottom: 40px;
    display: flex;
    gap: 20px;
}

.sub24 .w2 .c1 input{
    border: 1px solid #d9d9d9;
}

.sub24 .w2 .c1 .b1 input{
    width: 50%;
}

.sub24 .w2 .c1 .b1 .btn{
    width: 100px;
    height: 30px;
    background-color: #927660;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    font-size: 16px;
    padding-bottom: 10px;
} */

.sub24 h2 {
    text-align: center;
    font-size: 38px;
    color: #46372B;
    margin-bottom: 80px;
}

.sub24 .step {
    display: flex;
    justify-content: space-between;
    gap: 3px;
    margin-bottom: 150px;
}

.sub24 .step ul {
    width: 14%;
}

.sub24 .step ul li {
    background-color: #E7E0D6;
    width: 100%;
    height: 13px;
    margin-bottom: 15px;
}

.sub24 .step ul .b1 {
    text-align: center;
    color: #E7E0D6;
}

.sub24 .step ul p {
    font-size: 14px;
    font-weight: 400;
}

.sub24 .step ul h6 {
    font-size: 16px;
}

.sub24 .step .active li {
    background-color: #46372B;
}

.sub24 .step .active .b1 {
    color: #46372B;
}

.sub24 h4 {
    padding: 20px 100px;
    background-color: #927660;
    color: #fff;
    font-size: 24px;
    width: fit-content;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.sub24 h4 span {
    font-size: 20px;
    font-weight: 500;
}

.join_box {
    background: #fff;
    padding: 80px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.step_title {
    background: #8c6a4f;
    color: #fff;
    display: inline-block;
    padding: 12px 25px;
    border-radius: 6px;
    margin-bottom: 40px;
}

/* .join_form{
  width:700px;
} */

.form_row {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.form_row label {
    width: 200px;
    /* font-size:14px; */
}

.form_row input {
    height: 36px;
    border: 1px solid #ddd;
    padding: 0 10px;
    margin-bottom: 5px;
}

.radio_group label {
    margin-right: 20px;
}

.birth input {
    width: 80px;
    margin-right: 5px;
}

.phone input {
    width: 100px;
    /* margin:0 5px; */
}

.email input {
    /* width:200px; */
    margin-right: 5px;
}

.email select {
    height: 36px;
}

.address .address_number {
    margin-bottom: 10px;
}

.address .address_number input {
    width: 100px;
}

.btn_post {
    background: #8c6a4f;
    color: #fff;
    border: none;
    padding: 8px 15px;
    margin-left: 10px;
    border-radius: 5px;
}

.join_btn {
    margin-top: 40px;
    text-align: right;
}

.btn_prev {
    border: none;
    background: none;
    margin-right: 20px;
}

.btn_next {
    border: none;
    background: none;
    font-weight: bold;
}


.sub24 .join_btn a {
    color: #46372B;
    font-weight: 600;
}

.sub24 .form_box, .sub41 .form_box {
    border: 1px solid #d9d9d9;
    padding: 20px;
    height: 300px;
    overflow-y: scroll;
    font-size: 16px;

}

.sub24 .c_box, .sub41 .c_box{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 16px;
        gap: 10px;
}


.sub24 .c_box .b1{
    font-size: 16px;
}

.sub24 .join_btn .btn_sumit {
    padding: 10px;
    background: #46372B;
    display: inline;
}

.sub24 .join_btn .btn_sumit a {
    color: #fff;
}

/* sub24 */

/* sub31 */
.mb135 {
    margin-bottom: 135px;
}

.sub312_box {
    margin-bottom: 200px;
}

.sub312_box .c1{
    background: url(/images/sub31_bg.png) center center no-repeat;
    background-size: cover;
    height: 50vh;
    width: 100%;
    position: relative;
    border-radius: 20px;
}

.sub31 .sub312_box .c1{
background: url(/images/sub31_bg.png) center center no-repeat;
}

.sub32 .sub312_box .c1{
background: url(/images/sub32_bg.png) center center no-repeat;
}

.sub312_box .c1{
    background: url(/images/sub31_bg.png) center center no-repeat;
    background-size: cover;
    height: 50vh;
    width: 100%;
    position: relative;
    border-radius: 20px;
}

.sub312_box .c1 div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.sub312_box .c1 div h6{
    text-align: center;
    line-height: 50px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.sub31 .w2 .c1 ul{
    padding: 80px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.sub31 .w2 .c1{
    position: relative;
    margin-bottom: 200px;
}

.sub31 .w2 .c1 .number{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #927660;
    font-size: 80px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
}
.sub31 .w2 .c1 ul li{
    width: 48%;
}

.sub31 .w2 .c1 ul .line{
    width: 1px;
    height: 380px;
    background-color: #e9e4df;
}

.sub31 .w2 .c1 ul li h4{
    font-size: 36px;
    margin-bottom: 60px;
}

.sub31 .w2 .c1 ul li h4 span{
    position: relative;
}

.sub31 .w2 .c1 ul li h4 span::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 105%;
    height: 20px;
    background-color: #927660;
    opacity: 0.2;
}

.sub31 .w2 .c1 ul li p{
    line-height: 30px;
}

.sub31 .w2 .c1 ul li .under{
    margin-top: 60px;
}

.sub31 .w2 .c1 ul li .under .b1{
    display: flex;
    gap: 30px;
    color: #927660;
}
/* sub31 */

/* sub32 */
.sub32 .w2 {
    margin-bottom: 250px;
}

.sub32 .w2 h4{
    font-size: 48px;
    color: #927660;
    margin-bottom: 30px;
    text-align: center;
}

.sub32 .w2 p{
    text-align: center;
    line-height: 30px;
    margin-bottom: 80px;
}

.sub32 .w2 ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 50px 80px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.sub32 .w2 ul li h6{
    text-align: center;
    color: #927660;
    margin-top: 30px;
    font-size: 18px;
}

.sub32 .w2 ul li h6 span{
    font-weight: 400;
}

.sub32 .w2_2 ul .img_box{
    width: 48%;
}

.sub32 .w2_2 ul .text_box{
    width: 40%;
}

.sub32 .w2_2 ul li h4{
    font-size: 90px;
    color: #46372B;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    width: fit-content;
} 

.sub32 .w2_2 ul li h4::before{
    content: '';
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: #46372B;
    opacity: 0.6;
}

.sub32 .w2_2 ul li .box{
    display: flex;
    justify-content: space-between;
}
.sub32 .w2_2 ul li .box p{
    text-align: left;
}

.sub32 .w2 .none{
    display: none;
}
/* sub32 */

/* sub41 */
.sub41 .top_box{
    text-align: center;
}

.sub41 .top_box h4{
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 30px;
}

.sub41 .line{
    width: 100%;
    height: 2px;
    background-color: #46372B;
    margin: 60px 0;
}

.sub41 .join_form{
    background-color: #fff;
    border-radius: 20px;
    padding: 100px;
}

.sub41 .sumit_btn{
    padding: 20px 50px;
    background-color: #46372B;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
}
/* sub41 */
