/* Minification failed. Returning unminified contents.
(3569,1): run-time error CSS1019: Unexpected token, found '}'
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "utf-8";

/*If you want to prevent scrolling of your site when Pushy is open just add overflow-x: hidden and height: 100% to both the html & body tags.*/
html, body{
    overflow-x: hidden;
    /*height: 100%;*/
    -webkit-overflow-scrolling: touch;
}

/* outline-off */
  
    a { cursor:pointer; color:#000000;}
	a:link {text-decoration: none; }
 	a:visited {text-decoration: none; }
	a:hover {text-decoration: none; }
	a:active {text-decoration: none; } 

.left {float:left;}
.right {float:right;}
.clear { display:block; clear:both;}



/*这行代码对于大多数嵌入网页的图片+视频有效，所以可以写成*/
img, object { max-width: 100%; border:0;}

/*老版本的IE不支持max-width，所以只好写成*/
img { width: 100%; border:0;}
img { -ms-interpolation-mode: bicubic; border:0;}
ol, ul {
	list-style: none;
}


body {
	font-family: "微軟正黑體", "Microsoft JhengHei", "PMingLiU", "新細明體", "MingLiU", "標楷體", "DFKai-sb", Arial, Helvetica, FreeSans, sans-serif;
	margin: 0 auto;
	font-size:1em;
	overflow-x: hidden;
	line-height: 1.8em;
	background-color:#fff;
	
	
}



body img{border:0px;}


#wrap {
	width: 100%;
	margin: 0 auto;
	display:block; 
	position:relative;
	text-align:justify; 
	word-wrap: break-word;/*英文*/
    word-break: normal;/*英文*//*依照區塊大小強制段行,不會截斷英文單字*/

    text-align:justify;/*中文左右齊行*/
    text-justify:inter-ideograph;/*中文左右齊行*/
}

/**架構**/
.title_box {position: relative;}
.title{
	font-size: 1em;
	padding: 20px;
	background-color: white;
}
/*pc-NAV*/

#pc-nav-inner{
	margin: 0 auto;
	 background:#d12e32;

	padding-left:40px;
	padding-right:10px;
	/*letter-spacing:2px;*/
	
	
	width:auto;
	/*overflow:hidden;*/
	height:50px;
	position:relative;
	font-weight:bolder;
	
	color:white;
	  letter-spacing:1px;
	display:none;/*手機板取消左右滑動->不顯示*/
	
	
}

#pc-nav-inner img { width:auto;}
#pc-nav ul{
	padding:0;
	margin-top:-13px;
}

#pc-nav ul li{
	float:left;
	list-style:none;
	padding:10px 2px 0 0;
	cursor: pointer;
}
#pc-nav ul li:hover {padding-bottom:0px;
	background-repeat:no-repeat;
	background-position:center bottom;
	color:#f5d73d;
	
  }
#pc-nav ul li a{
	color: white;
}
#pc-nav ul li a:hover {padding-bottom:0px;
	background-repeat:no-repeat;
	background-position:center bottom;
	color:#f5d73d;
	
  }
#pc-nav ul li::after {content:" ｜";}
#pc-nav ul li:last-child::after {content:" ";}

#top-social{float:right;margin-top:5px;}


.main-menu	{cursor:pointer; display:inline-block; }	/* 主選單的樣式 */
	.sub-menu	{	color:#222; background-color:#f5d943 ; top:50px; padding:10px 10px;  position:absolute; width:265px; height:auto; z-index:99;} /* 下拉清單的樣式 */
	.sub-menu a	{ 	padding:3px 3px 6px 3px; margin:0px 5px; text-align:center; display:block; float:left;
	width:50px;font-size:1em; } /* 下拉清單每一列的樣式 */
	.sub-menu a:hover	{background-color:#f5d83c;}

.bigbanner {
	position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
 /* height: calc(100vh );*/
 margin-top:-5px;
}
.navbar {
  /*overflow: hidden;*/
  /*padding: 7px 0 0 0;
  left: -10px;*/
  position: relative;
}

.navbar a {
  float: left;
  font-size: 1em;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}


/**big-banner**/
#big-banner{
    margin: 0 auto;
	position:relative;
    height:100%;
	box-shadow: 3px -1px 11px rgba(0, 0, 0, 0.7);
}


/**活動簡介**/
#introduction {position: relative;}

.apply{
	position: relative;
    line-height: 0;
    width: auto;
	cursor: pointer;
}

/**實體活動流程**/
#lecture_activity {position: relative;}
.lecture_activity_box {
    padding: 20px 20px 0 20px;
    /*margin-top: 20px;*/
}




/**報名頁**/
.law {
	padding:2%;
	margin:0 auto;
}



.intable {
	border-width: 0px 1px 0px 0px;
}
.table, .intable {
    /*display:table;*/
    width:100%;
    height:100%;
}
.cell {
    display:table-cell;
	padding: 1.2rem .8rem 1.2rem .8rem; 
	font-size: 1.1em;
	border-width: 0px 0px 1px 1px;
}


.merged{ width:40%;}
.table, .intable, .cell {
    /*border-style: solid;
    border-color: black;*/
}

.table1,.table4,.table4_7 {
	display:table-cell;
    vertical-align: middle;
}
.table2 {
	display:table-cell;
    vertical-align: middle;
	margin: 0 auto;
}
.table3 {/*width:34%;*/
	text-align: center;
	position: relative;
	line-height: 0;
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.table3 img {position: relative;width:auto;}
.table4_2,
.table4_3,
.table4_4,
.table4_5,
.table4_6,
.table2_2,
.table2_3,
.table2_4{
	display:table-cell;
    vertical-align: middle;
}
.pol {font-size: 1.4em;}



.clear {
    display: block;
    clear: both;
    height: 0;
}
	
.intable .bty {
    background: white;
    border: 2px #e1e1e4 solid;
    color: black;
    font-weight: 300;
    width: 98%;
    text-align: left;
    font-size: 1em;
    font-family: "微軟正黑體";
	/*padding: 5px 0 5px 0;*/
}
.intable .bty2 {
    background: white;
    border: 2px #e1e1e4 solid;
    color: black;
    font-weight: 300;
    text-align: left;
    font-size: 1em;
    font-family: "微軟正黑體";
	/*padding: 5px 0 5px 0;*/
}


label {
    padding: 0;
    margin-right: 12px;
    cursor: pointer;
}
input[type=checkbox] {display: none;}
input[type=checkbox]+span {
    display: inline-block;
    padding-left: 26px;
    line-height: 20px;
    background: url(../images/cbx-off.svg) no-repeat;
    user-select: none;
}
input[type=checkbox]:checked+span {
    background: url(../images/cbx-on.svg) no-repeat;
}
.i2 input[type=checkbox]+span {
    display: inline-block;
    padding-left: 26px;
    line-height: 20px;
    background: url(../images/wcbx-off.svg) no-repeat;
    user-select: none;
}
.i2 input[type=checkbox]:checked+span {
    background: url(../images/wcbx-on.svg) no-repeat;
}
.coursem input[type=radio] {
	width: 17px;
    margin-right: 10px;
    height: 17px;
    vertical-align: middle;
}
/*.container_box {padding-top: 150px;}
.container_box h2{text-align: center;font-size: 2.2em;}
.container_box div {text-align: center; font-size: 1.2em;margin-top: 100px;}*/
.Flexible-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
background-color: #ededed;
border: 2px #d12e32 solid;
line-height: 0;
color: black;
}

.Flexible-container iframe, 
.Flexible-container object,
.Flexible-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.Flexible-container2 {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
line-height: 0;
}

.Flexible-container2 iframe, 
.Flexible-container2 object,
.Flexible-container2 embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*首頁其他直播*/
#live-else{
	margin: 0 auto;
	position:relative;
	padding:20px;
	overflow:hidden;
}
.live-else-little-box{
	float:left;
	min-height:135px;
	width:40%;
	margin:0 1%;
	
}
.live-else-little-box .pic{
position:relative;
}

.live-else-little-box .title{
	letter-spacing:0;
	font-size:0.875em;
	line-height:1.2em;
}

.live-else-little-box .view{
	letter-spacing:0;
	font-size:0.75em;
	color:#666666;

}
.play-icon {
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 37%;
    left: 50%;
    z-index: 2;
	opacity: 0.8;
}


/*幻燈片END*/
/*.keyword{
	margin:20px 0 10px 0;
	color:#000983;
	font-size:0.875em;
	padding-top:10px;
	border-top:2px solid #f5d83c;
	
}




/*FOOTER*/
#footer-inner{
	
	margin: 0 auto;
	display:block; 
	position:relative; 
	background-color:#d2d1d1;
	letter-spacing:0px;
	padding:15px 10px 15px 10px;
	color:black;
	margin-top:20px;
}
#footer-inner a {color:black;}
#footer-inner img { width:auto;}

#footer{
	margin: 0 auto;
}

.footer-0{
	font-size:0.75em;
	text-align:center;
	line-height:1.5em;
	padding: 10px;
	/*text-align: justify;*/
}
.footer-1{
	display:none;
}

.footer-2{
	display:none;
}

.footer-icon {
	padding-left: 8px;
	position: relative;
	vertical-align: middle;
}












/*Smooth Page Scroll to Top */
.scrollup {
	width: 40px;
	height: 50px;
	text-indent: -9999px;
	opacity: 0.85;
	position: fixed;
	bottom: 0px;
	right: 5%;
	/*display: none;*/
	background: url(../images/icon_top.png) no-repeat center top #000;
	z-index:50;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.right_apply {
    width: 132px;
    height: 82px;
    text-indent: -9999px;
    position: fixed;
    bottom: 150px;
    right: 0;
    display: block;
	cursor: pointer;
    background: url(../images/apply-s.png) no-repeat;
    z-index: 12;
	display:block;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/*************overlay***************/

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(25,25,25,0.95);
	z-index: 1000;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	overflow: hidden;
	border: none;
	background: url(../images/cross.png) no-repeat center center;
	-moz-background-size:100% 100%; /* 老版本的 Firefox */
	background-size:100% 100%;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 999;
	cursor:pointer;
}

.overlay .overlay-logo {
	width: 240px;
	height: 24px;
	position: absolute;
	left: 15px;
	top: 25px;
	overflow: hidden;
	border: none;
	background: url(../images/0412001.png) no-repeat center center;
	-moz-background-size:100% 100%; /* 老版本的 Firefox */
	background-size:100% 100%;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
	cursor:pointer;
}
.overlay .overlay-content {
	color:#fff;
	position: relative;
	top: 60%;
	height: 65%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
	margin: 0 auto;
	padding:2%;
	
	overflow: hidden;
}
.overlay .overlay-content img{
	width: auto;
	margin:2px;
}
.final-top{
	/*margin-bottom:20px;
	margin-top: 50px;*/
}








.final-bottom{
	background-position:left 5px; 
	padding-top:0px; 
	font-size:1.125em;
	display: none;
}

.final-bottom .text{
	font-size:0.875em;
	line-height:1.5em;
}
/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

/*控制圖片顯示比例16:9*/
.target-img{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.target-img img {
  width: 100%;
}

.share {
    width: 132px;
    height: 102px;
    position: fixed;
    bottom: 50px;
    right: 0;
    display: block;
    background: url(../images/share_bg-s.png) no-repeat;
    z-index: 13;
    display: block;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

.share_img {
    width: 36px;
    position: relative;
    line-height: 0;
    margin-top: 2px;
    right: 18%;
    z-index: 13;
    display: block;
    top: 38%;
    float: right;
    padding: 5px;
}


@media screen and (min-width: 320px) {
/**架構**/
#big-banner{margin-top: 50px;}
#container {margin-top: 10px;}
.banner {
    padding-top: 15px;
    line-height: 0;
    padding: 20px;
}

.title_box {text-align: center;margin-top: 20px;}
.title {
    font-size: 1.4em;
    padding: 10px 15px;
    font-weight: 600;
}
.title::before {
    position: absolute;
    background-color: #dedcdc;
    content: "";
    top: 13px;
    width: 100%;
    height: 2px;
    left: 0;
	z-index: -1;
}
.button_c a{
	text-align: center;
	padding: 5px 10px;
	position: relative;
	background-color: #d12e32;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: white;
	margin-bottom: 10px;
	margin: 5px;
	box-sizing: border-box;
}
.button_c a:hover {
    background-color: #f5d73d;
	color: black;
}
.button_c2 {
	text-align: center;
	position: relative;
	background-color: #d12e32;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: white;
	margin-bottom: 10px;
	margin: 5px;
	box-sizing: border-box;
	width: 75px;
    display: inline-block;
}
.button_c2:hover {
    background-color: #f5d73d;
	color: black;
}
.button_c22 {
	text-align: center;
	position: relative;
	background-color: #d12e32;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: white;
	margin-bottom: 10px;
	margin: 5px;
	box-sizing: border-box;
	width: 125px;
    display: inline-block;
	font-size: 1em;
    /*margin: 3px;*/
    margin-top: 20px;
	line-height: 1.8em;
	padding: 8px 10px;
}
.button_c22:hover {
    background-color: #f5d73d;
	color: black;
}
.button_d a{
	text-align: center;
	padding: 5px 10px;
	position: relative;
	 background-color: #d12e32;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: white;
	margin-bottom: 10px;
	margin: 5px;
	box-sizing: border-box;
}
.button_d a:hover {
    background-color: #f5d73d;
	color: black;
}	
.button_e a{
	text-align: center;
	padding: 5px 10px;
	position: relative;
	background-color: #d12e32;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: white;
	margin-bottom: 10px;
	margin: 5px;
	box-sizing: border-box;
}
.button_e a:hover {
    background-color: #f5d73d;
	color: black;
}	
.button_c3 a{
	text-align: center;
	position: relative;
	background-color: #d12e32;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: white;
	margin: 5px;
	box-sizing: border-box;
	width: 125px;
	/*margin:3px;*/
	margin-top: 20px;
	display: inline-block;
	padding: 8px 10px;
}
.button_c3 a:hover {
    background-color: #f5d73d;
	color: black;
}

.button_back a{
	text-align: center;
	position: relative;
	background-color: #f77107;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: white;
	margin: 5px;
	box-sizing: border-box;
	width: 125px;
	/*margin:3px;*/
	margin-top: 20px;
	display: inline-block;
	padding: 8px 10px;
}
.button_back a:hover {
    background-color: #f5d73d;
	color: black;
}
.sign_in_b {
	text-align: center;
	position: relative;
	background-color: #d12e32;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: white;
	margin-bottom: 10px;
	margin: 5px;
	box-sizing: border-box;
    display: block;
	font-size: 1em;
    margin: 0 auto;
    margin-top: 50px;
	line-height: 1.8em;
	padding: 8px 10px;
}
.sign_in_b:hover {
    background-color: #f5d73d;
	color: black;
}

.c3_2, .c3_22 {
    /*width: 270px;*/
    display:table;
    margin: 0 auto;
    /*margin-top: 15px*/
}
.c3_2a {
    width: 120px !important;
}

.c3_2b {
    width: 170px !important;
}

	

/**活動簡介**/
#introduction p{font-size: 1em; padding: 0 20px 0 20px;line-height: 2em;text-align: center;}
#introduction p span{
	border: 1px black solid;
    display: block;
    width: 246px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.text_box {position: relative;}
.introduction_text {
	position: relative;
    font-size: 1em;
    line-height: 1.8em;
    color: black;
    padding: 0;
    text-align: center;
    margin: 0 auto;
	padding: 0 20px;
}
.text_box2 {
	position: relative;
    width: 300px;
    font-size: 1em;
    line-height: 1.8em;
    color: #d12e32;
    padding: 0;
    text-align: center;
    margin: 0 auto;
}

.text_box3 {
	position: relative;
    font-size: 1em;
    line-height: 1.8em;
	list-style: decimal;
	padding: 0 20px 0 50px;
}	
.apply{
    width: 80%;
    padding: 0 20px 0 20px;
	margin: 0 auto;
}
.right_.apply {display: none;}

.thtext {
    font-weight: normal;
}

	
/**線上課程流程**/	
.process_box {
	position: relative;
	padding: 20px;
	width: 85%;
    margin: 0 auto;
}
.process_title {
	text-align: center; 
	font-size: 1.2em; 
	font-weight: 600;
	padding-bottom: 30px;
	color: #d12e32;
	background-color: white;
    margin: 0 auto;
	width: 40%;
}
.process_title::before {
	position: absolute;
    content: "";
    top: 33px;
    height: 3px;
    background-color: #d12e32;
    width: 80%;
    left: 10%;
    z-index: -1;
}
.narrate2 {
    background-color: #f5d83c;
    color: black;
    padding: 15px;
    border-radius: 10px;
}
.process_box p,.narrate {
	font-size: 1em;
	line-height: 1.8em;
	background-color: #d12e32;
	text-align: center;
	border-radius: 15px;
	color: white;
	padding: 50px;
}
#process,#course {position: relative;}
.course_box {
	padding: 20px;
    margin-top: 20px;
}
.left_img {width: 100%;line-height: 0;}
.right_text {
	font-size: 1em;
    line-height: 1.8em;
    width: 100%;
    margin-top: 20px;
}
.course2 {
	position: relative;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    box-sizing: border-box;
    border: 1px black solid;
}

.course2 h2 {font-size: 1.3em;}
.course2 p {
    font-size: 1em;
    padding: 10px;
    text-align: left;
    margin-left: 20%;
}	
	

/**實體活動流程**/
.physical_activity_box {
	position: relative;
	padding: 20px;
	width: 85%;
    margin: 0 auto;
}
.physical_activity_title {
	text-align: center; 
	font-size: 1.2em; 
	font-weight: 600;
	padding-bottom: 30px;
	color: #d12e32;
	background-color: white;
    margin: 0 auto;
	width: 40%;
}
.physical_activity_title::before {
	position: absolute;
    content: "";
    top: 33px;
    height: 3px;
    background-color: #d12e32;
    width: 80%;
    left: 10%;
    z-index: -1;
}

.physical_activity_box p {
	font-size: 1em;
	line-height: 1.8em;
    background-color: white;
    text-align: center;
    border-radius: 15px;
    color: black;
    padding: 50px;
    border: 5px #d12e32 solid;
}
.tg  {
	border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border: 2px #d12e32 solid;
    border-radius: 18px;
	font-size: 1em;
	text-align:center;
	vertical-align:center;
	margin-bottom: 50px;
}
.td_text{
	background-color: #d12e32;
	color: white;
	text-align: center;
	/*-webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr ;*/
}
.tg td{
	border: 2px #d12e32 solid;
    overflow:hidden;
	padding:10px 5px;
	word-break:normal;
	line-height: 2em;
}
.tg th{
	overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
    border: 2px #d12e32 solid;
	display: grid;
}
.tg tr {display: grid}

.tg-0lax{
	text-align:center;
	color:#d12e32;
	/*width: 12%;*/
}

.td_y{
	background-color: #f0be02;
    padding: 3px 15px;
    border-radius: 10px;
    color: white;
	display: block;
    width: 50%;
    margin: 0 auto;
}
.td_r {
	background-color: #dc6579;
    padding: 3px 15px;
    border-radius: 10px;
    color: white;
	display: block;
    width: 50%;
    margin: 0 auto;
}
tr:first-child th:first-child{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

tr:last-child td:last-child{
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

	
	
	
/**場次報名**/	
#echelon {position: relative;}
.echelon_box {
	padding: 20px;
    /*margin-top: 20px;*/
}

.echelon2 {
	position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    box-sizing: border-box;
    border: 1px black solid;
}
#echelon h1 {
	font-size: 1.3em; 
	padding: 0;
    margin: 0;
}
.echelon2 img {width:50px;/*top: 25px;*/ position: relative;}
.echelon2 h2 {font-size: 1.3em;color: #d12e32;}
.echelon2 p{font-size: 1em;padding: 0 10px;}	
.target2-img{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fffffd+2,f1da34+99 */
background: #fffffd; /* Old browsers */
background: -moz-linear-gradient(top,  #fffffd 2%, #f1da34 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fffffd 2%,#f1da34 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fffffd 2%,#f1da34 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffd', endColorstr='#f1da34',GradientType=0 ); /* IE6-9 */
}	
.target2-img div {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 90px;
}	
.echelon2 span {font-size: 1em; letter-spacing: 0.2em;margin: 30px 0 30px 0;}
    .echelon_text {
        font-size: 1.2em;
        padding: 0 0 30px;
    }	
.off{
	background-color: #d12e32; 
	padding: 20px;
	font-size: 1.2em;
	text-align: center;
    color: white;
    margin-top: -20px;
}
.off span a {color:white;}
	
	

	
	

/**活動入選名單專區 **/	
#list {position: relative;}
.list_box {
	padding: 20px;
    /*margin-top: 20px;*/
}

.list2 {
	position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    box-sizing: border-box;
    border: 1px black solid;
}
#list h1 {
	font-size: 1.3em; 
	padding: 0;
    margin: 0;
}
.list2 img {width:50px;/*top: 25px;*/ position: relative;}
.list2 h2 {font-size: 1.3em;color: #d12e32;}
.list2 p{font-size: 1em;padding: 0 10px;}	
.target2-img{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fffffd+2,f1da34+99 */
background: #fffffd; /* Old browsers */
background: -moz-linear-gradient(top,  #fffffd 2%, #f1da34 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fffffd 2%,#f1da34 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fffffd 2%,#f1da34 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffd', endColorstr='#f1da34',GradientType=0 ); /* IE6-9 */
}	
.target2-img div {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 90px;
}	
.list2 span {
	font-size: 1em; 
	padding: 5px;
	color:white;
}
.list_text{font-size: 1em;list-style: decimal;}
.data {padding: 10px 50px 50px 50px; font-size: 1em;}
.number {float: left;}	
.name {float:right;}	
	
	
	
/**課程**/	
#course_m_t {position: relative;}
.course_m_t_box {
	padding: 20px;
    margin-top: 20px;
}
.left_movie {width: 100%;line-height: 0; position: relative;}
.cright_text {
	font-size: 1em;
    line-height: 1.8em;
    width: 100%;
    margin-top: 20px;
}
.play-icon {top: 50%;}

.movie_review {
    width: 100%;
    line-height: 0;
    position: relative;
    margin-bottom: 25px;
}

.movie_review_title {
    color: black;
    font-size: 1.1em;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
    font-weight: bolder;
} 


	
	
/**隨堂小測驗**/	
#course_quiz {position: relative;}
.course_quiz_box {
	padding: 20px;
   /* margin-top: 20px;*/
}
.course_quiz_box p {
	font-size: 1em;
    line-height: 1.8em;
    width: 100%;
    margin-top: 20px;
	margin: 0;
}
	
	
	
/**登入**/	
#sign_in {position: relative;padding: 15px 20px;}
.sign_in_box {
	padding: 100px 20px;
    border: 2px #d12e32 solid;
    width: 85%;
    margin: 0 auto;
    position: relative;
	margin-top: 20px;
}
.sign_img {
    position: absolute;
    left: 100px;
    top: 120px;
	display: none;
}
.sign_in_title {
    padding: 10px;
    font-size: 1.2em;
    background-color: #d12e32;
    color: white;
    text-align: center;
    border-radius: 15px;
    margin: 0 auto;
    position: relative;
}
.cell2 {
    font-size: 1.2em;
    text-align: left;
    border: 1px black solid;
	margin-top: 50px;
    background-color:white;
}
.sign_in_box input {
    width: 93%;
    line-height: 1.8em;
    border: 0;
}
.sign_bg {
	background: url(../images/bg-s.png)no-repeat;
    background-color: #fff7ec;
	background-position: 30% 40%;
	overflow: hidden;
}
.sign_bg2 {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 20px;
    width: 88px;
}
	
	
	
/**報名頁**/
.table1,.table4,.table4_7{	text-align: center;}
.table2_4 {text-align: center;}
.table2_4 a {	
	text-align: center;
	width: 220px;
    background-color: #d12e32;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: white;
    margin: 5px;
    box-sizing: border-box;
	padding: 5px;
}
.table2_4 a:hover {
    background-color: #f5d73d;
	color: black;
}
.row {display:grid;}
.table {border: 1px black solid;padding-bottom: 20px;}
.table2 {/*width:36%;*/text-align: center;}
.table3 {margin-top: 20px;}
.table4_2,.table4_3,.table4_4,.table2_3 {text-align: center;}
.table4_5 {margin: 0 auto;padding-left: 0;}
.table2_2,.table4_6 {margin: 0 auto;}
.refill {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	padding: 10px 40px;
	position: relative;
	background-color: #c9c9cd;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: white;
	margin-bottom: 10px;
	font-family: "微軟正黑體";
	margin: 5px;
	box-sizing: border-box;
	float:left;
}
.refill:hover {
    background-color: #d12e32;
}
.next {
	padding: 20px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	padding: 10px 40px;
	position: relative;
	background-color: #d12e32;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: white;
	margin-bottom: 10px;
	margin: 5px;
	box-sizing: border-box;
	float:left;
}
.next:hover {
    background-color: #f5d73d;
	color: black;
}
.button_box {
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
	width: 280px;
}

.Flexible-container {text-align: center;}
.container_box {padding: 15px;}
.container_box h2{text-align: center;font-size: 1.7em;}
.container_box span {
	font-size: 1em;
	line-height: 1.8em;
    letter-spacing: 0.1em;
}
.overlay .overlay-content{width:95%;}	
	
	
	
/*FOOTER*/
.f {text-align: center;
    font-size: 0.75em;
    display: block;
}
}
@media screen and (min-width: 400px) {
/**活動入選名單專區 **/	
.data {padding: 10px 70px 50px 70px;}
	
	
	
/**報名頁**/
.container_box {padding: 43px;}
}
@media screen and (min-width: 500px) {
/**架構**/
.sign_in_b {width: 74%;}
	
	
	
/**活動簡介**/
#container p span{width: 266px;}
.apply{width: 300px;}
	

/**活動入選名單專區 **/	
.data {padding: 10px 90px 50px 90px;}
	
	
	
/**登入**/	
#sign_in {position: relative;}
.sign_in_box {width: 75%;}
.sign_in_title {
    display: table;
    width: 70%;
}
.cell2 {
    display: table;
    width: 74%;
    margin: 0 auto;
	margin-top: 50px;
}

	
	
	
/**報名頁**/
.container_box {padding: 70px;}
}

@media screen and (min-width: 600px) {
/**實體活動流程**/
.td_y{
	margin: 0 5px 0 0;
    display: inline;
    width: auto;
}
.td_r {
	margin: 0 5px 0 0;
    display: inline;
    width: auto;
}
	

/**活動入選名單專區 **/	
.data {padding: 10px 150px 50px 150px;}
	
	
/**報名頁**/	
.container_box h2 { margin-bottom: 50px;}

movie_review_title {
    padding: 20px 0;
}

}
@media screen and (max-width: 767px) {
/**報名頁**/
.cell {padding: 10px 0 10px 0;}
}
@media screen and (min-width: 768px) {
/**架構**/
.right_button {
    float: right;
}
.title {font-size: 1.5em;}
.button_c3 a{margin-top: 20px;/*float: right;*/}	
.button_c2 {width:85px;}
.sign_in_b {width: 54%;}
	
	
	
/**活動簡介**/
#container p span {width: 438px;}
.text_box2 {width: auto;}
.thtext {
    text-align: left;
}

	
/**線上課程流程**/
.narrate2 {
    width: 70%;
    margin: 0 auto;
}
.process_title {
	font-size: 1.4em; 
	width: 20%;
}	
.left_img {
    width: 44%;
    float: left;
}
.course2 {
    width: 47.2%;
    margin-top: 50px;
	float:left;
	margin: 30px 10px 10px 10px;
	height: 420px;
	box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.7);
	border: 0;
}	
.right_text {
    font-size: 1em;
    line-height: 1.8em;
    width: 53%;
    float: left;
    padding-left: 20px;
	margin: 0;
}
	
	
	
/**實體活動流程**/	
.physical_activity_title {
	font-size: 1.4em; 
	width: 20%;
}	
/*.td_text{
	writing-mode: vertical-lr;
    text-orientation: upright;
}*/
.tg  {text-align: left;}
.tg th {display: table-cell;}	
.tg tr {display: table-row;}

tr:first-child th:first-child{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

tr:last-child td:last-child{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
table tr:first-child th:first-child{
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

table tr:first-child th:last-child{
  border-top-right-radius: 15px;
}

table tr:last-child td:last-child{
  border-bottom-right-radius: 15px;
}

.twobox {
    width: 100%;
}	

/**場次報名**/
#echelon h1 {
	font-size: 1.4em; 
	padding: 0;
    margin: 0;
}
.echelon2 {
    width: 47.2%;
    margin-top: 50px;
	float:left;
	margin: 0 10px 40px 10px;
	height: 380px;
	box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.7);
	border: 0;
}
.off {
    font-size: 1.3em;
    width: 91.5%;
    margin: 0 auto;
}	
.echelon_text{font-size: 1.3em;padding: 0 10px 30px;}	
	
	

/**活動入選名單專區 **/
#list h1 {
	font-size: 1.4em; 
	padding: 0;
    margin: 0;
}
.list2 {
    width: 47.2%;
    margin-top: 50px;
	float:left;
	margin: 0 10px 40px 10px;
	box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.7);
	border: 0;
}
.list_text{font-size: 1.2em;padding: 0 10px;line-height: 1.6em;}	
.data {padding: 10px 60px 50px 60px;}	
	

	
/**課程**/
.left_movie {
    width: 48.5%;
    float: left;
}

.cright_text {
    font-size: 1em;
    line-height: 1.8em;
    width: 48.5%;
    float: left;
    padding-left: 20px;
    margin: 0;
}
.c3 {
    float: right;
}
.movie_review {
	width: 48.5%;
    float: left;
	margin: 5px 5px 10px 5px;
}
.c3_2 {display:unset;float: right;}	
.c3_2a{width:160px!important;float: right;}
.c3_2b{width:200px!important;float: right;}
.button_back{margin-right: 22px;}
	
/**登入**/
#sign_in {padding:20px 20px 40px 20px}
.sign_in_box {
	margin-top: 47px;
    margin-bottom: 30px;
}
	
.sign_in_title {width: 50%;}
.cell2 {width: 52%;}
.sign_bg {
	background: url(../images/bg-m.png)no-repeat;
	background-color: #fff7ec;
	background-position: 30% 50%;
}	
.sign_bg2 {
    right: 20px;
    width: 158px;
}
	
	

/**報名頁**/
.row {
    display: block;
	padding: 0 25px 0 25px;
}
.table2_2 {width: 20%;}
.table4_3 {/*width: 51%;*/text-align: right;}
.table4_6 {padding-right: 0; width: 1%;}
.container_box {padding: 120px; font-size: 1.1em;}	
	
	
/*FOOTER*/	
.footer-0 {
	float: left;
	text-align:left;
	text-align: justify;
}
.f {float: right;}
}
 
@media screen and (min-width: 800px) {
/*FOOTER*/
.footer-0{display:none;}
.footer-1{display:block; }
.footer-1-1{
	margin:5px auto;
	text-align:left;
	position:relative;
}
.footer-1 ul{padding:0; margin:0;}
.footer-1 ul li{ list-style:none; float:left;}
.footer-1 ul li::after {content:" ｜";}
.footer-1 ul li:last-child::after {content:" ";}
.footer-1-2{
	font-size:0.875em;
	margin:5px auto;
	text-align:left;
	position:relative;
}

.footer-2{display:block;padding-right:20px;font-size:0.95em;}
.footer-2 .right{
	font-size:0.95em;
	text-align:right;
}
}
@media screen and (min-width: 960px) {
/**架構**/
.sign_in_b {width: 44%;}
	
	
	
/**場次報名**/
.echelon2{height:420px;}
	
	
/**登入**/	
.sign_in_box {width: 65%;}
.sign_in_title {width: 40%;}
.cell2 {width: 42%;}	
}
@media screen and (min-width: 1002px) {
/**架構**/
#big-banner{margin-top: 0;}

.title_box {text-align: left;margin-top: 40px;}
.title {font-size: 1.6em;padding: 10px;margin: 0 10px 0 20px;}	
.title::before {width: 100%;}	
#pc-nav-inner {
    display: block;
    padding-left: 10px;
    /*top: -3px;*/
    margin-top: 13px;
}
.button_c3 a{width: 145px;}	
.button_c22 {
    width: 145px;
	font-size: 1.2em;
}

.sign_in_b {
    font-size: 1.2em;
    width: 290px;
}

#pc-nav {
    width: 1400px;
    font-size : 0.9em;
}	
	
	
/**活動簡介**/
.banner {padding-top: 20px;}
#introduction p{font-size: 1.2em; padding: 0 20px 0 20px;line-height: 3.5em;text-align: left;margin-bottom: 0;}
    #introduction p span {
        padding: 5px 10px 5px 10px;
        border: 1px black solid;
        margin: 0 10px 0 0;
        display: inline;
    }
.introduction_text {
    font-size: 1.2em;
    line-height: 1.8em;
    text-align: left;
	padding-left: 25px;
}
.text_box {position: relative;}
.text_box2 {
	position: relative;
    font-size: 1.2em;
    left: 25px;
	margin: 0;
	text-align: left;
}

.text_box3 {
	position: relative;
    font-size: 1.2em;
    line-height: 1.8em;
	list-style: decimal;
	padding: 0 20px 0 50px;
	margin-top: 0;
}
	
	
	
	
	
/**線上課程流程**/
.narrate2 {
    width: 75%;
}
.process_title {
	font-size: 1.5em; 
	width: 15%;
}	
.process_box p,.narrate {font-size: 1.2em;}	
.process_box {width: 75%;}
.course2 {
    width: 23.9%;
    margin-top: 60px;
    margin: 30px 5px 15px 5px;
    height: 380px;
}
.course2 h2 {font-size: 1.5em;}
    .course2 p {
        font-size: 1.2em;
        margin-left: 6%;
    }
.right_text {font-size: 1.2em;}

.c3 {
    /*margin-top: 20px;*/
    margin-right: -10px;
}

.c3_2 {
    font-size: 1.2em;
    line-height: 1.8em;
    /*width: 310px;*/
}
.c3_22 {
    /*width: 310px;*/
}
	
	
	
/**實體活動流程**/
.physical_activity_title {
	font-size: 1.5em; 
	width: 15%;
}	
.physical_activity_box p {font-size: 1.2em;}	
.physical_activity_box {width: 75%;}
.tg {font-size: 1.2em;}


.twobox {
    width: 730px;
    margin: 0 auto;
}

/**場次報名**/
#echelon h1 {
	font-size: 1.45em; 
	padding: 0;
    margin: 0;
}
.echelon2 {
    width: 355px;
    margin-top: 60px;
    margin: 15px 5px 5px 5px;
    height: 390px;
}
.echelon2 h2 {font-size: 1.5em;}
.echelon2 p {font-size: 1.2em;}	
.echelon2 span {/*margin: 50px 0 30px 0*/;font-size: 1.1em;}
.off {
    margin-top: 20px;
    width: 680px;
}		
.echelon_text{font-size: 1.4em;padding: 0 20px 30px;}
	
	
	
	
/**活動入選名單專區 **/
#list h1 {
	font-size: 1.45em; 
	padding: 0;
    margin: 0;
}
.list2 {
    width: 354px;
    margin-top: 60px;
    margin: 15px 5px 5px 5px;
}
.list2 h2 {font-size: 1.5em;}
.list2 p {font-size: 1.2em;}	
.list2 span {margin: 50px 0 30px 0;font-size: 1.2em;}	
.list_text{font-size: 1.2em;padding: 0 20px;}
.data {font-size: 1.2em;padding: 10px 30px 50px 30px;}
	
	

	
/**課程**/
.cright_text {font-size: 1.2em;}	
.movie_review {
	margin: 7.2px 7.2px 10.2px 7.2px;
}	
.movie_review_title {
    padding: 20px 0;
	font-size: 1.2em;
}
.button_back {
    margin-right: 28px;
}
	
	
/**隨堂小測驗**/
.course_quiz_box p {font-size: 1.2em;}	
.b2 {font-size: 1.2em;}
	
	
	
	
/**登入**/
.sign_in_box p {font-size: 1.2em;}	
.b2 {font-size: 1.2em;}
.sign_in_box { width: 60%;}
.sign_img {position: absolute;left: 35px; top:120px;}
.sign_in_title {
	padding: 20px;
	font-size: 1.5em;
	width: 250px;
	margin: 0 auto;
}
.sign_in_title::before {
    position: absolute;
    content: "";
    top: 37px;
    width: 41px;
    height: 40px;
    left: -12px;
	background-image: url(../images/triangle.png)
}
.stable{
	display: table;
	margin: 0 auto;
	margin-top: 50px;
}
.cell2 {font-size: 1.2em;text-align: left;border: 1px black solid;}	
.sign_in_box input {width:280px;line-height: 1.8em; border:0;}	
.sign_bg {background-position: 20% 55%;}
.sign_bg2 {width: 168px;}
		
	
	
	
/**報名頁**/
.law {box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.7);margin-top: 50px;}
.cell{font-size: 1.2em;}
.row {display:flex;padding:0;}
.table {border: 0;}
.table1 {width:10%;padding-right: 0;}
.table2 {width:36%;text-align: left;margin: 0;}
.table3{margin-left: 10px;margin-top: 0;}
.table4 {width: 22%;}
.table4_3 {width: 52%;}
.table4_6 {padding-left: 26%;margin: 0;padding-right: 0;width: auto;}
.table2_2 {margin: 0;width: 67%;padding-right: 0;}
.table4_5 {padding-right: 2%;}
.table2_3 {width:auto;text-align: left;margin: 0;}
.table2_4 {
    text-align: center;
    width: 225px;
    font-size: 1.2em;
    padding: 20px 5px;
	margin: 0;
}
.button_box { padding: 30px 20px 20px 20px;}
.overlay .overlay-content {width: 55%;top: 60%;}
.button_c2{width:105px;}
.container_box span {font-size: 1.2em;}
.container_box h2 {font-size: 2em;}
.container_box {padding: 70px;}

/*FOOTER*/
.footer-2{float:left;}
.f {font-size: 0.95em;margin-right: 20px;}

}
@media screen and (min-width: 1024px) {	

	
	
	

/**活動簡介**/	
.text_t{letter-spacing: -0.05em;}
	
	
	
/**線上課程流程**/	
.course2 { /*height: 400px;*/}
	
	

	


	
	

/**報名頁**/
.table4_3 {width: 44.5%;}
.table4_4 {padding-left: 0px;}
.button_box {width: 370px;}
.refill {
    font-size: 1.2em;
    padding: 10px 55px;
    margin: 10px;
}
.next {
    font-size: 1.2em;
    padding: 10px 55px;
    margin: 10px;
}
	
	
	

}
@media screen and (min-width: 1200px) {
/**架構**/

.title {margin: 0 10px 0 30px;}		
#pc-nav {
    margin: 0 auto;
    /*width: 1024px;*/
    font-size : 1em;
}	
	
/**活動簡介**/	
.text_t{letter-spacing: 0;}
.course2 p {
    margin-left: 15%;
}

/**線上課程流程**/
.right_text {width: 54%;}	
.course2 {width: 24%;margin: 60px 5px 25px 5px;}

	
	
/**實體活動流程**/
.tg-0lax {width: 12%;}

	
/**場次報名**/
/*.echelon2 {
    width: 355px;
    margin: 20px 5px 5px 5px;
    height: 380px;
}*/
.off{font-size: 1.4em;padding: 35px 20px;}

.c3 {
    margin-top: 50px;
    margin-right: 0px;
}
.left_movie {
    width: 49.5%;
}



	
/**活動入選名單專區 **/
.list2 {width: 24%;margin: 20px 5px 5px 5px;}
.data {padding: 10px 50px 50px 50px;}	
	
	
/**課程**/
.cright_text {
    width: 49.5%;
    padding-left: 10px;
}

.cright2_text {
    padding-left: 30px;
}
.movie_review {
    margin: 8.7px;
}

.button_back {
    margin-right: 20px;
}


/**登入**/	
.sign_img {display: block;}	
.cell2{width: 210px;}	
.sign_bg {
	background: url(../images/bg-m2.png)no-repeat;
	background-position: 30% 60%;
}
.sign_bg2 {right: 80px;}
	
	
	
/**報名頁**/
.law {width: 1100px;}
.table4_3 {width:36.2%;}
.table4_6 {padding-left: 26%;}
.table2_2 {width: 67.59%;}
.table4_7 {text-align: right;width:22%;padding-left: 0;}
.container_box h2 { margin-bottom: 85px;}
/*FOOTER*/	
#footer{
	margin: 0 auto;
	width:1024px;
}
.footer-2{padding-right:50px;}
}
@media screen and (min-width: 1400px) {
/**架構**/
.title {font-size: 2em;}		
#pc-nav-inner {
    font-size: 1.06em;
    /*top: 0px;*/
    margin-top: 20px;
}
#pc-nav {width: 1400px;}		
#pc-nav ul {margin-top: -20px;}	
/*.button_c3 a{width: 120px;}*/

ul.schedule-tabs li {
    width: 14.01%;
    height: 82px;
}
.arrow_s {
    height: 82px;
    font-size: 1.5em;
}
	
/**活動簡介**/
.right_apply {
    width: 356px;
    height: 170px;
    text-indent: -9999px;
    position: fixed;
    bottom: 150px;
    right: 28px;
    display: block;
	cursor: pointer;
    background: url(../images/apply.png) no-repeat;
    z-index: 12;
	display:block;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.apply {display: none;}
.text_box3{padding: 0 20px 50px 50px;}

/**線上課程流程**/
.narrate2 {
    width: 65%;
}
.process_title {font-size: 1.6em; }		
.process_box {width: 65%;}
.course2 {height: 430px;width: 24.2%;}

.right_text {width: 54.5%;}	
	

	
/**實體活動流程**/
.physical_activity_title {font-size: 1.6em; }		
.physical_activity_box {width: 65%;}
.td_text {
    width: 15%;
}
	

	
/**場次報名**/	
/*.echelon2 {height: 400px;width: 24.2%;}*/	

	
	
/**活動入選名單專區 **/	
.list2 {width: 24.2%;margin-bottom: 20px;}	
.data {padding: 10px 60px 50px 60px;}	
		
	

	
/**課程**/	
/*.cright_text {width: 54.5%;}*/
.c3 {
    /*width: 120px;*/
    margin-top: 100px;
    margin-right: -3px;
}
/*.cright_text img{width: px;}*/
movie_review {
	margin: 10px 10px 12px 10px;
}
.movie_review_title {
    font-size: 1.3em;
}
.button_back {
    margin-right: -12px;
}

	
	
/**登入**/	
.sign_img {left: 85px;}	
.sign_bg {
	background: url(../images/bg.png)no-repeat;
}
.sign_bg2 {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 90px;
    width: 258px;
}
	
/**報名頁**/
#container {width:1380px; margin: 0 auto;margin-top: 20px;/*margin-bottom: 50px;*/}
.law {width: 1300px;}
.cell {padding: 1.2rem .8rem 1.2rem 0;}
.table1 {text-align: right;width: 11%;}
.table4 {text-align: right;}
.table3{margin-left: 20px;}
.table4_3 {width:33.5%;}
.table2 {margin: 0;}
.table4_5 {margin: 0;width:25.5%;}
.table4_6 {width: 27.5%;text-align: right;}
.table2_2 {width:69%;}
.overlay .overlay-content {width: 40%;}	
.container_box {padding: 90px;}
	
	
/*FOOTER*/	
#footer{
	width:1380px;
}
#footer-inner {width:100%;}


.share {
    width: 242px;
    height: 58px;
    background: url(../images/share_bg.png) no-repeat;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    z-index: 13;
    position: fixed;
    bottom: 140px;
    right: 140px;
    display: block;
}

.share_img {
    position: relative;
    padding: 5px;
    line-height: 0;
    margin-top: 8px;
    right: 10%;
    top: 0;
}

}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  /*padding: 20px 15px;*/
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; position:absolute;}
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 22px;
  display: inline-block;
  position: relative; 
  top: 5px;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: white;
    border-radius: 10px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }
:focus {outline:none;}
/***mobile***/
@media screen and (max-width: 1001px) {
	.hamburger{ padding:10px; right:0;}
}
@charset "utf-8";
/* CSS Document */

/*menu*/
nav{top: 0; left: 0;   z-index: 51; position:fixed;  background:none; overflow: hidden;-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
nav.expand{ width:100%;}
nav header{ position: fixed;  left:0; /*background-color:#FFF;*/ z-index:10;}
nav header h2 span{ color:#000; font-weight:600; font-size:2.5rem; width:2rem; text-align:center; vertical-align: middle; word-wrap: break-word;display: inline-block;display: table-caption; align-items: center; justify-content: center;}
#menuWrapper{ width:100%; height:100%; opacity:1; position: absolute; z-index:9}
#menuWrapper ul li{ margin-bottom: 1.5rem; color:white; font-size:1.4rem; line-height: 2.5rem; position:relative; text-decoration:none; }
#menuWrapper ul li a{ color:white; font-size:1.4rem; line-height: 2.5rem; position:relative; text-decoration:none; display:inline-block;}
#menuWrapper ul{ position:absolute; top:60px;}
#menuWrapper ul li a:after{
  display:block; bottom:-2px;
  content: '';
  border-bottom: solid 2px #000;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
  transform-origin:100% 50%
}
#menuWrapper ul li a:hover:after,#menuWrapper ul li a.is-active:after{ transform: scaleX(1); transform-origin:0 50%;}
ul.mainMenu{ left: 120px;}
.subMenu{ left:400px; display:none;}
.submenu_select{ font-weight:bolder;}
	/*BGcolors*/
	.dan_01{ background-color:#538e7c;}
	.dan_02{ background-color:#66be8c;}
	.dan_03{ background-color:#407c9e;}
	.best_ch{ background-color:#d12e32;}
	.best_en{ background-color:#c15a6f;}
	.best_cn{ background-color:#a93b6a;}
	.top_01{ background-color:#eb5c58;}
	.aut_01{ background-color:#1aa0a1;}
	.aut_02{ background-color:#8585b7;}
	.aut_03{ background-color:#db516b;}
	.aut_04{ background-color:#1dafe0;}

/***mobile***/
@media screen and (min-width: 320px) {
	ul.mainMenu{ left: 16%;}
	#menuWrapper ul{ top: 120px;}
    .target3-img {
        line-height: 0;
    }
    #menuWrapper ol, ul {
        margin: 0;
        padding-left: 10px;
    }
}
@media screen and (min-width: 375px) {
	ul.mainMenu{ left: 19%;}
}
@media screen and (min-width: 425px) {
	ul.mainMenu{ left: 22%;}
}
@media screen and (min-width: 500px) {
	ul.mainMenu{ left: 27%;}
}
@media screen and (min-width: 600px) {
	ul.mainMenu{ left: 31%;}
}
@media screen and (min-width: 768px) {
	ul.mainMenu{ left: 34%;}
}
@media screen and (min-width: 960px) {
	ul.mainMenu{ left: 35%;}
}
@media screen and (max-width: 1001px) {
/*menu*/
nav{left: 0; width:100%; height:50px; z-index: 51; position:fixed;  background:none; overflow: hidden;}
nav.expand{ width:100%; height:100%;}
nav header{ position: fixed; width:100%; height:50px; left:0; /*background-color:#FFF;*/ z-index:10;}
nav header h2 span{ color:#000; font-weight:600; font-size:2.5rem; width:100%; text-align:center;}
#menuWrapper ul li{ margin-bottom: .8rem;}

	

.subMenu{ left:50%; display:none;}	
}
@media screen and (min-width: 1001px) {
	nav{display: none;}
}
#material-light,
#material2-light{
  /*display: none;*/
  position: fixed;
  z-index: 51;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 12px;
  height: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7);
  -o-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); 
  border: 2px #d12e32 solid;
}
#material-light_box,
#material2-light_box{
    font-family: "微軟正黑體",Arial, Helvetica, FreeSans, sans-serif;
    color: black;
	text-align: center;
	width: 240px;
    margin: 0 auto;
	font-weight: 600;
}
#material-light_box2 {
    font-family: "微軟正黑體",Arial, Helvetica, FreeSans, sans-serif;
    color: black;
	text-align: center;
	width: 240px;
    margin: 0 auto;
	font-weight: 600;
	margin-bottom: 30px;
	font-size: 3.5em;
}
#material-light .fraction {font-size: 0.5em;}
#material-light h2,
#material2-light h2{
    font-family: "微軟正黑體";
    color: black;
	text-align: center;
	margin-bottom: 45px;
	margin-top: 0;
}
#material-light img {width:74px;vertical-align:text-bottom;padding-right: 5px;}
#material2-light img {width:74px;vertical-align:middle;padding-right: 5px;padding-bottom: 20px;}
#material-light p,
#material2-light p{
    color: black;
    letter-spacing: 0px;
    margin-top: -5px;
	text-align: center;
	line-height: 1.8em;
	padding-bottom: 0;
}
#material-light .exit,
#material2-light .exit {
    background-color: #d12e32;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: white;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    padding: 6px;
    display: inline-block;
}
#material-light .exit:hover,
#material2-light .exit:hover{
    background-color: #f5d73d;
	color: black;
}

#material-light .retest,#material-light .retest a {
    background-color: #d12e32;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: white;
    margin: 0 auto;
    text-align: center;
	margin-bottom: 10px;
	padding: 10px;
	/*display: inline-block;
	margin: 6px;*/
}
#material-light .retest2 {
    background-color: #f18c8e;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: white;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
}
#material-light .retest:hover, #material-light .retest2:hover, #material-light .retest a:hover {
    background-color: #f5d73d;
    color: black;
}


#material-light .rbox{margin: 0 auto;display: table;}
@media screen and (min-width: 320px) {
    #material-light, #material2-light {
        width: 80%;
    }

        #material-light h2, #material2-light h2 {
            font-size: 1.3em;
        }

        #material-light img {
            width: 64px;
            font-size: 1em;
        }

        #material-light .exit, #material2-light .exit {
            font-size: 1em;
            width: 120px;
        }

        #material-light p, #material2-light p {
            font-size: 1em;
            padding: 15px;
        }

    #material-light_box {
        font-size: 1.8em;
    }

    #material2-light_box {
        font-size: 1.3em;
    }

    #material-light .retest,
    #material-light .retest2,
    #material-light .retest a {
        width: 130px;
        display: table-caption;
    }
}

}
@media screen and (min-width: 375px) {
	
}
@media screen and (min-width: 425px) {
	
}
@media screen and (min-width: 500px) {
	
}
@media screen and (min-width: 600px) {
	
}
@media screen and (min-width: 768px) {
	#material-light_box,#material2-light_box{ padding: 20px 40px;}
	#material2-light img{ padding-bottom: 0;}
    #material-light .retest,
    #material-light .retest2,
    #material-light .retest a {
        display: inline-block;
        margin: 6px;
    }
}
@media screen and (min-width: 960px) {

}
@media screen and (min-width: 1002px) {
	#material-light img,#material2-light img {font-size: 1.8em;width: 74px;}
	#material-light .exit,#material2-light .exit{font-size: 1.2em;width: 150px;padding: 10px;}
    #material-light .retest, #material-light .retest2, #material-light .retest a {
        font-size: 1.2em;
        width: 160px;
        padding: 10px;
    }
	#material-light p,#material2-light p {font-size: 1.2em;padding: 20px;}
	#material-light h2,#material2-light h2{ font-size: 1.5em;}
	#material-light_box{font-size: 2.8em;}
	#material2-light_box{font-size: 1.8em;width: 300px;}
	#material-light_box2{font-size: 4.8em;width: 360px;}
	#material-light .fraction {font-size: 0.4em;}
	#material-light,#material2-light { width: 60%;}
}
@media screen and (min-width: 1024px) {

}
@media screen and (min-width: 1200px) {
	#material-light,#material2-light { width: 50%;}
}
@media screen and (min-width: 1400px) {
	#material-light,#material2-light{ width: 45%;}
}





/*# sourceMappingURL=main.css.map */

