@charset "utf-8";

/* CSS Document */
ol>li>ol>li>ol>li {
    list-style-type: lower-alpha;
}

ol>li>ol>li {
    list-style-type: upper-alpha;
}

*[class^="ed_"] {
    --primary-color: #0033a0;

    /* table模組的標題色 */
    --ed-table-th-color: var(--primary-color);

    /* 模組18(風琴式)的待開啟箭頭色 */
    --ed-model18-arrow-color: var(--primary-color);

    /* 模組18(風琴式)的待關閉箭頭色 */
    --ed-model18-arrow-close-color: #8A8D8F;

    /* 模組18(風琴式)hover時箭頭放大倍數 */
    --ed-model18-hover-scale: 1.2;

    /* 模組20(時間軸)時間線顏色 */
    --ed-model20-timeline-color: #707070;

    /* 模組20(時間軸)時間線拉出到內容間(點和線)的顏色 */
    --ed-model20-label-color: #000;

    /* 模組20(時間軸)卡片的背景顏色 */
    --ed-model20-card-background-color: #fff;

    /* 模組20(時間軸)卡片的邊框顏色 */
    --ed-model20-card-border-color: #C8C8C8;

    /* 模組21(簡歷不含圖)卡片的背景顏色 */
    --ed-model21-card-background-color: #F5F5F5;
}

.ed_txt {
    padding: 0 0 5px 0;
}


.ed_title01 {
    font-size: 115%;
    font-weight: bold;
    padding: 0 0 5px 0;
}

.ed_title02 {
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    padding: 5px 0;
}

.ed_title03 {
    font-size: 115%;
    font-weight: bold;
    padding: 10px 0;
}

.ed_pic_left img,
.ed_pic_right img,
.ed_pic img {
    max-width: 100%;
    width: 100%;
}

.ed_pic_left,
.ed_pic_right {
    max-width: 400px;
}

.ed_pic_full {
    width: 100%;
    margin: 10px 0;
}

.ed_pic_full img,
.ed_pic_half img {
    width: 100%;
}

.ed_pic_left {
    float: left;
}

.ed_model09 .ed_pic_left {
    /* margin: 0 10px 5px 5px; */
}

.ed_model09 .ed_pic_right {
    /* margin: 0 10px 5px 0; */
}

.ed_pic_right {
    float: right;
    margin: 0 0 0 25px;
}

.ed_pic_left {
    margin: 0 25px 0 0;
}

.ed_model04 .ed_flex_box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0 -25px;
}

.ed_model04 .box {
    width: 100%;
    padding: 10px 20px;
}

.ed_model11 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.ed_model11 .ed_title03 {
    padding: 0 0 10px 0;
}

.ed_model11 .left_box {
    text-align: center;
}

.ed_model11 .left_box .ed_pic_left {
    width: 350px;
    float: none;
    text-align: center;
}

.ed_model11 .left_box .ed_pic_left img {
    width: 100%;
}

.ed_model12 .item01,
.ed_model13 .item02,
.ed_model14 .item03,
.ed_model15 .item04 {
    position: relative;
    line-height: 180%;
}

.ed_model12 .item01 {
    margin-left: 4em;
}

.ed_model12 .item01 p,
.ed_model13 .item02 p,
.ed_model14 .item03 p,
.ed_model15 .item04 p {
    padding: 0;
    margin: 0;
    text-align: right;
    position: absolute;
    font-weight: inherit;
    color: #000;
    font-size: 95%;
}

.ed_model12 .item01 p {
    width: 5em;
    left: -5em;
}

.ed_model13 .item02 p {
    width: 5em;
    left: -5.5em;
}

.ed_model13 .item02 {
    margin-left: 6.5em;
}

.ed_model14 .item03 {
    margin-left: 8em;
}

.ed_model14 .item03 p {
    width: 5em;
    left: -5.5em;
}

.ed_model15 .item04 {
    margin-left: 9.5em;
}

.ed_model15 .item04 p {
    width: 5.5em;
    left: -5.8em;
}

.ed_model16 ul.item05 {
    margin: 10px 0 0 8.5em;
}

.editor hr {
    clear: both;
    display: inline-block;
    width: 100%;
    margin: 0 0;
}

/*TABLE*/
.ed_table {
    width: 100%;
}

.ed_table caption {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 120%;
}

.ed_table a {
    color: #0362ED !important;
}

.ed_table td:before {
    display: none;
}

.ed_table th,
.ed_table td {
    display: table-cell;
    padding: 0.25em 0.5em;
}

.ed_table th:first-child,
.ed_table td:first-child {
    padding-left: 0;
}

.ed_table th:last-child,
.ed_table td:last-child {
    padding-right: 0;
}

.ed_table tr:nth-of-type(2n) {
    background: #eee;
}

.ed_table th,
.ed_table td {
    padding: 1em !important;
    border-left: 1px #fff solid;
}

.ed_table th:nth-child(1),
.ed_table td:nth-child(1) {
    border-left: none;
}

.ed_table th {
    text-align: center;
    background-color: #000;
    color: #fff;
    white-space: nowrap;
}

.ed_table tr th.th_title {
    background-color: #d4d4d4;
    color: #000;
    display: table-cell;
    text-align: center;
}

.ed_pc_center {
    text-align: center;
}

.ed_model10 .left_box,
.ed_model10 .right_box {
    float: left;
}

.ed_model10 .left_box {
    width: 60%;
    padding: 0 30px 0 0;
}

.ed_model10 .right_box {
    width: 40%;
}

.ed_model10 .right_box .ed_pic_left {
    max-width: 200px;
}

.ed_flex_box {
    display: flex;
    vertical-align: middle;
    position: relative;
}

.ed_model12 .ed_flex_box {
    margin: 0 -15px;
}

.ed_model12 .ed_pic img {}

.ed_model12 .ed_pic {
    padding: 15px;
}

.ed_model12 .ed_pic .ed_txt {
    padding: 5px;
    text-align: center;
}

/*清單*/
.ed_list {
    padding: 5px 0;
}

.ed_list ul li,
.ed_list ol li {
    padding: 3px 0;
}

.ed_list02 ul ul {
    padding-inline-start: 1.1em;
    margin: 5px 0;
}

.ed_list02 ul li,
.ed_list02 ol li {
    padding: 3px 0;
    font-weight: bold;
}

.ed_list02 ul li li,
.ed_list02 ol li li {
    font-weight: normal;
}

.ed_list02 ul li li li,
.ed_list02 ol li li li {
    list-style-type: inherit;
    font-size: 95%;
}

.ed_list02 ul li li li li {
    list-style-type: circle;
}


/* 檔案列表 */
.ed_model17 ul {
    list-style: none;
    padding: 0;
}

.ed_model17>ul>li {
    padding: 5px 10px;
    border-bottom: 1px solid #00000050;
    justify-content: space-between;
    align-items: center;
}

.ed_model17>ul>li>ul>li {
    padding: 0;
}

.ed_model17>ul>li>ul>li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

.ed_model17>ul>li>ul>li img {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.ed_model17>ul>li>ul>li:hover img {
    transform: scale(1.1);
    box-shadow: 0 0 12px #00000010;
}

/* 風琴式模組 */
.ed_model18 .btn {
    font-size: 1.2rem;
    font-weight: 900;
    border-bottom: 1px solid #707070;
    border-radius: 0;
    padding: 1.15rem 10px;
}

.ed_model18 .ed-model18-title-text {
    margin-right: 10px;
}

.ed_model18 .btn .arrow {
    width: 26px;
    height: 9px;
    transform-origin: center;
    transition: all 0.3s;
    position: relative;
    margin-top: 0.5rem;
}

.ed_model18 .btn[aria-expanded="true"] .arrow {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.ed_model18 .btn:hover[aria-expanded="true"] .arrow {
    -webkit-transform: scale(var(--ed-model18-hover-scale)) rotateX(180deg);
    transform: scale(var(--ed-model18-hover-scale)) rotateX(180deg);
}

.ed_model18 .btn:hover[aria-expanded="false"] .arrow {
    -webkit-transform: scale(var(--ed-model18-hover-scale));
    transform: scale(var(--ed-model18-hover-scale));
}

.ed_model18 .btn .arrow div {
    display: block;
    width: 12px;
    height: 12px;
    border-top: solid 3px;
    border-right: solid 3px;
    -webkit-transform: rotateZ(135deg);
    transform: rotateZ(135deg);
    position: absolute;
    left: 2px;
    top: -4px;
}

.ed_model18 .btn[aria-expanded="true"] .arrow div {
    border-color: var(--ed-model18-arrow-close-color);
}

.ed_model18 .btn[aria-expanded="false"] .arrow div {
    border-color: var(--ed-model18-arrow-color);
}

.ed_model18 .content {
    padding: 1.15rem 10px;
    margin: 0;
}

/* 表格上標左標  */
.ed_model19 .table03 .ed_table {
    border-collapse: collapse;
    font-size: 105%;
    /* font-weight: bold; */
}

.ed_model19 .table03 .ed_table th,
.ed_model19 .table03 .ed_table td {
    border: 1px solid #cbcbcb;
    color: #000;
    background: transparent;
    text-align: center;
}

.ed_model19 .table03 .ed_table th {
    background-color: #f7f7f7;
}

.ed_model19 .table03 .ed_table td:before {
    color: #000;
}

.ed_model19 .table03 .ed_table a {
    border: 0;
}

.ed_model19 .table03 .ed_table a:hover {
    text-decoration: underline;
}

/* 時間軸模組 */
.ed_model20 .ed_timeline.timeline {
    list-style: none;
    padding: 0 0 20px 0;
    position: relative;
    width: 100%;
}

.ed_model20 .ed_timeline.timeline::before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: var(--ed-model20-timeline-color);
    left: 50%;
    margin-left: -1.5px;
}

.ed_model20 .ed_timeline.timeline>li {
    margin-bottom: 13%;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}

.ed_model20 .ed_timeline.timeline>li:after {
    content: " ";
    display: table;
    clear: both;
}

.ed_model20 .ed_timeline.timeline>li:nth-child(2) {
    margin-top: 8%;
}

.ed_model20 .ed_timeline.timeline>li:nth-child(even) {
    float: right;
    clear: right;
    margin-top: 10%;
    margin-bottom: 0;
}

.ed_model20 .ed_timeline.timeline .timeline-dot {
    background-color: var(--ed-model20-label-color);
    width: 10px;
    height: 10px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 20px;
    right: -4px;
    z-index: 100;
    border-radius: 100%;
}

.ed_model20 .ed_timeline.timeline>li:nth-child(even) .timeline-dot {
    left: -6px;
}

.ed_model20 .ed_timeline.timeline .timeline-card {
    background-color: var(--ed-model20-card-background-color);
    width: 95%;
    float: left;
    border: 1px solid var(--ed-model20-card-border-color);
    position: relative;
    padding: 20px;
}

.ed_model20 .ed_timeline.timeline>li:nth-child(even) .timeline-card {
    float: right;
}

.ed_model20 .ed_timeline.timeline .timeline-card:after {
    content: " ";
    display: block;
    width: 5%;
    height: 1px;
    background-color: var(--ed-model20-label-color);
    position: absolute;
    top: 23px;
    right: -5%;
}

.ed_model20 .ed_timeline.timeline>li:nth-child(even) .timeline-card:after {
    left: -5%;
    right: auto;
}

.ed_model20 .ed_timeline.timeline .timeline-date {
    color: #747474;
    font-size: 100%;
    font-weight: 400;
}

.ed_model20 .ed_timeline.timeline .timeline-title {
    margin: 0;
    padding: 5px 0;
    font-weight: bold;
    font-size: 110%;
    color: #000;
    letter-spacing: 1px;
}

.ed_model20 .ed_timeline.timeline .timeline-image {
    padding: 15px 0;
}

.ed_model20 .ed_timeline.timeline .timeline-image img {
    max-width: 100%;
}

.ed_model20 .ed_timeline.timeline .timeline-content * {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: 180%;
    color: inherit;
    margin: 0;
}

.ed_model20 .ed_timeline.timeline .timeline-content p+p {
    margin-top: 5px;
}

.ed_model20 .ed_timeline.timeline>li:last-child {
    z-index: -1;
}

/* 簡歷不含圖 */
.ed_model21 .row {
    margin: 0 -15px;
}

.ed_model21 .row *[class^="col"] {
    margin: 12px auto;
}

.ed_model21 .ed-model21-card {
    background-color: var(--ed-model21-card-background-color);
    padding: 4.1%;
    /* width: 91.8%; */
    height: 100%;
    margin: auto;
}

.ed_model21 .ed-model21-card>* {
    margin: 5px 0;
}

.ed_model21 .ed-model21-card a {
    color: #0064F6 !important;
}

.ed_model21 .professor-name {
    font-weight: 900;
    font-size: 1.1rem;
}

.ed_model21 .key {
    display: inline-block;
    white-space: nowrap;
}

/* 簡歷左大圖 */
.ed_model22>* {
    padding: 5px 0;
}

.ed_model22 .ed-model22-title {
    font-size: 1.3rem;
}

.ed_model22 .ed-model22-title {
    border-bottom: 1px solid #C8C8C8;
    padding: 20px 0 10px 0;
}

.ed_model22 .row {
    margin-top: 1rem;
    margin-right: 0;
}

.ed_model22 img {
    width: 100%;
}

.ed_model22 ul {
    list-style: none;
    margin: 0;
}

.ed_model22 ul li:not(.job-title) {
    margin-bottom: 0.5rem;
}

.ed_model22 .full-name {
    font-size: 1.2rem;
}

.ed_model22 .job-title {
    color: #757575;
}

.ed_model22 .li img {
    height: 1rem;
    width: 1rem;
    margin-right: 10px;
}