/* CSS Document */
.amgMessenger {position: fixed; bottom: 15px; right: 20px; z-index: 9999;}
.amgMessenger > div:nth-child(1) {width: 57px; height: 57px; border-radius: 57px; line-height: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; background-color: #03a9f4;/*主要按鈕變底色*/ cursor: pointer;}
.amgMessenger > ul, .amgMessenger > ul > li {list-style-type:none; margin: 0; padding: 0;}
.amgMessenger > ul {position: absolute; bottom: 27px; right: 0; display: flex; flex-direction: column; max-height: 0; overflow: hidden; -moz-transform-origin:bottom; -moz-transform:rotate(-90deg); -webkit-transform-origin:bottom; -webkit-transform:rotate(-90deg); -o-transform-origin:bottom; -o-transform:rotate(-90deg); -ms-transform-origin:bottom; -ms-transform:rotate(-90deg); transform-origin:bottom; transform:rotate(-90deg); transition: all 0.5s ease 0s;}
.amgMessenger > ul > li {line-height: 0; margin: 0 0 10px 0;}
.amgMessenger > ul.open {max-height: 1000px; bottom: 57px; -moz-transform-origin:bottom; -moz-transform:rotate(0deg); -webkit-transform-origin:bottom; -webkit-transform:rotate(0deg); -o-transform-origin:bottom; -o-transform:rotate(0deg); -ms-transform-origin:bottom; -ms-transform:rotate(0deg); transform-origin:bottom; transform:rotate(0deg); transition: all 0.5s ease 0s;}
.fancybox-slide--iframe .fancybox-content { width: 62%;	height: 0;	padding-bottom: 35%; position: relative; overflow: hidden;}
.fancybox-slide--iframe .fancybox-content > iframe { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%;}
@media only screen and (max-width: 1160px) {
	.fancybox-slide--iframe .fancybox-content {	width: 90%;	height: 0; padding-bottom: 50.5%; position: relative; overflow: hidden;}
}