*:facus {
	outline: none;
}

html, body {
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
	font-family: Microsoft JhengHei, Arial;
	text-align: justify;
    color: #505050;
	cursor: default;
    background: #f0f0f0;
}

a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
    color: #008aff;
	outline: 0;
}

img {
	border: 0px;
}

.clear {
	height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

select {
    font-family: Microsoft JhengHei, Arial;
}

select option {
    padding: 2px 10px;
}

.noBorder {
    border: none !important;
}

/*---------- Header (start) ----------*/
header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
}

.pcHeaderSet {
    width: 1200px;
    margin: 0 auto;
    height: 140px;
    padding: 30px 0 0 0;
    box-sizing: border-box;
    display: block;
    position: relative;
/*    background: #ccc;*/
}

.pcHeaderLogo a .logo {
	height: 40px;
    margin: 0 0 5px;
}

.pcMenu {
    display: inline-block;
	text-align: center;
/*    background: #fff;*/
}

.pcMenu ul {	
	margin: 5px 0 0;
    padding: 0;
	float: left;
	list-style-type: none;
}

.pcMenu ul li {
	text-align: center;    
    position: relative;
}

.pcMenu ul li span {
	padding: 7px 35px 10px 0;
	display: block;
    font-weight: bold;
    color: #808080;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.pcMenu ul li:hover span {
    color: #b00000;
    text-shadow: 0 0 10px rgba(180, 0, 0, 0.2);
}

.pcMenu ul li ul {
    width: 100%;
	height: 0;
	margin: -5px auto 0;
	padding: 1px 0 0;
	clear: both;
	visibility: hidden;
    display: inline-block;
    border: solid 1px #c0c0c0\0;
	border-top: #b00000 3px solid;	
	border-radius: 1px;
	box-shadow: 0px 0px 5px #c0c0c0;
	background: rgba(255,255,255,0.95);
    background: #ffffff \9\0;
    
    min-width: 100%;
    position: absolute;
    left: 0;
}

.pcMenu ul:nth-child(4) li ul {
    margin-left: -68px;
    width: 200px;
}

.pcMenu ul:nth-child(5) li ul {
    margin-left: -20px;
    width: 100px;
}

.pcMenu ul li ul li {
    padding: 10px 15px;
    visibility: inherit;
	font-size: 14px;
    color: #505050;
}

.pcMenu ul li ul li span {
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    color: #505050 !important;
}

.pcMenu ul li ul a:hover li {
	color: #c00000;	
	background: #f0f0f0;    
}

.pcMenu ul li:hover > ul {
	height: auto;
	visibility: visible; 
    display: inline-block;
}

.pcMenu ul li ul li ul {
    display: inline;
    position: absolute;
    top: 1px;
    left: 100%;
}

.pcMenu .booking .bookingMainTitle {
    margin: -10px 0 0;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    background: #23ac39;
}

.pcMenu .booking:hover .bookingMainTitle {
    background: #ff4c00;
}

.pcMenu .booking:hover li {
    color: #fff;
    background: #ff4c00;
}

.pcMenu .booking li ul {
    box-shadow: none;
}

.pcMenu .booking li ul li:hover {
    background: #23ac39;
}

/*
.pcMenu:lang(en) ul:nth-child(8) li ul li:nth-child(1) ul a:nth-child(1),
.pcMenu:lang(en) ul:nth-child(8) li ul li:nth-child(1) ul a:nth-child(2),
.pcMenu:lang(en) ul:nth-child(8) li ul li:nth-child(1) ul a:nth-child(5) {
    display: none;
}
*/

.mobiHeaderSet {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: none;
    position: relative;    
}

.mobiHeaderSet .logo {
    margin: 12px 15px 10px;
    height: 40px;    
}

.mobiHeaderSet .hamburger {
    width: 30px;
    height: 30px;    
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0px;
    color: #808080;
}

.mobiHeaderSet .hamburger .hamburOpen {
    margin: 0 0 0 -14px;
    padding: 0;
    position: absolute;
    font-size: 32px;
    transform-origin: center;
}

.mobiHeaderSet .hamburger .hamburClose {
    margin: -2px 0 0 -14px;
    padding: 0;
    position: absolute;
    font-size: 36px;
    opacity: 0;
    transform-origin: center;
}

.mobiHeaderSet .hamburger .hamburOpenAni {
    animation: hamburOpen 0.3s ease-in-out 0.0s 1 alternate forwards;
}

.mobiHeaderSet .hamburger .hamburCloseAni {
    animation: hamburClose 0.3s ease-in-out 0.0s 1 alternate forwards;
}

@keyframes hamburOpen {    
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(180deg);
    }
}

@keyframes hamburClose {    
    0%{
        transform: rotate(180deg);
    }
    100%{
        transform: rotate(0deg);
    }
}

.mobiHeaderSet #phoneMenu {
	width: 100%;
	margin: 69px 0 0;
    box-sizing: border-box;
    display: none;
	position: absolute;
    left: 0;    
	z-index: 8;
    overflow: auto;
	background: #f0f0f0;
}

.mobiHeaderSet #phoneMenu #phoneAccordionMenu {
    padding: 15px 0 0;
}

.mobiHeaderSet #phoneAccordionMenu h3 {
    padding: 25px 0;
    text-align: center;
}

.mobiHeaderSet #phoneAccordionMenu div a div {
    padding: 15px 0;
    font-size: 18px;
    color: #808080;
}

.mobiHeaderSet #phoneAccordionMenu .subMenu {
    padding: 15px 0 10px;
    border-bottom: dotted 1px #808080;
}

.mobiHeaderSet #phoneAccordionMenu .subMenu .title {
    padding: 10px 0;
    font-weight: bold;
    font-size: 18px;
    color: #808080;
}

.mobiHeaderSet #phoneAccordionMenu .subMenu a {
    width: 33%;
    float: left;
    color: #808080;
}

.mobiHeaderSet #phoneAccordionMenu .subMenu a div {
    padding: 10px 0;
    font-size: 14px;
}

.mobiHeaderSet #phoneFn {
    width: 92%;
    margin: 0 auto;
    padding: 10px 0;
    border-top: dotted 1px #d0d0d0;
    table-layout: fixed;        
}    

.mobiHeaderSet #phoneFn tr td {
    padding: 15px 0;
    color: #808080;
    font-size: 14px;
}

.mobiHeaderSet #phoneFn tr:nth-child(1) td {
    position: relative;
}

.mobiHeaderSet #phoneFn input[type="text"] {
    width: 70%;
    padding: 5px 0;
    border: none;
    border-bottom: solid 1px #808080;
    font-size: 16px;
    background: transparent;
    outline: none;
}

.mobiHeaderSet #phoneFn .searchBtn {
    padding: 0 0 0 20px;
}

.mobiHeaderSet #phoneFn .searchNoteMobi {
    width: 90%;
    margin: 0 5%;
    padding: 10px 15px;
    box-sizing: border-box;
    display: none;
    position: absolute;
    bottom: 100%;
    text-align: left;
    border: solid 1px #c0c0c0;
    border-radius: 3px;
    background: #d0d0d0;
    box-shadow: 0 0 10px #c0c0c0;
}

.mobiHeaderSet #phoneFn td a {
    color: #808080;
}

.mobiHeaderSet #phoneFn td .socialIcon {
    font-size: 30px;
}
/*---------- Header (end) ----------*/

/*---------- Footer (start) ----------*/
footer {
    width: 100%;
    position: absolute;
    z-index: 1;
    border-top: solid 1px rgba(35, 172, 57, 0.2);
}

footer .footerSet {
    width: 1200px;
    margin: 50px auto 45px;
}

footer .footerSet .dakaLogo {
    height: 130px;
    display: inline-block;
}

footer .footerSet .contact {
    display: inline-block;
    margin: 0 0 0 80px;
    font-weight: bold;
    font-size: 18px;
    color: #00351b;
}

footer .footerSet .contact .mail {
    color: #00351b;
}

footer .footerSet .social {
    width: 400px;
    margin: 60px 0 0;
    box-sizing: border-box;
    float: right;
    vertical-align: bottom;
}

footer .footerSet .social a {
    width: 50%;
    padding: 4px 2px;
    box-sizing: border-box;
    float: left;
}


footer .footerSet .social a .sign {
    width: 30px;
    height: 31px;
    float: left;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    vertical-align: middle;
    background: #008888;
}

footer .footerSet .social a .sign img {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

footer .footerSet .social a .name {
    width: 76%;
    margin: 0 0 0 3px;
    padding: 6px;
    box-sizing: border-box;
    float: left;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    color: #505050;
    background: #e0e0e0;
}

footer .copyright {
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #23ac39;
}
/*---------- Footer (end) ----------*/

/*---------- Article (start) ----------*/
.fullHeight {
    height: 100%;
}

article {
    width: 100%;
    height: 100%;
    /*margin: 0px 0 -275px;*/
    margin: 0 0 0;
    /*padding: 100px 0 275px;*/
    padding: 140px 0 0;
    box-sizing: border-box;
    display: inline-block;
    position: relative;    
    vertical-align: bottom;
/*    background: #f00;*/
}

article section {
    width: 1200px;
    height: 100%;
/*    min-height: 100%;*/
    margin: 0 auto;
    padding: 40px 0;
    box-sizing: border-box;
    position: relative;
    vertical-align: bottom;
/*    background: #00ff00;*/
}

article section .caption {
    padding: 0 0 20px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 32px;
    color: #00351b;
}
/*---------- Article (end) ----------*/

/*---------- Search Bar (start) ----------*/
.toolBar {
    width: 50px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #606060;
}

.toolBar .copyright {
    width: 270px;
    position: fixed;
    bottom: 270px;
    left: 15px;
    font-family: arial;
    font-size: 14px;
    color: #f0f0f0;
    transform-origin: left bottom;
    transform: rotate(90deg);
}
/*---------- Search Bar (end) ----------*/

/*---------- Side Fn (start) ----------*/
.mobiSideFn {
    width: 40px;
    height: 100px;
    margin: auto;
    display: none;
    position: fixed;
    left: auto;
    right: 10px;
    top: 0;
    bottom: 0;
    z-index: 9;
    border-radius: 2px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

.mobiSideFn .icon {
    margin: 10px 0;
    font-size: 28px;
    color: #fff;
}
/*---------- Side Fn (end) ----------*/

/*---------- Popup Box (end) ----------*/
.popupBox {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8);
}

.popupBox .centerPopup {
    min-width: 300px;
    min-height: 150px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.popupBox .closeBtn {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 40px;
    color: #fff;
    cursor: pointer
}
/*---------- Popup Box (end) ----------*/

@media screen and (min-width: 1367px) and (max-width: 1600px) {
    .pcMenu ul li span {
        padding: 7px 20px 10px 0;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
    .pcHeaderSet {
        height: 100px;
        padding: 15px 0 0 80px;
    }
    
    .pcHeaderLogo a .logo {
        height: 35px;
        margin: 0;
    }
    
    .pcMenu ul li span {
        padding: 7px 15px 10px 0;
        font-size: 14px;
    }
    
    article {
        padding: 100px 0 0;
        padding: 100px 0 0 0px;
    }
    
    .toolBar {
        width: 35px;
    }

    .toolBar .copyright {
        left: 9px;
    }
}

/*放大 150%*/
@media screen and (min-width: 1280px) and (max-width: 1280px) {
    article {
        padding: 100px 0 0 30px;
    }
    
    .toolBar {
        width: 30px;
    }
    
    .toolBar .copyright {
        width: 220px;
        left: 8px;
        bottom: 220px;
        font-size: 12px;
    }
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .pcHeaderSet {
        display: none;
    }
    
    .mobiHeaderSet {
        display: block;
    }
    
    .mobiHeaderSet .logo {
        margin: 12px 15px 10px;
        height: 35px;    
    }
    
    article {
        height: auto;
        margin: 0px 0 0;
        padding: 70px 0 0;
    }
    
    article section {
        width: 100%;
        padding: 30px 15px;
    }
    
    .toolBar {
        width: 100%;
        height: auto;
        position: static;
    }

    .toolBar .copyright {
        width: 100%;
        padding: 10px 0;
        position: static;
        text-align: center;
        transform-origin: left bottom;
        transform: rotate(0deg);
    }
    
    .mobiSideFn {
        display: inline-block;
    }

    .popupBox .closeBtn {
        width: 40px;
        height: 40px;
        top: 5px;
        right: 10px;
        font-size: 36px;        
    }
}

@media screen and (min-width: 401px) and (max-width: 450px) {
    footer .footerSet .social a .name {
        width: 80%;
    }
}
