@media screen and (max-width: 600px) {
  #content p {
    padding: 0 25px;
  }
}

@media screen and (min-width: 601px) {
  #content p {
    padding: 0;
  }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
    margin: 0;
    padding: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    border: 0px none ebebeb;
}

html {
  line-height: 1;
  height: 100%;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;

}

caption, th, td {
    border: 0px solid #007eb5;
    height: 60px;
    padding: 6px 18px;
    vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

i {
font-style: italic;
}

.red {
color: #900;
}

.red2 {
color: red;
padding:10px;
}

#p1.html:target, #p1.html:target, #p1.html:target, #p1.html:target, #p1.html:target
{
  background: #29abe2;
  color: #fff;
  border-radius: 5px;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.parent {
    background-color: #CCCCCC;
}

body {
  font-family: "微軟正黑體", "Helvetica", "Arial", sans-serif, "Hiragino Sans GB";
  font-size: 1rem;
  line-height: 150%;
  color: #3c3c3c;
  background-color: #fff;
  overflow-x: hidden;
  height: 100%;
}


a:link, a:visited {
  color: #007eb5;
  text-decoration: none;
  font-size:16px;
}

a:hover{
  color: #00aae5;
}

.p2{
    text-indent: 2em;
}

#header
{
    background-image: url('pics/bann2_201411111.png');
    background-repeat:repeat-x;
    width: 100%;
    height: 100px;
}

.header-content
{
    padding: 30px 0px 0px 0px;
    min-height: 60px;
 /* border-bottom: 1px solid #007eb5;*/
    background-image:url('pics/Logo-09.png');
    background-repeat: no-repeat;
    width:1070px;
    margin: 0 auto;
}

#logo {
  height: 100px;
  padding: 0px 0px 10px 470px;
  background:url('pics/Logo-09.png') top left no-repeat;
  float: left;
  color: #787878;
  line-height: 125%;
}

#header a{
  color:#FFF;
}

#header ul {
  float: right;
  margin: 5px 0px 0px 0px;
}

#header ul:after {
  content: " ";
  display: block;
  width: 1px;
  height: 0px;
  clear: both;
}

#header ul li
{
    float: left;
    padding: 0px 9px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #FAFAFA;
}

#header #user-section {
    float: right;
    padding-left: 30px;
    background-image: url('pics/home.png');
    background-repeat: no-repeat;
    margin: 5px 9px 0px 9px;
}

#header #menu-btn {
  width: 48px;
  height: 48px;
  background: url(pics/menu-btn.png) top left no-repeat rgba(0, 170, 229, 0.1);
  position: absolute;
  top: 6px;
  left: 6px;
  cursor: pointer;
  display: none;
}
#header #menu-btn:hover {
  background: url(pics/menu-btn.png) top left no-repeat ;
  /*rgba(0, 170, 229, 0.05);*/
}
#header #menu-btn:active {
  background: url(pics/menu-btn.png) top left no-repeat rgba(0, 170, 229, 0.36);
}

/* ----------------------------------------------------------------------------------------- */

#wrap
{
	margin: 0px auto;
	background: white;
	height: 100%;
	width:1080px;
}

#menu
{
    float: left;
    margin-top: 20px;
    max-width: 240px;
	width: 240px;
    height: 85%;
    z-index: 999;
    line-height: 100%;
    background: #fff;
    border-right: 1px solid #ebebeb;
    padding-left: 20px;
	overflow-y:scroll;
}


#menu a:active {
 /*background: rgba(0, 170, 229, 0.02);*/
 color:#003;
 display: block;
}

#menu a:link{
    color: #333;
    min-height: 24px;
    padding: 0px 0px 6px 0px;
    display: block;
}

#menu a:visited {
    color: #000;
    display: block;
}
#menu a:hover{
    padding-left: 0px;
}

#menu {
    color:#000;
}

#menu ul li.lev1 {
  min-height: 24px;
  padding-left:0px;
  margin-left:16px;
  text-indent:-16px;
  line-height:150%;
}
#menu ul li.lev2 {
  min-height: 24px;
  padding-left:20px;
}

#menu ul li.test {
  min-height: 24px;
  padding-left:0px;
}

#menu ul li.ref {
  min-height: 24px;
  padding-left:0px;
}

#menu ul li.selected-section {
  color: #222222;
  font-weight: bold;
  min-height: 24px;
  padding: 12px 0px 12px 20%;
  display: block;
  /*list-style:url(pics/b1.jpg);*/
  /*background:rgba(0, 170, 229, 0.15);*/
}

/* ----------------------------------------------------------------------------------------- */

/* content */
#content
{
    background: white;
    width: 800px;
}

#frame
{
	width: 800px;
	height: 85%;
	background-color: #FFF;
	padding-top: 15px;
	border: 1px solid white;
}

#content li
{
    list-style: url('images/li.gif');
    margin-left: 18px;
}


#content .red-mark {
  color: #965a1e;
}

#content h1 {
  text-align:center;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  font-size: 2em;
  font-weight: bold;
}

#content .sub-title:before{
  content: url('pics/h1-bg.png');
  display:inline;
  vertical-align: middle;
  line-height: 1.2em;
}

#content .sub-title{
  font-size: 1em ;
  line-height: 1.2em;
  vertical-align: middle;
}


#content h1#course-title {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    /* background: url(pics/course-title.jpg) top left no-repeat;*/
    color: #0059B3;
}



#content h2 {
  text-align:center;
  margin: 18px 30px;
  padding: 6px 0px 6px 54px;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 120%;
}

#content h2:before {
  /*content: url('pics/h2-bg.png');*/
}

#content h6 {
  font-size: 0.8rem;

}

#content a.btn-link {
  padding: 20px 60px 18px 28px;
  margin: 0 auto;
  width: 70px;
}


#content a.btn-link:link, #content a.btn-link:visited {
  display: block;
  background-color: rgba(0, 170, 229, 0.15);
  color: #007eb5;

}
#content a.btn-link:hover {
  background-color: rgba(0, 170, 229, 0.5);
}
#content a.btn-link:active {
  background-color: rgba(0, 170, 229, 0.8);
}
#content a.btn-send {
  padding: 20px 28px 18px 60px;
  background-image: url(pics/btn-send.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#content a.btn-contiune {
  padding: 20px 60px 18px 28px;
  background-image: url(pics/btn-contiune.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#content p {
  line-height: 150%;
  margin: 18px 0px;
  padding: 0px 30px;
}
#content p.course-notice-1 {
  /*width: 210px;*/
  width:210px;
  /*float: right;*/
  margin: 12px 0px 0px 0px;
  padding-left:500px;
  font-size:14px;
}
#content p.notice-content {
  padding: 0px;
  color: #965a1e;
  font-family: "新細明體";
  font-size: 1rem;
}
#content strong {
  font-weight: bold;
}
#content img {
	display: block;
	margin: 9px auto;
	max-width: 100%;
}
#content ol {
  padding: 0px 0px 0px 30px;
}
#content ol li {
	min-height: 36px;
	list-style-type: decimal;
}
#content ul {
  padding: 0px 0px 0px 54px;
  margin: 18px 30px;
}
#content ul li {
  margin: 9px 0px;
  list-style: disc;
}
#content ul li ul {
  margin: 9px 0px 27px 0px;
  padding: 0px;
}

.ref-list {
  margin: 9px 30px 54px 30px;
  padding: 9px 0px;
  color: #696969;
  font-family: "新細明體", Times New Roman;
  line-height: 100%;
}
.ref-list li {
  list-style: none;
  background: url(pics/ref-bg.png) left 4px no-repeat;
  line-height: 150%;
  padding: 3px 0px 6px 28px;
  margin: 0px;
}
#content ul.ref-list {
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 9px 0px;
  color: #000;
  font-size:1rem;
  font-family: "新細明體", Times New Roman;
  line-height: 100%;
  font-size:1.5rem;
}

#content ul.ref-list:before {
  content: url('pics/h2-bg.png');
}

#content ul.ref-list li {
  list-style: none;
  background: url(pics/ref-bg.png) left 4px no-repeat;
  line-height: 150%;
  padding: 3px 0px 6px 28px;
  margin: 0px;
  font-size:1rem;
  text-align:left;
}

#content ul.ref-list li:first-child {
  margin-top:20px;
}

#content form {
  width: 90%;
  max-width: 600px;
  margin: 36px auto;
}
#content form:after {
  content: " ";
  display: block;
  width: 1px;
  height: 0px;
  clear: both;
}
#content form table tbody tr td {
  padding: 5px;
}

#content table {
	width: 100%;
	max-width: 700px;
	line-height: 150%;
	margin: 18px auto 27px auto;
}
#content table thead {
  background: rgba(0, 126, 181, 0.8);
  color: #fff;
}
#content table thead tr th {
  text-align: center;
  vertical-align: middle;
  height: 60px;
  border: 0px solid #007eb5;
}
#content table thead tr th:first-child {

}
#content table tbody tr {
  background: rgba(255, 255, 70, 0.2);
}
#content table tbody tr:nth-child(2), #content table tbody tr:nth-child(4), #content table tbody tr:nth-child(6), #content table tbody tr:nth-child(8) {
  /*background: rgba(0, 151, 204, 0.2);*/
   background: rgba(200, 151, 50, 0.2);
}
#content table tbody tr td {
  vertical-align: middle;
  padding: 6px 18px;
  height: 60px;
  border-right: 0px solid #007eb5;
  border-bottom: 0px solid #007eb5;
}
#content table tbody tr td:first-child {
  border: px solid #007eb5;
}
#content table.form-table-1 {
  margin: 0px auto;
}
#content table.form-table-1 thead tr th:first-child {
  width: 40%;
}
#content table.content-table-1 thead tr th:first-child {
  width: 60%;
}
#content table.content-table-2 thead tr th:first-child {
  width: 50%;
}
#content table.content-table-2 tbody tr td {
  vertical-align: top;
}
#content table.content-table-2 tbody tr td ul {
  margin: 0px;
  padding: 0px 0px 0px 24px;
}
#content table.content-table-2 tbody tr td ul li ul {
  margin: 9px 0px 27px 0px;
  padding: 0px;
  line-height: 120%;
}
#content table.content-table-2 tbody tr td ul li ul li {
  list-style: none;
  margin: 6px 0px;
  padding: 0px 0px 0px 18px;
  background: url(pics/table-list.png) top left no-repeat;
  position: relative;
}
#content input[type="text"] {
  width: 80%;
  padding: 9px 10%;
  border: none;
  height: 54px;
  background: none;
}
#content input[type="text"]:focus {
	background: rgba(250, 250, 250, 0.8);
	font-size: 1.5em;
}
#content input[type="button"].btn-send {
  background: url(pics/btn-send.png) center left no-repeat rgba(0, 170, 229, 0.15);
  border: none;
  color: #007eb5;
  font-size: 1rem;
  padding: 20px 28px 18px 60px;
  cursor: pointer;
  float: right;
}
#content input[type="button"].btn-send:hover {
  background: url(pics/btn-send.png) center left no-repeat rgba(0, 170, 229, 0.1);
  cursor: pointer;
}
#content input[type="button"].btn-send:active {
  background: url(pics/btn-send.png) center left no-repeat rgba(0, 170, 229, 0.2);
}
#content input[type="button"].btn-send:focus {
  outline: none;
}
#course-purpose {
  /*background: url(pics/course-purpose.jpg) center center no-repeat;*/
  padding: 20px 0px 20px 160px;
}
#content .sp-section {
  background: rgba(0, 170, 229, 0.15);
  margin: 9px 0px;
  min-height: 420px;
  position: relative;
}
#content .sp-section:after {
  content: " ";
  display: block;
  width: 1px;
  height: 0px;
  clear: both;
}
#content .sp-section .define-title {
  text-align: center;
  font-weight: bold;
  width: 94px;
  margin: 9px auto;
  padding: 5px 0px 4px 36px;
  position: relative;
}
#content .sp-section #define-section {
  position: relative;
  min-height: 340px;
}
#content .sp-section #define-section a:link, #content .sp-section #define-section a:visited, #content .sp-section #define-section a:hover, #content .sp-section #define-section a:active {
  color: #3C3C3C;
}
#content .sp-section #define-section .section-content {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#content .sp-section #define-section .section-content .define-circle {
  border: 1px solid #007EB5;
  display: block;
  position: absolute;
  color: #3C3C3C;
  background: #DDF2FB;
  cursor: pointer;
}
#content .sp-section #define-section .section-content .define-circle:hover {
  background: #c2e4f2;
}
#content .sp-section #define-section .section-content .define-circle-selected {
  color: #fff;
  background: rgba(0, 126, 181, 0.8);
  cursor: default;
}
#content .sp-section #define-section .section-content .define-circle-selected:hover {
  background: rgba(0, 126, 181, 0.8);
}
#content .sp-section #define-section .section-content .define-content {
  width: 45%;
  padding: 36px 0px;
  position: absolute;
  top: 0px;
  left: 50%;
}
#content .sp-section #define-section #narrow-define a.define-circle {
  width: 40px;
  height: 48px;
  padding: 41px 45px;
  border-radius: 65px;
  top: 105px;
  left: 155px;
}
#content .sp-section #define-section #narrow-define .define-title {
  background: url(pics/define-narrow.png) top left no-repeat;
}
#content .sp-section #define-section #wide-define a.define-circle {
  width: 94px;
  height: 18px;
  padding: 18px 73px 204px 73px;
  border-radius: 120px;
  top: 50px;
  left: 100px;
}
#content .sp-section #define-section #wide-define .define-title {
  background: url(pics/define-wide.png) top left no-repeat;
}
#content .sp-section p.define-notice {
  margin: 0px 0px 0px 128px;
  padding: 6px 0px 6px 40px;
  background: url(pics/define-notice.png) top left no-repeat;
}
#content .sp-section .dict-define {
  width: 45%;
  padding: 24px 0px;
}
#content .sp-section .dict-define:hover {
  background: #e3f6fc;
}
#content .sp-section #ch-dict {
  margin: 0px 0px 0px 5%;
  float: left;
}
#content .sp-section #ch-dict .define-title {
  padding: 6px 0px 3px 30px;
  background: url(pics/ch-dict.png) top left no-repeat;
}
#content .sp-section #eng-dict {
  margin: 0px 5% 0px 0px;
  float: right;
}
#content .sp-section #eng-dict .define-title {
  padding: 6px 0px 3px 30px;
  background: url(pics/eng-dict.png) top left no-repeat;
}
#content .think-section {
  clear: both;
 /* background: rgba(0, 170, 229, 0.15);*/
  margin: 9px 0px 48px 0px;
  padding: 10px;
}
#content .think-section:after {
  content: " ";
  display: block;
  width: 1px;
  height: 0px;
  clear: both;
}
#content .think-section h3 {
  background: url(pics/h3-bg.png) top left no-repeat;
  padding: 10px 0px 8px 48px;
  font-weight: bold;
  width: 60px;
  margin: 9px auto 18px auto;
}

h3.think{
  background: url(pics/h3-bg.png) top left no-repeat;
  padding: 10px 0px 8px 48px;
  font-weight: bold;
  width: 60px;
  margin: 9px auto 18px auto;
}
#content .think-section h4 {
  text-align: center;
  margin: 0px 0px 18px 0px;
  height: 18px;
}
#content .think-section p {
  padding: 0px;
}
#content .think-section .think-section-content {
  width: 90%;
  max-width: 600px;
  margin: 0px auto;
}
#content .think-section .think-section-content:after {
  content: " ";
  display: block;
  width: 1px;
  height: 0px;
  clear: both;
}
#content .think-section .think-section-content p.sp-content {
  margin: 0px;
  padding: 0px;
}
#content .think-section .think-section-content p.graph-notice {
  padding: 6px 0px 6px 42px;
  margin: 9px 0px;
  background: url(pics/graph-notice.png) top left no-repeat;
}
#content .think-section .think-section-content ul {
  padding: 0px 0px 0px 0px;
  margin: 0px;
}
#content .think-section .think-section-content ul li {
  list-style: none;
  padding: 16px 0px 8px 42px;
  background: url(pics/think-list-style.png) left 19px no-repeat;
}
#content .think-section .think-section-content table thead tr th {
  padding: 0px 18px;
}
#content .think-section .think-section-content table.form-table-1 thead tr th:first-child {
  width: 40%;
}
#content .think-section .think-section-content table.think-table-1 {
  margin: 0px;
}
#content .think-section .think-section-content table.think-table-1 input[type="text"] {
  text-align: center;
}
#content .think-section .think-section-content table.think-table-1 thead tr th:first-child {
  padding: 0px;
  width: 72px;
}
#content .think-section .think-section-content table.think-table-1 tbody tr td:first-child {
  padding: 0px;
}
#content .think-section .think-section-content table.think-table-2 {
  margin-bottom: 0px;
}
#content .think-section .think-section-content table.think-table-2 thead tr th:first-child {
  width: 70%;
  border: none;
  text-align: left;
}
#content .think-section .think-section-content table.think-table-2 thead tr th:nth-child(2) {
  min-width: 90px;
  text-align: center;
}
#content .think-section .think-section-content table.think-table-2 tbody tr td:first-child {
  position: relative;
  border: none;
}
#content .think-section .think-section-content table.think-table-2 tbody tr td:nth-child(2) {
  text-align: right;
}
#content .think-section .think-section-content table.think-table-2 tbody tr td .graph-count {
  position: absolute;
  height: 72px;
  background: rgba(0, 126, 181, 0.3);
  top: 0px;
  left: 0px;
  cursor: pointer;
}
#content .think-section .think-section-content table.think-table-2 tbody tr td .graph-count:hover {
  background: rgba(0, 126, 181, 0.5);
}
#content .think-section .think-section-content table.think-table-3 thead tr th:first-child {
  border: none;
}
#content .think-section .think-section-content table.think-table-3 tbody tr td:first-child {
  border: none;
}
#content .think-section .think-section-content table.think-table-4 tbody tr td {
  vertical-align: top;
}
#content .think-section .think-section-content table.think-table-4 tbody tr td .film-case-btn {
  width: 120px;
  height: 120px;
  margin: 12px;
  background: url(pics/film-case.jpg);
  cursor: pointer;
  opacity: 0.8;
}
#content .think-section .think-section-content table.think-table-4 tbody tr td .film-case-btn:hover {
  opacity: 1;
}
#content .think-section .think-section-content table.think-table-4 tbody tr td .film-case-1 {
  background: url(pics/film-case.jpg) 0px 0px;
}
#content .think-section .think-section-content table.think-table-4 tbody tr td .film-case-2 {
  background: url(pics/film-case.jpg) -120px 0px;
}
#content .think-section .think-section-content table.think-table-4 tbody tr td .film-case-3 {
  background: url(pics/film-case.jpg) -240px 0px;
}
#content .think-section .think-section-content table.think-table-4 tbody tr td .film-case-4 {
  background: url(pics/film-case.jpg) -360px 0px;
}
#content .think-section .think-section-content table.think-table-4 tbody tr td .film-case-1-ans {
  cursor: auto;
  background: url(pics/film-case.jpg) 0px -120px;
}
#content .think-section .think-section-content table.think-table-4 tbody tr td .film-case-2-ans {
  cursor: auto;
  background: url(pics/film-case.jpg) -120px -120px;
}
#content .think-section .think-section-content table.think-table-4 tbody tr td .film-case-3-ans {
  cursor: auto;
  background: url(pics/film-case.jpg) -240px -120px;
}
#content .think-section .think-section-content table.think-table-4 tbody tr td .film-case-4-ans {
  cursor: auto;
  background: url(pics/film-case.jpg) -360px -120px;
}
#content .think-section .think-section-content .graph-chart-1 {
  width: 100%;
  max-width: 600px;
  height: 540px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}
#content .think-section .think-section-content .graph-chart-1 .chart-title {
  position: absolute;
  max-width: 50%;
  right: 18px;
  top: 18px;
  font-size: 1rem;
}
#content .think-section .think-section-content .graph-chart-1 .chart-title:before {
  content: "";
  display: block;
  width: 18px;
  height: 12px;
  position: absolute;
  left: -24px;
  top: 6px;
  background: rgba(0, 126, 181, 0.64);
}
#content .think-section .think-section-content .graph-chart-1 .chart-btn {
  width: 48px;
  height: 48px;
  background: url(pics/chart-btn.png) top left no-repeat rgba(0, 170, 229, 0.15);
  position: absolute;
  top: 18px;
  left: 18px;
  cursor: pointer;
}
#content .think-section .think-section-content .graph-chart-1 .chart-btn:hover {
  background: url(pics/chart-btn.png) top left no-repeat rgba(0, 170, 229, 0.3);
}
#content .think-section .think-section-content .graph-chart-1 .chart-section {
  position: absolute;
  width: 90%;
  max-width: 504px;
  height: 476px;
  bottom: 0px;
  left: 10%;
}
#content .think-section .think-section-content .graph-chart-1 .chart-section .single-chart {
  width: 6%;
  max-width: 36px;
  height: 476px;
  float: left;
  position: relative;
  margin: 0px 3.3%;
}
#content .think-section .think-section-content .graph-chart-1 .chart-section .single-chart .chart-name {
  width: 100%;
  text-align: center;
  padding: 9px 0px;
  position: absolute;
  bottom: 0px;
  color: #fff;
}
#content .think-section .think-section-content .graph-chart-1 .chart-section .single-chart .chart-graph {
  position: absolute;
  bottom: 0px;
  background: rgba(0, 126, 181, 0.64);
  width: 100%;
  height: 72px;
}
#content .think-section .think-section-content .graph-chart-1 .chart-section .single-chart .chart-value {
  width: 100%;
  text-align: center;
  padding: 9px 0px;
  position: absolute;
  bottom: 72px;
}
#content .think-section .think-section-content .ans-section-1 {
  padding: 18px 36px;
  background: rgba(0, 126, 181, 0.1);
  margin: 18px 0px;
  position: relative;
}
#content .think-section .think-section-content .ans-section-1:after {
  content: " ";
  display: block;
  width: 1px;
  height: 0px;
  clear: both;
}
#content .think-section .think-section-content .ans-section-1 h5 {
  font-weight: bold;
}
#content .think-section .think-section-content .ans-section-1 ul {
  clear: both;
  margin: 3% 6%;
  width: 54%;
  float: left;
}
#content .think-section .think-section-content .ans-section-1 ul li {
  background: none;
  padding: 0px;
  list-style: disc;
}
#content .think-section .think-section-content .ans-section-1 p.notice-content {
  width: 34%;
  max-width: 180px;
  float: right;
}
#content .think-section .think-section-content .film-section-1 {
  width: 100%;
  max-width: 600px;
  height: 310px;
  padding: 90px 0px 0px 0px;
  background: url(pics/film-bg.png);
  text-align: center;
  color: #fff;
}
#content .think-section .think-section-content .film-section-1 .film-btn {
  display: block;
  width: 144px;
  height: 96px;
  background: url(pics/film-btn.png) top left no-repeat;
  cursor: pointer;
  opacity: 0.8;
  margin: 0px auto;
}
#content .think-section .think-section-content .film-section-1 .film-btn:hover {
  opacity: 1;
}
#content .rest-content table ul {
  margin: 0px 27px;
  padding: 0px;
}
#content .rest-content table tbody tr td:first-child {
  width: 23%;
  max-width: 108px;
}
#content .quota-section {
  padding: 30px;
  margin: 36px 0px;
}
#content .quota-section blockquote {
  font-family: "標楷體";
  padding: 30px;
  background: rgba(255, 255, 255, 0.36);
}
#content .mail-section {
  background: url(pics/mail-bg.png) center 18px no-repeat rgba(0, 170, 229, 0.15);
  padding: 30px 0px 9px 0px;
  margin: 0px 0px 90px 0px;
}
#content .mail-section p {
  padding: 0px;
}
#content .mail-section table tbody tr td {
  height: auto;
}
#content .mail-section table tbody tr td:first-child {
  padding: 6px 18px;
}
#content .mail-section table tbody tr td textarea {
  width: 90%;
  height: 150px;
  padding: 16px 5%;
  border: none;
  margin: 0px;
  background: none;
}
#content .mail-section table tbody tr td textarea:focus {
  background: rgba(250, 250, 250, 0.8);
}

#footer p {
  background: url(pics/edu-logo.jpg) top left no-repeat;
  width: 64%;
  padding: 9px 0px 9px 75px;
  margin: 0px auto;
}

#film-section {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    height: 315x;
    left: 500px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 420px;
    z-index: 99999;
}
#film-section video {
  position: relative;
  margin-top: 120px;
  width: 100%;
  max-width: 648px;
  height: auto;
}
#film-section .video-close {
  width: 48px;
  height: 48px;
  background: url(pics/close-btn.png) top left no-repeat;
  cursor: pointer;
  opacity: 0.8;
  position: absolute;
  top: 0;
  right: 0;
}
#film-section .video-close:hover {
  opacity: 1;
}

#menu-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
}
#menu-bg .menu-close {
  width: 48px;
  height: 48px;
  background: url(pics/close-btn.png) top left no-repeat;
  cursor: pointer;
  opacity: 0.8;
  position: absolute;
  top: 0;
  right: 0;
}
#menu-bg .menu-close:hover {
  opacity: 1;
}





.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}


.container {
    margin:0 auto;
    width:960px;
}

.btn {
   background-color: #f6f6f6;
   background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(246, 246, 246)), to(rgb(225, 225, 225)));
    background-image: -webkit-linear-gradient(top, rgb(246, 246, 246), rgb(225, 225, 225));
    background-image: -moz-linear-gradient(top, rgb(246, 246, 246), rgb(225, 225, 225));
    background-image: -o-linear-gradient(top, rgb(246, 246, 246), rgb(225, 225, 225));
    background-image: -ms-linear-gradient(top, rgb(246, 246, 246), rgb(225, 225, 225));
    background-image: linear-gradient(top, rgb(246, 246, 246), rgb(225, 225, 225));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f6f6f6', EndColorStr='#e1e1e1');
    border: 1px solid #ccc;
    color:#000;
    display:inline-block;
    padding:5px 15px;
    text-decoration:none;
    text-shadow:0 0.5px rgba(255,255,255,.1);
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    box-shadow:0 1px rgba(0,0,0,.25);
    -moz-box-shadow:0 1px rgba(0,0,0,.35);
    -webkit-box-shadow:0 1px rgba(0,0,0,.35);
}
    .btn:active {
        background-color: #f6f6f6;
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(246, 246, 246)), to(rgb(225, 225, 225)));
        background-image: -webkit-linear-gradient(bottom, rgb(246, 246, 246), rgb(225, 225, 225));
        background-image: -moz-linear-gradient(bottom, rgb(246, 246, 246), rgb(225, 225, 225));
        background-image: -o-linear-gradient(bottom, rgb(246, 246, 246), rgb(225, 225, 225));
        background-image: -ms-linear-gradient(bottom, rgb(246, 246, 246), rgb(225, 225, 225));
        background-image: linear-gradient(bottom, rgb(246, 246, 246), rgb(225, 225, 225));
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f6f6f6', EndColorStr='#e1e1e1');
    }

	   .btn:hover {
       /* background-color: #fff;*/
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(24, 184, 255)), to(rgb(24, 116, 205)));
        background-image: -webkit-linear-gradient(bottom, rgb(24, 184, 255), rgb(24, 116, 205));
        background-image: -moz-linear-gradient(bottom, rgb(24, 184, 255), rgb(24, 116, 205));
        background-image: -o-linear-gradient(bottom, rgb(24, 184, 255), rgb(24, 116, 205));
        background-image: -ms-linear-gradient(bottom, rgb(24, 184, 255), rgb(24, 116, 205));
        background-image: linear-gradient(bottom, rgb(24, 184, 255), rgb(24, 116, 205));
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f6f6f6', EndColorStr='#e1e1e1');
		border: 1px solid #999;
		color:#fff;

    }

    .btn.go {
        background-color: #3dda38;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(61, 218, 56)), to(rgb(39, 187, 63)));
        background-image: -webkit-linear-gradient(top, rgb(61, 218, 56), rgb(39, 187, 63));
        background-image: -moz-linear-gradient(top, rgb(61, 218, 56), rgb(39, 187, 63));
        background-image: -o-linear-gradient(top, rgb(61, 218, 56), rgb(39, 187, 63));
        background-image: -ms-linear-gradient(top, rgb(61, 218, 56), rgb(39, 187, 63));
        background-image: linear-gradient(top, rgb(61, 218, 56), rgb(39, 187, 63));
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,EndColorStr='#3dda38', StartColorStr='#27bb3f');
        border: 1px solid #21ac1c;
        color:#fff;
        text-shadow:0 -1px rgba(0,0,0,.4);
    }
        .btn.go:active {
            background-color: #3dda38;
            background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(61, 218, 56)), to(rgb(39, 187, 63)));
            background-image: -webkit-linear-gradient(bottom, rgb(61, 218, 56), rgb(39, 187, 63));
            background-image: -moz-linear-gradient(bottom, rgb(61, 218, 56), rgb(39, 187, 63));
            background-image: -o-linear-gradient(bottom, rgb(61, 218, 56), rgb(39, 187, 63));
            background-image: -ms-linear-gradient(bottom, rgb(61, 218, 56), rgb(39, 187, 63));
            background-image: linear-gradient(bottom, rgb(61, 218, 56), rgb(39, 187, 63));
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,EndColorStr='#3dda38', StartColorStr='#27bb3f');
        }

/* Normal styles for the modal */
#modal {
    left:45%;
    margin:-370px 0 0 -40%;
    opacity: 0;
    position:absolute;
    top:-50%;
    visibility: hidden;
    width:88%;
    box-shadow:0 3px 7px rgba(0,0,0,.25);
    box-sizing:border-box;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}



#modal:target {
        opacity: 1;
        top:63%;
        visibility: visible;
    }
#modal .header,#modal .footer {
    border-bottom: 1px solid #e7e7e7;
    border-radius: 5px 5px 0 0;
}
    #modal .footer {
        border:none;
        border-top: 1px solid #e7e7e7;
        border-radius: 0 0 5px 5px;
    }
#modal h2 {
    margin:0;
}

#modal h6 {
    margin:0;
    font-size: 0.8rem;
}

#modal .yel {
    background: yellow;
    font-weight: 800;
}

#modal .btn {
    float:right;
}
#modal .copy,#modal .header, #modal .footer {
    padding:15px;
}
.modal-content2 {
    margin-bottom: 200px;
    z-index: 20;
    border-radius:5px;
    font-size: 10pt;
}

.modal-content {
    background: #f7f7f7;
    position: relative;
    z-index: 20;
    border-radius:5px;
}
#modal .copy {
    background: #fff;
}

#modal .overlay {
    background-color: #000;
    background: rgba(0,0,0,.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}



button {
    border: 0px;
    padding: 8px 10px;
    margin: 5px 0px;
    border-radius: 1px;

    cursor: pointer;
    color: #007eb5;
    background: #9ddef5;
    font-size: 15px;

    outline: none;

    -webkit-transition: 0.15s background ease;
       -moz-transition: 0.15s background ease;
        -ms-transition: 0.15s background ease;
         -o-transition: 0.15s background ease;
            transition: 0.15s background ease;
}
    button:hover {
        background: #eee;
    }
    button:active {
        background: #eee;
    }
    button+button {
        margin-left: 5px;
    }


#dragm {
   background:  url(pics/pic11_03_01.png) top left no-repeat;
}



.dropzone {
    background-color: #ccc;
    border: dashed 4px #666;
    border-radius: 4px;
    margin: 10px auto 30px;
    padding: 10px;
    width: 80%;
    transition: background-color 0.3s;
}

.drop-target {
    background-color: #29e;
}

.drag-drop {
    display: inline-block;
    min-width: 40px;
    padding: 2em 0.5em;
    transition: background-color 0.3s;
    position: relative;
    margin-left:10px;
}


.can-drop {
    background-color: #4e4;
}
.innertube {
	padding-bottom: 30px;
	padding-top: 0px;
	position: absolute;
	width: 770px;
	overflow: hidden;
	left: 5px;
	top: 6px;
}

#bot{
  z-index:-9999;
}


#myIframe2{

  min-width: 420px;

}

#myIframe1{

  width: 420px;
}
.imgright {
    float: right;
    margin: 35px;
    width: 200px;
}

.note2 {
  background: #d9f2fb;
  border: none;
  color: #007eb5;
  font-size: 1rem;
  padding: 5px;
  float: right;
  margin-right: 40px;
}


#quote-box{
    color: #965a1e;
    padding: 50px;
}



.mid {
    text-align: center;
}


#menu ul li.active a {
  color:#3d8dc8!important;
}


/* misc */
.clearer
{
    clear: both;
}
