@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Ek+Mukta:400,300,200,500,600,700,800);
.body {
	margin: 0px;
	width:100%;
	height:100%;
	font-family: 'Ek Mukta', '微軟正黑體', Arial, sans-serif;
}
#pop_wrapper {
	position:relative; 
	top:0; 
	bottom:0; 
	left:0; 
	right:0; 
	margin:0px auto;
	padding:20px 0;
	display:table; 
	width:100%;
}
#pop_prof_web01 {
	position: relative;
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: auto;
	width: 60%; 
	height: 40%; 
	display: table; 
	max-width: 1164px;
}
#pop_prof_print {
	position: relative;
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: 20px auto;
	width: 70%; 
	height: 40%; 
	display: table; 
	max-width: 1000px;
	text-align:center;
}
#pop_prof_banner01 {
	position: relative;
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: auto;
	width: 60%; 
	height: 40%; 
	display: table; 
	max-width: 1164px;
	text-align:center;
}
#prof_content_pc {
	position: absolute; 
	top: 10.8%; 
	left: 14.2%; 
	width: 71.7% !important; 
	height: 74.8%; 
	overflow: auto;
}
#pop_prof_mobile {
	position: absolute;
	top: 0; 
	left: 50%; 
	left: 69% \9; 
	*left: 69%;
	_left: 69%; 
	right: 0; 
	bottom: 0; 
	margin: auto;
	margin-top:18%;
	width: 13%; 
	height: auto; 
	display: table; 
	max-width: 240px;
	z-index:99;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
    #pop_prof_mobile {
         left: 69%;
    }
}
#prof_content_mobile {
	position: absolute; 
	top: 17.8%; 
	left: 17.6%; 
	width: 64.7% !important; 
	height: 64.8%; 
	overflow: auto;
}
#pop_content {
	position: relative;
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: auto;
    margin-left: 28%;
	width: 40%; 
	height: 40%; 
	display: table; 
	max-width: 1164px;
}
#pop_content01 {
	position: relative;
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: auto;
    margin-left: 30%;
	width: 45%; 
	height: 40%; 
	display: table; 
	max-width: 1164px;
}
#pop_content_print {
	position: relative;
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: auto;
	width: 40%; 
	height: 40%; 
	display: table; 
	max-width: 1164px;
	text-align:center;
}
#pop_content_print #pop_content_info {
	width:100%;
	margin:20px 0;
}
#pop_content_info {
	position:relative;
	float:left;
	width:73%;
	border-right:1px solid #ccc;
	line-height:22px;
}
#pop_content_info_title {
	position: relative;
    width: 95%;
    font-size: 18px;
    font-weight: 200;
}
#pop_content_info_desc {
	position: relative;
    width: 95%;
    font-size: 16px;
    font-weight: 100;
    color: #999;
}
.none {
	position: relative;
    float: right;
    width: 15% !important;
    margin: 0.2% 0;
    padding: 1.5% 1%;
    background: #ccc;
    color: #fff;
    text-align: center;
}
#pop_content_link {
	position:relative;
	float:right;
	width:24%;
}
#pop_content_link a {
	display:block;
	margin:2% 0;
	padding:6px;
	background:#333;
	color:#fff;
	text-decoration:none;
	font-size: 18px;
	font-weight: 100;
	text-align:center;
}
#pop_content_link a:hover {
	background:#999;
	text-decoration:none;
	-webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#pop_content_link01 {
	position:relative;
	float:right;
	width:24%;
}
#pop_content_link01 a {
	display:block;
	margin:2% 0;
	padding:6px;
	background:#333;
	color:#fff;
	text-decoration:none;
	font-size: 18px;
	font-weight: 100;
	text-align:center;
}
#pop_content_link01 a:hover {
	background:#999;
	text-decoration:none;
	-webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#scroll_guide {
	position:absolute;
	top: 38%;
    right: 5%;
    width: 4%;
	max-width:33px;
}
.banner_float {
	position:relative;
	margin:1%;
	width:300px;
	display:inline-block;
	text-align:center;
}
@media (max-width: 1024px) {
#pop_wrapper {
	padding:60px 0;
}
#pop_prof_web01 {
	width: 75%; 
}
#pop_prof_mobile {
    position: absolute;
    top: 0;
    left: 60%;
    left: 60% \9;
    _left: 60%;
    margin-top: 25%;
}
#scroll_guide {
    top: 30%;
}
#pop_content {
    margin-left: 21%;
    width: 50%;
}
#pop_content_info {
    width: 68%;
}
#pop_content_link {
    width: 30%;
}
}
@media (max-width: 680px) {
#pop_prof_web01 {
    margin-top: 15%;
    width: 100%;
}
#pop_prof_print {
	width: 100%;
	margin:50px auto;
}
#pop_prof_mobile {
    left: 72%;
    margin-top: 50%;
    width: 30%;
}
#scroll_guide {
    top: 20%;
    right: 4%;
    width: 5%;
}
#pop_content {
    margin-left: 11%;
    width: 63%;
    height: 40%;
}
#pop_content01 {
    width: 65%;
    height: 40%;
	margin:0 auto;
	text-align:center;
}
#pop_content_print {
	width: 90%;
	margin-left:5%;
}
#pop_content_info {
    float: none;
    width: 100%;
    border-right: 0px solid #ccc;
    line-height: 22px;
}
#pop_content_info_title {
    font-size: 18px;
	width: 100%;
}
#pop_content_info_desc {
    font-size: 16px;
	width: 100%;
}
#pop_content_link {
    float: none;
    margin-top: 20px;
    width: 45%;
}
#pop_content_link a {
    font-size: 16px;
}
#pop_content_link01 {
    float: none;
    margin-top: 20px;
    width: 45%;
	margin: 20px auto 0 auto;
}
#pop_content_link01 a {
    font-size: 16px;
}
.none {
    width: auto !important;
    margin: 0.4% 0;
}
}


/*.content_scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.content_scroll::-webkit-scrollbar-button {
  width: 5px;
  height: 5px;
}
.content_scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border: 0px solid #ffffff;
  border-radius: 4px;
}
.content_scroll::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
.content_scroll::-webkit-scrollbar-thumb:active {
  background: #ffffff;
}
.content_scroll::-webkit-scrollbar-track {
  background: #000000;
  border: 1px none #ffffff;
  border-radius: 0px;
}
.content_scroll::-webkit-scrollbar-track:hover {
  background: #303030;
}
.content_scroll::-webkit-scrollbar-track:active {
  background: #000000;
}
.content_scroll::-webkit-scrollbar-corner {
  background: transparent;
}
*/
.track3 {
    width: 7px;
    background: rgba(0, 0, 0, 0);
    margin-right: 0px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}

.track3:hover,
.track3.dragging {
    background: #d9d9d9; 
    background: rgba(0, 0, 0, 0);
}

.handle3 {
    width: 7px;
    right: 0;
    background: #999;
    background: rgba(51, 51, 51, 0.8);
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.track3:hover .handle3,
.track3.dragging .handle3 {
    width: 10px;
}

.track4 {
    width: 3px;
    background: rgba(0, 0, 0, 0);
    margin-right: 0px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}

.track4:hover,
.track4.dragging {
    background: #d9d9d9; 
    background: rgba(0, 0, 0, 0);
}

.handle4 {
    width: 3px;
    right: 0;
    background: #999;
    background: rgba(51, 51, 51, 0.8);
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.track4:hover .handle3,
.track4.dragging .handle3 {
    width: 5px;
}