.kvbox {
	background-image: url(../images/bg_desktop.jpg);
    background-color: #000;
	background-position: top center;
	background-repeat: no-repeat;
	background-size:100% 100%;
    /*height: 490px;*/
	/*
    max-width: 1500px;
    margin: auto;
    position: relative;
	display:flex;
	color:#FFF;
	*/
	/*height: 490px;*/
}

.kvbox .inner{
	background-image: url(../images/bg_image_desktop.jpg);
	background-repeat: no-repeat;
	background-position: top right 15%;
	background-size:auto 100%;
    max-width: 1500px;
    margin: auto;
    position: relative;
	display:flex;
	color:#000;
}

.kvbox .wrapper {
    padding: 0 0 0 15%;
    height: 100%;
    max-width: 76.53%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kv-content {
    max-width: 1155px;
    color: #FFF;
    /*font-size: 16px;*/
	font-size:115%;
    margin: auto;
}

.kv-content div {
    /*max-width: 460px;*/
}

.kv-content div:nth-child(1) {
    /*font-size: 35px;*/
	font-size:240%;
    /*line-height: 40px;*/
	line-height:1.05;
    text-transform: uppercase;
    font-family: HelveticaNeueW01-UltLt;
    padding-top: 26px;
    padding-bottom: 15px;
}
.kv-content>div p:nth-child(2) {
	font-size:75%;
}

.kv-content div:nth-child(3) {
    padding: 20px 0;
	padding-top:0px;
}

.kv-content div:nth-child(4) {
    margin-top: 10px;
}

.kv-gif {
    width: 56.756%;
    max-width: 840px;
    height: 490px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #a4000d;
}

.kv-gif::before {
    content: '';
    position: absolute;
    background-image: url(../images/desktop_kv.gif);
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

.kv-gif::after {
    content: '';
    position: absolute;
    background-image: url(../images/loading.gif);
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

.desktop .kv-half{
	position:absolute;
	left:0px;
	top:0%;
	width:59%;
}
.desktop .kv-content{
	color:#000;
	/*position:absolute;*/
	/*left:90px;*/
	/*left:7.9%;*/
	float:right;
	padding-right:7.5%;
}
.desktop .kv-desktop{
	position:relative;
}
@media screen and (max-width:1499px) and (min-width:1201px){
	.desktop .kv-half { top: 8%; }
}
@media screen and (max-width:1200px) and (min-width:1001px){
	.desktop .kv-half { top: 8%; }
}
@media screen and (max-width:1000px) and (min-width:801px){
	.desktop .kv-half { top: 1%; }
}
@media screen and (max-width:800px) and (min-width:681px){
	.desktop .kv-half { top: 0%; }
}
.desktop.kv-right{
	box-sizing: border-box;
	width:39.66%;
	padding-top:41.5%;
}

.content-header {
	font-size: 70px;
	line-height:0.95;
	text-transform: uppercase;
	font-weight:400;
}

.content-header-desc {
    padding-top: 1%;
    font-size: 46px;
    /*max-width: 500px;*/
}

.content-body {
    max-width: 73%;
    padding: 3% 0;
	font-size:32px;
}
@media screen and (max-width:1499px) and (min-width:681px){
	.content-header {
		font-size:4.67vw;
	}
	.content-header-desc {
		font-size:3.07vw;
	}
	.content-body {
		font-size:2.11vw;
	}
}

.about {
    background-color: #000;
    color: #FFF;
}

.wrapper {
	/*
    padding: 0 15px;
    max-width: 1148px;
    margin: auto;
	*/
    max-width: 1500px;
    margin: auto;
	padding: 5% 0;
}

.about .tab {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.about .tab p {
    padding: 0 50px;
}

.about .tab a {
    color: #FFF;
    font-size: 24px;
    display: inline-block;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}

.about .tab a:hover, .about .tab a.active {
    border-bottom: 2px solid #FFF;
}

.about-header {
	font-size: 28px;
    text-align: center;
    margin: auto;
    max-width: 100%;
	padding: 0 15%;
}

.about-header p {
    /*padding: 15px 0;*/
}
@media screen and (max-width:1499px) and (min-width:681px){
	.about-header {
		font-size: 1.86vw;
	}
}

.articel {
    display: flex;
    /*justify-content: space-between;*/
    padding-bottom: 50px;
}

.articel-item {
    /*width: 347px;*/
	width: 25%;
    text-align: center;
}
.articel-item img {
	width:100%;
}
/*
@media screen and (max-width:1499px) and (min-width:1201px){
	.articel-item { max-width: 347px; }
}
@media screen and (max-width:1200px) and (min-width:1001px){
	.articel-item { max-width: 31%; }
	.articel-item img { width:100%; }
}
@media screen and (max-width:1000px) and (min-width:801px){
	.articel-item { max-width:31%; }
	.articel-item img { width:100%; }
}
@media screen and (max-width:800px) and (min-width:681px){
	.articel-item { max-width:31%; }
	.articel-item img { width:100%; }
}
*/

.articel-item div p:nth-child(1) {
    font-size: 35px;
    padding: 30px 0 0;
    /*height: 42px;*/
}

.articel-item div p:nth-child(2) {
    font-size: 18px;
    line-height: 1.5;
	padding:0 10px;
}

.articel-item  a{
	color:#FFF;
	text-decoration:underline;
}


.gotodetail {
    display: inline-block;
    width: 200px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #FFF;
    color: #FFF;
    /*font-size: 15px;*/
	font-size:110%;
}

.desktop .gotodetail {
    display: inline-block;
    width: 200px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #000;
    color: #000;
    font-size: 15px;
}

.kvbox .gotodetail{
    display: inline-block;
    width: 200px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #FFF;
    color: #FFF;
    /*font-size: 15px;*/
	font-size:110%;
}

/* quote */
.quote {
	background:url(../images/03_notext.jpg) no-repeat;
    background-color: #dbb292;
    max-width: 1500px;
    /*padding: 85px 0;*/
	padding:73px 0;
	/*padding-left:80px;*/
    margin: auto;
    color: #fff;
    text-transform: uppercase;
}

.quote .wrapper div:nth-child(1) {
	text-align:left;
    /*font-size: 43px;*/
	/*padding:0px 125px;*/
	padding:0px 10.4%;
	font-size:330%;
    line-height: 60px;
    font-family: HelveticaNeueW01-UltLt;
}

.quote .wrapper div:nth-child(2) {
	text-align:left;
	padding-left:125px;
    padding-top: 20px;
    /*font-size: 34px;*/
	font-size:210%;
    font-family: HelveticaNeueLTStd-Th;
}
@media screen and (max-width:1499px) and (min-width:1201px){
	.quote .wrapper { max-width: 1000px; }
}
@media screen and (max-width:1200px) and (min-width:1001px){
	.quote .wrapper { max-width: 800px; }
}
@media screen and (max-width:1000px) and (min-width:801px){
	.quote .wrapper { max-width:680px; }
}
@media screen and (max-width:800px) and (min-width:681px){
	.quote .wrapper { max-width:680px; }
}




/* video */

.youtube {
    position: relative;
    max-width: 1500px;
    margin: auto;
    min-height: 100px;
    background-color: #888;

}

.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}


.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-kv2-image {
    height: 808px;
    background-image: url(../images/home-kv2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    margin: auto;
}

.products{
	max-width:1500px;
	margin:auto;
	text-align:center;
	padding-bottom:50px;
}
.products-header{
    font-size:65px;
    line-height:60px;
    font-family:HelveticaNeueW01-UltLt;
    padding-bottom:60px;
}
.products-row{
	display:flex;
	width:96.67%;
	margin:auto;
}
.product-item{
	width:25%;
}
/*
.product-item{
	float:left;
	width:33.33%;
}
*/
.product-item .content-header{
	padding-top:25px;
    font-size: 41px;
    font-family: HelveticaNeueW01-UltLt;
	height:145px;
	padding-bottom:20px;
	vertical-align:middle;
}
@media screen and (max-width:1499px) and (min-width:681px){
	.product-item .content-header { font-size: 2.73vw; height:9.67vw; }
}
.product-item .content{
    font-size: 24px;
    font-family: HelveticaNeueW01-UltLt;
}
.product-item .content a{
    display: inline-block;
    width: 200px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #000;
    color: #000;
}
@media screen and (max-width:900px) and (min-width:681px){
	.product-item .content a{
		width:18vw;
		font-size:15px;
	}
}
.prodcut-item .desktop{
}
.product-item .mobile{
	display:none;
}
.products-view-more{
	padding-top:40px;
    font-size: 24px;
    font-family: HelveticaNeueW01-UltLt;
}
.products-view-more a{
    display: inline-block;
    width: 200px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #000;
    color: #000;
}
@media screen and (max-width:900px) and (min-width:681px){
	.products-view-more a{
		width:18vw;
		font-size:15px;
	}
}
.clear{
	clear:both;
}

/* detail */
.detail {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
}
@media screen and (max-width:1499px) and (min-width:681px){
	.detail{
		font-size:2vw;
	}
}

.detail-header {
    padding-top: 80px;
    font-size: 65px;
    line-height: 60px;
    font-family: HelveticaNeueW01-UltLt;
    padding-bottom: 20px;
}

.detail-content .large{
	font-size:130%;
}


/* form */
.register-form {
	/*
    max-width: 1500px;
    margin: auto;
	*/
	/*background-color: #ffcfa5;*/
    /*background-color: #FFF;*/
}

.register-form .wrapper{
	width:100%;
	max-width:1004px;
	margin:auto;
	padding:0;
}
@media screen and (max-width:1034px) and (min-width:681px){
	.register-form .wrapper{
		width:auto;
		padding:0 15px;
	}
}

.form-header {
    text-align: center;
    color: #000;
    /*padding-top: 5%;*/
}

.form-header p:nth-child(1) {
    font-size: 58px;
}

.form-header p:nth-child(2) {
    padding: 5px 0 20px 0;
    font-size: 20px;
    max-width: 1000px;
    margin: auto;
}

.form-group-header {
    /*margin: 0 -5px;*/
    /*padding-top: 6.25%;*/
	padding-top:48px;
    font-size: 64px;
	text-align:center;
	font-family: 'HelveticaNeue';
	font-weight:200;
}

.form-group-title {
    margin: 0 -5px;
    font-size: 20px;
    padding: 2.5% 0 0.63%;
	font-family: 'HelveticaNeue';
	font-weight:300;
}
@media screen and (max-width:970px) and (min-width:681px){
	.detail-header {
		font-size:43px;
	}
	.form-group-header{
		font-size:43px;
	}
}

.textarea-row .form-group-title,
.leUi-col .form-group-title {
    margin: 0;
}

.form-body {
    margin: auto;
    color: #000;
	/*color:#fff;*/
}

.leUi-row {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.leUi-col {
    width: 50%;
    margin: 0 5px;
}

.form-group label:nth-child(1) {
    display: block;
    padding-bottom: 10px;
}

.form-group .form-control {
    padding: 0 10px;
    /*background-color: #fff;*/
	background-color: transparent;
    color: #000000;
	/*color:#fff;*/
    border: 1px solid #d9d9d9;
	/*border: 1px solid #fff;*/
	/*border: 1px solid #000;*/
    height: 50px;
    line-height: 50px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    appearance: none;
    font-size: 20px;
    border-radius: 0;
}

::-webkit-input-placeholder {
    color: #5D5D5D;
	/*color:#000;*/
}

::-moz-placeholder {
    color: #5D5D5D;
	/*color:#000;*/
}

:-ms-input-placeholder {
    color: #5D5D5D;
	/*color:#000;*/
}



.has-error .form-control {
    border: 1px solid #e6001e;
}

.has-error .form-control.skip {
    border: 1px solid #a6a6a6 !important;
}

.has-error em.error,
.tnc .error {
    color: #e6001e;
    display: inline-block;
    padding-top: 5px;
    font-size: 14px;
}

/* select */
select {
    font-size: inherit;
    margin: 0;
    text-overflow: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    padding: 8px 24px 8px 10px;
    height: 100%;
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 13px 8px;
    font-size: 14px;
}

.select {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 40px;
}

option{
	color:#000;
	font-family:HelveticaNeue;
	font-weight:300;
}

#redeemDateList option:nth-child(1),
#redeemStore option:nth-child(1) {
    color: #888;
}

/* // select */


.hidden-input {
    width: 1px;
    height: 1px;
    position: absolute;
    opacity: 0;
    left: -9999px;
}

/* phone */
.phone-row {
    display: flex;
}

.phone-col:nth-child(1) {
    width: 30%;
}

.phone-col:nth-child(2) {
    width: 70%;
    padding-left: 10px;
}

.textarea-row {
    margin: 0 -5px;
}

.form-group textarea.form-control {
    padding: 10px;
    height: 150px;
    line-height: 24px;
}

.tnc {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 30px;
    margin-top: 20px;
}

.tnc-label {
    display: block;
    position: relative;
    font-size: 18px;

}

.tnc input[type=checkbox] {
    position: absolute;
    left: -99999px;
    opacity: 0;
}

.tnc .tnc-content {
    display: block;
    min-height: 22px;
}

.tnc-content a {
    color: #000;
    text-decoration: underline;
}

.tnc .checkbox {
    display: block;
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 1px solid #000;
    position: absolute;
    left: -30px;
    top: 0;
    cursor: pointer;
}

.tnc-label input:checked+span::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    top: 3px;
    left: 8px;
    border: 2px solid #000;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

.tnc .error {
    display: block;
    margin-left: -30px;
}

.tnc a {
    color: #000;
    text-decoration: underline;
}

.tnc a:hover {
    color: #222;
}

.tnc-text {
    margin: 0 -5px;
    padding-top: 30px;
    font-size: 18px;
}

.button-submit {
    padding: 60px 0 90px;
    text-align: center;
}

.button-submit button[name='submit'],
.submit-loading {
    display: inline-block;
	/*
    width: 100%;
    height: 50px;
    line-height: 50px;
    max-width: 400px;
	*/
	padding: 16px 54px;
    text-align: center;
    background-color: #000;
    color: #FFF;
	/*
    border: 1px solid #000;
	*/
	border:0;
    cursor: pointer;
	/*
    font-size: 18px;
	*/
    margin: auto;
	/*
    padding: 0;
	*/
	font-size: 20px;
	font-family: 'HelveticaNeue';
	font-weight: 200;
}

.submit-loading {
    cursor: progress;
    display: none;
}

.small-loading {
    animation: ani-360 2s linear 0s infinite normal;
    display: inline-block;
    position: relative;
    top: 6px;
    width: 22px;
    height: 22px;
    border: 1px solid #FFF;
    border-radius: 50%;
}

.small-loading::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    background-color: #000;
}

/* 360度转 */
@keyframes ani-360 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.tnc-popup {
    color: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
}

.tnc-popup::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}

.tnc-popup-content {
    width: 880px;
    height: 480px;
    background-color: #FFF;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -240px;
    margin-left: -440px;
}

.tnc-popup-content a {
    color: #000;
}

.tnc-popup-title {
    font-size: 22px;
    padding: 50px 30px 0 30px;
    text-align: center;

}

.tnc-close {
    position: relative;
}

.tnc-close i {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/close.png);
    background-size: 100% 100%;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.tnc-popup-list {
    padding: 30px;
}

.tnc-popup-list ul {
    margin-left: 1em;
}

.tnc-popup-list li {
    list-style-type: decimal;
    font-size: 16px;
    padding: 5px 0;
    line-height: 1.5;
}

.radio-select{
	display:flex;
}

.radio-select div:nth-child(1){
	padding-right:30px;
}

.radio-select label{
	position:relative;
	display:block;
	margin-left:45px;
}

.radio-select input[type=checkbox] {
    position: absolute;
    left: -99999px;
    opacity: 0;
}

.radio-select .checkbox {
    display: block;
    width: 22px;
    height: 22px;
    background-color: #FFF;
    border: 1px solid #000;
    position: absolute;
    left: -30px;
    top: 0;
    cursor: pointer;
}

.radio-select input:checked+span::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    top: 3px;
    left: 8px;
    border: 2px solid #000;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

.details-popup {
    color: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
}

.details-popup::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}

.details-popup-content {
    width: 880px;
    height: auto;
    background-color: #000;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -240px;
    margin-left: -440px;
	color:#fff;
}

.details-popup-content a {
    color: #fff;
}

.details-popup-title {
    font-size: 55px;
    padding: 50px 0px 0 0px;
    text-align: left;

}

.details-info{
	display:flex;
	padding:0 50px;
	align-items: flex-end;
}

.details-info > div:nth-child(1){
	width:130%;
}
.details-info > div:nth-child(2){
	width:70%;
	text-align:right;
}
.details-info > div:nth-child(2) img{
	width:90%;
	margin:0 0 0 auto;
}
.details-info > div:nth-child(2) > div:nth-child(1){
	font-size:30px;
}
.details-info > div:nth-child(2) > div:nth-child(2){
	font-size:16px;
	padding-bottom:15px;
}

.details-question, .details-anwser{
	font-size:18px;
	padding-right:20px;
}

.details-question{
	font-weight:bold;
}

.details-anwser{
	padding-bottom:15px;
}

.details-button{
	padding-top:30px;
	padding-bottom:50px;
	text-align:center;
}

.details-button .close-details{
	display: inline-block;
    width: 200px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 17px;
}

.details-close {
    position: relative;
}

.details-close i {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/close.png);
    background-size: 100% 100%;
    top: 20px;
    right: 20px;
    cursor: pointer;
	filter:invert(100%);
	-webkit-filter:invert(100%);
}

.mobile-row{
	position:relative;
}

.mobile-country-code{
	position:absolute;
	top:0px;
	left:0px;
	font-size:20px;
	height:50px;
	line-height:50px;
	padding:0 10px;
}

.mobile-row #phone,
.mobile-row #event_phone,
.mobile-row #artistryhour_phone{
	padding-left:63px;
}
/*
@media screen and (max-width:1499px) and (min-width:681px){
	.form-group-header {
		font-size:3.53vw;
	}
	.form-group-title {
		font-size:2.13vw;
	}
	.form-group .form-control{
		font-size:1.87vw;
		height:3.33vw;
		line-height:3.33vw;
		padding:0 1.25%;
	}
	.has-error em.error,
	.tnc .error {
		padding-top:6.25%;
		font-size:0.93vw;
	}
	select {
		font-size:0.93vw;
	}
	.tnc-label{
		font-size:1.2vw;
	}
	.button-submit button[name='submit'],
	.submit-loading{
		height:4.27vw;
		line-height:4.27vw;
		font-size:2.13vw;
		max-width:20vw;
	}
	.mobile-country-code{
		font-size:1.87vw;
		height:3.33vw;
		line-height:3.33vw;
	}
	.mobile-row #phone,
	.mobile-row #event_phone,
	.mobile-row #artistryhour_phone{
		padding-left:10%;
	}
}
*/
.kv{
	width:100%;
	max-width:1500px;
	margin: 0 auto;
	position:relative;
	background:#000000;
}
.kv .content{
	position:absolute;
	top:97px;
	left:72px;
}
.kv .content-header{
	display: flex;
	width: 593px;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
	font-size: 64px;
	font-family: 'HelveticaNeue';
	font-style: normal;
	font-weight: 200;
	line-height: normal;
	text-transform: uppercase;
	color:#000000;
}
.kv .content-sub-header{
	font-size: 40px;
	font-family: 'HelveticaNeue';
	font-style: normal;
	font-weight: 200;
	line-height: normal;
	text-transform: uppercase;
	color:#000000;
}
.kv .content-sub-header b{
	font-weight:400;
}
.kv .content-text{
	padding-top:20px;
	font-size: 26px;
	font-family: 'HelveticaNeue';
	font-style: normal;
	font-weight: 200;
	line-height: normal;
	color:#000000;
}
.kv .content-cta{
	padding-top:20px;
}
.kv .content-cta a{
	display:inline-block;
	border:1px solid #000000;
	padding:7px 35px;
	font-size: 18px;
	font-family: 'HelveticaNeue';
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	color:#000000;
}
.about{
	width:100%;
	max-width:1500px;
	margin: 0 auto;
	display:flex;
	background:#ffffff;
}
.about > div{
	width:33.33%;
}
.about .content .content-header{
	padding-top:30px;
	font-size: 40px;
	font-family: 'HelveticaNeue';
	font-style: normal;
	font-weight: 200;
	line-height: normal;
	text-transform: uppercase;
	color:#000000;
	text-align:center;
}
.about .content .content-text{
	padding-top:10px;
	font-size: 26px;
	font-family: 'HelveticaNeue';
	font-style: normal;
	font-weight: 200;
	line-height: normal;
	color:#000000;
	text-align:center;
    padding-left: 5px;
    padding-right: 5px;
}
.detail{
	padding-top:87px;
	padding-bottom:16px;
	display:flex;
	flex-direction: column;
	gap:20px;
}
.detail-content{
	width:100%;
	max-width:1500px;
	margin:0 auto;
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content: center;
}
.detail .content-header{
	font-size: 64px;
	font-family: 'HelveticaNeue';
	font-style: normal;
	font-weight: 200;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
}
.detail .content-text{
	font-size: 24px;
	font-family: 'HelveticaNeue';
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-align: center;
}
.lreb-img{
	width:14%;
}
@media screen and (max-width:1499px) and (min-width:681px){
	.kv .content{
		top:6.46vw;
		left:4.8vw;
	}
	.kv .content-header{
		width: 39.53vw;
		gap: 0.93vw;
		font-size: 4.26vw;
	}
	.kv .content-sub-header{
		font-size: 2.66vw;
	}
	.kv .content-text{
		padding-top:1.33vw;
		font-size: 1.73vw;
	}
	.kv .content-cta{
		padding-top:1.33vw;
	}
	.kv .content-cta a{
		padding:0.46vw 2.33vw;
		font-size: 1.2vw;
	}
	.about .content .content-header{
		padding-top:2vw;
		font-size: 2.66vw;
	}
	.about .content .content-text{
		padding-top:0.66vw;
		font-size: 1.73vw;
		padding-left: 0.33vw;
		padding-right: 0.33vw;
	}
}
@media screen and (max-width:680px){
	.kv{
		/*margin-bottom:4.58vw;*/
	}
	.kv .content{
		position:static;
		padding:5.88vw 0;
		/*
		top:33.33vw;
		left:31.04vw;
		*/
	}
	.kv .content-header{
		/*width: 67.43vw;*/
		width:100%;
		text-align:center;
		font-size: 9.14vw;
		line-height:87.4%;
		color:#ffffff;
		display:block;
	}
	.kv .content-sub-header{
		color:#ffffff;
		text-align:center;
		font-size: 4.94vw;
	}
	.kv .content-text{
		color:#ffffff;
		text-align:center;
		font-size: 4.44vw;
	}
	.kv .content-cta{
		text-align:center;
	}
	.kv .content-cta a{
		color:#ffffff;
		border:1px #ffffff solid;
		font-size: 4.44vw;
	}
	.about{
		flex-direction:column;
	}
	.about > div{
		width:100%;
		padding-bottom: 4.41vw;
	}
	.about .content .content-header{
		padding-top: 4.41vw;
		font-size: 6.94vw;
	}
	.about .content .content-text{
		padding-top: 1.47vw;
		font-size: 4.44vw;
	}
	.detail{
		padding-top:7.37vw;
		padding-bottom:7.37vw;
		gap:4.58vw;
		width:83.46vw;
		margin:0 auto;
	}
	.detail .content-header{
		font-size: 6.1vw;
	}
	.detail .content-text{
		font-size: 4.07vw;
	}
	.detail-content{
		flex-direction:column;
		align-items: center;
	}
	.lreb-img{
		width:45%;
	}
}

@media screen and (max-width: 680px) {


    .kvbox img {
        display: block;
        width: 100%;
    }

    .kvbox {
        /*background-image: none;*/
        height: auto;
        /*background-color: #000000;*/
        /*text-align: center;*/
		color:white;
    }
	
	.kvbox .inner{
		background-position: top right 10%;
	}

    .kv-content {
        color: #FFF;
        background-color: #000;
        font-size: 16px;
        padding: 40px 15px;
    }

    .kv-content div:nth-child(1) {
        font-size: 40px;
        line-height: 40px;
        padding-top: 0;
    }

    .home-kv2-image {
        height: auto;
        background-image: none;
    }

    .home-kv2-image img {
        width: 100%;
    }

    .kv-gif::before,
    .kv-gif::after {
        content: '';
        position: absolute;
        background-image: none;
    }

    .kv-gif img {
        display: block;
        width: 100%;
    }
	
	.kvbox .wrapper {
		/*padding: 0;*/
		padding:0 0 0 10%;
	}
	
	.content-header {
		/*
		padding-top: 40px;
		font-size: 50px;
		*/
		font-size:4.67vw;
	}
	
	.content-header-desc {
		/*
		padding: 0 15px 0 15px;
		font-size: 18px;
		*/
		font-size:3.07vw;
	}
	
	.content-body {
		/*
		font-size: 15px;
		padding: 30px 15px;
		*/
		max-width:70%;
		font-size:2.13vw;
	}
	
	.kvbox .desktop {
		display:block !important;
	}
	
	.about .tab {
		padding: 40px 0 10px;
	}
	
	.about .tab p {
		padding: 0 20px;
	}
	
	.about .tab a {
		font-size: 15px;
	}
	
	.about-header {
		/*
		font-size: 15px;
		padding-bottom: 30px;
		*/
		font-size: 2.13vw;
		padding:0 10%;
	}
	
	.about-header p {
		/*
		padding: 10px 0;
		*/
	}
	
	.articel {
		flex-direction: column;
		padding-bottom:0;
	}
	
	.articel-item {
		width: auto;
		text-align: center;
		/*padding-bottom: 50px;*/
		font-size: 14px;
		display:flex;
	}
	
	.articel-item img {
		/*width: 80%;*/
		margin: auto;
	}
	
	.articel-item > p{
		width:75%;
	}
	
	.articel-item > div{
		width:125%;
	}
	
	.articel-item div p:nth-child(1) {
		text-align:left;
		padding: 10px;
		height: auto;
		font-size: 24px;
	}

	.articel-item div p:nth-child(2) {
		text-align:left;
		font-size: 15px;
		line-height: 1.5;
	}

    .gotodetail {
        width: 180px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
	
	.kvbox .gotodetail{
		color:white;
		border:1px solid white;
	}

    /* .quote*/
    .quote {
		background-image:url(../images/mobile_04_notext.jpg);
        height: auto;
        padding: 30px 0;
    }

    .quote .wrapper div:nth-child(1) {
        font-size: 20px;
		padding:0 3.4%;
        line-height: 1.4;
		font-family: HelveticaNeueLTStd-Th;
		font-weight:bold;
    }

    .quote .wrapper div:nth-child(2) {
        padding-top: 10px;
		padding-left:0;
        font-size: 12px;
		text-align:center;
    }
	
	.products-row{
		width:100%;
		flex-wrap: wrap;
	}
	.product-item{
		/*width:100%;*/
		width:50% !important;
	}
	.product-item .content-header{
		padding-top:17px;
		padding-left:10px;
		padding-right:10px;
        font-size: 29px;
		text-align:center;
	}
	.product-item .content{
		padding-bottom:23px;
        font-size: 16px;
		padding-left:10px;
		padding-right:10px;
		text-align:center;
	}
	.product-item .content a{
		width:70%;
	}
	.products-view-more{
        font-size: 16px;
	}
	.products-view-more a{
		width:70%;
	}

    /* detail */
    .detail {
        font-size: 16px;
        line-height: 22px;
        padding: 0 15px
    }

    .detail-header {
        padding-top: 40px;
        padding-bottom: 10px;
        font-size: 29px;
        line-height: 1.2;
        margin: 0 -15px;
    }


    /* form */
	.register-form .wrapper{
		/*width:80%;*/
		width:auto;
		padding:0 10px;
	}
	/*
    .leUi-row {
        margin: 0;
        flex-direction: column;
    }

    .leUi-col {
        width: 100%;
        margin: 0;
    }
	*/

    .form-header p:nth-child(1) {
        font-size: 48px;
    }

    .form-header p:nth-child(2) {
        font-size: 18px;
        padding: 0;
    }

    .form-group-header {
        margin: 0;
		/*
        padding-top: 20px;
        font-size: 26px;
		*/
		padding-top:10.94vw;
		font-size:6.55vw;
    }

    .form-group-title {
        margin: 0;
		/*
        font-size: 16px;
        padding: 20px 0 0;
		*/
		font-size: 3.05vw;
    }

    .form-group .form-control {
        /*font-size: 14px;*/
        height: 40px;
        line-height: 40px;
		font-size:3.05vw;
    }

    .textarea-row {
        margin: 0 -5px;
    }

    .form-group {
        padding: 10px 0;
    }

    .leUi-row.mobile-phone {
        display: flex;
        margin-left: -10px;
    }

    .leUi-row.mobile-phone .leUi-col {
        width: 50%;
        margin-left: 10px;
    }

    .form-body .tnc {
        margin-left: 0;
        margin-top: 10px;
    }

    .tnc-label,
    .tnc-text {
        font-size: 14px;
    }

    .button-submit {
        padding: 40px 0 100px;
        text-align: center;
    }

    .button-submit button[name='submit'],
    .submit-loading {
        max-width: 71.24vw;
		/*
        height: 40px;
        line-height: 40px;
        font-size: 16px;
		*/
        margin: auto;
		font-size:5.08vw;
		padding:2.29vw 12.46vw;
    }

    .tnc-popup-title {
        font-size: 18px;
        padding: 40px 15px 0 15px;
        text-align: center;

    }

    .tnc-popup-content {
        width: 90%;
        height: auto;
        left: 5%;
        top: 50px;
        margin-top: 0;
        margin-left: 0;
    }

    .tnc-close i {
        width: 20px;
        height: 20px;
        top: 10px;
        right: 10px;
    }

    .tnc-popup-list {
        padding: 20px;
    }

    .tnc-popup-list li {
        list-style-type: decimal;
        font-size: 14px;
        padding: 5px 0;
        line-height: 1.2;
    }

	.radio-select div:nth-child(1){
		padding-right:5px;
	}
	
	.details-info{
		flex-direction: column;
		padding:0 15px;
	}
	
	.details-info > div:nth-child(1) {
		width:100%;
	}
	.details-info > div:nth-child(2) {
		width:100%;
		text-align:center;
	}

    .details-popup-title {
        font-size: 40px;
        padding: 40px 0px 0 0px;
        text-align: right;
    }
	.details-popup-mtitle{
		padding-top:30px;
		padding-bottom:15px;
	}
	.details-popup-mtitle td:nth-child(1){
		padding-right:25px;
	}

    .details-popup-content {
        width: 90%;
        height: auto;
        left: 5%;
        top: 50px;
        margin-top: 0;
        margin-left: 0;
    }
	
	.details-popup-content .mobile{
		float:right;
		display:inline-block;
	}
	.details-popup-content .mobile img{
		width:100%;
	}
	
	.details-question, .details-anwser {
		font-size:16px;
		padding-right:0;
	}
	
	.form-remark{
		font-size:0.9rem;
	}
	
	.emoji{
		display:inline-block;
		width:16px;
	}
	
	.mobile-country-code{
		top:10px;
		/*
		font-size:14px;
		*/
		font-size:3.05vw;
		height:40px;
		line-height:40px;
	}
	
	.mobile-row #phone,
	.mobile-row #event_phone,
	.mobile-row #artistryhour_phone{
		/*
		padding-left:48px;
		*/
		padding-left:11%;
	}
}


.ui-datepicker{
	font-family: 'HelveticaNeue';
	font-weight:200;
}