@charset "utf-8";
/*針對boostrap的設定修改*/
.container {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
ol, ul, dl {
	margin: 0 !important;
	padding-left: 0;
}

@media (min-width: 576px) {
.container {
	max-width: 100% !important;
}
}

@media (min-width: 768px) {
.container {
	max-width: 100% !important;
}
}

@media (min-width: 992px) {
.container {
	max-width: 100% !important;
}
}

@media (min-width: 1200px) {
.container {
	max-width: 1190px!important;
}
}
/*--共用設定--*/
.gtco-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(../images/svg/loader.svg) center no-repeat #000000;
}
h1, .h1 {
	font-size: 2rem;
}
.height {
	line-height: 2.3em;
}
.t-row {
	display: table-row;
}
.padding0 {
	padding: 0;
}
.pc {
	display: block;
}
.mobile {
	display: none;
}
.hidden {
	width: 100%;
	overflow: hidden;
}
.f-size24 {
	font-size: 24px;
	font-weight: 500;
}
.en-font {
	font-size: 18px;
}
.addtop15 {
	margin-top: 15px;
}
.addtb25 {
	margin: 25px 0;
}
.addpb35 {
	padding-bottom: 35px;
}
.addtb35 {
	padding: 35px 0;
}
.bg-53 {
	background-color: #535353;
}
.bg-53 {
	color: #ffffff;
}
.bg-53 a {
	color: #ffffff;
}
.bg-gray {
	background-color: #eeeeee;
}
.bg-block {
	background-color: #0f0c0b;
}
.c-w {
	color: white;
}
.color-gray {
	color: #a3a3a3;
}
.color-black {
	color: black;
}
.color-red {
	color: #ae5357;
}
.sitemap {
	float: right;
	color: #727272;
	font-size: 0.9em;
}
.sitemap li {
	cursor: pointer;
	list-style: none;
	float: left;
}
.sitemap li:hover {
	color: #ae5357;
}
.sitemap li a {
	color: #727272;
}
.sitemap li:after {
	content: '/';
	display: block;
	float: right;
	padding: 0 5px;
}
.sitemap li:last-child:after {
	content: '';
}
.p10 {
	padding: 5px 0;
}
#m-btn-reservation {
	text-align: center;
	font-size: 1.5em;
	background-color: #535353;
}
#m-btn-reservation a {
	color: #fff;
	display: block;
	padding: 5px 0;
	cursor: pointer;
}
#m-btn-reservation a:hover, #m-btn-reservation a:active {
	background-color: #ae5357;
}
.btn-primary {
	color: #fff;
	background-color: #fff;
	border-color: #FFFFFF;
}
.btn {
	padding: 0;
}
/*--行動版側邊選單--*/
/*è¡Œå‹•ç‰ˆå·¦å´é¸å–®_åŒ…ä½*/
#w {
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}
/*è¡Œå‹•ç‰ˆä¸Šæ–¹*/
#w #pagebody {
	position: relative;
	left: 0;
	z-index: 99999;
}
#w #pagebody #toolbarnav {
	position: fixed;
	display: block;
	left: 0px;
	top: 0px;
	z-index: 9999;
	width: 100%;
	height: 59px;
	background: #fff;
}
#w #pagebody #toolbarnav h1 {
	position: absolute;
	left: 50%;
	margin-left: -190px;
	padding-top: 10px;
	color: #000;
	font-weight: bold;
	font-size: 2.1em;
	text-shadow: 1px 1px 0px #313131;
}
#w #pagebody #toolbarnav h1.small {
	display: none;
}
#w #pagebody #toolbarnav #menu-btn {
	width: 60px;
	height: 40px;
	margin: 8px;
	background: url(../images/menu.png) center center no-repeat #333;
	border: 0;
	text-indent: -999999px;
	position: absolute;
	top: 0;
	left: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	box-shadow: inset 0 1 1px #000;
	cursor: pointer;
}
#w #pagebody #content {
	display: block;
	height: 100%;
	z-index: 9999;
	padding-top: 45px;
}
/*è¡Œå‹•ç‰ˆå·¦å´é¸å–®_é¸å–®*/
#w #navmenu {
	display: none;
	background: #000;
	height: 100%;
	display: block;
	position: fixed;
	width: 200px;
	left: 0px;
	top: 0px;
	z-index: 0;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 9998;
}
#w #navmenu header {
	display: block;
	height: 44px;
}
#w #navmenu header h2 {
	text-align: center;
	padding-top: 10px;
	color: #e6e8f2;
	font-weight: bold;
	font-size: 2.1em;
	text-shadow: 1px 1px 0px #313131;
}
/*é€£çµ*/
#w #navmenu ul {
	list-style: none;
	padding-top: 35px;
}
#w #navmenu li {
	width: 100%;
	float: left;
}
#w #navmenu ul li a {
	display: block;
	color: #fff;
	font-size: 1.1em;
}
#w #navmenu ul li a:visited {
	text-decoration: none;
}
#w #navmenu ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
#w #navmenu ul li .qa_title:hover {
	background: #000;
}
/*é€£çµä¸‹æ‹‰*/
#menu #qaContent li .qa_title {
	font-size: 0.95em;
	padding: 10px;
	color: #fff;
	cursor: pointer;
	font-weight: normal;
	border-bottom: 1px solid #232323;
	background: #000;
	text-align: left;
}
#menu #qaContent li .qa_title a {
	font-size: 0.95em;
}
#menu #qaContent li .qa_content li {
	font-size: 0.8em;
	border-bottom: none;
}
#menu #qaContent li .qa_content li a {
	display: block;
	font-size: 1.2em;
	line-height: 30px;
	padding: 5px 0 5px 10px;
	color: #000;
	background: #eee;
	text-align: left;
}
#menu-btn {
	position: fixed;
	left: 15px;
	z-index: 9999;
}
#back-top {
	position: fixed;
	z-index: 99999;
	right: 10px;
	bottom: 10px;
}
/*--下拉選單--*/
/*--------------------------------------------
第一層
--------------------------------------------*/
#menu {
	margin-top: 20px;
}
#menu .link {
	font-size: 1.2em;
	margin: 0 45px;
}
#menu .link a {
	display: block;
	font-size: inherit;
	color: #fff;
	width: inherit !important;
	padding: inherit;
}
ul.navigation {
	display: block;
	text-align: center;
}
ul.navigation li {
	display: inline-block;
	color: #ffffff;
	position: relative;
	list-style-type: none;
	font-size: 16px;
	letter-spacing: 0.1em;
	padding: 10px 0;
}
ul.navigation li .en {
	font-size: 0.7em;
	color: #bababa;
}
ul.navigation li a {
	display: block;
	font-size: 16px;
	color: #fff;
	width: 165px !important;
	padding: 0 10px;
}
ul.navigation li a:hover {
	color: #ffffff;/*-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;*/
}
/*--------------------------------------------
特定在第一層，以左邊灰線分隔
--------------------------------------------*/
ul.navigation > li > a {
}
ul.navigation > li > a:hover {
	color: #fff;
	background: #999;
}
/*--------------------------------------------
特定在第一層 > 第二層之後下拉部分之樣式
--------------------------------------------*/
ul.navigation li ul {
	display: none;
	position: absolute;
	width: 100%;
	top: 68px;
	z-index: 9999;
}
/*--------------------------------------------
當第一層選單被觸發時，指定第二層顯示 li:hover > ul 有一個 > 的用意是只要讓下一層顯示出來就好，不要讓再後面一層也一起顯示。
--------------------------------------------*/
ul.navigation li:hover > ul {
	display: block;
}
/*--------------------------------------------
特定在第二層或之後下拉部分 li 之樣式
--------------------------------------------*/
ul.navigation ul li {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	margin: inherit;
}
ul.navigation ul li:hover {
	background-color: #ae5357;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
/*--------------------------------------------
特定在第二層或之後下拉部分 li （最後一項不要底線）之樣式
--------------------------------------------*/
ul.navigation ul li:last-child {
	border-bottom: none;
}
/*---首頁彈出視窗---*/
#ad-bg {
    width: 100%;
    position: fixed;
    height: 100vh;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
}
#ad-box {
	position: fixed;
	z-index: 99999;
	width: 50%;
	top: calc(50% - 250px);
	margin: 0 25%;
}
.video_place {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56%;
}
.video_place iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.cancel {
	position: absolute;
	z-index: 99999;
	right: -12px;
	top: -12px;
}
.none {
	display: none;
}
/*---首頁側邊分享---*/
#left-btn {
	position: fixed;
	z-index: 1;
	right: 0;
	top: 150px;
}
.left-box {
	margin: 5px 0;
}
/*--HEADER--*/
header {
	position: fixed;
	z-index: 9997;
	width: 100%;
}
#top-box {
	background: rgb(202,7,237); /* Old browsers */
	background: -moz-linear-gradient(left, rgb(202,7,237) 1%, rgb(30,152,209) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgb(202,7,237) 1%, rgb(30,152,209) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgb(202,7,237) 1%, rgb(30,152,209) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca07ed', endColorstr='#1e98d1', GradientType=1 ); /* IE6-9 */
}
#header_phone {
	letter-spacing: 0.1em;
	padding: 5px 0;
	text-align: right;
	color: white;
}
#header_phone a {
	color: white;
}
#logo {
	width: 322px;
	height: 144px;
	text-align: center;
	position: absolute;
	margin: 25px calc(50% - 166px);
	background-image: url(../images/logo-bg.png);
	background-position-y: -20px;
	background-repeat: no-repeat;
	z-index: 1;
}
#header-menu {
	background-color: rgba(0,0,0,0.60);
}
.list-item {
	display: inline-block;
	width: 100px;
	text-align: center;
	margin: 15px 0 10px;
	color: white;
}
#hm-left {
	text-align: right;
	padding-right: 200px;
}
#hm-right {
	text-align: left;
	padding-left: 200px;
}
#banner .owl-dots {
	display: none;
}
.banner-text {
	position: absolute;
	top: 50%;
	width: 450px;
	padding: 25px;
	text-align: center;
	margin: auto calc(50% - 225px);
	background-color: rgba(0, 0, 0, 0.6);
}
.banner-text a {
	color: #ffffff;
}
.banner-text h3 {
	font-size: 2.5em;
}
#index-news {
	background-color: #161616;
}
#index-news .news-title {
	float: left;
	width: 250px;
	text-align: center;
	padding: 25px 0 10px;
	margin: 25px 0 10px;
	border-right: 1px solid #ffffff;
	color: white;
}
#index-news .news-title .eng {
	letter-spacing: 0.3em;
	font-size: 1.2em;
}
#index-news .news-title h3 {
	letter-spacing: 0.3em;
	font-size: 2em;
	padding: 10px 0;
	background: -webkit-linear-gradient(left, #fff000 0, #c38d25 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#index-news .news-title .more-news {
	background: #000000;
	border-radius: 15px;
	width: 150px;
	padding: 5px 0;
	margin: 0 auto;
}
#index-news .news-list {
	float: left;
	width: calc(100% - 250px);
	padding: 15px 30px;
}
#index-news .news-list li {
	color: #ffffff;
	list-style: none;
	border-bottom: 1px dashed #ffffff;
	padding: 10px 0;
}
#index-news .news-list li:last-child {
	border-bottom: none;
}
#index-news .news-list li .news-name {
	float: left;
}
#index-news .news-list li .news-data {
	float: right;
}
#mv #mv-video, #mv #mv-list {
	float: right;
	width: 50%;
	height: 450px;
}
#new-mv #mv-video, #new-mv #mv-list {
	float: left;
	width: 50%;
	height: 450px;
}
#mv #mv-list, #new-mv #mv-list {
	color: #ffffff;
	padding: 50px 40px;
	height: 450px;
	background: rgb(30,80,209); /* Old browsers */
	background: -moz-linear-gradient(left, rgb(30,80,209) 0%, rgb(30,152,209) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgb(30,80,209) 0%, rgb(30,152,209) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgb(30,80,209) 0%, rgb(30,152,209) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e50d1', endColorstr='#1e98d1', GradientType=1 ); /* IE6-9 */
}
#new-mv #mv-list {
	color: #ffffff;
	padding: 50px 40px;
	height: 450px;
	background: rgb(136,62,226); /* Old browsers */
	background: -moz-linear-gradient(left, rgb(136,62,226) 1%, rgb(100,93,220) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgb(136,62,226) 1%, rgb(100,93,220) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgb(136,62,226) 1%, rgb(100,93,220) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#883ee2', endColorstr='#645ddc', GradientType=1 ); /* IE6-9 */
}
#mv #mv-list:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 51.5px 43px 51.5px 0;
	border-color: transparent #1e51d1 transparent transparent;
	left: calc(50% - 43px);
	margin-top: 133.6px;
}
#new-mv #mv-list:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 51.5px 0 51.5px 43px;
	border-color: transparent transparent transparent #645ddc;
	right: calc(50% - 43px);
	margin-top: 133.6px;
}
h3#hot-mv {
	font-size: 2.3em;
	font-weight: lighter;
	letter-spacing: 0.1em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding-bottom: 15px;
}
#mv #mv-list ul, #new-mv #mv-list ul {
	height: 310px;
	overflow: overlay;
	padding-right: 25px;
}
#mv #mv-list li, #new-mv #mv-list ul {
	list-style: none;
	line-height: 35px;
	cursor: pointer;
}
#mv #mv-list li.active a, #mv #mv-list li.active:before, #new-mv #mv-list li.active a, #new-mv #mv-list li.active:before {
	color: #FFEB3B;
	border-color: transparent transparent transparent #FFEB3B;
}
#mv #mv-list li:before, #new-mv #mv-list li:before {
	content: '';
	display: block;
	float: left;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #ffffff;
	margin: 10px 10px 0 0;
}
#mv #mv-list li:hover:before, #new-mv #mv-list li:hover:before {
	border-color: transparent transparent transparent #FFEB3B;
}
/*--滾動卷軸--*/
	#mv #mv-list ul::-webkit-scrollbar, #new-mv #mv-list ul::-webkit-scrollbar {
 width: 10px;
} /* 这是针对缺省样式 (必须的) */
 #mv #mv-list ul::-webkit-scrollbar-track, #new-mv #mv-list ul::-webkit-scrollbar-track {
 background-color: rgba(0, 0, 0, 0);
} /* 滚动条的滑轨背景颜色 */
 #mv #mv-list ul::-webkit-scrollbar-thumb, #new-mv #mv-list ul::-webkit-scrollbar-thumb {
 background-color: rgb(78, 78, 78);
} /* 滑块颜色 */
 #mv #mv-list ul::-webkit-scrollbar-button, #new-mv #mv-list ul::-webkit-scrollbar-button {
 background-color: rgba(0, 0, 0, 0);
} /* 滑轨两头的监听按钮颜色 */
 #mv #mv-list ul::-webkit-scrollbar-corner, #new-mv #mv-list ul::-webkit-scrollbar-corner {
 background-color: black;
} /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
/*---首頁新歌快報---*/
#ranking {
	background-image: url(../images/song-ranking.png);
	padding: 50px 0;
	color: white;
}
#ranking-item {
	margin-top: 30px;
}
ul#tabs-nav {
	margin: 0;
	padding: 0;
	margin-right: -1px;
	position: relative;
}
ul#tabs-nav li {
	list-style: none;
	display: block;
}
a.tab-menu {
	display: block;
	padding: 0 10px;
	margin: 0 0 15px;
	font-size: 1.2em;
}
a.tab-menu.tabs-active {
	border-left: 5px solid #625cd9;
	color: #FFEB3B;
}
.menu-div-left {
	width: 25%;
	float: left;
}
.tab-div {
	float: left;
	width: 75%;
}
.tabs-container {
	padding: 10px;
}
.tabs-panel {
	display: none;
	min-height: 150px;
	overflow: auto;
}
.song-list {
	float: left;
	width: 45%;
	margin-right: 5%;
}
.song-list li {
	list-style: none;
	color: white;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding: 5px;
	font-size: 1.2em;
}
.song-list li .singer {
	font-size: 0.8em;
	color: #FFEB3B;
	padding-left: 20px;
}
#ranking-title {
}
#ranking-title h3.title {
	font-size: 2.3em;
	margin-bottom: 0;
}
#ranking-title .eng {
	font-size: 1.4em;
	font-weight: 300;
}
#song-list-page {
	float: right;
}
#song-list-page li {
	float: left;
	list-style: none;
	width: 25px;
	background-color: #625cd9;
	text-align: center;
	margin-top: 25px;
	margin-right: 5px;
}
.ranking {
	display: block;
	float: left;
	margin-right: 10px;
}
/*---首頁KTV優勢---*/
#gp {
}
.gp {
	float: left;
	width: 50%;
}
.gp .mask {
	background-color: rgba(0, 0, 0, 0.6);
	transition: ease-in-out 0.3s;
	position: absolute;
	width: 50%;
	height: 80vh;
	padding: 80px;
}
.gp .mask2 {
	background-color: rgba(0, 0, 0, 0.6);
	transition: ease-in-out 0.3s;
	position: absolute;
	width: 50%;
	height: 40vh;
	padding: 50px;
	color: #fff;
}
.gp .mask:hover, .gp .mask2:hover, .gp .mask:active, .gp .mask2:active {
	background-color: rgba(0, 0, 0, 0);
}
.gp01 {
	height: 80vh;
	background-size: cover;
	background: center;
}
.gp .mask .text-center {
	font-size: 1.5em;
	color: #ffffff;
	transition: ease-in-out 0.3s;
}
.gp .mask:hover > .text-center, .gp .mask2:hover > .text-center, .gp .mask2:hover > .gp-txt-02, .gp .mask:active > .text-center, .gp .mask2:active > .text-center, .gp .mask2:active > .gp-txt-02 {
	color: #FFED00;
}
.gp .mask .text-center h3 {
	font-size: 1.5em;
}
.gp02 {
	height: 40vh;
	background-size: cover;
	padding-top: 40px;
	color: white;
}
.gp-txt-02 {
	width: 50%;
	text-align: center;
}
footer {
	background-color: #2b2b2b;
	color: white;
	padding: 50px 0;
}
.f-share {
	display: inline-block;
	margin: 25px 15px 25px 0;
}
.f-phone, .f-adds {
	display: inline-block;
	margin-right: 15px;
}
/*---關於我們---*/
#about {
	background-image: url(../images/about-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 180px;
	color: white
}
.page-title {
	color: white;
}
.page-title h1 {
	margin-bottom: 0;
	font-size: 2.5em;
}
.page-title .sub-title {
	color: #fff3cf;
	margin-bottom: 25px;
	font-size: 1.3em;
}
.about-img {
	width: 80%;
	margin: 0 auto;
}
#explanation {
	width: 80%;
	margin: 80px 10% 30px;
}
.item-title:before {
	content: '';
	width: 100%;
	display: block;
	position: absolute;
	border-top: 2px solid #8f82bc;
	margin-top: 17px;
}
.item-title h4 {
	float: left;
	background-color: #000000;
	z-index: 2;
	position: relative;
	margin-bottom: 0;
	line-height: 38px;
	color: #665bdc;
	font-size: 2em;
}
.item-title-eng {
	float: left;
	background-color: #000000;
	z-index: 2;
	position: relative;
	margin-bottom: 0;
	line-height: 38px;
	padding: 0 15px;
	color: #6a6a6a;
}
.explanation-img {
	display: inline-block;
	width: 20%;
	margin: 25px 2.4%;
}
.explanation-img img {
	width: 100%;
}
/*---最新消息---*/
.news {
	width: 80%;
	margin: 80px 10% 0
}
.news li {
	padding: 10px 0;
	border-bottom: 1px dashed #ffffff;
	list-style: none;
}
.news li .news-data {
	float: right;
}
.page {
	margin: 25px 0;
}
.page li {
	display: inline-block;
	padding: 0 5px;
	border-bottom: none;
}
.page li.active {
	background-color: #ffffff;
}
.page li a {
	color: #916aa8;
	padding: 0 5px;
}
.room1, .room2, .room3 {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}
.room1 {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
}
.room2 {
	-webkit-clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
	clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
}
.room3 {
	-webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
	clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
}
#video-background {
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: 100%; 
  height: auto;
  z-index: -100;
}
#room2, #room3 {
	margin-top: -20vh;
}
.bottom-shadow {
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
	background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
}
.room-title {
	position: absolute;
	width: 300px;
	margin: 0 calc(50% - 150px);
	bottom: 0;
	text-align: center;
	height: 25vh;
	background: rgba(0, 0, 0, 0.5);
	padding-top: 25px;
	color: #ffffff;
}
.room-style {
	padding: 5% 3%;
}
.room-img:hover {
	animation: pulse 0.5s;
}
.room-style h4 {
	color: #ffffff;
	margin-top: 15px;
}
.room-people {
	color: #9a93fa;
}
.room-img img {
	width: 100%;
}
/*--消費試算--*/
#consumption {
	padding-top: 220px;
	background-image: url(../images/consumption.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#consumption-table {
	padding: 10px;
	width: 100%;
}
#consumption-table .title {
	background-image: url(../images/icon_schedule.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	margin-bottom: 10px;
	color: #2f2f2f;
	height: 30px;
	line-height: 30px;
	font-size: 1.2em;
}
#consumption-table .title .en {
	color: #f4a6db;
	font-size: 80%;
}
/*仿table列表設定*/
#item {
	width: 100%;
	background: #665bdb;
	color: #594b6c;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}
.item {
	font-size: 1.1em;
	display: table;
	width: 100%;
}
.item.th {
	color: #ffffff;
}
.item.th ul:first-child {
	background-image: url(../images/consumption-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.item.th li {
	border-right: 1.5px solid #666666;
}
.item.sub {
	color: #ffffff;
	line-height: 14px;
	font-size: 16px;
}
.item.sub li {
	border: none;
	padding: 0;
}
.item ul {
	display: table-row;
}
.item li {
	border-right: 1px solid #dddddd;
	padding: 10px;
	display: table-cell;
	list-style-type: none;
	white-space: normal;
	text-align: center;
	vertical-align: middle;
}
.item li:last-child {
	border-right: none;
}
.item li a {
}
.itemlist {
	border-bottom: 1px solid #eee;
	background-color: #ffffff;
}
.itemlist li:first-child {
	padding: 0;
}
.itemlist:nth-child(2n) {
	background-color: #e9e3f2;
}
/*門診表元素*/
.schedule-time {
	font-size: 1em;
	letter-spacing: inherit;
}
.t-row .time {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 116.5px !important;
	border-right: 1px solid #dddddd;
}
.t-row .money {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 15px 0;
	font-size: 1em;
	width: 50%
}
.money .cash, .money-item .cash {
	font-size: 1.1em;
	color: #665bdb;
}
.money-item .cash2 {
	font-size: 1.5em;
}
.money-item {
	display: flex;
	flex-direction: column;
}
/*仿table列表_標題+寬度等額外元素*/
.h90 {
	height: 90px;
	line-height: 90px;
}
.h80 {
	/*height:80px;*/
	line-height: 80px;
}
.h40 {
	height: 40px;
	line-height: 40px;
}
.w100 {
	width: 100%
}
.w90 {
	width: 90%
}
.w80 {
	width: 80%
}
.w70 {
	width: 70%
}
.w60 {
	width: 60%
}
.w50 {
	width: 50%
}
.w40 {
	width: 40%
}
.w30 {
	width: 30%
}
.w25 {
	width: 25%
}
.w20 {
	width: 20%
}
.w13 {
	width: 13%
}
.w9 {
	width: 9%
}
.purple-1 {
	background-color: #8441e1;
	height: 32px;
}
.purple-2 {
	background-color: #665bdc;
	height: 32px;
}
.remind {
color: white;text-align: center;background-color: #8441e1;padding: 5px 0;width: 90%;margin: 0 5%;
}
.ckeditor {
	margin: 0 0 50px;
}
.directions {
	margin: 25px 0;
	font-size: 18px;
	line-height: 30px;
}
#food {
	background-color: #f4f4f4; padding-top: 180px
}
#food2 {
	padding-top: 50px;
	color: white;
}
.food-class {
	border: 1px solid #ffffff;
	padding: 15px;
	margin: 35px 0 15px;
}
.food-class .img {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	width: 30%;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.food-class .food {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	width: 70%;
}
.food li {
	list-style: none;
	border-bottom: 1px dashed #ffffff;
	padding: 10px 0;
}
.food li .money {
	float: right;
}
.food-class .title {
	font-size: 2.5em;
	border-bottom: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
    padding: 5px 10px;
	font-weight: bold;
}

/*線上發問+整體表單設定*/
#contact {
	margin: 0 0 25px 0;
}
.list {
	width: 100%;
	margin: 15px 0;
}
.listname {
	float: left;
	width: 15%;
	margin-left: 5%;
	text-align: left;
	margin: 0 10px 0 0;
	line-height: 2em;
}
.listinput {
	float: left;
	width: 78%;
	line-height: 35px;
}
.listinput .time {
	display: block;
	float: left;
	width: 48%;
}
.listinput .txt {
	display: block;
	float: left;
	width: 4%;
	text-align: center;
	line-height: 35px;
}
.listinput_two {
	display: block;
	float: left;
	width: 50%;
}
.listinput_three {
	display: block;
	float: left;
	width: 33.33%;
}
.btnlocation {
	width: 92px;
	margin: 0 auto;
}
#contact .btn {
	background: rgb(202,7,237); /* Old browsers */
	background: -moz-linear-gradient(left, rgb(202,7,237) 1%, rgb(30,152,209) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgb(202,7,237) 1%, rgb(30,152,209) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgb(202,7,237) 1%, rgb(30,152,209) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca07ed', endColorstr='#1e98d1', GradientType=1 ); /* IE6-9 */
	padding: 10px 45px;
	font-size:1.2em;
	color: #fff;
	font-family: 'Microsoft JhengHei', 'Apple LiGothic Medium', 'Helvetica, Arial', "LiHei Pro", "微軟正黑體";
}



@media screen and (min-width: 240px) and (max-width: 767px) {
.pc {
	display: none;
}
.mobile {
	display: block;
}
.banner-text {
	width: 80%;
	margin: auto 10%;
}
#logo {
	width: 250px;
	height: 96px;
	margin: 34px calc(50% - 125px) 0;
	background-size: cover;
}
#logo img {
	width: 50%;
	height: auto;
	margin-top: 10px;
}
#index-news .news-title {
	float: none;
	width: 100%;
	border-right: none;
	margin: 0;
}
#index-news .news-list {
	float: none;
	width: 100%;
}
#mv #mv-video, #mv #mv-list, #new-mv #mv-video, #new-mv #mv-list {
	float: none;
	width: 100%;
	height: 50vh;
}
#mv #mv-video > iframe, #new-mv #mv-video > iframe {
	height: 50vh;
}
#mv #mv-list ul, #new-mv #mv-list ul {
	height: calc(50vh - 165px);
	overflow: overlay;
	padding-right: 25px;
}
#mv #mv-list:before, #new-mv #mv-list:before {
	display: none;
}
#ranking {
	padding: 25px;
	background-size: cover;
	background-position: center;
}
#ranking-title {
	text-align: center;
}
.menu-div-left {
	width: 100%;
	float: none;
}
ul#tabs-nav {
	display: block;
	text-align: center;
}
ul#tabs-nav li {
	display: inline-block;
}
.tab-div {
	float: none;
	width: 100%;
}
.song-list {
	float: none;
	width: 100%;
}
.gp {
	float: none;
	width: 100%;
}
.gp .mask {
	width: 100%;
	height: 40vh;
	padding: 15vh 0;
}
.gp01 {
	height: 40vh;
}
.gp .mask2 {
	width: 100%;
	height: 40vh;
	padding: 15vh 0;
}
.gp-txt-02 {
	width: 100%;
}
h3#hot-mv {
	font-size: 2em;
}
#ad-box {
	width: 90%;
	top: 30%;
	margin: 0 5%;
}
.item-title {
	width: 90%;
	margin: auto;
}
.explanation-img {
	width: 90%;
	margin: 25px 5%;
}
.news {
	width: 80%;
	margin: 30px 10% 0;
}
.room1, .room2, .room3 {
	height: 70vh;
	background-attachment: initial;
}
.room-title {
	width: 80%;
	margin: 0 10%;
	bottom: 50px;
}
#consumption-table {
	padding: 10px;
	overflow-x: scroll;
}
#item {
	width: 980px;
	padding-right: 5px;
}
.ckeditor {
	width: 90%;
	margin: 0 5% 50px;
}
.food-class .img {
    width: 100%;
    display: inline-block;
    height: 30vh;
    padding-top: 12vh;
}
.food-class .title {
	font-size: 2em;
}
.food-class .food {
	display: inline-block;
    width: 100%;
}
#video-background {
    position: relative;
	width: 150%;
	right: 25%;
}
/*線上發問+整體表單設定*/
#contact {
	margin: 0 0 25px 0;
}
.list {
	width: 90%;
	margin: 15px 5%;
}
.listname {
	float: left;
	width: 100%;
}
.listinput {
	float: left;
	width: 100%;
}

@media (min-width: 768px) and (max-width: 1200px) {
#hm-left {
	text-align: left;
	padding-right: 100px;
}
#hm-right {
	text-align: right;
	padding-left: 100px;
}
#banner {
	margin-top: 135px;
}
.gp {
	float: none;
	width: 100%;
}
.gp .mask {
	width: 100%;
	height: 40vh;
	padding: 15vh 0;
}
.gp01 {
	height: 40vh;
}
.gp .mask2 {
	width: 100%;
	height: 40vh;
	padding: 15vh 0;
}
.gp-txt-02 {
	width: 100%;
}
h3#hot-mv {
	font-size: 2em;
}
}

@media (min-width: 1200px) {
}
