body {
	font-family: "\5FAE\8EDF\6B63\9ED1\9AD4";
	font-weight: 400;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #222;
	font-size: 14px;
	width: 100%;
	min-width: 260px
}

div {
	padding: 0;
	margin: 0
}

h1 {
	font-size: 19px;
	font-weight: 400;
	color: #fff;
	padding-top: 20px;
	margin-top: 30px
}

h1 font {
	font-size: 60px;
	color: #69a3b4
}

h2 {
	padding: 0;
	margin: 0
}

ul {
	margin: 0;
	padding: 0
}

ul li {
	list-style: none;
	margin: 0;
	padding: 0
}

ul li a {
	text-decoration: none
}

a {
	text-decoration: none;
	cursor: pointer;
	border: none;
	color: #000
}

img {
	border: none
}

select {
	padding: 0 0;
	border: 1px solid #ccc;
	color: #888;
	Outline: 0
}

option {
	color: #888
}

option:hover {
	background: #222
}

#page_left {
	height: 100%;
	width: 254px;
	border-right: solid #b2b2b2 1px;
	position: fixed;
	left: 0;
	top: 0;
	text-align: center
}

#header {
	margin: 30px
}

#main_menu li {
	font-size: 17px;
	color: #aaaaaa;
    position: relative;
    width: 100%;
    line-height: 27px;
}
#main_menu li.active{
    /*display: inline-block;*/
    line-height: 27px;
}

#main_menu li a {
	color: #aaaaaa
}


#main_menu li span {
	width: 100%;
	padding: 10px 0;
	float: left;
	background: url(../img/menu_line.jpg) no-repeat center bottom;
	cursor: pointer
}

.sub_menu,.sub_sub_menu {
	display: none
}

.sub_menu li {
    width: 200px !important;
	float: left;
	margin-left: 28px;
	background: #aaaaaa;
	display: block;
	color: #ffffff;
}

.sub_menu li span {
	padding: 6px 0!important;
	font-size: 15px
}

.sub_sub_menu li {
	width: 200px;
	float: left;
	margin-left: 0;
	background: #fff;
	display: block
}

#main_menu li .sub_sub_menu li span {
	background: #fbfdf6;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
	font-size: 15px
}

#main_menu li .sub_sub_menu li span a {
	color: #54741d!important
}

#main_menu li.active span{color:#000000!important}
#main_menu li.sl_menu span{color: #ffffff !important;}
#main_menu li.sl_menu.active span{color: #ffc28b !important;}

.footer {
    display: none;
	background: #d3cecc;
	border-top: 1px solid #76675d
}

.footer ul {
	margin-top: 10px
}

.footer li {
	padding: 2px 0;
	font-size: 12px;
	color: #58473c
}

.footer li.copyright {
	background: #716157;
	color: #bca699;
	font-size: 10px;
	margin-top: 15px
}

.footer.desktop {
	display: none
}

#page_right {
	height: 100%;
	width: calc(100% - 254px);
	border-right: solid #b2b2b2 1px;
	position: fixed;
	left: 255px;
	top: 0;
	text-align: center
}

.mobile #page_right {
	height: 100%;
	width: 100%;
}


div#link_nav {
	width: 97%;
	height: 30px;
/*	float: left; */
	text-align: right;
	padding: 15px 30px 10px 0;
	color: #aca39f;
	font-size: 12px
}

div#link_nav a {
	color: #d3cecc
}

div#link_nav a:hover {
	color: #aca39f
}

div#link_nav span {
	color: #aca39f
}

body#about #link_nav {
	padding: 15px 30px 50px 0
}

#main_title {
    display:none;
	width: 100%;
	height: 0px;
	background: url(../img/main_title_img01.jpg) no-repeat top;
	background-size: 100% 100%
}

body.about_1 #main_title {
	background: none;
}

.main_title_body {
	padding-top: 50px;
	padding-left: 40px;
	text-align: left;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px
}

#main_title li.eng {
	color: #bababa;
	font-size: 15px;
	letter-spacing: 0
}

#main_title li.line div {
	width: 150px;
	height: 1px;
	background: #666;
	margin: 5px 0 3px 0
}

#content {
	width: 100%;
	padding: 0 0
}

#content_body {
	position: relative;
	bottom: 0;
}

#content_body .main_text {
	text-align: left;
	width: 90%;
	margin: 0 auto;
	line-height: 26px;
	font-size: 15px;
}

.photo {
	width: 40%;
	float: left;
	display: none
}

.text_title {
	width: 60%;
	float: left;
	font-size: 24px;
	margin-bottom: 50px;
	line-height: 38px;
	display: none
}

.text_body {
	width: 60%;
	float: right;
	display: none;
	letter-spacing: 1px;
	padding-bottom: 20px
}

.photo img {
	width: calc(100% - 20px)
}

.mobile .photo img {
	width: calc(100% / 2)
}

.menu_button {
	display: none
}

.mobile {
	overflow: hidden
}

.mobile #page_left {
	position: relative;
	width: 100%;
	height: 40px;
	top: 0;
	background: #000
}

.mobile #page_right {
	position: relative;
	width: 100%;
	left: 0
}

.mobile #page_left .footer.desktop {
	display: none
}

.mobile .photo,.mobile .text_title {
	text-align: center
}

#mobile_menu {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 500px;
	z-index: 1002;
	color: #fff;
	display: none
}

#mobile_menu a {
	color: #fff
}

#mobile_menu li {
	border-bottom: 1px dotted #555;
	padding: 10px;
	cursor: pointer
}

.mobile_menu_button {
	width: 100%;
	height: 50px;
	background: #fff
}

.mobile_menu_logo {
	width: 80%;
	float: left;
	padding: 5px
}

.mobile_menu_logo img {
	width: 150px
}

.mobile_menu_button .menu_close {
	float: right;
	cursor: pointer;
	width: 28px;
	height: 28px;
	background: url(../img/mobile_menu_button_1.png) no-repeat;
	margin: 10px
}

.mobile_menu_button .menu_close:hover {
	background: url(../img/mobile_menu_button_2.png) no-repeat
}

.mobile_sub_menu {
	display: none
}

.mobile_sub_menu {
	position: absolute;
	top: 50px;
	left: 500px;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: #000
}

.mobile_sub_menu.fix {
	position: absolute;
	top: 0;
	left: 500px;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: #000
}

.mobile_menu_back {
	background: url(../img/back.png) no-repeat center left;
	padding-left: 35px!important
}

.mobile #header {
	margin: 0
}

.mobile .logo {
	display: none
}

.mobile #main_menu {
	display: none
}

.mobile #main_title {
	height: 80px
}

.mobile .main_title_body {
	margin: 0;
	padding: 10px 0 0 10px
}

.mobile .menu_button {
	display: block
}

.menu_button {
	width: 30px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	cursor: pointer
}

.menu_button div {
	width: 25px;
	height: 2px;
	background: #fff;
	margin-bottom: 7px
}

.mobile #content_body {
	width: 100%;
	padding-bottom: 10px
}

.mobile #link_nav {
	width: 95%
}

.mobile .text_title {
	width: 100%;
	font-size: 20px;
	line-height: 33px;
	margin-bottom: 30px
}

.mobile .text_body {
	width: 100%
}

.mobile .photo {
	width: 100%
}

.pageselection {
	width: 84px;
	height: 50px;
	margin: 0 auto
}

#oldcase #content_body .main_text {
	width: 100%
}

div.case_list {
	width: 240px;
	float: left;
	padding: 10px 5px
}

.case_img img {
	width: 90%;
	border: 1px #ddd solid;
	padding: 7px
}

.case_img a {
	Outline: 0;
    position: relative;
}

.case_yaar {
	background: url(../img/oy_line.jpg) no-repeat top center;
	text-align: center;
	padding-top: 10px
}

.case_title {
	text-align: center;
	font-size: 16px;
	font-weight: 800
}

.case_content {
	display: none
}

.mobile_img {
	display: none
}

.inline_content td {
	padding: 10px 10px 0 10px;
	vertical-align: top;
	line-height: 40px
}

.mobile div.case_list {
	width: 100%;
	float: left;
	padding: 10px 5px
}

.mobile .case_img {
	width: 100%;
	text-align: center
}

.mobile .case_img img {
	width: 70%
}

.mobile .case_content {
	display: block
}

.mobile .case_content table {
	width: 100%
}

.mobile .case_content_img {
	display: none
}

.mobile td.case_content_text {
	width: 100%;
	text-align: center
}

.mobile .desktop_img {
	display: none
}

.mobile .mobile_img {
	display: block
}

.new_case_list {
	width: 50%;
	float: left;
	margin: 0
}

.new_case_list_body {
	width: 100%;
	border: 1px solid #ccc;
	float: left;
    min-height:305px;
    margin-top: -1px;
}

.new_case_list .new_case_title {
	width: 50%;
	float: left;
	padding: 3%;
	font-size: 14px;
	letter-spacing: -1px
}

.new_case_list .new_case_img {
	width: 30%;
	float: right;
	text-align: right;
	padding: 3%
}

.new_case_list .case_content_text_inside {
	line-height: 28px;
	margin-top: 10px;
	color: #555
}

.new_case_list h2 {
	color: #5d901c;
    font-size:20px;
}

.new_case_button {
	margin-top: 10px
}

.new_case_button a {
	background: #76a13f;
	color: #fff;
	padding: 5px 10px
}

.new_case_list.even .new_case_list_body {
	border-left: none
}

body.mobile .new_case_list {
	width: 100%
}

body.mobile .new_case_list.even .new_case_list_body {
	border-left: 1px solid #ccc;
	border-top: none
}

#page_left .footer {
	display: none;
	position: absolute;
	bottom: 0;
	width: 100%
}

body.mobile #page_left .footer {
	display: none
}

body.desktop #page_left .footer {
	display: none;
}

#page_right .footer {
	width: 100%;
	height: 164px;
	display: none
}

body.mobile #page_right .footer {
    display: none;
}

body#about.mobile #page_right .footer {
	display: none
}

body#about.mobile.about_1 #page_right .footer {
	display: none;
}

body.desktop #page_right .footer {
	display: none!important
}

.new_case_img img {
	width: 100%
}
a.about{
    text-align: center;
    width: 100%;
    display: block;
    line-height: 30px;
    margin: -5px 0 -5px 0;
}

body.about_1 #page_right{
    background:url(../img/about_1.jpg) no-repeat bottom right;
    background-size:cover;
}

@media (max-width:1150px){
 .newcase_inside #page_right .main_text_body img {
        width: 70%;
    }

}
.case_img{
    position: relative;
}
a .case_img:after {
    content: " 詳細資訊";
    position: absolute;
    bottom: 7px;
    right: 7px;
    background: #76a13f;
    color: #fff;
    padding: 4px;
    border: solid 1px #ccc;
}
li.ml_menu.active:after, li.sl_menu.active:after, li.sub_sub_list01.active:after {
    position: absolute;
    left: calc(50% - 60px);
    top: 4px;
}
li.ml_menu.active:after{
    top: 10px;
}
.mCSB_container{
	min-height: 100%;
}

#v_mid_div_main_text{
    padding-left: 18px;
    padding-right: 18px;
	transition: all 0.5s ease;
}
#v_mid_div_main_text h1{
    font-size: 25px;
    margin-top: 30px;
    font-weight: 900;
    color: #000000;
}
body.about .main_text_body{
    padding: 0 20px;
}
body.mobile .case_content_text{
    display: none;
}
.video{
	display: none;
}
.component nav a {
	z-index: 5555 !important;
}
.mobile .component li img {
	height: auto;
	max-height: 100%;
}
#mobile_menu li a {
    width: 100%;
    display: block;
}
#mobile_menu{
	z-index: 9999999!important;
}
.mobile .component.has_nav > ul {
    width: 100% !important;
	max-width: 100% !important;
}
a, ul, ul li{
    -webkit-tap-highlight-color: transparent;
}
a:active{
    background-color: transparent;
}
.mobile #slide_page {
    margin-top: 40px !important;
    margin-bottom: 50px !important;
}