@charset "utf-8";

/* CSS Document */

.innercontainer>.showcontent {
    padding: 0px 28px 30px 0px;
}

.showcontentleft {
    padding: 40px 0;
}

.showcontentright {
    float: left;
    width: 268px;
}

.showcontentright .bxgroup {}

.showcontentright .bxgroup>ul {
    list-style: none;
}

.showcontentright .bxgroup>ul>li.head {
    height: 63px;
    line-height: 63px;
    font-size: 30px;
    font-weight: normal;
    padding-left: 20px;
    color: #FFF;
    background: #009ad9;
}

.showcontentright .bxgroup>ul>li a {
    display: block;
    color: #2ca8e4;
    height: 37px;
    line-height: 37px;
    padding-left: 22px;
    border-bottom: 1px solid #ececec;
}

.showcontentright .bxgroup>ul>li a:hover,
.showcontentright .bxgroup>ul>li a.groupactive {
    background: #05557c url(../images/cms/bulletgroup.png) no-repeat;
    background-position: left;
    color: #FFF;
    display: block;
    height: 37px;
    line-height: 37px;
    padding-left: 22px;
}

.showcontentright .bxgroup>ul>li a span {
    color: #1b1b1b;
}

.showcontentright .bxgroup>ul>li a:hover span,
.showcontentright .bxgroup>ul>li a.groupactive span {
    color: #FFF;
}

a.barhead {
    display: table;
    background: url(../images/manager_profile/barhead.jpg) no-repeat;
    width: 211px;
    height: 52px;
    color: #FFF;
    font-size: 16px;
    padding-left: 50px;
    margin: 0 0 0 273px;
}

a.barhead>span {
    width: 211px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
}

a.barhead_sub {
    display: table;
    background: url(../images/manager_profile/barhead-sub.jpg) no-repeat;
    width: 211px;
    height: 52px;
    color: #FFF;
    font-size: 16px;
    padding-left: 50px;
}

a.barhead_sub>span {
    width: 211px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
}

.ml12px {
    margin-left: 12px;
}

.bxshow>h2.bartop {
    height: 62px;
    line-height: 62px;
    background: #009ad9;
    color: #FFF;
    font-size: 20px;
    font-weight: normal;
    padding-left: 27px;
}

.bxshow .mgcenetr {
    margin: 0 auto;
}

.bxshow .boxprofile {
    width: 33.33%;
    height: 270px;
    padding: 20px;
}

.bxshow .boxprofile>.boximg {
    width: 139px;
    margin: 0 auto;
}

.bxshow .boxprofile>.boxname {
    color: #0e0d6a;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.bxshow .boxprofile>.boxposition {
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

.bxshow a.profileimage {
    display: block;
    height: 162px;
    position: relative;
    width: 139px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.bxshow a.profileimage .icobxplus {
    background: url(../images/manager_profile/icon_plus._blue.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: none;
}

.bxshow a.profileimage .bxover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #347bb5;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.bxshow a.profileimage .bxover .icoplus {
    background: url(../images/manager_profile/icon_plus.png) no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.bxshow a.profileimage:hover .bxover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.bxshow a.profileimage:hover .icobxplus {
    opacity: 0;
    filter: alpha(opacity=0);
}


/*-popup-*/

.divpopup {
    /* width: 250%; */
    padding: 15px;
    background: #fff;
    overflow: auto !important;
    height: 100%;
}

.divpopup .popimages {
    width: 139px;
    float: left;
}

.divpopup .popdetail {
    padding: 15px 0px 10px 150px;
}

.divpopup .popdetail .popname {
    color: #007ee3;
    font-size: 26px;
    line-height: 28px;
}

.divpopup .popdetail .popname span {
    font-weight: normal;
    font-size: 26px;
    display: block;
}

.divpopup .popdetail .popposition {
    color: #000000;
    font-size: 20px;
}

a.print {
    display: block;
    height: 23px;
    line-height: 23px;
    padding-left: 25px;
    background: url(../images/manager_profile/popup/print.png) no-repeat;
    background-position: left;
    color: #007ee3;
    font-size: 20px;
    float: right;
}

.divpopup .showdetail {}

ul.Listdetail {
    margin: 10px 0 10px 0px;
    padding: 0;
    font-weight: normal;
    font-size: 18px;
    list-style: none;
}

ul.Listdetail>li.head {
    color: #1786dc;
}

ul.Listdetail>li {
    padding-bottom: 15px;
}

ul.Listdetail>li div.box {
    color: rgb(0, 0, 0);
    margin-top: 10px;
    padding: 0 30px;
}

ul.Listdetail>li>p.head {
    background: none repeat scroll 0 0 #1786dc;
    color: #fff;
    font-size: 20px;
    padding: 8px 13px 5px;
}

ul.Listdetail li ul {
    color: #4d4d4d;
    padding-left: 40px;
}

ul.Listdetail li ul li,
ul.Listdetail li ol li {
    padding: 0px;
    list-style-image: none;
}

.tableinnerdetail {
    width: 100%;
    font-family: "DBOzone";
    font-size: 20px;
    font-weight: normal;
    color: #4d4d4d;
}

.tableinnerdetail .col01 {
    width: 50%;
}

.tableinnerdetail .col02 {
    width: 30%;
}

.tableinnerdetail .col03 {
    width: 20%;
}

.tableinnerdetaillist {
    width: 100%;
    font-family: "DBOzone";
    font-size: 20px;
    font-weight: normal;
    color: #4d4d4d;
}

.tableinnerdetaillist .col001 {
    width: 5%;
}

.tableinnerdetaillist .col002 {
    width: 95%;
}


/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    /*
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
*/
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url(../images/manager_profile/popup/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../images/manager_profile/popup/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 89px;
    height: 89px;
    cursor: pointer;
    z-index: 8040;
    background: url(../images/manager_profile/popup/close.png) no-repeat;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../images/manager_profile/popup/blank.gif);
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}


/* Overlay helper */

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../images/manager_profile/popup/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}


/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}


/*------*/

.bxhtml {
    position: relative;
}

.bxhtml>h1 {
    color: #009ad9;
    font-weight: normal;
    font-size: 22px;
}

.bxhtml>.tag {
    color: #009ad9;
    padding: 8px 0 8px 0;
    font-size: 14px;
}

.bxhtml>.tag span {
    color: #222222;
}

.bxhtml>p {
    margin: 8px 0 8px 0;
    font-size: 14px;
}

.bxmobidate {
    display: none;
}

.bxmobiview {
    display: none;
}

.BoxCenter {
    margin-left: 277px;
}

.BoxLeft {
    margin-left: 150px;
}

#colorbox {
    height: 100% !important;
}

#cboxWrapper {
    height: 100% !important;
}

@media only screen and (max-width:1275px) {
    .BoxCenter {
        display: block;
        width: 100% !important;
        margin: 0 auto;
    }
    .innercontainer>.showcontent {
        padding: 0px 20px 30px 20px;
    }
    .bxshow .boxprofile {
        padding: 20px;
    }
}

@media only screen and (max-width:960px) {
    .BoxCenter {
        display: block;
        width: 100% !important;
        margin: 20px 0 20px 0;
    }
    .innercontainer>.showcontent {
        padding: 0px 20px 30px 20px;
    }
    .innercontainer>.showcontent {
        padding: 0;
        margin: 0 auto;
    }
    .showcontentleft {
        padding: 0;
    }
    .bxshow {
        width: 94%;
        margin: 0 auto;
    }
    .bxhtml {
        width: auto;
        overflow: auto;
        margin: 0;
        padding: 0px;
    }
    .divpopup {
        width: 760px;
        padding: 20px 20px 20px 20px;
        background: #fff;
    }
}

@media only screen and (max-width: 800px) {
    .bxshow .boxprofile {
        width: 50%;
        height: 250px;
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .divpopup {
        width: 650px;
    }
}

@media only screen and (max-width: 680px) {
    .bxshow .boxprofile {
        width: 50%;
        height: 280px;
        padding: 20px;
    }
    .divpopup {
        width: 500px;
        padding: 20px 20px 20px 20px;
        background: #fff;
    }
    .divpopup .popdetail .popname {
        font-size: 24px;
    }
    .divpopup .popdetail .popname span {
        font-size: 20px;
        line-height: initial;
    }
    .divpopup .popdetail .popposition {
        font-size: 18px;
    }
}

@media only screen and (max-width: 568px) {
    .bxshow .boxprofile {
        min-height: 245px;
        padding: 20px;
    }
    .divpopup {
        width: 488px;
    }
    .divpopup .popdetail {
        padding-left: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 490px) {
    .BoxCenter,
    .BoxLeft,
    .BoxRight {
        margin-left: 0px;
    }
    .bximage {
        width: 450px;
        height: 330px;
        margin: 0 auto;
        border: 0px solid #F00;
        position: relative;
    }
    .bximage .slideimg {
        width: 450px;
        height: 330px;
        background: #1c1c1c;
    }
    .bximage .slideimg .fullimg {
        width: 450px;
        height: 330px;
        border-bottom: 1px solid #FFF;
        position: relative;
        overflow: hidden;
    }
    .bximage .slideimg .fullimg img {
        width: 450px;
    }
    .relateobj {
        height: 55px;
        width: 425px;
        border-bottom: 1px solid #e1e1e1;
        padding: 15px;
    }
    .relateobj>.relateleft {
        width: 78px;
        height: 55px;
        float: left;
        position: relative;
    }
    .relateobj>.relateright {
        float: left;
        margin-left: 20px;
        width: 325px;
    }
    .relateobj>.relateright>.line01 {
        color: #009ad9;
        font-weight: bold;
    }
    .relateobj>.relateright>.line02 {}
    .bml10px {
        margin-left: 10px;
    }
    .bxmobidate {
        width: 54px;
        height: 54px;
        background: #da251c;
        color: #eef8fc;
        text-align: center;
        display: block;
    }
    .bxmobidate>p.day {
        font-size: 12px;
        height: 16px;
        padding-top: 5px;
        margin-bottom: 0;
    }
    .bxmobidate>p.month {
        font-size: 12px;
        margin-bottom: 0;
    }
    .bxmobidate>p.year {
        font-size: 12px;
        margin-bottom: 0;
    }
    .bxmobiview {
        width: 54px;
        height: 54px;
        padding-top: 10px;
        background: #da251c;
        color: #eef8fc;
        text-align: center;
        display: block;
    }
    .bxmobiview>p.count {
        font-size: 12px;
        height: 16px;
        margin-bottom: 0;
        padding-top: 3px;
    }
    .bxmobiview>p.txt {
        font-size: 12px;
        margin-bottom: 0;
    }
    .bxhtml {
        width: auto;
        overflow: auto;
    }
    .innercontainer>.showcontent {
        padding: 0;
    }
    .bxshow .boxprofile {
        width: 100%;
        height: 200px;
        padding: 20px 0 20px 0;
    }
    .divpopup {
        width: 375px;
    }
    .divpopup .showdetail {
        width: 100%;
    }
    .divpopup .popimages {
        float: none;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 375px) {
    .divpopup {
        width: 320px;
    }
}

@media only screen and (max-width: 320px) {
    .contentcmsnews {
        overflow: hidden;
    }
    .divpopup {
        padding-left: 5px;
        padding-right: 5px;
        width: 310px;
    }
    .divpopup .popdetail {
        float: left;
        padding: 15px 0px 10px 5px;
        width: 98%;
    }
    .divpopup .popdetail .popname {
        font-size: 24px;
        text-align: center;
    }
    .divpopup .popdetail .popname span {
        font-weight: normal;
        font-size: 22px;
        display: block;
    }
    .divpopup .popdetail .popposition {
        color: #4d4d4d;
        font-family: "DBOzone";
        font-size: 20px;
        text-align: center;
    }
    .divpopup .showdetail {
        width: 100%;
    }
    .divpopup .popimages {
        float: none;
        text-align: center;
        width: 100%;
    }
    ul.Listdetail>li div.box {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 280px) {}