﻿.editor * {
	font-family: 'Microsoft JhengHei', 微軟正黑體, Arial, 'PMingLiU', 新細明體 !important;
}

.editor p, .editor div, .editor a, .editor li, .editor td, .editor th, .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 { margin:0px; padding:0px; color:#000000; font-size: 15px; word-wrap: break-word; white-space: normal; }

.editor ul, .editor ol { margin-left: 25px; }

/* .editor ul li { padding-left: 20px; background: url(../Img/li.png) no-repeat 2px 13px; } */

.editor, .editor p, .editor li { line-height:30px; }

.editor img { border:none; }

.editor a, .editor a:link, .editor a:active, .editor a:visited { color:#000000; font-size: inherit; text-decoration: underline; }

.editor a:hover { color:#000000; }

.editor table.table-border, .editor table.table-border td, .editor table.table-border th,
.editor table.table-border2, .editor table.table-border2 td, .editor table.table-border2 th { 
	border-collapse: collapse; 
	border: 2px solid #000000;
}

.editor table.table-border2, .editor table.table-border2 td, .editor table.table-border2 th { 
	background-clip: padding-box;
	border-color: rgba(255, 255, 255, 0);
}

.editor td, .editor th { padding: 4px 18px; }

.editor th { background-color: #88b849; }

.editor td { background-color: #e8e8e8; }

hr { border:none; height:1px; background-color:#CCCCCC; color:#CCCCCC; }

.editor .image-border { 
    border-right: 10px solid #7fb439; 
    position: relative; 
    box-sizing: border-box;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.editor .image-border:before { 
    position: absolute; 
    right: 0; 
    bottom: 0; 
    content: ''; 
    background: url(../Img/tri.png) no-repeat; 
    width: 60px; 
    height: 60px; 
    z-index: 1;
}

.editor .image-border:after { 
    content: '';
    float: none;
    clear: both;
}

.editor .underline, .editor .underline * { text-decoration:underline; }

.editor table, .editor img { max-width: 100%; height: auto; }

.editor:after {
	clear: both;
    display: block;
    content: " ";
}

.editor .table-responsive-wrapper {
    width: 100%;
}

.editor .table-responsive-wrapper th,
.editor .table-responsive-wrapper td {
    padding-left: 0;
    padding-right: 0;
}

.editor .table-responsive-wrapper td {
    background-color: transparent;
}

.editor .table-responsive-wrapper .table-responsive th,
.editor .table-responsive-wrapper .table-responsive td {
    padding-left: 18px;
    padding-right: 18px;
}

.editor .table-responsive-wrapper .table-responsive td {
    background-color: #e8e8e8;
}

.editor .link-button {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 5px 10px;
    background: #7fb439;
    min-width: 100px;
    font-weight: 700;
}

.editor .link-button a {
    display: block;
    text-decoration: none;
}
.editor .text-right {
    float: left;
    margin-right: 20px;
}

.editor .text-left {
    float: right;
    margin-left: 20px;
}

.editor .round-border {
    border-radius: 30px;
}

.editor .two-col,
.editor .three-col,
.editor .four-col {
    font-size: 0;
    white-space: nowrap;
}

.editor .two-col .col,
.editor .three-col .col,
.editor .four-col .col {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.editor .two-col .col {
    width: 49%;
}

.editor .three-col .col {
    width: 32%;
}

.editor .four-col .col {
    width: 23.5%;
}

.editor .two-col .col + .col,
.editor .three-col .col + .col,
.editor .four-col .col + .col {
    margin-left: 2%;
}

.editor a.editorLink {
	display: inline-block;
	min-width: 184px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
	padding: 0 32px;
	box-sizing: border-box;
	background: #7fb439;
	margin-top: 16px;
	vertical-align: top;
}

@media screen and (max-width: 768px) {
    .editor .text-right,
    .editor .text-left {
        float: none;
        display: block;
        margin: 0 auto 20px;
    }

    .editor .two-col,
    .editor .three-col,
    .editor .four-col {
        white-space: normal;
    }

    .editor .two-col .col,
    .editor .three-col .col,
    .editor .four-col .col {
        display: block;
        width: 100%;
    }

    .editor .two-col .col + .col,
    .editor .three-col .col + .col,
    .editor .four-col .col + .col {
        margin-top: 20px;
    }

    .editor .two-col .col + .col,
    .editor .three-col .col + .col,
    .editor .four-col .col + .col {
        margin-left: 0;
    }
}
