﻿@charset "utf-8";
/*tabs版型-tabs01-課程簡介*/
.tabs01{
    position: relative;
    height: 67.2%;
    width: 83%;
    top: 20%;
    left: 0.5%;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
    background-image: url(../img/002/002_bg.png);
    background-size: 100% 100%;
}

/* 頁籤按鈕列 */
.tabs01 ul.menu{
    position: absolute;
    height: 13.6%;
    width: 70.5%;
    margin-top: 0%;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    top: 1.9%;
    left: 27.7%;
    padding: 0%;
}
.tabs01 ul.menu li{
	position: relative;
	display: block;
	float: left;
	width: 20%;
	height: 100%;
	text-align: center;
	line-height: 2.2em;
	font-weight: bold;
	color: #4f4f4f;
	font-size: 1.5em;
	text-shadow: #e8e7e7 0px 2px, #e8e7e7 2px 0px, #e8e7e7 -2px 0px, 
    #e8e7e7 0px -2px, #e8e7e7 -1.4px -1.4px, #e8e7e7 1.4px 1.4px, 
    #e8e7e7 1.4px -1.4px, #e8e7e7 -1.4px 1.4px;
	cursor: pointer;
	background: #b29e96;
}
.tabs01 ul.menu li.act {
	line-height: 2em;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6da3d0+0,6da3d0+50,358fc6+50,358fc6+100 */
    background: #7a665a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #998071 0%, #998071 90%, #7a665a 90%, #7a665a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #998071 0%, #998071 90%, #7a665a 90%, #7a665a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #998071 0%, #998071 90%, #7a665a 90%, #7a665a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#998071', endColorstr='#358fc6', GradientType=0);
    /* IE6-9 */
}
.tabs01 ul.menu li:not(:last-child):after {
	content: "";
    position: absolute;
    height: 70%;
    width: 0%;
    top: 15%;
    right: 0%;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #A6ABAE;
}

/* 頁籤區塊 */
.tabs01_content{
	position: absolute;
	width: 98%;
    height: 80%;	
	overflow: hidden;
	top: 16%;
	left: 0%;
	opacity: 0;
	z-index: 0;
}
.tabs01_content.act {
	opacity: 1;
	z-index: 1;
}
.tabs01_content .scrollBox {
	position: absolute;
	height: 88%;
	width: 100%;
	left: 0px;
	top: 12%;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 5;
	background-color: rgba(255,255,255,0);
}
.tabs01 p{
	position:relative;
	margin:0;	
	margin-left:10%;
	margin-right:7%;
}
.tabs01_title{
	padding-top: 5%;
	color:#00163A;
	font-weight:bold;
	font-size:1.5em;
	padding-bottom: 3%;
}
.tabs01_content .scrollBox .tabs01_title{
	padding-top: 0;
}
.tabs01_text{
	text-align: justify;
	text-justify:inter-ideograph;
}
.content_black_text{
	font-size: 1em;
	color:#000;
	line-height: 1.2em;
}
.list{
	height: 84%;
	margin-left: 14%;
	margin-right: 42%;
}

.list li{
	margin:4% 0;
}
.tabs01_pic{
	position: absolute;
	top: 13%;
	right: 8%;
	width: 35%;
	height: auto;
}
/* 課程架構 */
.list_classArchitecture{
	position: relative;
    margin-left: 14%;
    margin-right: 13%;
}
.list_classArchitecture li{
	text-align: justify;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	margin: 0 0 0.5em 0;
}
.list_classArchitecture li span{
	float:right;
}
/* 專家介紹(經歷.學歷) */

.list_teacherIntro{
	position: relative;
	margin-left: 10%;
	margin-right: 28%;
	list-style-type: square;
}
.list_teacherIntro li{
	margin: 1em 0 1em 1em;
}

p.li_lable{
	margin:0;
}

.Teacher_Bg{
	position: absolute;
	width: 20%;
	top: 8%;
	right: 8%;
	z-index: 2;
}
.Teacher_Bg img{	
	width: 100%;
	height: auto;
}
.multipleTeacher {
	position: relative;
}