@charset "utf-8";

/* CSS Document */

.innercontainer>.showcontent {
    padding: 0px 0px 30px 0px;
}

.boxtopslide {
    width: 100%;
    border: 0px solid #FFF;
    position: relative;
}

a.dwnimages {
    display: block;
    width: 132px;
    height: 132px;
    background: url(../images/manager_profile/dwn-image.png) no-repeat;
    position: absolute;
    right: 52px;
    top: 55px;
    z-index: 1000;
}

a.contentimages {
    display: block;
    width: 132px;
    height: 132px;
    background: url(../images/manager_profile/content-image.png) no-repeat;
    position: absolute;
    right: 52px;
    top: 200px;
    z-index: 1000;
}

#slides {}

.slidesjs-pagination {
    margin: -21px 10px 10px 427px;
    float: left;
    list-style: none;
    position: relative;
    z-index: 1000;
}

.slidesjs-pagination li {
    float: left;
    margin: 0 6px;
}

.slidesjs-pagination li a {
    display: block;
    width: 94px;
    height: 0;
    padding-top: 12px;
    background-image: url(../images/manager_profile/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
    background-position: 0 -12px
}

.slidesjs-pagination li a:hover {
    background-position: 0 -24px
}

.slidesjs-navigation {
    display: none;
}

ul.Listdetail {
    margin: 10px 0 10px 90px;
    font-family: "DBOzone";
    font-weight: normal;
    font-size: 18px;
}

ul.Listdetail>li.head {
    list-style-image: url(../images/manager_profile/ul_billet.png);
}

ul.Listdetail>li {
    padding-left: 30px;
    padding-bottom: 15px;
}

ul.Listdetail>li>p.head {
    color: #1786dc;
    font-size: 22px;
}

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%;
}

ul.optionmenu {
    list-style: none;
    margin-top: 20px;
    padding-left: 100px;
}

ul.optionmenu a {
    width: 134px;
    height: 134px;
}

ul.optionmenu a:hover {
    opacity: 0.9;
}

ul.optionmenu a p {
    color: #fff;
    font-family: "DBOzone";
    font-size: 20px;
    line-height: 18px;
    margin-top: 85px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

ul.optionmenu li {
    float: left;
    margin-right: 18px;
}

.idownload,
.iresume,
.iarticle,
.icontact,
.icalendar,
.ifacebook {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
}

.idownload {
    background: rgba(238, 115, 0, 1);
    background: -moz-linear-gradient(left, rgba(238, 115, 0, 1) 0%, rgba(238, 115, 0, 0.99) 80%, rgba(238, 115, 0, 0.99) 82%, rgba(100, 48, 0, 0.99) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(238, 115, 0, 1)), color-stop(80%, rgba(238, 115, 0, 0.99)), color-stop(82%, rgba(238, 115, 0, 0.99)), color-stop(100%, rgba(100, 48, 0, 0.99)));
    background: -webkit-linear-gradient(left, rgba(238, 115, 0, 1) 0%, rgba(238, 115, 0, 0.99) 80%, rgba(238, 115, 0, 0.99) 82%, rgba(100, 48, 0, 0.99) 100%);
    background: -o-linear-gradient(left, rgba(238, 115, 0, 1) 0%, rgba(238, 115, 0, 0.99) 80%, rgba(238, 115, 0, 0.99) 82%, rgba(100, 48, 0, 0.99) 100%);
    background: -ms-linear-gradient(left, rgba(238, 115, 0, 1) 0%, rgba(238, 115, 0, 0.99) 80%, rgba(238, 115, 0, 0.99) 82%, rgba(100, 48, 0, 0.99) 100%);
    background: linear-gradient(to right, rgba(238, 115, 0, 1) 0%, rgba(238, 115, 0, 0.99) 80%, rgba(238, 115, 0, 0.99) 82%, rgba(100, 48, 0, 0.99) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7300', endColorstr='#643000', GradientType=1);
}

.iresume {
    background: rgba(163, 0, 238, 1);
    background: -moz-linear-gradient(left, rgba(163, 0, 238, 1) 0%, rgba(163, 0, 238, 0.99) 80%, rgba(163, 0, 238, 0.99) 82%, rgba(61, 4, 87, 0.99) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(163, 0, 238, 1)), color-stop(80%, rgba(163, 0, 238, 0.99)), color-stop(82%, rgba(163, 0, 238, 0.99)), color-stop(100%, rgba(61, 4, 87, 0.99)));
    background: -webkit-linear-gradient(left, rgba(163, 0, 238, 1) 0%, rgba(163, 0, 238, 0.99) 80%, rgba(163, 0, 238, 0.99) 82%, rgba(61, 4, 87, 0.99) 100%);
    background: -o-linear-gradient(left, rgba(163, 0, 238, 1) 0%, rgba(163, 0, 238, 0.99) 80%, rgba(163, 0, 238, 0.99) 82%, rgba(61, 4, 87, 0.99) 100%);
    background: -ms-linear-gradient(left, rgba(163, 0, 238, 1) 0%, rgba(163, 0, 238, 0.99) 80%, rgba(163, 0, 238, 0.99) 82%, rgba(61, 4, 87, 0.99) 100%);
    background: linear-gradient(to right, rgba(163, 0, 238, 1) 0%, rgba(163, 0, 238, 0.99) 80%, rgba(163, 0, 238, 0.99) 82%, rgba(61, 4, 87, 0.99) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a300ee', endColorstr='#3d0457', GradientType=1);
}

.iarticle {
    background: rgba(238, 0, 171, 1);
    background: -moz-linear-gradient(left, rgba(238, 0, 171, 1) 0%, rgba(238, 0, 171, 0.99) 80%, rgba(238, 0, 171, 0.99) 82%, rgba(103, 0, 74, 0.99) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(238, 0, 171, 1)), color-stop(80%, rgba(238, 0, 171, 0.99)), color-stop(82%, rgba(238, 0, 171, 0.99)), color-stop(100%, rgba(103, 0, 74, 0.99)));
    background: -webkit-linear-gradient(left, rgba(238, 0, 171, 1) 0%, rgba(238, 0, 171, 0.99) 80%, rgba(238, 0, 171, 0.99) 82%, rgba(103, 0, 74, 0.99) 100%);
    background: -o-linear-gradient(left, rgba(238, 0, 171, 1) 0%, rgba(238, 0, 171, 0.99) 80%, rgba(238, 0, 171, 0.99) 82%, rgba(103, 0, 74, 0.99) 100%);
    background: -ms-linear-gradient(left, rgba(238, 0, 171, 1) 0%, rgba(238, 0, 171, 0.99) 80%, rgba(238, 0, 171, 0.99) 82%, rgba(103, 0, 74, 0.99) 100%);
    background: linear-gradient(to right, rgba(238, 0, 171, 1) 0%, rgba(238, 0, 171, 0.99) 80%, rgba(238, 0, 171, 0.99) 82%, rgba(103, 0, 74, 0.99) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee00ab', endColorstr='#67004a', GradientType=1);
}

.icontact {
    background: rgba(54, 181, 22, 1);
    background: -moz-linear-gradient(left, rgba(54, 181, 22, 1) 0%, rgba(54, 181, 22, 0.99) 80%, rgba(54, 181, 22, 0.99) 82%, rgba(17, 56, 7, 0.99) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(54, 181, 22, 1)), color-stop(80%, rgba(54, 181, 22, 0.99)), color-stop(82%, rgba(54, 181, 22, 0.99)), color-stop(100%, rgba(17, 56, 7, 0.99)));
    background: -webkit-linear-gradient(left, rgba(54, 181, 22, 1) 0%, rgba(54, 181, 22, 0.99) 80%, rgba(54, 181, 22, 0.99) 82%, rgba(17, 56, 7, 0.99) 100%);
    background: -o-linear-gradient(left, rgba(54, 181, 22, 1) 0%, rgba(54, 181, 22, 0.99) 80%, rgba(54, 181, 22, 0.99) 82%, rgba(17, 56, 7, 0.99) 100%);
    background: -ms-linear-gradient(left, rgba(54, 181, 22, 1) 0%, rgba(54, 181, 22, 0.99) 80%, rgba(54, 181, 22, 0.99) 82%, rgba(17, 56, 7, 0.99) 100%);
    background: linear-gradient(to right, rgba(54, 181, 22, 1) 0%, rgba(54, 181, 22, 0.99) 80%, rgba(54, 181, 22, 0.99) 82%, rgba(17, 56, 7, 0.99) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36b516', endColorstr='#113807', GradientType=1);
}

.icalendar {
    background: rgba(22, 54, 181, 1);
    background: -moz-linear-gradient(left, rgba(22, 54, 181, 1) 0%, rgba(22, 54, 181, 0.99) 80%, rgba(22, 54, 181, 0.99) 82%, rgba(6, 18, 65, 0.99) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(22, 54, 181, 1)), color-stop(80%, rgba(22, 54, 181, 0.99)), color-stop(82%, rgba(22, 54, 181, 0.99)), color-stop(100%, rgba(6, 18, 65, 0.99)));
    background: -webkit-linear-gradient(left, rgba(22, 54, 181, 1) 0%, rgba(22, 54, 181, 0.99) 80%, rgba(22, 54, 181, 0.99) 82%, rgba(6, 18, 65, 0.99) 100%);
    background: -o-linear-gradient(left, rgba(22, 54, 181, 1) 0%, rgba(22, 54, 181, 0.99) 80%, rgba(22, 54, 181, 0.99) 82%, rgba(6, 18, 65, 0.99) 100%);
    background: -ms-linear-gradient(left, rgba(22, 54, 181, 1) 0%, rgba(22, 54, 181, 0.99) 80%, rgba(22, 54, 181, 0.99) 82%, rgba(6, 18, 65, 0.99) 100%);
    background: linear-gradient(to right, rgba(22, 54, 181, 1) 0%, rgba(22, 54, 181, 0.99) 80%, rgba(22, 54, 181, 0.99) 82%, rgba(6, 18, 65, 0.99) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1636b5', endColorstr='#061241', GradientType=1);
}

.ifacebook {
    background: rgba(85, 116, 183, 1);
    background: -moz-linear-gradient(left, rgba(85, 116, 183, 1) 0%, rgba(85, 116, 183, 0.99) 80%, rgba(85, 116, 183, 0.99) 82%, rgba(27, 44, 81, 0.99) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(85, 116, 183, 1)), color-stop(80%, rgba(85, 116, 183, 0.99)), color-stop(82%, rgba(85, 116, 183, 0.99)), color-stop(100%, rgba(27, 44, 81, 0.99)));
    background: -webkit-linear-gradient(left, rgba(85, 116, 183, 1) 0%, rgba(85, 116, 183, 0.99) 80%, rgba(85, 116, 183, 0.99) 82%, rgba(27, 44, 81, 0.99) 100%);
    background: -o-linear-gradient(left, rgba(85, 116, 183, 1) 0%, rgba(85, 116, 183, 0.99) 80%, rgba(85, 116, 183, 0.99) 82%, rgba(27, 44, 81, 0.99) 100%);
    background: -ms-linear-gradient(left, rgba(85, 116, 183, 1) 0%, rgba(85, 116, 183, 0.99) 80%, rgba(85, 116, 183, 0.99) 82%, rgba(27, 44, 81, 0.99) 100%);
    background: linear-gradient(to right, rgba(85, 116, 183, 1) 0%, rgba(85, 116, 183, 0.99) 80%, rgba(85, 116, 183, 0.99) 82%, rgba(27, 44, 81, 0.99) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5574b7', endColorstr='#1b2c51', GradientType=1);
}

.coverhtml {
    padding-top: 20px;
    padding-bottom: 20px;
}

span.ico_01 {
    display: block;
    background: url(../images/people/icon-01.png) no-repeat;
    width: 134px;
    height: 134px;
    position: absolute;
    left: 0px;
    top: 0px;
}

span.ico_02 {
    display: block;
    background: url(../images/people/icon-02.png) no-repeat;
    width: 134px;
    height: 134px;
    position: absolute;
    left: 0px;
    top: 0px;
}

span.ico_03 {
    display: block;
    background: url(../images/people/icon-03.png) no-repeat;
    width: 134px;
    height: 134px;
    position: absolute;
    left: 0px;
    top: 0px;
}

span.ico_04 {
    display: block;
    background: url(../images/people/icon-04.png) no-repeat;
    width: 134px;
    height: 134px;
    position: absolute;
    left: 0px;
    top: 0px;
}

span.ico_05 {
    display: block;
    background: url(../images/people/icon-05.png) no-repeat;
    width: 134px;
    height: 134px;
    position: absolute;
    left: 0px;
    top: 0px;
}

span.ico_06 {
    display: block;
    background: url(../images/people/icon-06.png) no-repeat;
    width: 134px;
    height: 134px;
    position: absolute;
    left: 0px;
    top: 0px;
}

@media only screen and (max-width: 1280px) {
    #slides>img {
        width: 100%;
    }
    ul.optionmenu {
        list-style: outside none none;
        margin: 20px auto;
        padding-left: 0px !important;
        text-align: center;
        width: 620px;
    }
    ul.optionmenu li {
        margin: 10px;
    }
    ul.Listdetail {
        margin: 10px 10px 10px 60px;
        list-style-position: outside;
        font-family: "DBOzone";
        font-weight: normal;
        font-size: 18px;
        width: 90%;
    }
}
@media (max-width: 767px) {
	.slidesjs-pagination{
		display: none;
	}
}
@media only screen and (max-width: 568px) {
    ul.optionmenu a {
        height: 134px;
        width: 134px;
    }
    .coverhtml {
        width: 100%;
        overflow: auto;
    }
    .coverhtml iframe {
        width: 100% !important;
    }
    ul.Listdetail {
        margin: 10px 10px 10px 40px;
        font-family: "DBOzone";
        font-weight: normal;
        font-size: 18px;
        width: 90%;
    }
}

@media only screen and (max-width: 490px) {
    ul.optionmenu {
        width: 400px;
    }
    ul.optionmenu li {
        margin: 2px;
    }
    ul.optionmenu a {
        height: 95px;
        width: 95px;
    }
    ul.optionmenu a p {
        margin-top: 60px;
        line-height: 15px;
        font-size: 15px;
    }
    ul.optionmenu a span {}
    span.ico_01 {
        display: block;
        background: url(../images/people/icon-01.png) no-repeat;
        width: 95px;
        height: 95px;
        position: absolute;
        left: 0px;
        top: 0px;
        background-size: 95px 95px;
    }
    span.ico_02 {
        display: block;
        background: url(../images/people/icon-02.png) no-repeat;
        width: 95px;
        height: 95px;
        position: absolute;
        left: 0px;
        top: 0px;
        background-size: 95px 95px;
    }
    span.ico_03 {
        display: block;
        background: url(../images/people/icon-03.png) no-repeat;
        width: 95px;
        height: 95px;
        position: absolute;
        left: 0px;
        top: 0px;
        background-size: 95px 95px;
    }
    span.ico_04 {
        display: block;
        background: url(../images/people/icon-04.png) no-repeat;
        width: 95px;
        height: 95px;
        position: absolute;
        left: 0px;
        top: 0px;
        background-size: 95px 95px;
    }
    span.ico_05 {
        display: block;
        background: url(../images/people/icon-05.png) no-repeat;
        width: 95px;
        height: 95px;
        position: absolute;
        left: 0px;
        top: 0px;
        background-size: 95px 95px;
    }
    span.ico_06 {
        display: block;
        background: url(../images/people/icon-06.png) no-repeat;
        width: 95px;
        height: 95px;
        position: absolute;
        left: 0px;
        top: 0px;
        background-size: 95px 95px;
    }

    .coverhtml {
        width: 100%;
        overflow: auto;
    }
    .coverhtml iframe {
        width: 100% !important;
    }
    ul.Listdetail {
        margin: 10px 10px 10px 10px;
        list-style: none;
        font-family: "DBOzone";
        font-weight: normal;
        font-size: 18px;
        width: 90%;
    }
    ul.Listdetail>li {
        padding-bottom: 15px;
        padding-left: 20px;
    }
    ul.Listdetail>li.head {
        list-style-image: none;
    }
}

@media only screen and (max-width: 320px) {
    ul.optionmenu {
        width: 200px;
    }
    ul.optionmenu li {
        margin: 2px;
    }
    ul.optionmenu a {
        height: 95px;
        width: 95px;
    }
    ul.optionmenu a p {
        margin-top: 60px;
        line-height: 15px;
        font-size: 15px;
    }
    ul.optionmenu a span {}
    span.ico_01 {
        display: block;
        background: url(../images/people/icon-01.png) no-repeat;
        width: 95px;
        height: 95px;
        position: absolute;
        left: 0px;
        top: 0px;
        background-size: 95px 95px;
    }
    span.ico_02 {
        display: block;
        background: url(../images/people/icon-02.png) no-repeat;
        width: 95px;
        height: 95px;
        position: absolute;
        left: 0px;
        top: 0px;
        background-size: 95px 95px;
    }
    span.ico_03 {
        display: block;
        background: url(../images/people/icon-03.png) no-repeat;
        width: 95px;
        height: 95px;
        position: absolute;
        left: 0px;
        top: 0px;
        background-size: 95px 95px;
    }
    span.ico_04 {
        display: block;
        background: url(../images/people/icon-04.png) no-repeat;
        width: 95px;
        height: 95px;
        position: absolute;
        left: 0px;
        top: 0px;
        background-size: 95px 95px;
    }
    span.ico_05 {
        display: block;
        background: url(../images/people/icon-05.png) no-repeat;
        width: 95px;
        height: 95px;
        position: absolute;
        left: 0px;
        top: 0px;
        background-size: 95px 95px;
    }
    span.ico_06 {
        display: block;
        background: url(../images/people/icon-06.png) no-repeat;
        width: 95px;
        height: 95px;
        position: absolute;
        left: 0px;
        top: 0px;
        background-size: 95px 95px;
    }

    .coverhtml {
        width: 310px;
        overflow: auto;
    }
    .coverhtml iframe {
        width: 100% !important;
    }
    ul.Listdetail {
        margin: 10px 10px 10px 10px;
        list-style: none;
        font-family: "DBOzone";
        font-weight: normal;
        font-size: 18px;
        width: 90%;
    }
    ul.Listdetail>li {
        padding-bottom: 15px;
        padding-left: 20px;
    }
    ul.Listdetail>li.head {
        list-style-image: none;
    }
}