#wrap
{
    /*position: relative;*/
    /*z-index: 1;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*max-width: 1200px;*/
    min-width: 1200px;
}

.weight-100 {
    font-weight: 100;
}
.weight-200 {
    font-weight: 200;
}
.weight-300 {
    font-weight: 300;
}
.weight-400 {
    font-weight: 400;
}
.weight-500 {
    font-weight: 500;
}
.weight-600 {
    font-weight: 600;
}
.weight-700 {
    font-weight: 700;
}
.weight-800 {
    font-weight: 800;
}

.line-1 {
    line-height: 1;
}
.line-15 {
    line-height: 1.5;
}
.line-20 {
    line-height: 2;
}
.line-25 {
    line-height: 2.5;
}
.line-30 {
    line-height: 3;
}

.font-size-10 {
    font-size: 1em;
}
.font-size-15 {
    font-size: 1.5em;
}
.font-size-20 {
    font-size: 2em;
}
.font-size-25 {
    font-size: 2.5em;
}
.font-size-30 {
    font-size: 3em;
}
.font-size-35 {
    font-size: 3.5em;
}
.font-size-40 {
    font-size: 4em;
}
.font-size-45 {
    font-size: 4.5em;
}
.font-size-50 {
    font-size: 5.0em;
}
.font-size-55 {
    font-size: 5.5em;
}
.font-size-60 {
    font-size: 6.0em;
}
.font-size-65 {
    font-size: 6.5em;
}
.font-size-70 {
    font-size: 7.0em;
}
.font-size-75 {
    font-size: 7.5em;
}
.font-size-80 {
    font-size: 8.0em;
}


input:required
{
    background: url('../../img/icon_required.gif');
    background-repeat: no-repeat;
    background-position: top right;
}

.input-group .form-control-feedback
{
    right: auto;

    display: inline-block;

    margin-left: -36px;
}


.lang-chi
{
    font-family: 'Noto Sans', 'SimHei', 'Georgia', 'Times New Roman',  'Microsoft YaHei', '微软雅黑', 'STXihei', '华文细黑', 'SimSun', serif;
}
/* .page-header
{
    margin: 0;

    background-color: #fff;
} */

/* .breadcrumb
{
    margin-top: 45px;
    padding: 0;
} */

.bx-wrapper .bx-viewport
{
    left: 0 !important;

    border: none !important;
    background: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.breadcrumb > li.active a:hover
{
    font-weight: bolder;

    color: #0062a7;
}





.breadcrumb-more
{
    font-size: .8em;
    line-height: 25px;

    position: relative;

    display: inline-block;

    width: 25px;
    height: 25px;
    margin-left: 5px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #0062a7;
}

.breadcrumb-more:before,
.breadcrumb-more:after
{
    position: absolute;

    content: '';
    transition: transform .25s ease-out;

    background-color: white;
}
.breadcrumb-more:before
{
    top: 15%;
    left: 55%;

    width: 2px;
    height: 70%;
    margin-left: -2px;
}
.breadcrumb-more:after
{
    top: 50%;
    left: 15%;

    width: 70%;
    height: 2px;
    margin-top: -1px;
}

.breadcrumb > li.active:hover .breadcrumb-more:before
{
    transform: rotate(90deg);
}
.breadcrumb > li.active:hover .breadcrumb-more:after
{
    transform: rotate(180deg);
}



.breadcrumb > li
{
    line-height: 25px;

    position: relative;
}

.lnb-sub
{
    position: absolute;
    z-index: 999;
    top: 25px;
    left: 0;

    display: none;

    width: 100%;
    min-width: 230px;
    /*background-color: #fff;*/
}
.lnb-sub > li:first-of-type
{
    margin-top: 10px;

    border-top: 1px solid rgb(200,200,200);
}

.lnb-sub > li
{
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 2.5rem;

    display: block;

    border-right: 1px solid rgb(200,200,200);
    border-bottom: 1px solid rgb(200,200,200);
    border-left: 1px solid rgb(200,200,200);
    background-color: rgb(250,250,250);
}

.lnb-sub > li > a
{
    display: block;

    margin: 0;
    padding: 7px 0;
    padding-left: 20px;

    color: #444;
}
.lnb-sub > li > ol
{
    margin-bottom: 10px;
    margin-left: 20px;
}
.lnb-sub > li > ol li
{
    font-size: .8em;
    line-height: 25px;

    list-style: none;
    list-style-position: inside;
}
.lnb-sub > li > ol li a
{
    position: relative;

    color: #777;
}
.lnb-sub > li > ol li a:before
{
    display: inline-block;

    margin-right: 5px;

    content: '-';
}

.lnb-sub > li > a:hover,
.lnb-sub > li > a:focus
{
    text-decoration: none;

    color: #fff !important;
    background-color: #0491d9;
    /* -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); */
}

.lnb-sub > li > a:hover:after,
.lnb-sub > li > a:focus:after
{
    font-family: FontAwesome;
    font-size: 1.1em;
    font-weight: lighter;
    font-style: normal;

    position: absolute;
    right: 10%;
    /*line-height: 60px;*/

    display: inline-block;
    /*width: 50px;*/
    /*height: 100%;*/

    content: '\f0da';
    text-align: center;
    text-decoration: inherit;

    color: #fff;
}




.breadcrumb-custom
{
    font-size: 1.8rem;

    position: relative;
    z-index: 5;

    height: 60px;
    /*overflow: hidden;*/

    list-style: none;
    /*font: 18px Sans-Serif;*/
}
.breadcrumb-custom:after
{
    position: absolute;
    z-index: 1;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    /*background-color: #325885;*/
}
.breadcrumb-custom.type-01:after
{
    background-color: #325885;
}
.breadcrumb-custom.type-02:after
{
    background-color: #1f96ac;
}
.breadcrumb-custom.type-03:after
{
    background-color: #16947e;
}



.help-text
{
    font-weight: 400;
    line-height: 30px;

    display: inline-block;

    height: 30px;
    margin-right: 2%;
    padding: 0 8px;

    text-align: center;

    color: #fff;
    background-color: #0fa98e;
}

.list-justify > li
{
    display: table-cell;

    width: 1%;
}

.img-ver
{
    top: 50%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.img-inline-responsive
{
    display: inline;

    max-width: 100%;
    height: auto;
}

.word-break
{
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space:   -o-pre-wrap;
    white-space:  -ms-pre-wrap;
    word-wrap: break-word;
    word-break: keep-all;
}

footer
{
    /*padding: 1% 5%;*/
}

.footer-line
{
    border-bottom: 1px solid #5d687e;
    /*background: #424242  url(../../img/pattern-footer-bg.png) 0 0 repeat;*/
}

.footer-bg
{
    background-color: #324262;
    /*background: #324262 url(../../img/pattern-footer-bg.png) 0 0 repeat;*/
    /*padding-right: 100px;*/
}
.main .footer-bg
{
    padding-right: 100px;
}

.footer-bg .btn-group-justified > .btn-group .dropdown-menu
{
    width: 100%;
}
.btn-footer .dropup
{
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn-footer .btn-black
{
    font-size: 1em;

    color: #cfdaf5;
    border-color: #5d687e;
    border-bottom: none;
    background: #424242  url(../../img/pattern-footer-bg.png) 0 0 repeat;
}

footer *
{
    color: #cfdaf5;
}

footer a:hover
{
    color: #fff;
}

footer .footer-list li
{
    font-size: 1.0em;
    line-height: .8em;

    float: left;

    padding: 0 1.5em;

    border-right: 1px solid #959596;
}

footer .footer-list li:last-child
{
    border-right: none;
}
footer .footer-list li:first-of-type
{
    padding-left: 0;
}

.footer-text
{
    padding: 1em 0;
}


.login-icon
{
    display: table-cell;

    width: 120px;
    height: 120px;

    vertical-align: middle;

    border-radius: 60px;
    background-color: #e8e8e8;
}

.login-form .login-btn
{
    font-size: 1.5em;
    font-weight: 500;
}


.dl-horizontal-left dt
{
    text-align: left;
}

/* 관리자 링크 */
.linkAdmin
{
    font-size: 12px;

    margin-left: 5px;
    padding: 2px 4px;

    color: #959596;
    border: 1px solid #959596;
    border-radius: 2px;
}
.linkAdmin:hover
{
    color: #f07700;
    border: 1px solid #f07700;
}




@media only screen and (max-width: 600px)
{
    .footer-text
    {
        padding: 0;
    }
}


/* WEB 215 UPDATE : 페이징처리 영역 & 글 목록보기 수정사항 */
#PAGE_NAVI
{
    margin-top: 20px;
}
.page_list
{
    margin-top: 20px;
}
