﻿@charset "utf-8";
/*@import "reset.css";*/
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css);
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css);
@import url(navbar.css);
@import url(NavtabWithPanel.css);
@import url(bootstrap-treeview.css);

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);*/


body.mainBody {
    /*padding-top: 70px;*/
    font-family: 'Nanum Gothic';
    /*Nanum Pen Script     Nanum Gothic*/
    /*color: #535353;*/
    /*background-color: rgb(247, 247, 247);*/
    padding-top: 50px;
    position: relative;
    background: #808080;
}

.onlyIOTnputText {
    background-color: #fffce0;
}

.table-responsive {
    overflow-x: auto;
}

table tbody tr td.vcenter {
    vertical-align: middle;
}

table thead tr td.vcenter {
    vertical-align: middle;
}

table thead tr th.vcenter {
    vertical-align: middle;
}

table tbody tr td.accenttext {
    background-color: #4879ff;
    color: #ffffff;
    font-size: 20px;
}

table thead tr th {
    vertical-align: middle;
}

a.nounderline {
    text-decoration: none;
    /*color: inherit;*/
}

.background-transparent {
    background: rgba(0, 0, 0, 0.00);
}

.background-box1 {
    background: rgb(124, 200, 255);
}

.background-bottom {
    background: #373737;
    color: #ffffff;
}

    .background-bottom .row {
        padding-top: 10px;
        padding-bottom: 10px;
    }

h4 {
    line-height: 1.5;
}

#leftMenu {
    margin-top: 20px;
}

ol.u {
    list-style-type: none;
}

.panel.panel-primary.affix.leftmenu {
    max-width: 120px;
}

.carousel-inner > .item > img {
    margin: 0 auto;
}

.carousel-inner > .item > div > a > img {
    margin: 0 auto;
}

.carousel-caption {
    top: 0;
    bottom: auto;
}

.CarouselImg img {
    width: auto;
    height: 500px;
    max-height: 500px;
}

.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 5px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #AAAAAA;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 5px;
    background-color: #5e9aee;
}

.NanumPen {
    font-family: 'NanumPenWeb', "나눔 손글씨 펜", 'Nanum Pen Script';
}


.leftmenu.panel > .panel-heading {
    background-image: none;
    background-color: #1a329e;
    color: white;
}

.leftmenu-treeview.panel > .panel-heading {
    background-image: none;
    background-color: #1a329e;
    color: white;
}


@media screen and (max-width: 767px) {
    #leftMenu {
        display: none;
    }
}

.borderless td, .borderless th {
    border: none !important;
}

p.nowrap {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

h4.nowrap {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.form .container-fluid {
    min-height: 768px;
    background: #fafaff;
}

.form .container.timerContainer {
    min-height: 10px;
    background: #fafaff;
}

.FixedAmount.jumbotron {
    position: relative;
    background: #000 url("../Images/cls/fixedamount.png") center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    padding: 10px;
}

/* 문제은행 */
.test_ox {
    width: 56px;
    height: 51px;
    text-align: center;
    padding: 0 0 0 0;
    margin: -7px 0 0 -15px;
    position: absolute;
}

.stampCertificate {
    width: 56px;
    height: 56px;
    text-align: center;
    padding: 0 0 0 0;
    margin: -40px 100px 10px 70px;
    position: absolute;
}


.bestBank_answer {
    width: 610px;
    height: 46px;
    border: 1px solid #bedff3;
    background-color: #e6f2f9;
}

.crsitem.progress {
    background: rgba(245, 245, 245, 1);
    border: 0px solid rgba(245, 245, 245, 1);
    border-radius: 4px;
    height: 40px;
}

.crsitem.progress-bar-custom {
    background: rgb(251, 14, 21);
}

.progress-bar {
    text-align: left;
}

pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}


ul.a {
    list-style-type: circle;
}

ul.b {
    list-style-type: disc;
}

ul.c {
    list-style-type: square;
}

ol.d {
    list-style-type: armenian;
}

ol.e {
    list-style-type: cjk-ideographic;
}

ol.f {
    list-style-type: decimal;
}

ol.g {
    list-style-type: decimal-leading-zero;
}

ol.h {
    list-style-type: georgian;
}

ol.i {
    list-style-type: hebrew;
}

ol.j {
    list-style-type: hiragana;
}

ol.k {
    list-style-type: hiragana-iroha;
}

ol.l {
    list-style-type: katakana;
}

ol.m {
    list-style-type: katakana-iroha;
}

ol.n {
    list-style-type: lower-alpha;
}

ol.o {
    list-style-type: lower-greek;
}

ol.p {
    list-style-type: lower-latin;
}

ol.q {
    list-style-type: lower-roman;
}

ol.r {
    list-style-type: upper-alpha;
}

ol.s {
    list-style-type: upper-latin;
}

ol.t {
    list-style-type: upper-roman;
}

.col-header {
    background: #e9e9e9;
}

.col-subheader {
    background: #fff2f2;
}

.col-item1 {
    background: #f2fef0;
}

.col-item2 {
    background: #ffefe1;
}

.col-item3 {
    background: #fffee1;
}

.col-item4 {
    background: #e1ffea;
}


.col-foot {
    background: #e9e9e9;
    font: bold;
}


.col-foot2 {
    background: #daedff;
    font: bold;
}

.col-header-output {
    background: #ff7676;
}

.col-header-input {
    background: #74aeff;
}




.firsthan {
    ime-mode: active;
}

.firsteng {
    ime-mode: inactive;
}

.firstupper {
    text-transform: uppercase;
}


.chkinput {
    border-color: #ff6666;
    box-shadow: 0 0 5px rgba(229, 86, 86, 0.40);
}

.bgcolor1 {
    background-color: #fffee4
}

.bgcolor2 {
    background-color: #ecffe3
}

.bgcolor3 {
    background-color: #edeeff
}

.bgcolor4 {
    background-color: #ffe1e1
}

.bgcolorred {
    background-color: #e96565
}

span.label {
    font-size: 1em
}

a:link:after, a:visited:after {
    content: " ";
}
