

/* 게시판 공통 */


.wr50.e-mail {
    display: none !important;
}

.bd_basic_write .input_wr {border-top: none;}

.tit_flex  {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.tit h3 {
    text-align: center;
    margin-bottom: 30px;
}

.tit  p {
    text-align: center;
}

.tit img {
    margin: 60px 0;
}

.bd_basic_write .input_wr {
    display: block;
}

.btn_confirm {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ometit {
    padding-bottom: 60px;
    margin-bottom: 50px;
    border-bottom: 3px solid #333333;
}

.btn_submit {
    width: 120px;
    margin: 20px 0;
    border-radius: 0;    
    font-size: 16px;
    padding: 10px 0;
    height: unset;
    background: #2e76ad;
}

.btn_wr {
    padding-bottom: 10px;
    border-bottom: 3px solid #333333;
    margin-bottom: 60px;
}

.sub_content .txt_wr {
    border: 1px solid #2e76ad;
    background: #f7f7f7;
    padding:  60px 80px;

}

.cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
}
/* 
.txt_wr ul {
    list-style: disc;
} */

.txt_wr ul li {
    line-height: 2;
    text-align: center;
}

.txt_wr ul li::marker {
    color: #2e76ad;
}

.bd_basic_write .input_wr dl.wr50 {
    width: 47.5%;
}

.wr50  {
    display: flex !important; 
    flex-flow: row !important;
}

.wr50 .tit {
    width: 70px !important; 
} 

.wr50 .cont {
    width: calc(100% - 70px) !important;
}

.bd_basic_write .input_wr dl {
    border-bottom: 0;
    display: flex;
    flex-flow: column;
}

.bd_basic_write .input_wr dl dt {
    width: unset;
    text-align: left;
}
/* 
.bd_basic_write .input_wr dl dd {
    width: 100%;
    padding:0 ;
} */

.bd_basic_write .input_wr dl dd input[type="text"] {
    background: #f7f7f7;
    border: none;
    box-shadow: none;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.wr_content {
    width: 100%;
}

#wr_content {
    background: #f7f7f7;
    border: none;
    box-shadow: none;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
}


.filetext {
    margin-left: 15px;
}

input.frm_file {
    display: none;
}

label.frm_file  {
    padding: 10px;
    border: #ccc 1px solid ; 
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}

label.frm_file i {
    margin-right: 5px;
}

.bo_w_select {
    margin-bottom: 30px;
}

.bo_w_select select {
    height: 100%;
    width: 50%;
    min-width: 180px;
}

@media (max-width: 1024px) {
    .bd_basic_write .input_wr dl.wr50 {
        width: 100%;
    }

    /* .cont {
        row-gap: 10px;
    }
    
    .bo_w_select {
        margin-bottom: 10px;
    }
      */
}
