form.create-blast-diary-wrapper {
    max-width: 780px;
    min-width: 360px;
    margin: 160px auto;
}

form.create-blast-diary-wrapper > div {
    width: 100%;
    display: none;
    box-sizing: border-box;
    padding: 48px 60px 48px 60px;
    margin-top: 15px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

form.create-blast-diary-wrapper > .contents {
    display: inline-block;
}

.contents-width-set {
    box-sizing: border-box;
    padding-right: 160px;
}

.detail-data-box > section {
    display: flex;
    justify-content: space-between;
}

.detail-data-box > section > button {
    height: 62px;
    width: 140px;
    background: #505152;
    border-radius: 4px;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    /*  다른 form 태그의 margin-top: 0 important; 속성 때문에 translate 으로 교체  */
    /*margin-top: 38px;*/
    transform: translateY(38px);
}

.detail-data-box > section > div.detail-input {
    width: calc(100% - 148px);
}

.create-blast-diary-wrapper > section.footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 28px;
}

.create-blast-diary-wrapper > section.footer > button {
    width: 140px;
    height: 62px;
    outline: none;
    background-color: #F37321;
    color: #ffffff;
    border-radius: 4px;
    font-size: 18px;
}

.create-blast-diary-wrapper > section.footer > button:first-child {
    background: #D1D1D1;
    color: #616161;
    margin-right: 12px;
}

.create-blast-diary-wrapper > section.footer > button#analysis-button {
    margin-right: 12px;
    background: #505152;
}

button {
    border: none;
    cursor: pointer;
    outline: none;
}

button:hover {
    opacity: 0.8;
}

button:active {
    opacity: 1;
}

.rock-contents > .contents-width-set > .rock-name {
    width: 100%;
    display: none;
}

.daily-contents .google-map {
    margin-bottom: 28px;
}

.daily-contents .date-box {
    display: flex;
}

.daily-contents .date-box > button {
    width: 62px;
    height: 62px;
    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 12px;
    margin-left: 12px;
}

.daily-contents .date-picker {
    width: 100%;
    height: 62px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 18px 20px;
    border: 1px solid #C7C7C7;
    border-radius: 4px;
    margin-top: 12px;
    font-size: 18px;
    color: #12161A;
    outline: none;
    margin-bottom: 28px;
}

.daily-contents .contents-width-set > label {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #6A6A6A;
}

.daily-contents > p.upload-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #6A6A6A;
}

.daily-contents > div.upload-box {
    width: 100%;
    height: 139px;
    overflow-y: scroll;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 13px;
}

.daily-contents > div.upload-box #preview {
    background-color: #ffffff;
    color: #12161A;
}

.daily-contents > div.upload-box #preview button {
    background: #D1D1D1;
    margin: 0;
    display: inline-block;
    color: #6A6A6A;
    width: 60px;
    height: 28px;
    font-size: 14px;
    line-height: 20px;
    text-transform: initial;
}

@media screen and (max-width: 819px) {
    .contents-width-set {
        padding-right: 0;
    }

    form.create-blast-diary-wrapper > div {
        padding: 48px 30px 48px 30px;
    }
}
