@charset "utf-8";

/* NHN > UIT Center > Open UI Tech. Team > Jeong Chan Myeong(dece24@nhncorp.com) */


/* Button */

.buttonOfficial,
.buttonOfficial * {
    position: relative;
    vertical-align: top !important;
    display: inline-block;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    color: #4d4d4d;
    cursor: pointer;
    background-image: url(../img/white/buttonOfficial.gif);
    background-repeat: no-repeat;
    text-decoration: none !important;
    overflow: visible;
    border: 0;
    padding: 0;
    background-color: transparent
}

.buttonOfficial {
    background-position: left top;
    margin-right: 4px
}

.buttonOfficial * {
    left: 4px;
    background-position: right top;
    padding: 0 8px 0 4px
}

a.buttonOfficial {
    _margin-top: -1px
}

a.buttonOfficial span {
    _vertical-align: top
}

.btn {
    text-decoration: none!important;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 12px;
    margin: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    vertical-align: top;
    cursor: pointer;
    overflow: visible;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(top, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #bbb;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    border-bottom-color: #a2a2a2;
    border-radius: 2px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn:active,
.board .btn:hover,
.board .btn[disabled] {
    color: #333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9
}

.cTab li {
    float: left;
    margin: 0 2px 0 0;
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-bottom: 0;
    list-style-type: none;
}

.cTab li a {
    position: relative;
    border-top: 1px solid #e0e0e0;
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    font-size: 14px;
    font-family: 나눔고딕, NanumGothic, "맑은 고딕", MalgunGhotic, sans-serif;
    text-decoration: none;
    color: #666;
    box-sizing: border-box;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.cTab li em {
    font: 11px Tahoma, Geneva, sans-serif;
    color: #767676;
    padding: 0 0 0 2px
}

.cTab li.on a,
.cTab li:hover a {
    color: #000;
    border-top: 2px solid #CDA25A
}

.cTab ul {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    margin: 0;
    padding: 0
}

.cTab li.on ul {
    display: block;
    overflow: hidden;
    white-space: nowrap
}

.cTab li.on ul li {
    position: relative;
    left: 1px;
    float: none;
    display: inline;
    margin: 0;
    padding: 0 15px;
    list-style: none;
    border: 0;
    border-right: 1px solid #d0d0d0
}

.cTab li.on ul li a {
    border: 0;
    top: 0;
    float: none;
    line-height: none;
    padding: 0;
    font-weight: 400
}

.cTab li.on ul li.on_ a {
    font-weight: 700;
    color: #3912b3
}