﻿body {
    /*    margin: 0px;
    font-family: 'Gulim','NanumGothic', 'sans-serif';*/
    /*font-family: 'Nanum Gothic', sans-serif;*/
    /*font-family: 'Roboto', sans-serif;*/
    /*    font-size: 10pt;
    font-weight: normal;
    font-style: normal;*/
    /*border: none;*/
    /*color: #333333;*/
    /*line-height: 150%;*/
}



/*html {
    scrollbar-arrow-color: #f1ef79;
    scrollbar-Track-Color: #f1ef79;
    scrollbar-base-color: #dfdfdf;
    scrollbar-Face-Color: #dfdfdf;
    scrollbar-3dLight-Color: #dfdfdf;
    scrollbar-DarkShadow-Color: #dfdfdf;
    scrollbar-Highlight-Color: #f1ef79;
    scrollbar-Shadow-Color: #dfdfdf
}

::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #f1ef79;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
    width: 16px;
    height: 16px;
    background: #f1ef79;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.wrap {
    position: relative; /*감싸는 레이어에 포지션 속성을 잡아주는 게 필수!(relative, absolute, fixed 중 택1*/
}

.over {
    position: absolute;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

button[type=button] {
    font-size: 1.0em;
}

.phone-border {
    border: 1px solid #ddd;
}

.red {
    color: #ff0000;
    cursor: pointer;
}

.link-over {
    color: #336699;
    cursor: pointer;
}


.cursor {
    cursor: pointer;
}

.text-normal,
.text-normal span,
.text-normal label,
.text-normal input[type=text],
.text-normal select {
    font-size: 9pt;
    resize: none;
}

.fs-white {
    color: white;
}


#upload-progress {
    height: 10px;
    border: 1px solid #ddd;
    width: 100%;
}

    #upload-progress .progress-bar {
        background: #bde1ff;
        width: 0;
        height: 10px;
    }

.tab-content > .tab-pane {
    background: #FFFFFF;
}

.pagination {
    margin-top: 0px;
    margin-bottom: 0;
}

.empty-top100 {
    padding-top: 100px;
    border: none;
}

.textarea-example .content textarea, .textarea-example .textarea-clone {
    line-height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.textarea-example .content textarea {
    height: 160px;
    resize: none;
    overflow: hidden;
    outline: none;
    margin: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

.textarea-example .content .textarea-wrapper {
    height: 182px;
    overflow: hidden;
}

.textarea-example .textarea-clone {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
    min-height: 160px;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.textarea-example .content .textarea-wrapper .mCSB_scrollTools {
    margin: 10px 5px;
}

div#viewLoading {
    text-align: center;
    padding-top: 70px;
    background: #FFFFFF;
    filter: alpha(opacity=60);
    opacity: alpha * 0.6;
}

.font-normal {
    font-size: 1.0em;
}

.col-sm-10 .form-label {
    font-size: 1.0em;
}

.bg-default {
    background-image: url(../images/bg_default.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}