@charset "UTF-8";

/*******************************
QR COMMON
.pqr_childNode-status {}
*******************************/

/* ======== reset ======== */
@media screen and (max-width: 1304px) {
	.OptionWide #MegaMenu {
		width: auto;
	}
}

#Contents * {
	box-sizing: border-box;
}

#Contents,
.OptionWideRWD #Contents {
	padding-right: 0px!important;
	padding-left: 0px!important;
}

.GridSet,
#Contents .GridSet {
	width: 100%!important;
	max-width: none!important;
	margin: 0!important;
}

.Grid4,
.OptionWideRWD #Contents .Grid4 {
	padding: 0!important;
}

#Contents .pqr {
	position: relative;
	opacity: 0;
	transition: opacity 300ms linear;
	overflow: hidden;
}
#Contents .pqr.pqrAppear {
	opacity: 1;
}
@media screen and (max-width: 767px) {
	#Contents .pqr {
		padding-top: 40px;
	}
}

.pqr figure {
	margin: 0;
	padding: 0;
}

.pqr img {
	max-width: 100%;
	vertical-align: bottom;
}

#Contents .pqr > section {
	max-width: 1305px;
	padding: 0 15px;
	margin: 0 auto;
}

#Contents .pqr > section.fullWidth {
	max-width: none;
	padding: 0;
}


/* ======== title ======== */
#Contents .pqr > section.pqrTitle {
	max-width: 1275px;
	padding: 0;
	margin-bottom: 170px;
}
.pqrTitle {
	height: 250px;
	background-size: 1275px 100%;
	background-position: center;
}
.pqrTitle > h1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 100%;
}
.pqrTitle > h1 > * {
	text-align: center;
	color: #ffffff;
	font-weight: normal;
}
.pqrTitle > h1 > strong {
	font-size: 80px;
	line-height: 80px;
	height: 80px;
	margin-bottom: 15px;
}
.pqrTitle > h1 > span {
	font-size: 20px;
	line-height: 20px;
	height: 20px;
}
@media screen and (max-width: 767px) {
	#Contents .pqr > section.pqrTitle {
		margin-bottom: 0px;
	}
	.pqrTitle {
		height: 150px;
		background-size: 100% auto;
	}
	.pqrTitle > h1 > strong {
		font-size: 45px;
		line-height: 50px;
		height: 50px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 375px) {
	.pqrTitle {
		background-size: 375px 150px;
	}
}


/* ======== H2 ======== */
h2.pqrH2 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 182px;
	margin: 100px 0 50px;
	padding: 0 0 0 20px;
	line-height: 1;
    font-size: 70px;
    font-weight: normal;
	color: #00BAAC;
	border: #00BAAC solid 3px;
	background: none;
}
h2.pqrH2::after {
	content: "";
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #00BAAC;
}
h2.pqrH2 > span {
	display: block;
	padding: 0 0 15px;
	line-height: 1;
	font-size: 30px;
	font-weight: normal;
	color: #00BAAC;
	background: none;
}
@media screen and (max-width: 767px) {
	h2.pqrH2 {
		height: 91px;
		margin: 40px -15px 20px;
		padding: 0 0 0 15px;
		font-size: 35px;
		border-width: 2px 0;
	}
	h2.pqrH2 > span {
		padding: 0 0 7px;
		line-height: 1;
		font-size: 15px;
	}
}


/* ======== H2 ======== */
#Contents h3.pqrH3 {
	position: relative;
	padding: 5px 0 5px 25px;
	border-left: none;	
	margin: 50px 0 20px;
	font-size: 26px;
	font-weight: normal;
	color: #333333;
	line-height: 1.2;
}
h3.pqrH3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 10px;
	height: 100%;
	background: linear-gradient( #067CF1 , #09DEAD );
}
h3.pqrH3::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient( #067CF1 , #09DEAD );
}


/* ======== Box Green Line ======== */
.pqrBoxGL {
	display: inline-block;
	padding: 5px 10px;
	border: #00BAAC solid 3px;
	border-radius: 3px;
	box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.3);
	margin-bottom: 20px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.pqrBoxGL.rwdFull {
		display: block;
	}
}
.pqrBoxGL dt {
	font-weight: bold;
}
.pqrBoxGL dt span {
	font-weight: normal;
}
.pqrBoxGL dd {
	padding-left: 1em;
	text-indent: -1em;
}
.pqrBoxGL dd::before {
	content: "\25A0";
}
.pqrBoxGL02 dd {
	margin-bottom: 10px;
	text-indent: 0;
}
.pqrBoxGL02 dd::before {
	content: "";
}

/* ======== LOCAL MENU ======== */
#Contents .pqr > section.localNav {
	position: relative;
	z-index: 1;
	margin-top: -90px;
	margin-bottom: -60px;
}
.localNav > nav {
	display: flex;
	width: 100%;
	border-color: #067CF1;
	border-style: solid;
	border-width: 0 0 2px 2px;
}
.localNav > nav > * {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	max-width: 33.3333%;
	height: 48px;
	border-color: #067CF1;
	border-style: solid;
	border-width: 2px 2px 0 0;
	text-decoration: none;
	font-size: 20px;
}
.localNav > nav > a {
	background: #ffffff;
	color: #067CF1;
}
.localNav > nav > a:hover {
	background: #defaff;
	color: #067CF1;
}
.localNav > nav > span {
	background: #067CF1;
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	#Contents .pqr > section.localNav {
		display: none;
	}
}


/* ======== SP MENU ======== */
.pqrSpMenu {
	display: none;
}

.pqrSpMenu > nav {
	position: fixed;
	left: -10px;
	display: none;
	width: 0;
	height: 0;
}

@media screen and (max-width: 767px) {
	.pqrSpMenu {
		display: block;
	}
	.pqrSpMenuBtn {
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
		height: 40px;
		text-align: center;
		background: rgba(255,255,255,0.9);
		z-index: 10;
	}
	.pqrSpMenuBtn.fixed {
		position: fixed;
	}
	.pqrSpMenuBtn > span {
		display: block;
		padding-top: 5px;
		font-size: 10px;
		line-height: 10px;
		color: #067CF1;
	}
	.pqrSpMenuBtn::before,
	.pqrSpMenuBtn::after,
	.pqrSpMenuBtn > span::before {
		content: "";
		position: absolute;
		left: calc( 50% - 2.5px );
		width: 5px;
		height: 5px;
		background: linear-gradient( #067CF1 , #09DEAD );
		border-radius: 50%;
	}
	.pqrSpMenuBtn::before {
		bottom: 2.5px;
	}
	.pqrSpMenuBtn::after {
		bottom: 10px;
	}
	.pqrSpMenuBtn > span::before {
		bottom: 17.5px;
	}
	.pqrSpMenu > nav {
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 1000;
		display: none;
		width: 100%;
		height: 100%;
		background: linear-gradient( to bottom right , rgba(6,124,241,0.8) , rgba(9,222,173,0.8) );
	}
	.pqrSpMenuClose {
		position: absolute;
		right: 5px;
		top: 5px;
		z-index: 1;
		display: block;
		width: 35px;
		height: 35px;
		opacity: 0.7;
	}
	.pqrSpMenuClose::before,
	.pqrSpMenuClose::after {
		content: "";
		position: absolute;
		left: calc( 50% - 3px );
		top: 0;
		display: block;
		width: 6px;
		height: 100%;
		background: #ffffff;
		transform-origin: center;
	}
	.pqrSpMenuClose::before {
		transform: rotate(45deg);
	}
	.pqrSpMenuClose::after {
		transform: rotate(-45deg);
	}
	
	.pqrSpMenuNav {
		padding-top: 40px;
	}
	.pqrSpMenuNav > a {
		display: block;
		padding: 15px;
		color: #ffffff;
		font-size: 25px;
		text-decoration: none;
	}
}


/* ======== BUTTON ======== */
.pqrBtn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	height: 80px;
	color: #ffffff!important;
	text-decoration: none!important;
	font-size: 20px;
	font-weight: normal;
	border: #ffffff solid 2px;
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,.3);
	border-radius: 40px;
	cursor: pointer;
	background:
		linear-gradient( to bottom , rgba(10,185,200,0) 0% , rgba(10,185,200,1) 50% , rgba(10,185,200,1) 50% , rgba(10,185,200,0) 100% ),
		linear-gradient( to right bottom , #067CF1 0% , #09DEAD 50% , #067CF1 100% ),
		linear-gradient( to left bottom , #067CF1 0% , #09DEAD 50% , #067CF1 100% );
	background-size: 100% 20000%,100% 10000%,100% 10000%;
	background-position: left top;
	transition: background-position 300ms ease-out;
}
.pqrBtn:hover {
	background-position: right bottom;
}
@media screen and (max-width: 767px) {
	.pqrBtn {
		width: 280px;
		height: 60px;
		font-size: 20px;
	}
}


/* ======== MOVIE THUMB ======== */
.movieThumb {
	position: relative;
	display: inline-block;
	border: #707070 solid 1px;
	cursor: pointer;
}
.movieThumb::before,
.movieThumb::after {
	content: "";
	overflow: hidden;
	position: absolute;
}
.movieThumb::before {
	left: calc( 50% - 35px );
	top: calc( 50% - 35px );
	width: 70px;
	height: 70px;
	background: rgba(255,255,255,0.7);
	border-radius: 50%;
}
.movieThumb::after {
	left: calc( 50% - 16px );
	top: calc( 50% - 23px );
	border-style: solid;
	border-color: transparent rgba(51,51,51,1);
	border-width: 23px 0px 23px 42px;
}
.movieThumb:hover {
	opacity: 0.8;
}


/* ======== CAROUSEL 01 ======== */
.pqrCarousel_01 {
	position: relative;
	width: 100%;
	padding-top: 66.6666%;
	max-width: none;
	overflow: hidden;
	margin-top: 0px;
}
.pqrCarousel_01 > ul {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
}
.pqrCarousel_01 > ul > li,
.pqrCarousel_01 > ul > li > a,
.pqrCarousel_01 > ul > li > a > img {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
.pqrCarousel_01 ul figcaption {
	background: #067CF1;
	border:1px solid #fff;
	border-radius: 100px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 5%;
	left: 0;
	text-align: center;
	width: 16em;
}
.pqrCarousel_01 .btnPrev,
.pqrCarousel_01 .btnNext {
	position: absolute;
	top: calc( 50% - 20px );
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,0.6);
	cursor: pointer;
	border-radius: 50%;
}
.pqrCarousel_01 .btnPrev:hover,
.pqrCarousel_01 .btnNext:hover {
	background: rgba(255,255,255,0.8);
	transform: scale(1.05);
}
.pqrCarousel_01 .btnPrev {
	left: 10px;
}
.pqrCarousel_01 .btnNext {
	right: 10px;
}
.pqrCarousel_01 .btnPrev::before,
.pqrCarousel_01 .btnNext::before {
	content: "";
	overflow: hidden;
	position: absolute;
	top: calc( 50% - 10px );
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border-color: #333333;
	border-style: solid;
	border-width: 5px 5px 0 0;
	transform-origin: center;
}
.pqrCarousel_01 .btnPrev::before {
	right: calc( 50% - 13px );
	transform: rotate(225deg);
}
.pqrCarousel_01 .btnNext::before {
	left: calc( 50% - 13px );
	transform: rotate(45deg);
}


/* ======== CAROUSEL 02 ======== */
.pqrCarousel_02 {
	position: relative;
}
.pqrCarousel_02 > div {
	position: relative;
	width: 320px;
	height: 350px;
	margin-left: calc( 50% - 150px );
	overflow: visible;
}
.pqrCarousel_02 ul {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
}
.pqrCarousel_02 ul > li {
	width: calc( 100% - 20px );
}
@media screen and ( max-width : 767px ) {
	.pqrCarousel_02 > div {
		width: 160px;
		height: 200px;
		margin-left: calc( 50% - 75px );
	}
	.pqrCarousel_02 ul > li {
		width: calc( 100% - 10px );
	}
}
.pqrCarousel_02 ul img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	transition: transform 300ms ease-out;
	transform-origin: center;
	transform: scale(0.7);
}
.pqrCarousel_02 ul .c img {
	transform: scale(1);
}
.pqrCarousel_02 ul a {
	color: #fff;
	text-decoration: none;
}

.pqrCarousel_02 ul figcaption {
	background: #067CF1;
	border: 1px solid #fff;
	border-radius: 100px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 21%;
	left: 0;
	text-align: center;
	transition: bottom 300ms ease-out;
	width: 14em;
}
@media screen and ( max-width : 767px ) {
	.pqrCarousel_02 ul figcaption {
		margin-top: -30px;
		padding: 0 10px;
		position: relative;
		width: 100%;
	}
}
.pqrCarousel_02 ul li.c figcaption {
	bottom: 8%;
}

.pqrCarousel_02 .btnPrev,
.pqrCarousel_02 .btnNext {
	position: absolute;
	top: 130px;
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,0.6);
	cursor: pointer;
	border-radius: 50%;
}
.pqrCarousel_02 .btnPrev:hover,
.pqrCarousel_02 .btnNext:hover {
	background: rgba(255,255,255,0.8);
	transform: scale(1.05);
}
.pqrCarousel_02 .btnPrev {
	left: calc( 50% - 520px );
}
.pqrCarousel_02 .btnNext {
	right: calc( 50% - 520px );
}
@media screen and ( max-width : 1040px ) {
	.pqrCarousel_02 .btnPrev {
		left: 10px;
	}
	.pqrCarousel_02 .btnNext {
		right: 10px;
	}
}
@media screen and ( max-width : 767px ) {
	.pqrCarousel_02 .btnPrev,
	.pqrCarousel_02 .btnNext {
		top: 55px;
	}
}
.pqrCarousel_02 .btnPrev::before,
.pqrCarousel_02 .btnNext::before {
	content: "";
	overflow: hidden;
	position: absolute;
	top: calc( 50% - 10px );
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border-color: #333333;
	border-style: solid;
	border-width: 5px 5px 0 0;
	transform-origin: center;
}
.pqrCarousel_02 .btnPrev::before {
	right: calc( 50% - 13px );
	transform: rotate(225deg);
}
.pqrCarousel_02 .btnNext::before {
	left: calc( 50% - 13px );
	transform: rotate(45deg);
}
.pqrCarousel_02 > ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	padding: 0;
}
.pqrCarousel_02 > ol > li {
	width: 10px;
	height: 10px;
	margin: 0 10px 20px;
	background: linear-gradient( #067CF1 , #09DEAD );
	border-radius: 50%;
	transform-origin: center;
	transform: scale(1);
}
.pqrCarousel_02 > ol > li.current {
	transform: scale(1.5);
}
.pqrCarousel_02 li {
	cursor: pointer;
}
.pqrCarousel_02 li:hover {
	opacity: 0.8;
}


/* ======== CAROUSEL ======== */
#Contents .pqr > section.pqrCarousel {
	position: relative;
	left: 50%;
	display: inline-block;
	width: auto;
	max-width: none;
	margin-top: 20px;
	padding: 0;
}
.pqrCarousel > div {
	position: relative;
	left: -50%;
	display: inline-block;
	overflow: visible;
}
.pqrCarousel > div > ul {
	display: flex;
}
.pqrCarousel > div > ul:nth-child(1) {
	position: relative;
	left: calc( 50% - 160px );
}
.pqrCarousel > div > ul:nth-child(n+2) {
	position: absolute;
	top: 0%;
}
.pqrCarousel > div > ul:nth-child(2) {
	left: calc( 150% - 160px );
}
.pqrCarousel > div > ul:nth-child(3) {
	left: calc( -50% - 160px );
}
@media screen and ( max-width : 767px ) {
	.pqrCarousel > div > ul:nth-child(1) {
		left: calc( 50% - 105px );
	}
	.pqrCarousel > div > ul:nth-child(2) {
		left: calc( 150% - 105px );
	}
	.pqrCarousel > div > ul:nth-child(3) {
		left: calc( -50% - 105px );
	}
}
.pqrCarousel > div > ul > li {
	position: relative;
	width: 300px;
	height: 300px;
	margin: 0 10px;
	border: #707070 solid 1px;
	opacity: 1;
	transition: opacity 300ms linear;
}
.pqrCarousel > div > ul > li.c {
	opacity: 1;
}
.pqrCarousel > div > ul > li > figure {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 250px;
	background: #000000;
	margin: 0;
	padding: 0;
}
.pqrCarousel > div > ul > li > figure > img {
	width: 100%!important;
	height: 100%!important;
	max-width: 100%!important;
	max-height: 100%!important;
	object-fit: cover;
}
.pqrCarousel > div > ul > li > span {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	background: #ffffff;
	border-top: #707070 solid 1px;
	font-size: 12px;
	padding: 0 5px;
}
@media screen and (max-width: 767px) {
	.pqrCarousel > div {
		position: relative;
		height: 200px;
	}
	.pqrCarousel > div > ul > li {
		width: 200px;
		height: 200px;
		margin: 0 5px;
	}
	.pqrCarousel > div > ul > li > figure {
		height: 100%;
	}
	.pqrCarousel > div > ul > li > span {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 50px;
		background: rgba(255,255,255,0.7);
		border-top: none;
		font-size: 12px;
	}
}

.pqrCarousel .btnPrev,
.pqrCarousel .btnNext {
	position: absolute;
	top: 130px;
	display: none;
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,0.6);
	cursor: pointer;
	border-radius: 50%;
}
.pqrCarousel .btnPrev:hover,
.pqrCarousel .btnNext:hover {
	background: rgba(255,255,255,0.8);
	transform: scale(1.05);
}
.pqrCarousel .btnPrev {
	left: calc( 0% - 520px );
}
.pqrCarousel .btnNext {
	right: calc( 100% - 520px );
}
@media screen and ( max-width : 1040px ) {
	.pqrCarousel .btnPrev {
		left: 10px;
	}
	.pqrCarousel .btnNext {
		right: 10px;
	}
}
@media screen and ( max-width : 767px ) {
	.pqrCarousel .btnPrev,
	.pqrCarousel .btnNext {
		top: 55px;
	}
}
.pqrCarousel .btnPrev::before,
.pqrCarousel .btnNext::before {
	content: "";
	overflow: hidden;
	position: absolute;
	top: calc( 50% - 10px );
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border-color: #333333;
	border-style: solid;
	border-width: 5px 5px 0 0;
	transform-origin: center;
}
.pqrCarousel .btnPrev::before {
	right: calc( 50% - 13px );
	transform: rotate(225deg);
}
.pqrCarousel .btnNext::before {
	left: calc( 50% - 13px );
	transform: rotate(45deg);
}

.pqrCarousel > ol {
	position: relative;
	left: -50%;
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
}
.pqrCarousel > ol > li {
	width: 10px;
	height: 10px;
	margin: 0 10px;
	background: linear-gradient( #067CF1 , #09DEAD );
	border-radius: 50%;
	transform-origin: center;
	transform: scale(1);
}
.pqrCarousel > ol > li.current {
	transform: scale(1.5);
}
.pqrCarousel li {
	cursor: pointer;
}
.pqrCarousel li:hover {
	opacity: 0.8;
}


/* ======== movieOverlay ======== */
.movieOverlay {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	cursor: pointer;
}
.movieOverlay video-js {
	cursor: default;
}
.movieOverlayContent {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 960px;
	height: 100%;
	margin: 0 auto;
}
@media screen and ( max-width : 990px ) {
	.movieOverlayContent {
		width: calc( 100vw - 30px );
	}
}
@media screen and ( max-height : 560px ) and ( min-aspect-ratio : 990 / 560 ) {
	.movieOverlayContent {
		width: calc( ( 100vh - 20px ) / 540 * 960 );
	}
}
.movieOverlayClose {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 60px;
	height: 60px;
	cursor: pointer;
}
.movieOverlayClose::before,
.movieOverlayClose::after {
	content: "";
	position: absolute;
	left: calc( 50% - 5px );
	top: 0;
	display: block;
	width: 10px;
	height: 100%;
	overflow: hidden;
	background: #ffffff;
	transform-origin: center;
}
.movieOverlayClose::before {
	transform: rotate(45deg);
}
.movieOverlayClose::after {
	transform: rotate(-45deg);
}


/* ======== Parallax ======== */
[data-parallax]:not(.pqrAppearDone) {
	transition: all 800ms ease-out;
}
[data-parallax] {
	opacity: 0;
}
[data-parallax="BtoT"] {
	transform: translate(0px,50px);
}
[data-parallax="TtoB"] {
	transform: translate(0px,-50px);
}
[data-parallax="LtoR"] {
	transform: translate(-50px,0px);
}
[data-parallax="RtoL"] {
	transform: translate(50px,0px);
}
[data-parallax].pqrAppear {
	opacity: 1;
	transform: translate(0px,0px);
}

[data-parallax="topSubtitle"]:not(.pqrAppearDone) {
	transition: all 300ms cubic-bezier(.17,.67,.31,.99);
	opacity: 1;
	transform-origin: left;
	transform: scale(0, 1);
}
[data-parallax="topSubtitle"].pqrAppear {
	transform: scale(1);
}
[data-parallax="topSubtitle"]::after {
	transform-origin: right;
	transition: all 400ms cubic-bezier(.17,.67,.31,.99);
	transform: scale(1,1);
}
[data-parallax="topSubtitle"].pqrAppearDone::after {
	transform: scale(0,1);
}

[data-parallax="pqrH2"]:not(.pqrAppearDone) {
	transition: all 300ms cubic-bezier(.17,.67,.31,.99);
	opacity: 1;
	transform-origin: left;
	transform: scale(0, 1);
}
[data-parallax="pqrH2"].pqrAppear {
	transform: scale(1);
}
[data-parallax="pqrH2"]::after {
	transform-origin: right;
	transition: all 400ms cubic-bezier(.17,.67,.31,.99);
	transform: scale(1,1);
}
[data-parallax="pqrH2"].pqrAppearDone::after {
	transform: scale(0,1);
}

[data-parallax="pqrH3"]:not(.pqrAppearDone) {
	transition: all 300ms cubic-bezier(.17,.67,.31,.99);
	opacity: 1;
	transform-origin: left;
	transform: scale(0, 1);
}
[data-parallax="pqrH3"].pqrAppear {
	transform: scale(1);
}
[data-parallax="pqrH3"]::after {
	transform-origin: right;
	transition: all 400ms cubic-bezier(.17,.67,.31,.99);
	transform: scale(1,1);
}
[data-parallax="pqrH3"].pqrAppearDone::after {
	transform: scale(0,1);
}


/* ======== Lightbox ======== */
img[data-plb],
.pqrLightbox > li {
	cursor: pointer;
}
img[data-plb]:hover,
.pqrLightbox > li:hover {
	opacity: 0.7!important;
}

#pqrLightboxOverlay {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	cursor: pointer;
}
#pqrLightboxOverlay::before,
#pqrLightboxOverlay::after {
	content: "";
	position: absolute;
	right: 35px;
	top: 10px;
	display: block;
	width: 10px;
	height: 60px;
	overflow: hidden;
	background: #ffffff;
	transform-origin: center;
}
#pqrLightboxOverlay::before {
	transform: rotate(45deg);
}
#pqrLightboxOverlay::after {
	transform: rotate(-45deg);
}

.pqrLightboxContent {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 300ms linear;
}
.pqrLightboxContent.current {
	opacity: 1;
	z-index: 1;
}

.pqrLightboxContent > div {
	position: relative;
}
.pqrLightboxContent > div > img {
	width: auto;
	height: auto;
	max-width: calc( 100vw - 15px );
	max-height: calc( 100vh - 120px );
}
.pqrLightboxContent > div > div {
	position: absolute;
	width: 100%;
}
.pqrLightboxContent > div > .count {
	text-align: center;
	left: 0;
	bottom: 100%;
	width: 100%;
	color: #ffffff;
	font-size: 30px;
}
.pqrLightboxContent > div > .caption {
	text-align: left;
	left: 0;
	top: calc( 100% + 5px );
	width: 100%;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.1;
}
.pqrLightboxContent > div > .prev,
.pqrLightboxContent > div > .next {
	top: 0;
	width: 50%;
	height: 100%;
	cursor: pointer;
}
.pqrLightboxContent > div > .prev {
	left: 0;
}
.pqrLightboxContent > div > .next {
	right: 0;
}
.pqrLightboxContent > div > .prev::before,
.pqrLightboxContent > div > .prev::after,
.pqrLightboxContent > div > .next::before,
.pqrLightboxContent > div > .next::after {
	content: "";
	overflow: hidden;
	position: absolute;
	display: block;
}
.pqrLightboxContent > div > .prev::before,
.pqrLightboxContent > div > .next::before {
	top: calc( 50% - 20px );
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
}
.pqrLightboxContent > div > .prev::before {
	left: 10px;
}
.pqrLightboxContent > div > .next::before {
	right: 10px;
}
.pqrLightboxContent > div > .prev::after,
.pqrLightboxContent > div > .next::after {
	top: calc( 50% - 10px );
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border-color: #333333;
	border-style: solid;
	border-width: 5px 5px 0 0;
	transform-origin: center;
}
.pqrLightboxContent > div > .prev::after {
    transform: rotate(225deg);
	left: 24px;
}
.pqrLightboxContent > div > .next::after {
    transform: rotate(45deg);
	right: 24px;
}

@media screen and ( max-height : 750px ), screen and ( max-width : 500px ) {
	#pqrLightboxOverlay::before,
	#pqrLightboxOverlay::after {
		right: 18px;
		top: 5px;
		width: 6px;
		height: 30px;
	}

	.pqrLightboxContent > div > img {
		width: auto;
		height: auto;
		max-width: calc( 100vw - 15px );
		max-height: calc( 100vh - 80px );
	}
	.pqrLightboxContent > div > .count {
		font-size: 20px;
	}
	.pqrLightboxContent > div > .caption {
		top: calc( 100% + 5px );
		padding: 0 40px;
		font-size: 12px;
	}
	.pqrLightboxContent > div > .prev,
	.pqrLightboxContent > div > .next {
		height: calc( 100% + 40px );
	}
	.pqrLightboxContent > div > .prev::before,
	.pqrLightboxContent > div > .next::before {
		top: auto;
		bottom: 5px;
		width: 30px;
		height: 30px;
		background: rgba(255,255,255,1);
	}
	.pqrLightboxContent > div > .prev::before {
		left: 0px;
	}
	.pqrLightboxContent > div > .next::before {
		right: 0px;
	}
	.pqrLightboxContent > div > .prev::after,
	.pqrLightboxContent > div > .next::after {
		top: auto;
		bottom: 12px;
		width: 15px;
		height: 15px;
		border-width: 4px 4px 0 0;
	}
	.pqrLightboxContent > div > .prev::after {
		left: 11px;
	}
	.pqrLightboxContent > div > .next::after {
		right: 11px;
	}

}

/* ======== Utility ======== */
.unit {
	display: inline-block;
}

.ta_c {
	text-align: center;
}



@media screen and (max-width: 1304px) {
}

@media screen and (max-width: 767px) {
}

/* ======== Trademark ======== */
#Contents .trademarkQR {
	font-size: 14px;
	margin: 20px 0 50px;
	padding-left: 1em;
	text-align: right;
	text-indent: -1em;
}
@media screen and (max-width: 480px) {
	#Contents .trademarkQR {
		text-align: left;
	}
}