/*==animation==*/
@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
/*==animation==*/

/*==語法設定==*/
::-webkit-scrollbar-track
{
	background-color: transparent;
}

::-webkit-scrollbar
{
	width: 6px;
	background-color: transparent;
}

::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.05);
	background-color: #ced4da;
}
.ci {
	text-align: center;
}
.w-h-middle {
	display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.h-middle {
	display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.w-h-space-evenly {
	display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-evenly;
	-moz-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.w-h-start {
	display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.w-between {
	display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.wrap {
	-webkit-flex-wrap: Wrap;
	-ms-flex-wrap: Wrap;
	flex-wrap: Wrap;
}

/*==語法設定end==*/
html {
	overflow-x: hidden;
}
html,body {
	font-size: 14px;
	color: #000;
}
.button-container-2 {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  font-weight: 300;
  transition: 0.5s;
}
.button-container-2 > div {
	width: 100%;
	height: 100%;
	font-weight: 300;
	font-size: 11px;
	font-weight: bold;
	background: url("../images/ghost2-bg.jpg") no-repeat top center;
	background-size:cover;
	-webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
	mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
	-webkit-mask-size: 3000% 100%;
	mask-size: 3000% 100%;
	border: none;
	-webkit-animation: ani2 .95s steps(29) forwards;
	animation: ani2 .95s steps(29) forwards;
}
.slg {
	font-family: 'Noto Serif TC', serif;
	letter-spacing: 1.2vw;
	text-align: center;
	color: #333;
	font-size: 1vw;
	line-height: 3.5vw;
}
.slg2 {
	width: 100%;
	height: 100%;
	background: url("../images/slg2.png") no-repeat center center;
	background-size: 100%;
}
.logo {
	width: 15vw;
	position: absolute;
	top: 25vh;
	left: 68vw;
}
.logo img,
.avatar img,
.stone1 img,
.stone2 img {
	width: 100%;
}
.avatar {
	width: 31vw;
	position: absolute;
	top: 50vh;
	left: 50vw;
	margin-top: -33vh;
	margin-left: -19vw;
}
.avatar img {
	-webkit-animation: bounce ease-out 8s infinite;
	-moz-animation: bounce ease-out 8s infinite;
	animation: bounce ease-out 8s infinite;
}
.stone1 {
	width: 24vw;
	position: absolute;
	bottom: 5vw;
	left: 0;
}
.stone2 {
	width: 8vw;
	position: absolute;
	bottom: 3vw;
	right: 0;
}
.stone1 img {
	-webkit-animation: bounce ease-out 6s infinite;
	-moz-animation: bounce ease-out 6s infinite;
	animation: bounce ease-out 6s infinite;
}
.stone2 img {
	-webkit-animation: bounce ease-out 7s infinite;
	-moz-animation: bounce ease-out 7s infinite;
	animation: bounce ease-out 7s infinite;
}

/*==Menu選單==*/
ul.menu-box {
	width: 76vw;
	height: 120px;
	padding: 0 0.5vw;
	background: url("../images/menu-bg.png") no-repeat center center;
	background-size: 100%;
	position: absolute;
	bottom: 4vw;
	left: 12%;
	z-index: 10;
	display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-evenly;
	-moz-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
ul.menu-box li a img {
	width: 6.1vw;
	-webkit-transform: scale(1);
    transform: scale(1);
	transition: transform .4s ease,
		-webkit-transform .4s ease,
		-moz-transform .4s ease,
		-o-transform .4s ease;
}
ul.menu-box li a:hover img {
	-webkit-transform: scale(1.28);
    transform: scale(1.28);
}
@media (min-width: 2200px) {
	ul.menu-box {
		max-width: 56vw;
		bottom: 3vw;
	}
}
/*==Right進入官網按扭==*/
.icon-link {
	width: 60px;
	height: 10vw;
	position: absolute;
	top: 10vw;
	right: 0;
	z-index: 99;
}
.icon-link a {
    margin: 5px;
    width: 42px;
    height: 42px;
    text-align: center;
	border: solid 1px #555;
	border-radius: 100px;
	background: #f2f5f6;
	display: inline-block;
	opacity: 0.55;
}
.icon-link a img {
    width: 100%;
}
.icon-link a:hover {
	opacity: 1;
}

/*==footer==*/
.footer {
	width: 100%;
	font-size: 10px !important;
	margin-bottom: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ican {
	width: 25%;
}
.ican img {
	width: 80px;
	margin-right: 8px;
}
/*2022-01-12增加修改*/
.netease {
	width: 6%;
	text-align: center;
}
.netease img {
	width: 120px;
}
.tfire {
	width: 10%;
	text-align: center;
}
.tfire img {
	width: 54px;
}
/*2022-01-12增加修改 end*/
.grade15 {
	width: 35%;
}
.grade15 img {
	width: 35px;
	margin-right: 8px;
}
@media (max-width: 1440px) {
	ul.menu-box {
		bottom: 6vw;
	}
	.grade15 {
		width: 55%;
	}
}
@media (max-width: 1200px) {
	.slg2 {
		background-size: 110%;
	}
	ul.menu-box {
		width: 98vw;
		bottom: 10vw;
		left: 1vw;
	}
	ul.menu-box li a img {
		width: 8.0vw;
	}
	.avatar img {
		width: 115%;
	}
}
@media (max-width: 992px) {
	ul.menu-box {
		bottom: 20vw;
	}
	.avatar img {
		width: 135%;
		margin-left: -20%;
	}
	.logo {
		width: 20vw;
		top: 9vh;
		left: 7vw;
	}
}
@media (max-width: 767px) {
	.footer {
		-webkit-flex-wrap: Wrap;
		-ms-flex-wrap: Wrap;
		flex-wrap: Wrap;
	}
	/*2022-01-12增加修改*/
	.ican {
		width: 60%;
		margin-bottom: 10px;
	}
	.netease {
		width: 20%;
		margin-bottom: 10px;
	}
	.tfire img {
		width: 35px;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	/*2022-01-12增加修改 end*/
	.grade15 {
		width: 85%;
		margin-left: 5%;
	}
	.avatar img {
		width: 165%;
		margin-left: -50%;
	}
	.logo {
		width: 25vw;
		top: 14vw;
		left: 3vw;
	}
}

@media (max-width: 576px) {
	.button-container-2.forindex {
		height: 264vw;
	}
	.button-container-2 > div {
		background: url("../images/mob-ghost2-bg.jpg") no-repeat top center;
		background-size:cover;
	}
	.avatar {
		width: 88vw;
		top: 38vw;
		left: 19vw;
		margin-top: 0;
	}
	.avatar img {
		width: 100%;
		margin-left: 0;
	}
	.slg {
		width: 76%;
		font-size: 14px;
    	line-height: 5.5vw;
		margin: 0 auto;
		padding-top: 5px;
	}
	.slg2 {
		background: url(../images/mob-slg2.png) no-repeat top center;
		background-size: 100%;
	}
	.icon-link a {
		width: 38px;
		height: 38px;
	}
	ul.menu-box {
		-webkit-flex-wrap: Wrap;
		-ms-flex-wrap: Wrap;
		flex-wrap: Wrap;
		background: none;
		top: 174vw;
		bottom: inherit;
	}
	ul.menu-box li{
		width: 45%;
		text-align: center;
	}
	ul.menu-box li a img {
		width: 30vw;
		margin: 2vw auto;
	}
	.netease img {
		width: 100%;
	}
}
@media (max-width: 360px) {
	.button-container-2 {
		height: 285vw;
	}
	ul.menu-box {
		top: 105vh;
	}
}

/*=============次頁=============*/
.button-container-2.inner-page > div {
	overflow-y: auto;
	background: url("../images/ghost2-bg-p2.jpg") no-repeat top center;
	background-size:cover;
}
/*==Menu選單==*/
.inner-page ul.menu-box {
	width: 7vw;
	height: auto;
	padding: 0;
	background: url("../images/inner-menu-bg.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 4vw;
	left: inherit;
	right: 3%;
	z-index: 10;
	-webkit-flex-wrap: Wrap;
	-ms-flex-wrap: Wrap;
	flex-wrap: Wrap;
}
.inner-page ul.menu-box li {
	text-align: center;
	display: block;
}
.inner-page ul.menu-box li a img {
	width: 110px;
	margin: 0.5vw auto;
	-webkit-transform: scale(1);
    transform: scale(1);
	transition: transform .4s ease,
		-webkit-transform .4s ease,
		-moz-transform .4s ease,
		-o-transform .4s ease;
}
.inner-page ul.menu-box li a:hover img {
	-webkit-transform: scale(1.28);
    transform: scale(1.28);
}
a.goback img:first-child {
	width: 40px !important;
	background: #293f57;
	border-radius: 100px;
	padding: 5px;
	margin: 0 auto;
}
.inner-page ul.menu-box li:first-child img {
	margin: 0 auto;
	margin-top: -0.5vw;
	margin-bottom: 0.6vw;
}
/*== inner box ==*/
.inner-box {
	font-family: 'Noto Serif TC', serif;
	color: #102136;
}
.top-title {
	width: 50%;
	margin: 0 auto;
}
.top-title h1 {
	width: 100%;
	height: 8vw;
	font-size: 2.5vw;
	font-weight: 900;
	letter-spacing: 0.35vw;
	background: url("../images/img-h1-bg.png") no-repeat center center;
	background-size: 100%;
	margin-bottom: 0;
}
.top-title p {
	font-size: 1.8vw;
	text-align: center;
	font-weight: 700;
	letter-spacing: 1vw;
}
.inner-txt {
	width: 76vw;
	padding: 3vw 2vw 5vw 2vw;
	margin: 0 auto;
	background: url("../images/inner-box-bg.png") no-repeat top center;
	background-size: 100% 100%;
	position: relative;
}
.inner-txt div {
	text-align: center;
	font-size: 16px;
}
.inner-txt div span {
	display: inline-block;
	font-size: 18px;
}
.inner-txt img {
	margin: 0 auto;
}
.inner-txt p {
	font-size: 21px;
	font-weight: 900;
	margin-bottom: 0;
}
.prize-txt {
	font-size: 18px;
}
.prize-txt h3 {
	font-size: 24px;
	line-height: 38px;
	text-align: center;
	font-weight: 900;
}
.prize-txt h3 img {
	width: 22px;
	margin: 5px;
	display: inline-block;
}
.prize-txt p {
	width: 80%;
	font-size: 18px;
	text-align: center;
	margin: 10px auto;
}
.prize-txt div {
	width: 60%;
	padding: 5px 10px;
	border: solid 1px #102136;
	border-radius: 8px;
	margin: 0 auto;
}
.prize-txt.forinput div {
	width: 100%;
}
.prize-txt div img {
	width: 20px;
	margin: 0 3px;
}
.prize-txt div input {
	width: 60%;
	border: solid 1px #102136;
	border-radius: 5px;
	margin: 5px 0;
}
.prize-txt.forinput div input {
	width: 50%;
}
.prize-txt.forinput div p {
	width: 50%;
	margin: 0;
}
.prize-txt.forinput.last3 div input {
	width: 25%;
}
.prize-txt div select {
	width: 50%;
	height: calc(1.5em + 0.75rem);
	border: solid 1px #102136;
	border-radius: 5px;
	margin: 5px 0;
}
.prize-txt p.succeed {
	font-size: 32px;
	font-weight: 700;
}
/*page2 宗派編輯器*/
.inner-txt div span.few {
	font-size: 34px;
	font-weight: 900;
}
.inner-txt .sendout {
	width: 100%;
	padding: 0;
	border: none;
}
.sendout button {
	width: 17vw;
	height: 5vw;
	font-size: 1.6vw;
	font-weight: 700;
	letter-spacing: 0.5vw;
	color: #fff;
	border: none;
	background: url("../images/button-bg.png") no-repeat center center;
	background-size: 100%;
}
.col-12.col-xl-4.mb-3 {
	padding-left: 0;
	padding-right: 30px;
}
.col-12.col-xl-4.mb-3 img {
	width: 105%;
	margin-top: 3vw;
	margin-left: -2vw;
}
button.choose-button {
	width: 24%;
	height: 38px;
	margin: 3px 0;
	line-height: 38px;
	font-size: 16px;
	color: #102136;
	text-align: center;
	text-decoration: none;
	border: solid 1px #102136;
	border-radius: 5px;
	background: #fff;
}
button.choose-button:focus-within,
button.choose-button.active {
	color: #fff;
	background: #102136;
}
button.choose-img {
	padding: 4px;
	border: solid 1px #102136;
	background: #fff;
}
button.choose-img:focus-within,
button.choose-img.active {
	background: #102136;
}
.pg2-prize {
	display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-evenly;
	-moz-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*page3 宗派風雲榜*/
.seachlist div {
	display: inline-flex;
}
.form-check {
	width: 10%;
}
.form-check input {
	height: 20px;
	display: inline-block;
}
select.choose-server {
	padding: 4px 10px;
	border: solid 1px #102136;
    border-radius: 50px;
}
.input-group {
	width: 30%;
	padding: 2px;
	border: solid 1px #102136;
    border-radius: 50px;
	display: flex;
}
.input-group input {
	font-size: 16px;
	border: solid 1px #fff;
    border-radius: 50px;
}
button.btn-outline-secondary {
	width: 80px;
	font-size: 16px;
	border-radius: 50px !important;
	color: #fff;
	background: #102136;
}
.leaderboard-list {
	width: 97.5%;
	margin-left: 1%;
}
.leaderboard-list .team div:first-child {
	width: 55%;
	border: solid 1px #7f8a9d;
	border-right: none;
	position: relative;
}
.leaderboard-list .team div:first-child .open-bigimg {
	widows: 45%;
	color: #fff;
	padding: 5px;
	background: #374e76;
	border-radius: 8px 0 0 8px;
	position: absolute;
	right: 0;
	bottom: 20px;
}
.open-bigimg img {
	width: 22px;
	margin: 0 5px;
}
.leaderboard-list .team div:last-child {
	width: 45%;
	font-size: 16px;
	text-align: left;
	padding: 5px 10px;
	background: #fff;
	border: solid 1px #7f8a9d;
	border-left: none;
	position: relative;
}
.leaderboard-list .team div:last-child .loandsh {
	width: 100%;
	text-align: right;
	border: none;
}
.loandsh img {
	width: 30px;
	margin: 0 5px;
}
.prize-txt p.inpo2 {
	width: 90%;
	letter-spacing: 0;
	font-size: 18px;
}
.prize-txt ol {
	text-align: left;
}
.page-link {
	color: #102136;
	background-color: transparent;
	border-radius: 3px;
}
.page-link:focus {
	color: #007bff;
    z-index: 3;
    outline: none;
    box-shadow: none;
	background: rgba(255,255,255,0.95);
}
.page-link.active {
	color: #fff;
	background: #102136;
}
.form-check-label {
	width: 80%;
    display: inline-block;
}
@media (max-width: 1200px) {
	.inner-txt {
		width: 80vw;
		margin-left: 9vw;
	}
	.sendout button {
		width: 32vw;
		height: 12vw;
		font-size: 3.2vw;
	}
	.col-12.col-xl-4.mb-3 img {
		width: 70%;
		margin-top: 0;
		margin-left: 0;
	}
	.top-title {
		width: 80%;
		margin: 0 auto 30px auto;
	}
	.top-title h1 {
		height: 10vw;
		font-size: 3.6vw;
	}
	.top-title p {
		font-size: 3.2vw;
	}
}
@media (max-width: 1199px) {
	.inner-txt {
		background:none;
		border: solid 2px rgba(16,33,54,0.6);
	}
}
@media (max-width: 767px) {
	.prize-txt.forinput.last3 div input {
		width: 100%;
	}
	.pg2-prize {
		-webkit-flex-wrap: Wrap;
		-ms-flex-wrap: Wrap;
		flex-wrap: Wrap;
	}
	.inner-page ul.menu-box {
		width: 100%;
		position: inherit;
	}
	.inner-page ul.menu-box li a img {
		width: 36vw;
    	margin: 2vw auto;
	}
	.inner-page ul.menu-box li:first-child img {
		margin: 0 auto !important;
	}
	.top-title {
		width: 100%;
		margin: 0 auto;
	}
	.top-title h1 {
		font-size: 6.5vw;
		background-size: 130%;
		height: 15vw;
	}
	.top-title p {
		font-size: 6vw;
		margin-bottom: 0;
	}
	.inner-txt {
		width: 90vw;
		background: none;
		padding: 0;
		margin: 0 auto;
		margin-bottom: 25vw;
		border: none;
	}
	.prize-txt div {
		width: 90%;
	}
	.sendout button {
		width: 58vw;
		height: 17vw;
		font-size: 5vw;
	}
	.form-check {
		width: 30%;
	}
	select.choose-server {
		width: 80%;
		height: 44px;
		margin-top: 10px;
    	margin-left: 10px;
	}
	.input-group {
		margin-top: 15px;
		width: 80%;
	}
}


/*===========================*/
/*==popup彈窗==*/
.modal-dialog {
    margin-top: 6vw;
}
.modal-content.popup {
	background-color: transparent !important;
	border: none;
}
.popup .modal-header{
	border-bottom: none;
}
.popup .modal-footer{
	border-top: none;
}
.popup .modal-body {
	background: url("../images/popup-bg01.png");
	background-size: 100% 100%;
	font-family: 'Noto Sans TC', sans-serif;
	padding-top: 20px;
	color: #fff;
}
.popup .modal-header {
	padding-bottom: 0;
	position: relative;
}
.modal-header .close {
    margin-bottom: 5px;
	padding: 0;
	transition: opacity 10s ease-in-out;
}
.modal-header .close img {
	width: 50px;
}
.modal-header .close:hover {
	-webkit-transform:rotate(180deg);
    transform:rotate(180deg);
    -webkit-transition:-webkit-transform .25s linear;
    transition:transform .25s linear;
}
/*==pop forpg1 ==*/
.popup.forpage1 .modal-body {
	background: url("../images/popup-bg03.png") no-repeat;
	background-size: 100%;
	font-family: 'Noto Sans TC', sans-serif;
}
.page1ok-inner {
	width: 72%;
	color: #cfdfee;
	margin-left: 28%;
	position: relative;
}
.page1ok-inner h3 {
	background: url("../images/pop-pg1h3-bg.png") no-repeat center center;
	background-size: cover;
	font-size: 2vw;
	font-weight: 700;
	letter-spacing: 5px;
	margin-top: 2.8vw;
}
.page1ok-inner p {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 5px;
}
.page1ok-inner p.p1title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
.page1ok-inner .number-box {
	font-size: 18px;
	width: 70%;
	color: #000;
	background: #cfdfee;
	border-radius: 5px;
	margin: 0 auto;
}
.page1ok-inner .for3icon {
	position: absolute;
	right: 0;
	top: 150px;
	width: 60px;
}
.page1ok-inner .for3icon a img {
	width: 40px;
	margin: 8px;
}

@media (max-width: 1200px) {
	.page1ok-inner h3 {
		font-size: 3.5vw;
	}
}
@media (max-width: 767px) {
	.page1ok-inner {
		width: 84%;
		color: #cfdfee;
		margin-left: 8%;
	}
	.page1ok-inner h3 {
		font-size: 28px;
		background-size: 145%
	}
	.page1ok-inner .number-box {
		width: 100%;
	}
	.page1ok-inner .for3icon {
		position: inherit;
		top: 10px;
		width: 100%;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.forshare h3.ci{
	font-size: 25px;
	line-height: 40px;
}
.font-s18 {
	font-size: 18px;
}
/*==pop forpg1 end ==*/

/*==pop forpg2 ==*/
.popup.forpage2 .modal-body {
	background: url("../images/popup-bg02.png");
	background-size: 100% 100%;
}
.pop-inner .prize-txt div {
	border: solid 1px #fff;
}
.forpage2 a.choose-button.active,
.forpage2 a.choose-button:hover,
.forpage2 a.choose-button:focus-within {
	color: #fff;
	border: solid 1px #fff;
	background: #102136;
}
.sendout-ok {
	width: 30%;
	margin: 0 auto;
}
.sendout-ok button {
	width: 100%;
	height: 80px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.2vw;
	color: #102136;
	border: none;
	background: url("../images/button-bgforp2.png") no-repeat center center;
	background-size: 100%;
}
/*==pop forpg2 end ==*/
/*==pop forpg3 ==*/
.forshare h3 {
	font-size: 22px;
	padding: 10px 0;
}
.forshare input {
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	background-color: #102136;
	border: solid 1px #8ea2ba;
}
.forshare img {
	margin: 0 10px;
}
.forawoo {
	position: relative;
}
.forawoo .awoo {
	position: absolute;
	bottom: 0;
	left: 5%;
	width: 53%;
	z-index: 1;
}
.forawoo .awoo img {
	width: 100%;
}
.forawoo .awoo-txt {
	position: absolute;
	top: 40%;
	left: 45%;
	width: 55%;
	z-index: 2;
}
@media (max-width: 767px) {
	.forawoo .awoo {
		left: 27%;
		width: 55%;
	}
	.forawoo .awoo-txt {
		top: 5%;
		left: 5%;
		width: 90%;
	}	
}
@media (max-width: 576px) {
	.forawoo .awoo {
		left: 15%;
		width: 88%;
	}
}

/*==pop forpg3 end ==*/
@media (max-width: 992px) {
	.pop-inner .prize-txt {
		border-top: none !important;
		border-left: none !important;
		border-right: none !important;
		border-radius: 0;
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.modal-header .close {
		margin-top: 0;
		margin-bottom: 0;
	}
	.popup .modal-body,
	.popup.forpage1 .modal-body,
	.popup.forpage2 .modal-body {
		background: url("../images/mob-popup-bg01.png");
		background-size: 100% 100%;
	}
	.sendout-ok {
		width: 60%;
	}
	.sendout-ok button {
    	width: 100%;
		height: 15vw;
		font-size: 5vw;
	}
	.row,.col-12 {
		margin-right: 0!important;
    	margin-left: 0!important;
		padding-right: 0!important;
		padding-left:  0!important;
	}
}
.pop-inner {
	width: 82%;
	height: 450px;
	margin: 0 auto;
	font-family: 'Noto Serif TC', serif;
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-body h2 {
	font-weight: 700;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 1rem;
}
.modal-body h2 img{
	width: 1.8rem;
	margin: 0 1vw;
}
.popup-text {
	width: 100%;
    margin: 0 auto;
	font-size: 1.1rem;
	padding: 10px 0;
	font-weight: 400;
}
ul.inpo {
	padding-left: 10px;
}
ul.inpo li {
	background: url(../images/icons-listyle.svg) no-repeat top left;
    background-size: 1.3rem;
    padding-left: 1.5rem;
    line-height: 1.3rem;
    margin-bottom: 8px;
}
.notice-text {
	text-align: left;
	width: 92%;
	margin: 0 auto;
	font-size: 0.9rem;
	letter-spacing: 2px;
}
.notice-text a {
	color: #b10007 !important;
	margin: 0 3px;
	border-bottom: solid 1px #b10007;
	padding-bottom: 1px;
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 900px;
		height: 500px;
	}
}
.modal-backdrop.show {
    opacity: 0.8;
}

/*================================================*/
/*==宗派圖片產出區==*/
.img-inner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.popup.nobg .img-inner img {
	width: 100%;
	height: auto;
}
.img-inner p {
	width: 100%;
	color: #102136;
	font-size: 1.5vw;
	font-weight: 700;
	font-family: 'Noto Serif TC', serif;
	background-color: transparent;
	border: none;
}
.img-inner input::placeholder,
.img-inner input::-webkit-input-placeholder,
.img-inner input::-ms-input-placeholder,
.img-inner input::-moz-placeholder
{
  color: #000;
}
.img-inner .img-txt01,.img-inner .img-txt02,
.img-inner .img-txt03,.img-inner .img-txt04,
.img-inner .img-txt05,.img-inner .img-txt06,
.img-inner .img-txt07 {
	position: absolute;
}
.img-inner .img-txt01 {
	width: 80%;
	top: 71%;
	left: 10%;
	color: #fff;
	font-size: 2.2vw;
	text-align: center;
}
.img-inner .img-txt02 {
	width: 50%;
	top: 82%;
	left: 30%;
}
.img-inner .img-txt03 {
	width: 50%;
	top: 87.5%;
	left: 27%;
}
.img-inner .img-txt04 {
	width: 50%;
	top: 92.6%;
	left: 27%;
}
.img-inner .img-txt05 {
	width: 50%;
	top: 82%;
	left: 60%;
}
.img-inner .img-txt06 {
	width: 50%;
	top: 87.5%;
	left: 60%;
}
.img-inner .img-txt07 {
	width: 50%;
	top: 92.5%;
	left: 60%;
}
@media (min-width: 576px) {
	.modal-dialog.popupimg {
		max-width: 80%;
		margin-top: 2vw;
	}
}
.popup.nobg .modal-body {
	background: rgba(0,0,0,0.1)!important;
	font-family: 'Noto Sans TC', sans-serif;
	padding: 0;
	color: #fff;
}
.team .img-inner p {
	transform: scale(0.333333);
}
.team .img-inner .img-txt01 {
	font-size: 1vw;
}
@media (max-width: 576px) {
	.nobg .img-inner p {
		font-size: 0.8vw;
	}
}
.choose-button2 {
	width: 32%;
	height: 38px;
	margin: 3px 0;
	line-height: 33px;
	font-size: 15px!important;
	color: #102136;
	text-align: center;
	text-decoration: none;
	border: solid 1px #102136;
	border-radius: 5px;
	background: #fff;
}
.choose-button2.active {
	color: #fff;
	background: #102136;
}
.user-gift {
	position: absolute;
	width: 16%;
	min-width: 180px;
	top: 33vw;
	right: 1vw;
}
.user-gift img {
	width: 100%;
	-webkit-animation: bounce2 ease-out 4s infinite;
    -moz-animation: bounce2 ease-out 4s infinite;
    animation: bounce2 ease-out 4s infinite;
}
/*ipad pro*/
@media(max-width: 1024px) and (min-height: 990px) {
	.user-gift {
		top: 93vw;
	}
}
@media(max-width: 1366px) and (min-height: 1024px) {
	.user-gift {
		top: 49vw;
	}
}
@media(max-width: 1024px) and (min-height: 768px) {
	.user-gift {
		top: 40vw;
	}
}
@media(max-width: 768px) and (min-height: 1024px) {
	.user-gift {
		top: 35vw;
	}
}
@media(max-width: 576px) {
	.user-gift {
		min-width: 105px;
		top: 118vw;
		right: inherit;
		left: 0;
	}
}
/*2022-01-12增加修改*/
@media(max-width: 576px) {
	.prize-txt p.w-h-space-between {
		width: 100%;
	}
	.choose-button2 {
		padding: 0;
	}
}
/*2022-01-12增加修改*/
