* {
    font-family: 'Noto Sans KR', sans-serif;
}
.form-wrap {
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
    padding-bottom: 50px;
}

.upload-name {
    display: inline-block;
    height: 29px;
    padding: 0 10px;
    vertical-align: middle;
    border: 1px solid #dddddd;
    width: 27%;
    color: #999999;
}

 /*팝업창*/
 #popup {
	/*숨기기*/
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}

#popmenu {
    margin: 50px auto 50px auto;
    max-width: 1700px;
    max-height: 1000px;
    width: 100%;
    text-align: center;

}

.popbox {
    border: 1px solid #ccc;
    background-color: #ffff;
    width: 38%;
    height: 100%;
    position: relative;
    border-radius: 20px;
    margin: 0 auto;
}

.label {
    display: inline-block;
    padding: 6px 12px;
    color: #fff;
    vertical-align: middle;
    background-color: #999999;
    cursor: pointer;
    height: 20px;
    margin-left: 10px;
}

#file {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

textarea {
    border: 1px solid #ccc;
}

.conwrap {
    width: 95%;
    margin: 0 auto;   
}


.info_table > table {
    width: 100%;
    margin: 10px auto;
}


.info_table > table > tbody > tr > td {
    border: 1px solid #ccc;
    height: 40px;
    padding: 7px;
}

.info_table > table > tbody > tr > td:first-child {
    background-color: rgba(198, 217, 226, 0.342);
    font-weight: 500;
    font-size: 15px;
}

.info_input {
    border: 1px solid #ccc;
    height: 30px;
    width: 80%;
}

.info_input2 {
  border: 1px solid #ccc;
  height: 30px;
  width: 10%;
}

.date_div {
    margin: 30px 0 30px 0;
}

.date_div > input {
    vertical-align: bottom;
}

.date_div > label {
    /* font-weight: bold; */
}

.select_input {
    width: 81%;
}

.select_input2 {
  width: 20%;
}

.mobile_input {
    width: 40%;
}

.file_input {
    width: 40%;
}



.sub_p {
    font-size: 13px;
    color: blue;
    margin-left: 5px;
    line-height: 2;
}

.edit_wrap {
    border-bottom: 2px solid rgba(0,84,157,0.8);
    padding-bottom: 5px;
    padding-top: 30px;
    color: rgba(0,84,157,0.8);
}

.edit_wrap > p {
    font-size: 17px;
    font-weight: 600;
}

.bxs-message-edit {
    vertical-align: top;
    font-size: 20px;
    margin-right: 5px;
}


/* 영문페이지만 해당 */
.eng_table {
    word-break: break-word;
}
/* 영문페이지만 해당 */



.table_wrap > table {
    width: 100%;
    margin: 10px 0;
    border-radius: 10px;
}


.table_wrap > table > tbody > tr > td {
    border: 1px solid #999;
    padding: 10px;
    text-align: center;
    font-size: 13px;
}

.table_wrap > table > tbody > tr:first-child > td {
    background: rgba(0,84,157,0.8);
    color: #fff;
    font-weight: 500;
}



.table_03 > table > tbody > tr > .left {
    text-align: left;
    line-height: 1.5;
}

.table_04 > table {
    width: 100%;
    margin: 10px 0;
    border-radius: 10px;
}

.table_04 > table > tbody > tr > td {
    border: 1px solid #999;
    padding: 10px;
    text-align: center;
    font-size: 15px;
}

.table_04 > table > tbody > tr > td:first-child {
    background: rgba(0,84,157,0.8);
    color: #fff;
    font-weight: 500;
}


ul > li {
    text-align: left;
    line-height: 1.4;
}

.imgbox > img {
    width: 100%;
}

.notice_wrap {
    margin: 15px 0 15px 0;
    line-height: 1.8;
    font-size: 14px;
}

textarea {
    width: 98%;
    margin: 10px 0 10px 0;
}
.btn_div {
    text-align: center;
    margin-top: 50px;
}

.btn_div > a {
    text-decoration: none;
    background-color: #00549c;
    color: #fff;
    margin: 0 auto;
    padding: 15px 40px 15px 40px;
    border-radius: 10px;
    letter-spacing: 2px;
    font-size: 18px;
}

input[type=checkbox] {
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}


@media (max-width:750px) {

    .form-div-01 {
        display: block;
    }
    
    .form-div-02 {
        display: block;
    }
    
    .form-div-03 {
        display: block;
    }
    
    .form-div-04 {
        display: block;
    }
    .inputbox {
        width: 100%;
        margin-left: 0px;
        margin-right: 5px;
        box-sizing: border-box;
    }

    .notice_wrap {
        margin: 15px 0 15px 0;
        line-height: 1.5;
        font-size: 11px;
    }

    .table_wrap > table > tbody > tr > td {
        border: 1px solid #999;
        padding: 5px;
        text-align: center;
        font-size: 14px;
    }

    .imgbox > img {
        width: 100%;
        margin: 15px 0 15px 0;
    }

    .info_table > table > tbody > tr > td:first-child {
        background-color: rgba(198, 217, 226, 0.342);
        font-weight: 500;
        font-size:  0.9rem;
        width: 25%;
    }

    .info_input {
        border: 1px solid #ccc;
        height: 30px;
        width: 97%;
    }

    .select_input {
        width: 99%;
    }

    .mo_block {
        display: block;
    }

    .title_radio > input {
        vertical-align: sub;
    }

    .title_radio > label {
        font-size: 13px;
        line-height: 2;
    }

    .sub_p {
        display: block;
        line-height: 1.5;
    }

    .file_input {
        width: 100%;
    }

    .feewrap > table > tbody > tr > td{
        font-size: 12px;
    }

    .upload-name {
        display: inline-block;
        height: 29px;
        padding: 0 10px;
        vertical-align: middle;
        border: 1px solid #dddddd;
        width: 45%;
        color: #999999;
    }

    .eng_radio > label {
        font-size: 12px;
    }

    .date_div > label {
        font-size: 13px;
    }

    .span1 {
        font-size: 11px;
    }
}


