@charset "utf-8";
/* ==========================================================================
	common
========================================================================== */
a,a img,
.country,.btn_register {
	-webkit-transition: .3s;
	transition: .3s;
}
h1,h2,h3,.tab,.items span,
.register,.class {
	font-family: "Noto Serif TC", serif;
}
.fancybox-slide >* {
	padding: 0;
	margin: 0;
}
.fancybox-slide--video .fancybox-content {
	width: 1000px !important;
	height: 563px !important;
}
.fancybox-slide--iframe .fancybox-content {
	width: 660px;
}

/* ==========================================================================
	wrap
========================================================================== */
.wrap {
	position: relative;
	min-width: 1200px;
	color: #333;
	background: #f4f2ed;
	font-family: "Microsoft JhengHei", Arial, sans-serif;
	background-image: url("../img/laip_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}
section {
	position: relative;
	margin: auto;
	width: 1200px;
}
.logo {
	position: absolute;
	top: 40px;
	left: 140px;
	display: block;
}
.country {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 124px;
	height: 30px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	background: #5776b6;
	border-radius: 15px;
	cursor: default;
}
.country:hover {
	height: 92px;
}
.country div:first-child {
	font-size: 16px;
	line-height: 29px;
}
.country div:last-child {
	padding: 5px 0;
}
.country div:last-child a {
	display: block;
	padding: 3px 0;
	margin: auto;
	width: 90px;
	font-size: 14px;
	color: #97e8ff;
	text-align: center;
}
.country div:last-child a img {
	display: inline;
	margin: 0 5px 3px 0;
	width: 22px;
	vertical-align: middle;
}
.country div:last-child a:hover {
	color: #fff;
}
.banner {
	position: fixed;
	top: 150px;
	right: 0;
	z-index: 10;
}
.banBox {
	position: relative;
}
.tab,
.items .close {
	display: none;
}
.items a {
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-top: 5px;
	width: 120px;
	height: 140px;
	border: 2px #fff solid;
	border-right-width: 0;
	border-radius: 10px 0 0 10px;
	background: -webkit-linear-gradient(rgba(240,202,98,1) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(rgba(240,202,98,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(rgba(240,202,98,1) 0%, rgba(255,255,255,1) 100%);
}
.items a:hover {
	background: -webkit-linear-gradient(rgba(236,77,45,1) 0%, rgba(255,237,137,1) 100%);
	background: -moz-linear-gradient(rgba(236,77,45,1) 0%, rgba(255,237,137,1) 100%);
	background: linear-gradient(rgba(236,77,45,1) 0%, rgba(255,237,137,1) 100%);
}
.items a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/laip_ali.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 95% auto;
}
.items a:first-child {
	margin-bottom: 10px;
}
.items span {
	display: block;
	padding: 5px 0;
	margin: auto;
	width: calc(100% - 10px);
	font-size: 21px;
	color: #fff;
	line-height: 24px;
	text-align: center;
	background: #c91138;
	border-radius: 7px;
}
.items a:hover span {
	background: #77002d;
}

/* ==========================================================================
	register
========================================================================== */
.register {
	margin: 0 0 200px 45px;
	padding-top: 270px;
	width: 520px;
	height: 940px;
	text-align: center;
	background-image: url("../img/cover.png");
	background-position: top center;
	background-repeat: repeat-x;
}
.register h1 {
	position: relative;
	padding: 30px 0 12px;
	margin: 0 auto 40px;
	width: 84%;
	text-align: center;
	border-width: 3px 0;
	border-color: #ea3259;
	border-style: solid;
}
.register .title_1 {
	display: block;
	font-size: 43px;
	color: #ea3259;
	line-height: 43px;
	text-shadow: 0 0 3px #fff,
					 0 0 3px #fff,
					 0 0 3px #fff;
}
.register .ex {
	font-size: 56px;
	color: #5e1fa6;
}
.register .title_2 {
	position: absolute;
	top: -22px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 200px;
	height: 40px;
	font-size: 26px;
	color: #fff45c;
	line-height: 37px;
	background: #d4164b;
	border-radius: 20px;
}
.telBox,
.btn_register {
	margin: auto;
	width: 74%;
	border-radius: 8px;
}
.telBox {
	display: flex;
	align-items: center;
	height: 60px;
	font-size: 18px;
	line-height: 18px;
	background: #383a6c;
	border: 2px #8587bd solid;
}
.area {
	width: 34%;
	height: 22px;
	color: #cfd1ff;
	text-align: center;
	border-right: 2px #525488 solid;
}
.tel {
	padding-left: 5%;
	width: 62%;
	height: 28px;
	color: #cfd1ff;
	background: #383a6c;
	border: none;
	letter-spacing: 2px;
}
.register p {
	margin: 10px 0 30px;
	font-size: 15px;
	color: #000588;
	line-height: 14px;
	text-align: center;
}
.btn_register {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 2%;
	height: 80px;
	border: 2px #713a49 solid;
	border-top-width: 1px;
	background: -webkit-linear-gradient(rgba(254,170,119,1) 2%, rgba(235,112,78,1) 5%, rgba(123,30,45,1) 100%);
	background: -moz-linear-gradient(rgba(254,170,119,1) 2%, rgba(235,112,78,1) 5%, rgba(123,30,45,1) 100%);
	background: linear-gradient(rgba(254,170,119,1) 2%, rgba(235,112,78,1) 5%, rgba(123,30,45,1) 100%);
}
.btn_register:hover {
	-webkit-filter: brightness(1.2);
}
.btn_register img {
	width: auto;
	height: 80%;
}
.btn_register_txt span {
	display: block;
	text-align: center;
}
.btn_register_txt span:first-child {
	margin-bottom: 5px;
	padding-left: 5px;
	font-size: 34px;
	color: #fff;
	line-height: 34px;
	font-weight: bold;
	letter-spacing: 5px;
}
.btn_register_txt span:last-child {
	font-size: 18px;
	color: #fff100;
	line-height: 18px;
}

/* ==========================================================================
	class
========================================================================== */
.class {
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
	padding: 0 40px 25px;
	width: 100%;
	border-radius: 0 0 20px 20px;
	background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%);
	background: -moz-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%);
	background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%);
}
.role {
	width: 569px;
}
.role_info {
	padding-top: 70px;
	width: 520px;
	color: #4f4a48;
}
.role_info h2 {
	font-size: 42px;
	color: #8e3342;
	line-height: 40px;
	vertical-align: text-bottom;
}
.role_info h2 span {
	font-size: 25px;
	line-height: 25px;
}
.role_info p {
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
}
.role_info p span {
	color: #a52d41;
	font-weight: bold;
}
.role_info h3 {
	margin: 13px 0 30px;
	padding: 8px 15px;
	width: fit-content;
	font-size: 21px;
	color: #fff;
	line-height: 21px;
	background: #8e3342;
}
.type {
	margin: 18px 0 30px;
}
.type ul {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 18px;
}
.type ul:first-child {
	margin-bottom: 10px;
}
.type ul li:first-child {
	padding: 6px 12px 8px;
	margin-right: 12px;
	color: #efc485;
	background: #8e3342;
}
.mov {
	position: relative;
	display: block;
	background: #000;
	overflow: hidden;
}
.movBg {
	width: 100%;
	opacity: 0.4;
}
.mov:hover .movBg {
	opacity: 0.8;
	-ms-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
}
.play {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 16%;
	height: auto;
	opacity: 0.8;
}
.mov:hover .play {
	opacity: 1;
}

/* ==========================================================================
	footer
========================================================================== */
footer {
	padding: 40px 15px;
	text-align: center;
	background: -webkit-linear-gradient(rgba(80,73,110,1) 0%, rgba(32,35,60,1) 100%);
	background: -moz-linear-gradient(rgba(80,73,110,1) 0%, rgba(32,35,60,1) 100%);
	background: linear-gradient(rgba(80,73,110,1) 0%, rgba(32,35,60,1) 100%);
}
.app {
	margin-bottom: 20px;
}
.app a {
	display: inline-flex;
	align-items: center;
	margin: 0 10px;
}
.app img {
	width: 185px;
	height: auto;
}
.icon a {
	display: inline-flex;
	align-items: center;
	margin: 0 7px;
}
.icon img {
	width: 50px;
	height: auto;
}
.link {
	display: flex;
	justify-content: center;
	margin: 35px 0 45px;
}
.link a {
	padding: 0 20px;
	font-size: 16px;
	color: #d2d7ff;
	line-height: 16px;
	border-right: 1px #d2d7ff solid;
}
.link a:hover {
	color: #fff;
	text-decoration: underline;
}
.link a:last-child {
	border-right-width: 0;
}
.copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #8c90b3;
	font-family: "Arial", sans-serif;
}
.logo_cr,
.R12 {
	display: flex;
	align-items: center;
}
.logo_cr img:first-child {
	margin-right: 15px;
	height: 34px;
}
.logo_cr img:last-child {
	height: 32px;
}
.txt {
	margin: 0 30px;
	line-height: 17px;
	text-align: left;
}
.R12 img {
	margin-right: 7px;
	width: 43px;
}
.R12_txt {
	line-height: 15px;
	text-align: left;
}
.R12_txt span {
	display: block;
}

/* ==========================================================================
	RWD
========================================================================== */
@media screen and (max-width: 1366px) {
	.wrap {
		background-size: 1366px auto;
	}
	.logo {
		top: 30px;
		left: 185px;
	}
	.logo img {
		width: 320px;
	}
	.country {
		top:30px
	}
	.register {
		margin: 0 0 0 90px;
		padding-top: 245px;
		width: 480px;
		height: 780px;
		background-size: auto 105%;
	}
	.register h1 {
		width: 80%;
		padding: 27px 0 10px;
	}
	.register .title_1 {
		font-size: 38px;
		line-height: 38px;
	}
	.register .ex {
		font-size: 51px;
	}
	.register .title_2 {
		top: -20px;
		font-size: 24px;
		height: 36px;
		line-height: 33px;
	}
	.register p {
		font-size: 14px;
		line-height: 13px;
	}
	.class {
		align-items: flex-end;
		margin: 0 auto 45px;
		padding: 0 30px 25px;
		width: 85%;
		background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%);
		background: -moz-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%);
		background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%);
	}
	.role {
		margin-right: 15px;
    	width: 500px;
	}
	.role_info {
		padding-top: 40px;
	}
}

@media screen and (max-width: 800px) {
	a,a img,
	.country,.btn_register {
		-webkit-transition: 0s;
		transition: 0s;
	}
	.fancybox-slide--video .fancybox-content {
		width: 100vw !important;
		height: 56.25vw !important;
		max-width: 100vw !important;
	}
	.fancybox-slide--iframe .fancybox-content {
		max-width: 400px;
	}
	.wrap {
		min-width: auto;
		background-size: 125% auto;
	}
	section {
		width: auto;
	}
	.logo {
		top: 30px;
		left: 13vw;
	}
	.logo img {
		width: 36vw;
	}
	.country {
		top: 15px;
		right: 15px;
	}
	.country:hover {
		height: 30px;
	}
	.country.open {
		height: 92px;
	}
	.banner {
		top: 30vw;
		left: 0;
		right: auto;
	}
	.tab,
	.items .close {
		display: block;
	}
	.tab {
		position: absolute;
		top: 0;
		padding: 10px;
		width: 44px;
		font-size: 18px;
		color: #fff;
		line-height: 21px;
		background: #d4164b;
		border: 2px #fff solid;
		border-left-width: 0;
		border-radius: 0 10px 10px 0;
	}
	.items {
		display: none;
	}
	.items a {
		margin-bottom: 10px;
		padding-top: 5px;
		width: 120px;
		height: 135px;
		border-right-width: 2px;
		border-left-width: 0;
		border-radius: 0 10px 10px 0;
	}
	.items a:before {
		background-size: 90% auto;
		transform: rotateY(180deg);
	}
	.items a:first-child {
		margin-bottom: 10px;
	}
	.items span {
		padding: 5px 0;
		font-size: 21px;
		color: #fff;
		line-height: 24px;
		text-align: center;
		background: #c91138;
		border-radius: 7px;
	}
	.items .close {
		margin-left: 35px;
		padding: 0;
		width: 40px;
		height: 40px;
		font-size: 24px;
		color: #fff;
		line-height: 39px;
		text-align: center;
		border-width: 0;
		border-radius: 20px;
		background: rgba(0, 0, 0, .6);
	}
	.items .close:hover {
		background: rgba(0, 0, 0, .6);
	}
	.items a.close:before {
		display: none;
	}
	.register {
		margin: auto;
		padding-top: 75vw;
		width: 64vw;
		height: auto;
		background-image: none;
	}
	.register h1 {
		padding: 4.3vw 0 1.7vw;
		margin: 0 auto 3.5vw;
		width: 100%;
	}
	.register .title_1 {
		font-size: 6.2vw;
		line-height: 6.2vw;
	}
	.register .ex {
		font-size: 8.5vw;
	}
	.register .title_2 {
		top: -2.8vw;
		width: 28vw;
		font-size: 3.5vw;
		height: 5vw;
		line-height: 4.7vw;
	}
	.telBox,
	.btn_register {
		width: 82%;
		border-radius: 1.5vw;
	}
	.register p {
		margin: 1.2vw 0 3vw;
	}
	.class {
		flex-direction: column;
		align-items: center;
		padding: 5vw;
		width: 70%;
		border-radius: 0 0 2vw 2vw;
	}
	.role {
		margin: auto;
		width: 100%;
	}
	.role_info {
		padding-top: 4vw;
		width: 100%;
	}
	.role_info h2 {
		font-size: 7vw;
		line-height: 7vw;
		text-align: center;
	}
	.role_info h2 span {
		display: block;
		padding-top: 1.5vw;
		font-size: 4.6vw;
		line-height: 4.6vw;
	}
	.role_info h3 {
		margin: 3vw 0 5vw;
		width: 100%;
		font-size: 3.4vw;
		line-height: 3.4vw;
		text-align: center;
	}
	.link {
		margin: 25px 0 35px;
	}
	.copyright {
		flex-direction: column;
	}
	.txt {
		margin: 7px auto 15px;
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	.wrap {
		background-size: 160% auto;
		background-position: 58% top;
	}
	.logo {
		top: 10px;
		left: 15px;
	}
	.logo img {
		width: 44vw;
	}
	.country {
		top: 10px;
		right: 10px;
		width: 105px;
	}
	.register {
		padding-top: 96vw;
		width: 80vw;
	}
	.register h1 {
		padding: 5vw 0 1.8vw;
		margin: 0 auto 5vw;
	}
	.register .title_1 {
		font-size: 7.8vw;
		line-height: 7.8vw;
	}
	.register .ex {
		font-size: 10.5vw;
	}
	.register .title_2 {
		top: -4vw;
		width: 40vw;
		font-size: 5vw;
		height: 7vw;
		line-height: 6.58vw;
		border-radius: 3.5vw;
	}
	.telBox,
	.btn_register {
		width: 88%;
	}
	.telBox {
		height: 50px;
	}
	.class {
		margin-bottom: 7vw;
		padding: 7vw;
		width: 90%;
	}
	.role_info h2 {
		font-size: 10vw;
		line-height: 10vw;
		text-align: center;
	}
	.role_info h2 span {
		font-size: 6vw;
		line-height: 6vw;
	}
	.role_info h3 {
		font-size: 4.5vw;
		line-height: 4.5vw;
	}
	.R12_txt {
		text-align: justify;
	}
}

@media screen and (max-width: 480px) {
	.fancybox-slide--iframe .fancybox-content {
		width: 92%;
		height: 100%;
	}
	.telBox,
	.btn_register {
		width: 100%;
	}
	.register p {
		margin: 1vw 0 4vw;
		font-size: 12px;
		line-height: 15px;
	}
}

@media screen and (max-width: 420px) {
	.items a {
		width: 65px;
		height: 115px;
		border-radius: 0 7px 7px 0;
	}
	.items span {
		font-size: 18px;
		line-height: 21px;
	}
	.items .close {
		margin-left: 15px;
		width: 30px;
		height: 30px;
		font-size: 18px;
		line-height: 29px;
		border-radius: 15px;
	}
	.telBox {
		position: relative;
		height: 40px;
		font-size: 16px;
		line-height: 16px;
	}
	.area {
		width: 40%;
		height: 18px;
	}
	.tel {
		width: 57%;
		letter-spacing: 1px;
	}
	.register p {
		text-align: justify;
	}
	.btn_register {
		padding: 2vw;
		height: auto;
	}
	.btn_register img {
		width: 15vw;
		height: auto;
	}
	.btn_register_txt span:first-child {
		margin-top: 0;
		font-size: 7vw;
		line-height: 7vw;
	}
	.btn_register_txt span:last-child {
		font-size: 4vw;
		line-height: 4vw;
		font-weight: bold;
	}
	.role_info p {
		font-size: 16px;
		line-height: 24px;
	}
	.type {
		margin: 12px 0 20px;
	}
	.type ul {
		font-size: 16px;
		line-height: 16px;
	}
	.type ul:first-child {
		margin-bottom: 7px;
	}
	.type ul li:first-child {
		padding: 4px 10px 6px;
		margin-right: 10px;
		font-weight: bold;
	}
	.R12 {
		align-items: flex-start;
	}
	.R12_txt span {
		display: initial;
	}
}

@media screen and (max-width: 385px) {
	.app img {
		width: 150px;
	}
	.logo_cr img:first-child {
		width: 34vw;
		height: auto;
	}
	.logo_cr img:last-child {
		width: 31vw;
		height: auto;
	}
	.R12 img {
		width: 34px;
	}
}

@media screen and (max-width: 360px) {
	.link a {
		padding: 0 4vw;
	}
}

@media screen and (max-width: 800px) and (orientation: landscape) {
	.fancybox-slide--iframe .fancybox-content {
		max-height: 90%;
	}
	.banner {
		top: 15%;
	}
}