div.write_document{
    box-sizing: border-box;
    border: 1px solid #eee;
    max-width: 900px;
    margin: 0 auto;
    padding: 5%;
}
div.write_document *{
    box-sizing: border-box;
}
table.write_document{
    width: 100%;
}
table.write_document th{
    font-size: 15px;
    color: #5b4c43;
    padding-bottom: 25px;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
    font-weight: 500;
}
table.write_document td{
    vertical-align: middle;
    padding-bottom: 25px;
    font-size: 15px;
    color: #5b4c43;
}
span.required{
    color:#ff0000;
}
table.write_document li{
    display: inline-block;
}

table.write_document td > input{
    height: 45px;
    width: 100%;
    padding: 5px 15px !important;
    color: #1c1c1b !important;
    /* box-shadow: 0px 0px 0px 1px #ddd !important; */
    outline: none !important;
    border: 1px solid #ddd;
    border-radius: 4px !important;
    vertical-align: middle;
    font-size: 15px;
}
table.write_document td > input[type="tel"], table.write_document td > input.tel{
    width: calc(33% - 2px);
}

table.write_document select{
    height: 45px;
}
table.write_document td input[type='radio']{
    vertical-align: middle;
    appearance: none;
    border: max(2px, 0.1em) solid #ddd;
    border-radius: 50%;
    width: 1.25em;
    height: 1.25em;
    transition: border 0.2s ease-in-out;
}
table.write_document td input[type='radio']:checked {
    border: 0.4em solid #fed900;
}
  
table.write_document td input[type='radio']:focus-visible {
    outline-offset: max(2px, 0.1em);
    outline: max(2px, 0.1em) dotted #fed900;
}

table.write_document td input[type='radio']:hover {
    box-shadow: 0 0 0 max(4px, 0.2em) #eee;
    cursor: pointer;
}
table.write_document td.radio label{
    display: inline-block;
    padding-left: 5px;
    padding-right: 10px;
    font-size: 15px;
    vertical-align: middle;
    color: #5b4c43;
    cursor: pointer;
}
table.write_document td.select select{
    width: 100%;
    height: 45px;
    padding: 5px 15px !important;
    color: #5b4c43 !important;
    /* box-shadow: 0px 0px 0px 1px #ddd !important; */
    outline: none !important;
    border: 1px solid #ddd;
    border-radius: 4px !important;
    font-size: 15px;
}
table.write_document td.textarea textarea{
    width: 100%;
    padding: 10px !important;
    color: #5b4c43 !important;
    /* box-shadow: 0px 0px 0px 1px #ddd !important; */
    outline: none !important;
    border: 1px solid #ddd;
    border-radius: 4px !important;
    font-size: 15px;
    resize: none;
}
input.krzip-jibunAddress, input.krzip-extraAddress{
    display: none;
}
div.krzip-detailAddress-wrap label, div.krzip-address-wrap label, div.krzip-postcode-wrap label{
    width: 80px!important;
    display: inline-block;
}
input.krzip-postcode{
    height: 35px!important;
    width: 50%;
    padding: 5px 15px !important;
    color: #1c1c1b !important;
    /* box-shadow: 0px 0px 0px 1px #ddd !important; */
    outline: none !important;
    border: 1px solid #ddd;
    border-radius: 4px !important;
    vertical-align: middle;
    font-size: 15px;
}

input.krzip-roadAddress, input.krzip-detailAddress{
    height: 35px!important;
    width: 80%;
    padding: 5px 15px !important;
    color: #1c1c1b !important;
    /* box-shadow: 0px 0px 0px 1px #ddd !important; */
    outline: none !important;
    border: 1px solid #ddd;
    border-radius: 4px !important;
    vertical-align: middle;
    font-size: 15px;
    margin-top: 5px!important;
}
input.krzip-search.btn{
    height: 35px!important;
    line-height: 35px;
    font-size: 14px;
    background: #eee;
    border: 2px solid #ddd;
    /* box-shadow: 0px 0px 0px 1px #ddd !important; */
}

div.bt_submit{
    margin-top: 30px;
}
div.bt_submit button{
    background-color: #e11921;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 600;
    transition: all .5s;
    height: 45px;
    font-size: 17px;
    cursor: pointer;
    border-radius: 3px;
    border: 0;
}
div.agree{
    margin-top: 20px;
}
div.agree label{
    padding-left: 5px;
    font-size: 15px;
    vertical-align: middle;
    color: #5b4c43;
    cursor: pointer;
}
div.agree_text{
    font-size: 14px;
    font-weight: 300;
    color: #999;
    margin-top: 10px;
    margin-left: 10px;
    max-height: 200px;
    overflow-y: auto;
}
select[name='region1'],select[name='region2']{
    width: calc(50% - 2px);
    height: 45px;
    padding: 5px 15px !important;
    color: #5b4c43 !important;
    /* box-shadow: 0px 0px 0px 1px #ddd !important; */
    outline: none !important;
    border: 1px solid #ddd;
    border-radius: 4px !important;
    font-size: 15px;
}
td.date input[type=text]{
    width: 150px!important;
    height: 40px!important;
}
td.date input[type=button]{
    width: 80px!important;
    height: 40px!important;
    font-size: 14px!important;
}
div.wd_content{
    text-align: center;
}
div.wd_content img{
    max-width: 100%;
}
div.top_content{
    margin-bottom: 20px;
}
div.bottom_content{
    margin-top: 20px;
}

.process-col {
	text-align: center;
}
.process-col .head-ico {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 1rem;
	width: 120px;
	height: 120px;
	text-align: center;
	background-color: #F4F3F1;
	border-radius: 20px 50% 50% 50%;
}
 .process-col .head-ico h1 {
	position: absolute;
	left: .3rem;top: 0;
	font-size: 34px;
	color: #fff;
}
 .process-col .head-ico img {
	position: relative;
	z-index: 1;
}
 .process-col .body-cont {
	font-size: 14px;
	color: #a09997;
    line-height: .8;
}
 .process-col .body-cont h5 {
	font-size: 21px; 
	text-align: center;
	color: #84694e;
}

.container-900{max-width: 900px; padding: 0; margin: 0 auto;}

.radio ul{padding-left: 0; margin-bottom: 0;}

td > input.upload{
    display: none;
}
label.upload{
    padding: 5px 15px;
    background-color: #e55050;
    color: #fff;
    font-size: 15px;
}
button.delete_file{
    padding: 5px 15px;
    background-color: gray;
    color: #fff;
    font-size: 15px;
}
div.uploaded_area{
    display: inline-block;
}
div.file_name{
    display: inline-block;
}
div.uploaded_area{
    display: none;
}

@media (max-width: 768px) {
    table.write_document td > input[type="tel"]{
        width:calc(33% - 2px);
    }
    input.krzip-postcode{
        width: 40%;
    }
    input.krzip-roadAddress, input.krzip-detailAddress{
        width: 90%;
    }
    div.krzip-detailAddress-wrap label, div.krzip-address-wrap label, div.krzip-postcode-wrap label{
        display: block;
        margin: 5px 0;
    }

}