@charset "UTF-8";

/* Reset */
* {
	-webkit-text-size-adjust: none;
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.2;
	font-family: "Microsoft JhengHei", Helvetica, AppleGothic, Sans-serif;
	color: #a4a4a4;
	letter-spacing: -0.0em;
	background: gray;
}

html,
body {
	overflow-x: hidden;
}

img {
	border: 0;
}

#div_nctop {
	min-width: 1100px;
}

div#div_nctop div.gnbContainer {
	width: 1100px !important;
}

.blind,
caption {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
li,
dt,
dd {
	margin: 0;
	padding: 0;
}

ul,
li,
dl,
dt,
dd,
ol {
	list-style: none;
}

.ir {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

.clfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.clfix {
	display: inline-block;
}

.clfix {
	display: block;
}

* html .clfix {
	height: 1%;
}

/* Hides from IE-mac */
.clfix {
	zoom: 1;
}

/*for IE 5.5-7*/
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#div_nctop {
	display: none;
}

div#div_nctop div.gnbContainer {
	max-width: 100%;
	width: 100% !important;
}

#header .sns {
	display: none;
}

.row {
	margin: 0 -7px;
}

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.column {
	position: relative;
	float: left;
	padding: 7px;
	width: 100%;
}

[class*="column"]+[class*="column"]:last-child {
	float: right;
}

[class*="column"]+[class*="column"].end {
	float: left;
}

.article-system .row {
	margin: 0;
}

.article-system .column {
	padding: 0;
}

/**連結 a href 神戒*/
a {
	text-decoration: none;
}

/* unvisited link */
a:link {
	color: #fbb750;
}

/* visited link */
a:visited {
	color: #fbb750;
}

a:hover {

	color: #c37602;
}

a:active {
	color: #fbb750;

}

.sm-hidden,
span.sm-hidden,
img.sm-hidden {
	display: none !important;
}

/*sliick slider default setting*/

.animated {

	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;

	}
}


.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.bg-mask-class {
	overflow: hidden;
	background-attachment: initial;
	background-position: 50% 0px;
	background-repeat: no-repeat;
}

.bgimage-cover .bg-mask-class {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.section .wrap-content {
	padding: 70px 10px 0px;
}

.section01 .wrap-content {
	padding-bottom: 50px;
}

.section .section-title {
	letter-spacing: -0.08em;
	text-align: left;
	font-size: 30px;
	color: #d6cdba;
	font-weight: normal;
	margin-bottom: 20px;
}

.section .section-title em {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #d7423c;
	display: block;
	margin-bottom: 5px;
	font-style: normal;
	letter-spacing: 0;
	padding-top: 13px;
	position: relative;
}

.section .section-title em::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 1px;
	background: #d7423c;
	top: 0;
	left: 0;
}

.section .section-title strong {
	display: block;
	font-weight: normal;
	text-indent: -2px;
}

.section .section-txt {
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	line-height: 1.3;
	text-align: left;
	margin-bottom: 30px;
}

.section .article-title {
	font-size: 18px;
	color: #d6cdba;
	padding: 15px 0 10px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid rgba(214, 205, 186, 0.2);
	margin-bottom: 35px;
}

.section .article-txt {
	font-size: 13px;
	color: #bca777;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 10px;
}

.section .article-txt strong {
	color: #dc4e41;
	font-weight: normal;
}

.section .group-info {}

.section .group-info h4 {
	color: #d6cdba;
	font-size: 16px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 25px;
}

/*.section .group-info h4::before, .section .group-info h4::after{content:"-"; display:inline-block;}
.section .group-info h4::before{margin-right:2px;}
.section .group-info h4::after{margin-left:2px;}*/
.section .group-info .well {
	margin-bottom: 35px;
}

.section .group-info .case-1 {
	padding-top: 25px
}

.section .group-info dt {
	float: left;
	width: 58px;
	text-align: left;
	font-size: 20px;
	color: #d53f3a;
	line-height: 40px;
	font-weight: normal;
}

.section .group-info dd {
	float: left;
	width: 76.66667%;
	text-align: left;
	padding-left: 15px;
	font-size: 20px;
	color: #d6cdba;
	line-height: 40px;
}

.section .group-info dd em {
	font-style: normal;
	color: #6698ca;
}

.section .group-info dd strong {
	font-weight: normal;
	color: #d53f3a;
}

.section .group-info .list {
	list-style: none;
}

.section .group-info .list li {
	font-size: 13px;
	color: #d6cdba;
	text-indent: 6px;
	position: relative;
	line-height: 20px;
	margin-bottom: 20px;
}

.section .group-info .list li::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #d6cdba;
	position: absolute;
	top: 8px;
	left: 0;
	border-radius: 50%;
}

.section .group-info .sub-txt {
	font-size: 13px;
	color: #d6cdba;
	line-height: 20px;
	margin-bottom: 15px;
}

.section .group-info .sub-txt em {
	font-style: normal;
	color: #6698ca;
}

.tooltip {
	display: none;
}

.section .wrap-button {
	text-align: center;
	margin-bottom: 45px;
}

.section .btn-power {
	display: inline-block;
	min-width: 164px;
	height: 39px;
	padding: 0 20px;
	text-align: center;
	line-height: 37px;
	border: 1px solid rgba(215, 66, 60, 0.35);
	font-size: 14px;
	color: #d7423c;
	text-decoration: none;
}

.section .btn-power i {
	display: inline-block;
	width: 14px;
	height: 15px;
	background: url("http://image.tw.ncsoft.com/lineage2/classic/preview/antaras/icon_power_sm.png") no-repeat 0 0;
	background-size: 14px 15px;
	text-indent: -9999px;
	font-size: 0;
	vertical-align: middle;
	margin-top: -3px;
}

.section .btn-power:hover,
.section .btn-power:active {
	border: 1px solid #d7423c;
	background: #d7423c;
	color: #fff;
}

.section .btn-power:hover i,
.section .btn-power:active i {
	background-image: url("http://image.tw.ncsoft.com/lineage2/classic/preview/antaras/icon_power_sm_on.png")
}

.section .btn-notice {
	display: inline-block;
	min-width: 264px;
	height: 59px;
	padding: 0 20px;
	text-align: center;
	line-height: 57px;
	border: 1px solid rgba(214, 205, 186, 0.35);
	font-size: 18px;
	color: #d6cdba;
	text-decoration: none;
}

.section .btn-notice i {
	display: inline-block;
	width: 8px;
	height: 15px;
	background: url("http://image.tw.ncsoft.com/lineage2/classic/preview/antaras/arw.png") no-repeat 0 0;
	background-size: 8px 15px;
	text-indent: -9999px;
	font-size: 0;
	vertical-align: middle;
	margin-top: -4px;
}

.section01 .bg-mask-class {
	background-image: url("https://i.imgur.com/sHo7Stq.jpg");
	background-size: 960px 979.5px;
	background-position: 50% 0;
}

.content-0 .section01 .obj01 {
	display: none;
}


@media (min-width: 641px) {
	#div_nctop {
		display: none;
	}

	div#div_nctop div.gnbContainer {
		width: 100% !important;
	}

	.sm-hidden {
		display: block !important;
	}

	span.sm-hidden,
	img.sm-hidden {
		display: inline !important;
	}

	span.md-hidden,
	img.md-hidden {
		display: none !important;
	}

	.md-hidden {
		display: none !important;
	}

	.row {
		margin: 0 -20px;
	}

	.column {
		position: relative;
		float: left;
		padding: 10px 20px;
	}

	.section .wrap-content {
		padding: 70px 20px 0px;
	}

	.section01 .wrap-content {
		padding-bottom: 50px;
	}

	.section03 .article {
		margin: 0 -20px 25px;
	}

}

@media (min-width: 960px) {
	.section .wrap-content {
		padding: 0;
		width: 960px;
		margin: 0 auto;
	}

	.slick-dots {
		padding: 30px 0 0 0;
	}

	.slick-dots li button {
		width: 18px;
		height: 18px;
		-moz-border-radius: 9px;
		-webkit-border-radius: 9px;
		border-radius: 9px;
	}

	#container {
		padding-top: 40px;
	}

	#div_nctop {
		display: block;
		z-index: 10000;
		/* min-width:auto; */
		min-width: 100%;
		position: fixed !important;
	}

	div#div_nctop div.gnbContainer {
		width: 100% !important;
		padding: 0 20px !important;
	}

	.btn-top {
		position: fixed;
		right: 0;
		bottom: 0;
		width: 48px;
		height: 48px;
		padding-top: 10px;
	}

	.sm-hidden {
		display: block !important;
	}

	span.sm-hidden,
	img.sm-hidden {
		display: inline !important;
	}

	.md-hidden {
		display: block !important;
	}

	span.md-hidden,
	img.md-hidden {
		display: inline !important;
	}

	.lg-hidden,
	span.lg-hidden,
	img.lg-hidden {
		display: none !important;
	}

	.gnb-mobile {
		display: none;
	}

	#header .bg-mask-class {
		background-image: url("http://image.tw.ncsoft.com/lineage2/classic/preview/antaras/bg_header_lg.jpg");
		background-position: 50% 0;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	#naviArea {
		display: block;
		height: 80px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.06);
		position: fixed;
		top: 40px;
		width: 100%;
		z-index: 10000;
	}

	#naviArea .anchor {
		width: 100%;
		padding: 0 20px;
	}

	#naviArea .home {
		display: block;
		width: 112px;
		height: 30px;
		background: url("http://image.tw.ncsoft.com/lineage2/classic/preview/antaras/logo.png") no-repeat 0 0;
		float: left;
		margin: 23px 10px 0 0;
	}

	#naviArea .update {
		display: block;
		width: 96px;
		height: 15px;
		background: url("http://image.tw.ncsoft.com/lineage2/classic/preview/antaras/logo_history.png") no-repeat 0 0;
		float: left;
		margin: 33px 0 0 0;
	}

	#naviArea[class*="menu"] {
		background-color: rgba(0, 0, 0, 0.5);
	}

	.navi ul {
		overflow: hidden;
		float: right;
		margin: 30px -18px 0;
	}

	.navi ul li {
		float: left;
		padding: 0 18px;
		line-height: 1.2;
	}

	.navi ul li a {
		display: block;
		color: #fff;
		opacity: 0.3;
		text-decoration: none;
		font-size: 15px;
	}

	.navi ul li.on a,
	.navi ul li a:hover {
		opacity: 1;
	}

	.navi .index {
		border-left: 1px solid rgba(255, 255, 255, 0.3);
	}

	.headerCnt .home {
		display: none;
	}

	.section .headerCnt .wrap-content {
		padding-top: 0;
	}

	.headerCnt .wrap-content .inner {
		width: 100%;
		position: static;
		padding-top: 20%;
	}

	.headerCnt .h1-title {
		height: 227px;
		background: url("http://image.tw.ncsoft.com/lineage2/classic/preview/antaras/title_antaras_lg.png") no-repeat 50% 0;
		background-size: 540px 227px;
		position: relative;
		z-index: 100;
		width: 540px;
		margin: 0 auto 70px;
		display: none;
	}

	.headerCnt small {
		text-indent: 0;
		font-size: 16px;
		color: #d7423c;
		text-align: center;
		display: none;
		text-decoration: underline;
		margin-bottom: 50px;
		position: relative;
		z-index: 100;
	}

	.headerCnt .txt-header01 {
		animation-delay: 2s;
		font-size: 18px;
		text-align: center;
		color: rgba(214, 205, 186, 0.5);
		line-height: 30px;
		display: none;
	}

	.headerCnt .obj {
		position: absolute;
		left: 321px;
	}

	.headerCnt .obj-light {
		background: url("http://image.tw.ncsoft.com/lineage2/classic/preview/antaras/title_effect_lg.png") no-repeat 50% 0;
		background-size: 132px 133px;
		width: 132px;
		height: 133px;
		top: -60px;
	}

	.btn-scroll {
		display: block;
		position: absolute;
		width: 61px;
		height: 86px;
		bottom: 0;
		left: 50%;
		margin-left: -30.5px;
		background: url("http://image.tw.ncsoft.com/lineage2/classic/preview/antaras/arw_down_lg.png") no-repeat 0 0;
		text-indent: -9999em;
		font-size: 0;
		background-size: cover;
		opacity: 0;
		margin-bottom: 40px;
	}

	.btn-tooltip {
		display: inline-block;
		width: 16px;
		height: 16px;
		position: relative;
		text-indent: -9999px;
		background: url("http://image.tw.ncsoft.com/lineage2/classic/preview/antaras/icon_info_off.png") no-repeat 0 0;
		vertical-align: middle;
		margin-top: -3px;
	}

	.btn-tooltip:hover,
	.btn-tooltip.active {
		background-image: url("http://image.tw.ncsoft.com/lineage2/classic/preview/antaras/icon_info_on.png");
	}

	.section .wrap-content {
		padding: 128px 0 0px;
	}

	.section .wrap-button {
		text-align: center;
		margin-bottom: 60px;
	}

	.section .section-title {
		font-size: 60px;
		margin-bottom: 30px;
	}

	.section .section-title em {
		font-size: 16px;
	}

	.section .section-title strong {
		text-indent: -4px;
	}

	.section .section-txt {
		font-size: 16px;
		margin-bottom: 60px;
	}

	.section .article-title {
		font-size: 24px;
	}

	.section .article-txt {
		font-size: 13px;
		color: #bca777;
		line-height: 1.5;
		text-align: center;
		margin-bottom: 10px;
	}

	.section .article-txt strong {
		color: #dc4e41;
		font-weight: normal;
	}

	.section .group-info {}

	.section .group-info .group {
		margin-bottom: 17px;
	}

	.section .group-info h4 {
		float: left;
		width: 114px;
		height: 114px;
		line-height: 114px;
		color: #d6cdba;
		font-size: 18px;
		text-align: center;
		font-weight: normal;
		margin: 0 27px 0 0;
		border: 1px solid rgba(214, 205, 186, 0.4);
		border-radius: 50%;
	}

	.section .group-info h4::before,
	.section .group-info h4::after {
		display: none;
	}

	.section .group-info dl {
		margin-bottom: 0;
		float: left;
		width: 819px;
	}

	.section .group-info dl:first-child {
		margin-top: 15px;
	}

	.section .group-info dt {
		float: left;
		width: 70px;
		text-align: right;
		font-size: 20px;
		color: #d53f3a;
		line-height: 40px;
		font-weight: normal;
	}

	.section .group-info dd {
		float: left;
		width: 749px;
		text-align: left;
		padding-left: 15px;
		font-size: 20px;
		color: #d6cdba;
		line-height: 40px;
	}

	.section .group-info dd em {
		font-style: normal;
		color: #6698ca;
	}

	.section .group-info dd strong {
		font-weight: normal;
		color: #d53f3a;
	}

	.section .group-info .list {
		list-style: none;
		float: left;
		width: 819px;
	}

	.section .group-info .list li {
		font-size: 15px;
		color: #d6cdba;
		text-indent: 6px;
		position: relative;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.section .group-info .list li::before {
		content: "";
		display: block;
		width: 4px;
		height: 4px;
		background: #d6cdba;
		position: absolute;
		top: 8px;
		left: 0;
		border-radius: 50%;
	}

	.section .group-info .sub-txt {
		float: left;
		width: 819px;
		font-size: 15px;
		color: #d6cdba;
		line-height: 20px;
		margin-bottom: 15px;
	}

	.section .group-info .sub-txt em {
		font-style: normal;
		color: #6698ca;
	}

	.tooltip {
		background: #fff;
		padding: 17px 15px;
		position: absolute;
		z-index: 1000;
		display: none;
		margin-left: -12px;
	}

	#layer01.tooltip,
	#layer02.tooltip {
		margin-top: -88px;
	}

	#layer03.tooltip {
		margin-top: -125px;
	}

	.tooltip::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #fff;
		position: absolute;
		bottom: -5px;
		left: 15px;
	}

	.tooltip dl {
		overflow: hidden;
		float: none;
		width: 322px;
		text-indent: 0;
	}

	.tooltip dt {
		float: left;
		border: 4px solid #084e8c;
		margin-right: 10px;
		width: 42px;
		height: 42px;
		margin-top: 3px;
	}

	.tooltip dt img {
		vertical-align: middle;
	}

	.tooltip dd {
		float: left;
		width: 270px;
		padding: 0;
		font-size: 12px;
		color: #084e8c;
		line-height: 16px;
	}

	.tooltip dd.add {
		float: right;
		color: #bb9569;
		margin-top: 5px;
	}

	.section .group-info .group01>dl {
		margin-top: 19px;
	}

	.section .group-info .group02 .sub-txt {
		margin-top: 17px;
	}

	.section .group-info .group03 .sub-txt {
		margin-top: 47px;
	}

	.section .group-info .group03 {
		margin-bottom: 50px;
	}

	.section .group-info .group04>dl {
		margin-top: 9px;
	}

	.section .group-info .group05 .list {
		margin-top: 13px;
	}

	.section .group-info .group06 .sub-txt {
		margin-top: 37px;
	}

	.section .group-info .group06 {
		margin-bottom: 50px;
	}

	.section .group-info .group07>dl {
		margin-top: 9px;
	}

	.section .group-info .group08 .list {
		margin-top: 13px;
	}

	.section .group-info .group09 .sub-txt {
		margin-top: 47px;
	}

	.section .group-info .group09 {
		margin-bottom: 50px;
	}

	.section .group-info .group10>dl {
		margin-top: 40px;
	}

	.section .group-info .group10 {
		margin-bottom: 50px;
	}

	.section01 .wrap-content {
		z-index: 1;
		position: relative;
	}

	.section01 .bg-mask-class {
		background-image: url("https://i.imgur.com/F1De3yx.jpg");
		background-repeat: no-repeat;
		background-attachment: fixed;
		/* background-position: 50% 0; */
		background-position: center;
		background-size: cover;
	}

	.section01 .obj01 {
		position: absolute;
		width: 1617px;
		height: 940px;
		background: url("./download1.webp") no-repeat 0 0;
		top: 30px;
		left: 50%;
		margin-left: 131px;
		z-index:-1;
	}

	.content-0 .section01 .obj01 {
		display: block;
	}

	.info {
		position: absolute;
		background: #6698ca;
		padding: 15px;
		width: auto;
	}

	.info01 {
		width: 201px;
		height: 106px;
		margin-left: -3px;
	}

	.info02 {
		width: 220px;
		height: 106px;
		margin-left: -45px;
	}

	.info03 {
		width: 220px;
		height: 106px;
		margin-left: 7px;
	}

	.info04 {
		width: 201px;
		height: 106px;
		margin-left: -24px;
	}

	.info::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #6698ca;
		position: absolute;
		bottom: -5px;
		left: 15px;
	}

	.info01::after {
		left: 42px;
	}

	.info02::after {
		left: 83px;
	}

	.info03::after {
		left: 30px;
	}

	.info04::after {
		left: 61px;
	}

	.info dt {
		font-size: 14px;
		margin-bottom: 8px;
		color: #feffff;
		float: none;
		width: auto;
		text-align: left;
		letter-spacing: -0.05em;
	}

	.info dd {
		font-size: 12px;
		color: #feffff;
		float: none;
		width: auto;
		padding-left: 0;
		line-height: 1.3;
		padding-left: 7px;
		text-indent: -7px;
		letter-spacing: -0.05em;
	}

	.section03 .slide-hunt-wrap {
		padding-bottom: 0;
	}

	.footer-wrap {
		padding: 100px 0 100px;
	}

	.footer-wrap address {
		display: inline-block;
		color: #acacac;
		font-size: 10px;
		font-style: normal;
		letter-spacing: 0;
	}

	.footer-wrap .sns {
		display: block;
		vertical-align: middle;
		margin-top: -60px;
		margin-left: 5px;
	}

	#loading .load-container,
	#loading .load-con {
		position: relative;
		display: block;
		overflow: hidden;
	}

	#loading {
		position: fixed;
		z-index: 10000;
		background: #1b1d24;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	#loading .load-container {
		text-indent: -999em;
		width: 323px;
		height: 54px;
		background: url("http://image.tw.ncsoft.com/lineage2/classic/preview/antaras/loading_bg.png") no-repeat 50% 0;
		background-position: 0 0;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -27px 0 0 -161px;
	}

	#loading .load-con {
		text-indent: -999em;
		height: 54px;
		background: url("http://image.tw.ncsoft.com/lineage2/classic/preview/antaras/loading_con.png") no-repeat 50% 0;
		width: 0;
		background-position: 0 0;
		position: absolute;
		top: 0;
		left: 0;
	}

}

@media (min-width: 1260px) {
	#naviArea .anchor {
		width: 1260px;
		margin: 0 auto;
		padding: 0;
	}

	div#div_nctop div.gnbContainer {
		max-width: 1260px !important;
		padding: 0 !important;
	}

	.wrap-content {
		width: 1260px;
		margin: 0 auto;
		position: relative;
	}
}

@media (min-width: 1920px) {
	#div_nctop {
		display: block;
	}

	div#div_nctop div.gnbContainer {
		max-width: 1260px !important;
	}
}