﻿/*.board-theme * {
    font-family: Nanum Gothic;
}*/

.top-title {
    margin: 10px 0;
}

.top-title  span{
    color: #000; 
    font-size: 30px;
    font-weight:bold;
}

.plz-title {
    margin: 50px 0;
    font-size: 23px;
    line-height: 40px;
}

    .plz-title span {
        color: #58734a;
        font-size: 40px;
        line-height: 45px;
    }

.plz-title2 {
    margin: 0 0 20px;
    font-size: 22px;
}

    .plz-title2 span {
        color: #45BBC9;
    }

.plz-title3 {
    margin: 15px 0;
    font-size: 15px;
    font-weight: bold;
}

.board-theme .theme-write {
    padding: 25px 35px 35px 35px;
    background: #f7f2e8;
    margin: 0px auto 0;
    box-shadow: 7px 7px 20px #c5c5c5bf;
}

.board-theme .theme-write .document-extended_keys .table {
    border: 1px solid #ccc;
    padding: 3%;
    border-radius: 5px;
}

.board-theme .theme-write .document-extended_keys .table > p { 
    font-weight: bold;
    vertical-align: middle;
    margin-top: 1px;
}
.board-theme .theme-write .document-extended_keys .table > h2 { font-size: 21px; margin-bottom: 3px; font-weight: bold;}

    .board-theme .theme-write .document-extended_keys .table > hr {
        color: darkgrey;
        border: thin solid #595980;
        margin-top: 20px;
    }

.board-theme .theme-write .document-extended_keys .table > div {
    vertical-align: middle;
}
 

    .board-theme .theme-write .document-extended_keys .table > p > span > span {
        color: #CC3D3D;
    }

.board-theme .theme-write .document-extended_keys .table .row #eingyang label {
    margin-top: 20%;
    margin-left: 15%;
    font-size: 15px; font-weight: bold;
}

.board-theme .theme-write .document-extended_keys .table .row h4 {
    font-size: 15px;
    margin-bottom: 3px;
    font-weight: bold;
}

.board-theme .theme-write .document-extended_keys .table .row p {
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 3px;
    font-weight: bold;
}

.board-theme .theme-write .document-extended_keys .table > hr#termhr {
    border: thin solid #5791d8;
    margin-bottom: 3px;
    margin-top: 3px;
}

.board-theme .theme-write .document-extended_keys .table .row h4 > span {
    color: red;
}

.board-theme .theme-write .document-extended_keys .table .pterms {
    height: 160px;
    line-height: 1.5;
    overflow-x: hidden;
    overflow-y: auto;
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
    margin-bottom: 20px;
}

    .board-theme .theme-write .document-extended_keys .table .pterms > h2 {
        font-size: 17px;
        font-weight: bold;
    }

    .board-theme .theme-write .document-extended_keys .table .pterms > h4 {
        font-size: 16px;
        line-height: 1.5;
    }

    .board-theme .theme-write .document-extended_keys .table .pterms > h3 {
        font-size: 15px;
        font-weight: bold;
    }

    .board-theme .theme-write .document-extended_keys .table .pterms > p {
        font-size: 14px;
    }

.board-theme .theme-write .document-extended_keys select {
    max-width: 210px;
}
.board-theme .theme-write .document-extended_keys textarea{width: 100% !important;height: 120px;min-height: 70px;}

.plz-title {
    margin: 50px 0;
    font-size: 23px;
    line-height: 40px;
}
#dimodeBoard .board-actions {padding: 0px 0;}
#dimodeBoard .board-actions .ApplyButton { text-align: center; float:none;}
.board-theme .theme-write .board-actions .board-actions-right .btn-group .submit-btn:active,
.board-theme .theme-write .board-actions .board-actions-right .btn-group .submit-btn:hover,
.board-theme .theme-write .board-actions .board-actions-right .btn-group .submit-btn:focus,
.board-theme .theme-write .board-actions .board-actions-right .btn-group .submit-btn{text-align: center;box-shadow:none;
padding: 20px 60px;background: #EFE8E2;border-radius: 120px;border: none;font-weight: 600;color: #000 !important; }


.board-theme .theme-write .document-extended_keys .table .row #paper label {
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
}


.font_color_008299 {
    color: #008299;
}
.font_bold{font-weight:bold;}

.input-group-append button#btnOpenPost{
	/*border: 1px solid #000000;*/
    background: #008299;
    color: white;
	
}

.donation_info ul{list-style-type: disc;     padding-left: 1.5rem;}
.donation_info h3 {    margin: 0 0 25px;}
.addr .form-group .input-group {
    display: flex;
}
.addr h4 {
    margin-bottom: 10px!important; width:100%;
}   

.board-theme .theme-write .document-extended_keys .table .row {padding:10px 0;}
  
.addr {display: flex;flex-wrap: wrap;     justify-content: space-between;}
@media (max-width:767px) {
    .board-theme .theme-write .board-actions .board-actions-right .btn-group .submit-btn {
        padding: 20px;
    }
	
	.addr .form-group {width:100%!important;}
	.table label.checkbox-inline{padding:0;}


	.board-theme .theme-write{padding:20px;}
}