﻿
/*칼라*/
.color69 { color: #696969 }
.color-black { color: #000 }
.color-black-impotant { color: #000 !important; }

.color-white { color: #fff !important; }
.color-gray { color: #696969 !important; }
.color-gray2 { color: #8e8e8e !important; }
.color-pink { color: #DE6967 !important; }
.color-tree { color: #86724E !important; }
.color-green { color: #209C8C !important; }
.color-salgu { color: #E6A075 !important; }
.color-jinju { color: #E35500 !important }

.color-green2 { color: #81cd81 !important; }

.color-help { color: #e99c29 !important }
.color-red { color: red !important; }
.color-link { color: #467fcf !important; }

/*백그라운드 칼라*/

.bg-inherit { background-color: inherit !important; }
.bg-color { background-color: #F8F8F8; }
.bg-color-gray { background-color: #ccc; }

.bg-pink { background-color: #DE6967 }
.bg-tree { background-color: #86724E }
.bg-green { background-color: #209C8C }
.bg-salgu { background-color: #E6A075 }


/*border*/
.border-none-lr { border-left: 0 !important; border-right: 0 !important }

.ds-inline-block { display: inline-block; }

.bd-gray { border-color: #D8D8D8; }


.bs-callout { padding: 7px 20px 2px 30px; margin: 5px 0 20px 10px; border-left: 1px solid #eee; border-left-width: 5px; border-radius: 3px; }

.bs-callout-info { border-left-color: #1b809e; }
.bs-callout-danger { border-left-color: #ce4844; }
.bs-callout-warning { border-left-color: #aa6708; }

.bs-callout h4 { margin-top: 0; margin-bottom: 5px; }
.bs-callout p { font-size: 13px; line-height: 1.5em }

.bs-callout-info h4 { color: #1b809e; }
.bs-callout-danger h4 { color: #ce4844; }
.bs-callout-warning h4 { color: #aa6708; }
