@charset "utf-8";
/*default setting start*/
body,
html{
	margin: 0px;
	padding: 0px;
	position: relative;
}
img {
	max-width: 100%;
	border: none;
}
img.full{
	width:100%;
}
body{
	font-family: "Apple LiGothic Medium","Microsoft JhengHei","微軟正黑體",arial,"新細明體",sans-serif;
	font-size: 16px;
	color:#000;
	background-color: #fff;
}
body.noscroll,
body.noscrollcert{
    overflow: hidden;
}

p{
	font-size: 16px;
	line-height: 24px;
}
.transition-effect{
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
ul{
	margin:0;
	padding: 0;
}
img{
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
select{
    border-radius: 0;
    appearance: none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}
in
select::-ms-expand {
    display: none;
}
a,
a:hover,
a:active,
a:focus{
	color:#4e4e4e;
	outline: 0;
}
a:focus{
	text-decoration:none;
}
button{
	outline:none;
}
.container-fluid{
	padding:0; 
	background-color: transparent;
}
.container{
	padding-right: 15px;
	padding-left: 15px;
}
/*default setting end*/
.error{
	display:inline-block;
	color:#e60012;
	font-size:14px;
	margin-top:4px;
}
.error-focus{
	background-color:#fce8eb;
	padding:10px;
	margin: 0 -10px;
}
.img-title{
	line-height: 0
}
.light_bar_bg{
    width: 83.69%;
    position: absolute;
    top: 9%;
    left: 10%;
    padding-top: 89%;
    overflow: hidden;
}
.light_bar{
    position: absolute;
    top: 0%;
    left: -17%;
    width: 133.5%;
    height: 99%;
    -webkit-transform: skewX(31deg) translate3d(0, 0, 0);
    transform: skewX(31deg) translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    overflow: hidden;
}
.light_bar:after {
    content: '';
    background: url(../images/mq_light.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    pointer-events: none;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation: shine 5s ease 1s infinite;
    animation: shine 5s ease 1s infinite;
    opacity: 0.9;
}
@-webkit-keyframes shine {
  0% {
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%); }
  70% {
    -webkit-transform: translateX(120%);
    transform: translateX(120%); }
  100% {
    -webkit-transform: translateX(120%);
    transform: translateX(120%); } }

@keyframes shine {
  0% {
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%); }
  70% {
    -webkit-transform: translateX(120%);
    transform: translateX(120%); }
  100% {
    -webkit-transform: translateX(120%);
    transform: translateX(120%); } }

@-webkit-keyframes pulse { 
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.03, 1.03, 1.03);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-webkit-keyframes upup {
  from {
   top: 0%;
  }
  50% {
     top: -5%;
  }
  to {
    top: 0;
  }
}

@keyframes upup {
  from {
   top: 0%;
  }
  50% {
     top: -5%;
  }
  to {
    top: 0;
  }
}
/*---Header---*/
.header{
	width: 100%;
	min-width:1500px;
	min-height: 83px;	
	background-color:#000;
	position:fixed;
	top:0;
	z-index:9;
	border-bottom: 8px solid #db0250;
}
.header .container{
	height: 100%;
	position: relative;
	max-width: 1200px;
}
.logo{
	position:absolute;
	left:100px;
	top:18px;
	z-index:1;
}
/*2019 add menu*/
.header-menu {
    width: 44px;
    height: 42px;
    position: fixed;
    top: 17px;
    right: 24%;
    background: url(../images/mq_menu.png) no-repeat center center;
    z-index: 1000;
    opacity: 1;
    cursor: pointer;
}
.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.overlay .overlay-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 24%;
    top: 20px;
    overflow: hidden;
    border: none;
    background: url(../images/mq_close.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: rgba(255,255,255,0.84);
}
.overlay nav {
    height: 70%;
    font-size: 34px;
}
.overlay-hugeinc nav {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay-hugeinc nav ul {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}
.overlay ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}
.overlay ul li {
    min-height: 34px;
}
.overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 54px;
}
.overlay ul li a {
    display: block;
    font-size: 2.2vw;
    font-weight: 300;
    color: #000;
    text-align: center;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.overlay ul li a:hover{
    text-decoration: none;
}
@media(max-width: 1200px)
{
    .header-menu,
    .overlay .overlay-close{
        right: 150px;
    }
}
@media(max-width: 768px)
{
    .overlay ul li a{
        font-size: 4vw;
    }
    .overlay .overlay-close {
        width: 40px;
        height: 40px;
    }
    .header-menu,
    .overlay .overlay-close{
        right: 20px;
    }
}
@media(max-width: 425px)
{
    .overlay ul li a{
        font-size: 6vw;
    }
    .header-menu {
        width: 30px;
        height: 30px;
        top: 24px;
        right: 20px;
        background: url(../images/mq_menu.png) no-repeat center center;
        background-size: 100%;
    }
    .overlay .overlay-close {
        width: 30px;
        height: 30px;
        top: 25px;
    }
}
/*---Footer---*/
.footer{
	text-align:center;
	background: #000;
	border-bottom: 8px solid #db0250;
}
.inner{
	width: 63.059%;
	margin: 0 auto;
    position: relative;
}
/*---block one---*/
.block-one{
	background: url(../images/mq_kv_v1.jpg) top center no-repeat;
    background-position-y: -13px;
    background-size: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.block-one .inner{
	padding-top: 45%;
}

.block-one .inner .word {
    position: absolute;
	width: 46.66%;
    left: 48.3%;
    top: 52%;
}
.block-one .inner .lip {
    position: absolute;
	width: 14%;
    left: 80.3%;
    top: 62%;
    padding-top: 32%;
    background: url(../images/mq_kv_lipstick.png) top center no-repeat;
    background-size: 100%;
}
.block-one .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
  z-index: 8;
  transition: width 1.3s cubic-bezier(0.11, 0.2, 0.2, 1);
}

.block-one .mask.active {
  width: 0;
}
/*---video block---*/
.block-video{
    width: 100%;
    overflow: hidden;
}

.block-video .inner {
    width: 100%;
}
.index_video_bg{
	position: absolute;
	width: 100%;
	background-size: cover;
	background-position: center;
}
.index_video_block{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-color: transparent;
}
.index_video_block > div{
    width: 62.5%;
    margin: 0 auto;
}
.index_video_block > div > div{
    padding-top: 56.25%;
    position: relative;   
}
.index_video{
    width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.index_bg_video{
	width: 104%;
    position: absolute;
    left: -2%;
    top: -35%;
    z-index: 0;
    filter: blur(14px);
    -webkit-filter: blur(14px);
    -moz-filter: blur(14px);
    -o-filter: blur(14px);
    -ms-filter: blur(14px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='14');
}
/*---block two---*/
.block-two{
    width: 100%;
    background: url(../images/mq_b2_bg_v1.jpg) center top no-repeat;
    background-size: 100%;
    overflow: hidden;
}
.block-two .inner{
    padding-top: 145.285%;
}
.block-two .inner .word-one a,
.block-two .inner .word-two a,
.block-two .inner .word-three a{
	display: block;
	position: absolute;
}

.block-two .inner .word-one .one{
	width: 38.25%;
    top: 6.2%;
    left: 60.5%;
    background: url(../images/mq_b2_1_p.png) no-repeat;
    background-size: 100%;
    padding-top: 57%;
    z-index: 1;
}
.block-two .inner .word-one .one:hover,
.block-two .inner .word-two .one:hover,
.block-two .inner .word-three .one:hover {
    -webkit-animation: pulse .8s;
    animation: pulse .8s;
}
.block-two .inner .word-one .two{
	width: 43%;
    top: 10%;
	left: 23.6%;
    background: url(../images/mq_b2_1_w_v1.png) no-repeat;
    background-size: 100%;
    padding-top: 34%;
    z-index: 2;
}
.block-two .inner .word-one .two:after,
.block-two .inner .word-two .two:after,
.block-two .inner .word-three .two:after{
    -webkit-animation-name: pulse-shrink;
    animation-name: pulse-shrink;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.block-two .inner .word-one .two:after{
    content: '';
    width: 5.0387%;
    background: url(../images/mq_b2_plus_2.png) no-repeat;
    position: absolute;
    background-size: 100%;
    top: 13%;
    right: -6%;
    padding-top: 5.1%;
}
.block-two .inner .word-one .three{
	width: 40.8333%;
    top: 13.5%;
    left: 3.5%;
    background: url(../images/mq_b2_1_m.png) no-repeat;
    background-size: 100%;
    padding-top: 43%;

}
.block-two .inner .word-two .one{
    width: 92.083%;
    top: 37.8%;
    left: 28.5%;
    background: url(../images/mq_b2_2_p.png) no-repeat;
    background-size: 100%;
    padding-top: 60%;
}
.block-two .inner .word-two .two{
    width: 39.91666%;
    top: 37.5%;
    left: 25.8%;
    background: url(../images/mq_b2_2_w_v1.png) no-repeat;    background-size: 100%;

    padding-top: 33%;
}
.block-two .inner .word-two .two:after{
    content: '';
    width: 5.2028%;
    background: url(../images/mq_b2_plus_1.png) no-repeat;
    position: absolute;
    background-size: 100%;
    top: 13%;
    right: -7%;
    padding-top: 5.2%;
}
.block-two .inner .word-two .three{
    width: 39.083333%;
    top: 42.5%;
    left: 0%;
    background: url(../images/mq_b2_2_m.png) no-repeat;
    background-size: 100%;
    padding-top: 43%;
}
.block-two .inner .word-three .one{
    width: 53.5%;
    top: 59.9%;
    left: -5%;
    background: url(../images/mq_b2_3_p.png) no-repeat;
    background-size: 100%;
    padding-top: 79%;
}
.block-two .inner .word-three .two{
    width: 43.08%;
    top: 68.1%;
    left: 36.9%;
    background: url(../images/mq_b2_3_w_v1.png) no-repeat;    background-size: 100%;

    padding-top: 40%;
}
.block-two .inner .word-three .two:after{
    content: '';
    width: 5.0387%;
    background: url(../images/mq_b2_plus_1.png) no-repeat;
    position: absolute;
    background-size: 100%;
    top: 19%;
    right: -7%;
    padding-top: 5.1%;
}
.block-two .inner .word-three .three{
    width: 37.33%;
    top: 74.2%;
    left: 55.5%;
    background: url(../images/mq_b2_3_m.png) no-repeat;
    background-size: 100%;
    padding-top: 43%;
}
/*---block three---*/
.block-three{
    overflow: hidden;
    margin-top: -11.15%;
}
.block-three .inner {
    height: 1210px;
    padding-top: 130px;
}
.product:after{
	background: url(../images/mq_pro_bar.png) no-repeat;
    background-position: bottom;
    background-size: 100%;
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 19px;
    padding-top: 8.5%;
    z-index: 9;
}
.product .one{
	width: 100%;
    padding-top: 50.3942%;
	background:url(../images/mq_pro_1.png) no-repeat;
    background-size: cover;
}
.product .swiper-slide-active .one .p1,
.product .swiper-slide-active .two .p1,
.product .swiper-slide-active .two .p2,
.product .swiper-slide-active .three .p1,
.product .swiper-slide-active .three .p2{

    opacity: 1;
    transform: translateZ(0);	
}
.product .one .p1{
    top: 31%;
    left: 53%;
    width: 29.374%;
    padding-top: 50.3942%;
    background: url(../images/mq_pro_1_p.png) no-repeat;
    background-size: 100%;
    position: absolute;
    opacity: 0;
    transform: translate3d(0,-100px,0);
    transition-property: opacity,transform;
    transition-duration: 1s;
    transition-delay: .5s;
    transition-timing-function: ease;
}

.product .two{
	width: 100%;
    padding-top: 50.3942%;
	background:url(../images/mq_pro_2.png) no-repeat;
    background-size: cover;
}
.product .two .p1{
    top: 33%;
    left: 25%;
    width: 26.274%;
    padding-top: 5.3942%;
    background: url(../images/mq_pro_2_c.png) no-repeat;
    background-size: 100%;
    position: absolute;
    opacity: 0;
    transform: translate3d(-100px,0,0);
    transition-property: opacity,transform;
    transition-duration: 1s;
    transition-delay: .5s;
    transition-timing-function: ease;
}
.product .two .p2{
    top: 20%;
    left: 58%;
    width: 17.6563%;
	padding-top: 38.2%;
    background: url(../images/mq_pro_2_p.png) no-repeat;
    background-size: 100%;
    position: absolute;
    opacity: 0;
    transform: translate3d(0,-100px,0);
    transition-property: opacity,transform;
    transition-duration: 1s;
    transition-delay: .5s;
    transition-timing-function: ease;
}
.product .three .p1{
    top: 42%;
    left: 52%;
    width: 32.4224%;
	padding-top: 38.2%;
    background: url(../images/mq_pro_3_c.png) no-repeat;
    background-size: 100%;
    position: absolute;
    opacity: 0;
    transform: translate3d(-100px,0,0);
    transition-property: opacity,transform;
    transition-duration: 1s;
    transition-delay: .5s;
    transition-timing-function: ease;
}
.product .three .p2{
    top: 17%;
    left: 63%;
    width: 9.826%;
	padding-top: 38.2%;
    background: url(../images/mq_pro_3_p.png) no-repeat;
    background-size: 100%;
    position: absolute;
    opacity: 0;
    transform: translate3d(-100px,0,0);
    transition-property: opacity,transform;
    transition-duration: 1s;
    transition-delay: 1s;
    transition-timing-function: ease;
}

.product .three{
	width: 100%;
    padding-top: 50.3942%;
	background:url(../images/mq_pro_3.png) no-repeat;
    background-size: cover;
}
.product.swiper-container-horizontal>.swiper-pagination-bullets{
    width: 7.31%;
    bottom: 6.3%;
    left: inherit;
    right: 28.9%;
    transform: skewY(3deg);
    z-index: 10;
    position: absolute;
}
.product .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	opacity: 1;
	background: inherit;
	border: 1px solid #000;
}
.product_swiper_pagination .swiper-pagination-bullet-active{
	background: #000;
}
.product.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8%;
}
/*---block mapform---*/
.block-five{
    position:relative;
	margin-top: 30px;
}
#form_target{
    position:absolute;
    top:-11%;
}
.block-five .title{
	text-align: center;
	margin-bottom: 55px;
}
.block-mapform{
	position:relative;
	height:auto;
}
.form-container{
	width: 1065px;
	padding: 0;
}
.counter_choose{
	position:relative;
}
#map_loading{
	position:absolute;
	width:28%;
	height:65%;
	z-index:2;
	background-color:rgba(255,255,255,0.7);
	left:11%;
	top:-20%;
}
.counter_select{
	width:1010px;
	list-style:none;
	margin:0 auto 60px;
}
.counter_select li{
	float:left;
	height:57px;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 30px;
	line-height:57px;
	text-align:center;
	margin:0 15px;
	font-weight:bold;
	font-size:27px;
}
li.counter{
	border:0;
}
.find_counter{
	width:275px;
	cursor:pointer;
	background-color:#fff;
}
.find_counter img{
	margin-right:15px;
	margin-top: -4px;
}
.select{
	width:275px;
	background-color:#fff;
}
.counter_select select{
	width:100%;
	cursor: pointer;
    padding: 0 90px 0 60px;
	border: 0;
    outline: none;
    appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/mq_form_select_area.png) right 60px center no-repeat;
}
.counter_select select::-ms-expand{ display:none; }

.tips{
	text-align: center;
	margin:0 auto 350px;
}
.tips span.s{
    display: block;
    width: 32.86%;
    /* position: absolute; */
    background: url(../images/mq_tip_span.png) center center no-repeat;
    background-size: 100%;
    padding-top: 6%;
    margin: 0 auto;
}
#map_choose_container{
	display:none;
}
.map{
	margin:0 auto;
	margin-bottom:60px;
}
.map > div{
	float:left;
	border: 3px solid #b6b6b6;
	border-radius: 0 3px 3px 0;
}
.map > div.google_map{
	border-right: 0;
	border-radius: 0;
}
.google_map{
	width:720px;
	height:860px;
	background:#ccc;
}
.counter_list{
	width:345px;
	height:860px;
	background-color:#fff;
}
.list_title{
	font-size:30px;
	background-color:#000;
	text-align:center;
	padding:10px 15px;
	color:#fff;
	position:relative;
}
.counter_ul{
    height: 792px;
	overflow-y: auto;
    margin-right: 10px;
}
.counter_ul::-webkit-scrollbar {
    width: 5px;
    border-left: 5px solid #b6b6b6;
}
.counter_ul::-webkit-scrollbar-track {
    background-color: #fff;
}

.counter_ul::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-left: 5px solid #b6b6b6;
}
.counter_ul li{    
	padding: 0 15px 0 15px;
}
.counter_ul label{
	position:relative;
	display:block;    
	padding: 25px 0 25px 65px;
	border-bottom:1px solid #b6b6b6;
	cursor:pointer;
}
.counter_ul input[type=radio]{
	display:none;
}
.counter_ul label span{
	position:absolute;
	width:42px;
	height:42px;
	border: 4px solid #b6b6b6;
    left: 8px;
    top: 30px;
}
.counter_ul input[type=radio]:checked+label span {
    background: url(../images/mq_mapform_check_2.png) center center no-repeat;
}
.c_name{
    font-size: 22px;
	color: #543f26;
	margin-bottom:10px;
}
.c_phone,
.c_address{
	position:relative;
	font-size:15px;
	color:#543f26;
	padding-left:20px;
	margin-bottom:3px;
}
.s_tel,
.s_addr{
	position:relative;
	font-size:22px;
	color:#000;
	padding-left:30px;
	margin-bottom:3px;
}

.s_tel{
	margin-right:20px;
}

.c_phone:before,
.c_address:before{
	content:'';
	width:14px;
	height:19px;
	position: absolute;
	left:0;
	top:3px;
	background-repeat:no-repeat;
}
.s_tel:before,
.s_addr:before{
	content:'';
	width:23px;
	height:30px;
	position: absolute;
	left:0;
	top:3px;
	background-repeat:no-repeat;
}
.c_phone:before{
	background-image:url(../images/mq_mapform_phone.png);
}
.c_address:before{
	background-image:url(../images/mq_mapform_map.png);
}
.s_tel:before{
	background-image:url(../images/mq_mapform_phone_2.png);
}
.s_addr:before{
	background-image:url(../images/mq_mapform_map_2.png);
}
.counter_ok{
	text-align: center;
	margin:0 auto 95px;
	cursor:pointer;
}
.counter_ok.disabled{
	opacity:0.7;
	cursor: not-allowed;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
}
.form_page{
	position:relative;
	display:none;
	margin: 0 0 30px;
}
.form_header,
.form_inner,
.success-page{
	max-width:630px;    
	margin-left: 340px;
}
.form_header{
	margin-top: 30px;
}
.form_inner{
	margin-bottom: 40px;
}
.form_content{
	margin-bottom: 100px;
}
.s_title{
	font-size:30px;
	color:#000;
	font-weight:bold;
	margin-bottom:8px;
}
.input_row{
	position:relative;
	padding-left:160px;
	margin-bottom:5%;
}
.input_row span{
	position:absolute;
	left:0;
	color:#000;
	font-weight:bold;
	font-size:30px;
	line-height:38px;
}
.form_body,
.success-page{
	padding-top:30px;
}
.form-input{
	width:100%;
	display: block;
	border: 1px solid #b6b6b6;
	background: #a99e92;
	padding: 8.5px 15px;
	font-size: 18px;
	color:#1e1e1e;
	outline:none;
}
.form-checkbox-input .notice{
	position: relative;
}
.form-checkbox-input .notice.checkbox-label{
	color: #0068b7;
}
.form-checkbox-input .notice.checkbox-label:before{
    color:#707070;
}
.form-checkbox-input{
	margin:0px 0 20px;
}

.form-checkbox-input label {
	padding-left:55px;
    position: relative;
    font-weight:normal;
    cursor:pointer;
    margin:0 20px 0 0;
    color:#707070;
    font-size:27px;
}
.form-checkbox-input label.radio-label{
	padding-left:0;
}
.checkbox-label a{
	color:#707070;
	text-decoration:underline;
}
.checkbox-label:before{
	content: '';
	width:42px;
	height:42px;
	display: block;
    position: absolute;
    left: 0px;
    top: -2px;
    background: #fff;
    border: 1px solid #a99e92;
    box-shadow: 3px 3px 8px -3px inset;
}
.form-checkbox-input input:checked + .checkbox-label:after {
	content: '';
	display: block;
    position: absolute;
    left: 6px;
    top: 2px;
    color: #d8b658;
    width: 42px;
    height: 42px;
    background-image: url(../images/mq_mapform_check.png);
    background-repeat:no-repeat;
}
.form-checkbox-input .radio-label:before {
	content: '';
	display: block;
    position: absolute;
    left: 6px;
    top: 2px;
    color: #d8b658;
    width: 32px;
    height: 30px;
    background-image: url(../images/haku_mapform_star.png);
    background-repeat:no-repeat;
}
.notice{
    font-size: 27px;
    color: #0068b7;
}
.send-btn,
.back-btn{
	cursor:pointer;
    border: none;
    padding: 0;
	background-color: transparent;
}
.form-btn-box{
	width: 80%;
	margin: 50px auto 20px;
}
.back-btn{
	margin-right:100px;
}
.is-end{
	color:#000;
	text-align:center;
    font-size: 14px;
    padding:10px 15px;
}
.d_info{
	color: #242424;
	min-height:35px;
	font-size: 30px;
    line-height: 35px;
}
.d_info.s_title{
	color: #242424;
	font-weight: normal;
	margin-bottom: 10px;
}
.d_info.s_addr{
	font-size: 24px;
}
.resend-btn {
    width: 24.91%;
    height: auto;
    cursor: pointer;
    border: none;
    padding: 0;
    background: url(../images/mq_mapform_resend.png) no-repeat;
    background-size: 100%;
    outline: none;
    position: absolute;
    top: 46.9%;
    left: 60.2%;
    padding-top: 4.025%;
}
.resend-btn:hover,
.resend-btn:focus{
	color: #fff;
}

.go_top{
	position:absolute;
	bottom:50px;
	right:50px;
	cursor:pointer;
}
.pop-up,
.method-pop-up,
.url-pop-up,
.tagboard-pop-up,
.award-pop-up{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    overflow: auto;
    text-align: center;
}
.tagboard-pop-up{
	background-color: rgba(0, 0, 0, 0.7);
}
.pop-up:before,
.method-pop-up:before,
.url-pop-up:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -5px;
}
.pop-window {
    width: 65%;
    height: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.tagboard-pop-up .pop-window{
    width: 100%;
    height:auto;
    padding: 5% 3%;
    margin: 0;
}
.tagboard-pop-up .pop-window .pop-container{
	padding-top: 0;
	background: none;
	z-index: 1;
}
.pop-container {
    padding-top: 67%;
    text-align: center;
    background: url(../images/mq_mapform_pop.png) no-repeat;
    background-size: 100%;
    position: relative;
}
.pop-container.newact {
    background-image: url(../images/mq_mapform_pop_new.png);
}
.method-pop-up .pop-window .pop-container {
	padding-top: 125%;
    background: url(../images/mq_bottom_method_pop_v1.png) top center no-repeat;
        background-size: 100%;
}
.url-pop-up .pop-window .pop-container {
    padding-top: 77%;
    background: url(../images/mq_bottom_url_form_v1.png) top center no-repeat;
    background-size: 100%;
}
.method-pop-up .pop-window .pop-container div.tip{
    position: absolute;
    width: 71%;
    overflow: auto;
    left: 50%;
    bottom: 11%;
    margin-left: -35.5%;
}
.method-pop-up .pop-window .pop-container div.step{
    position: absolute;
    width: 68.223%;
    top: 18%;
    margin: 0 auto;
    left: 50%;
    margin-left: -34%;
}

.pop-container p{
	min-height:72px;
	margin-bottom:34px;
}
.pop-sel{
    width: 34%;
    position: absolute;
    top: 79.8%;
    left: 13.2%;
}
.pop-check-btn {
    width: 24.785%;
    padding-top: 3.46%;
    position: absolute;
    top: 79.9%;
    left: 47.8%;
    background: url(../images/mq_mapform_pop_check.png) center center no-repeat;
    background-size: 100%;
}
.pop-sel select {
    width: 31.5%;
    height: 59px;
    font-size: 24px;
    float: left;
    color: #c2c2c2;
    border: none;
    border-radius: 0;
    padding: 1.5% 10% 1.5% 2%;
    background: url(../images/mq_mapform_sel_2.png) right center no-repeat;
    background-size: 100%;
    margin-right: 1%;

}
.pop-close{
    width: 3.76%;
    padding-top: 3.5%;
    position: absolute;
    right: 9.4%;
    top: 13%;
	cursor:pointer;
}
.method-pop-up .pop-close{
	top: 8%;
}
.url-pop-up .pop-close{
    right: 9.4%;
    top: 12.3%;
}
.tagboard-pop-up .pop-close{
	top: 1.5%;
}
/*.pop-close:before,*/
.pop-close:after{
	content:'';
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/mq_mapform_close.png) center center no-repeat;
}
.tagboard-pop-up .pop-close:after{
	content:'';
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: url(../images/mq_mapform_close_w.png) center center no-repeat;
}
.pop-success{
	font-size:28px;
	margin:40px 0 25px;
}
.info-title{
	margin-bottom:20px;	
}
.info-title-fail{
	text-align:center;
	margin:126px 0 120px;
}
.msg{
	font-size:28px;
}
.success-page{
    color: #000;
    max-width: 100%;
    width: 71.36%;
    padding-top: 43%;
    margin-top: 40px;
    position: relative;
}
.success-page > div{
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/mq_mapform_success_bg.jpg) top center no-repeat;
    background-size: 100%;
    left: 0;
    top: 0;
    padding: 10% 9%;
}
.success-page > div > div{
	width: 100%;
    height: 98%;
    overflow: hidden;
}

.success-page .info{
	margin-bottom:8px;
	font-size:18px;
}
#city-info{
	margin-right:15px;
}
.form-page{
	position:relative;
	height:100%;
}
.form-page.submitting:after{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.form-select{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.form-select option{
	color:#000;
}
.form-select::-ms-expand{ display:none; }

.dp_p2.suc{
    top: 13%;
}
.dp_p2{
    width: 26%;
    position: absolute;
    top: 4%;
    left: 3%;
}
.form_page.newact .dp_p2{
    width: 32%;
    top: -1%;
    left: -3%;
}
.act_notice{
	font-size:50px;
	color:#000;
	padding-bottom: 8px;
	margin:70px auto 20px;
	position: relative;
}
.act_notice:after{
	position: absolute;
	content: '';
	width: 200px;
	left: 50%;
	bottom: 0;
	border-bottom:1px solid #000;
	margin-left: -100px;
}
.policy_notice{
	font-size: 24px;
	color:#000;
	line-height:50px;
}
/*bottom block*/
.bottom_block{
    width: 100%;
    background: url(../images/mq_bottom_bg.jpg) no-repeat;
    background-size: 100%;
    position: relative;
}
.bottom_block .inner{
    padding-top: 84%;
}
.bottom_block .inner .model_photo{	
    position: absolute;
    top: 39.4%;
    left: 50%;
    margin-left: -50%;
}
.bottom_block .inner .model_photo .mo_b{	
    display: block;
    float: left;
    width: 31.416%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.bottom_block .inner .model_photo .mo_b:nth-child(3) .light_bar:after,
.bottom_block .inner .model_photo .mo_b:nth-child(5) .light_bar:after{
	-webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.bottom_block .inner .model_photo .mo_b:nth-child(2) .light_bar:after,
.bottom_block .inner .model_photo .mo_b:nth-child(4) .light_bar:after{
	-webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.bottom_block .inner .model_photo .mo_b img{
	width: 100%;
}
/*activity mathod*/
.activity_mathod{
	position: absolute;
	background: url(../images/mq_bottom_method_btn.png) no-repeat;
	background-size: 100%;
	width: 11.66%;
    padding-top: 10.5%;
    top: 25%;
    right: 1%;
    cursor: pointer;
    -webkit-animation-name: pulse-shrink;
    animation-name: pulse-shrink;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.thumb{
    position: absolute;
    right: 18%;
    top: 10%;
    width: 39.6%;
    padding-top: 7%;
}
.thumb > div{
	float: left;
	cursor: pointer;
}
.thumb > div.one{
	width:  30.7%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/mq_bottom_method_step_1-3.png) no-repeat;
	background-size: 100%;

}
.thumb > div.active{
	-webkit-animation-name: pulse-shrink;
    animation-name: pulse-shrink;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.thumb > div.one.active{
	background: url(../images/mq_bottom_method_step_1-1.png) no-repeat;
	background-size: 100%;	
}
.thumb > div.two{
	width:  30.7%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 34.7%;
	background: url(../images/mq_bottom_method_step_2-3.png) no-repeat;
	background-size: 100%;

}
.thumb > div.two.active{
	background: url(../images/mq_bottom_method_step_2-1.png) no-repeat;
	background-size: 100%;	
}
.thumb > div.three{
	width:  30.7%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 69.4%;
	background: url(../images/mq_bottom_method_step_3-3.png) no-repeat;
	background-size: 100%;

}
.thumb > div.three.active{
	background: url(../images/mq_bottom_method_step_3-1.png) no-repeat;
	background-size: 100%;	
}
.step_swipe.swiper-container-horizontal>.swiper-pagination-bullets, 
.step_swipe .swiper-pagination-custom, 
.step_swipe .swiper-pagination-fraction{
    width: 20%;
    bottom: 18%;
    left: 10%;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	    margin: 0 9%;
}
.step_swipe_swiper_pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: none;
    border: 1px solid #000;
    opacity: 1;

}
.step_swipe_swiper_pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #59382e;
    border: 1px solid #59382e;
}
.url-pop-up .answer-notice{
	width: 52.67%;
    height: 8.3%;
    position: absolute;
    top: 53.5%;
    left: 34%;
}
.url-pop-up input{
	width: 100%;
	height: 100%;
    background: url(../images/mq_bottom_url_input.png) center center no-repeat;
    background-size: 100%;
    border: none;
    padding: 10px 4%;
    font-size: 18px;
    margin-bottom: 2.5%;
}
#correct-btn{
	display: block;
    width: 54.222%;
	height: 69px;
	background: url(../images/mq_bottom_url_submit.png) center center no-repeat;
	background-size: 100%;
    margin: 1% 0 0 10%;
	cursor: pointer;
}
/*btn list*/
.bottom_btn{
    width: 100%;
    position: absolute;
    bottom: 4%;
}
.bottom_btn > div{
    width: 29.16%;
    float: left;
    margin: 0 1.5%;
    cursor: pointer;
}
.bottom_btn > div img{
	width: 100%;
}
.go_form {
    width: 7.292%;
    position: fixed;
    top: 38%;
    right: 5%;
    padding-top: 7.5%;
    background: url(../images/mq_go_bottom.png) center top no-repeat;
    background-size: 100%;
    z-index: 998;
    cursor: pointer;
    -webkit-animation-name: pulse-shrink;
    animation-name: pulse-shrink;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.go_form.newact {
    background-image: url(../images/mq_go_bottom_new.png);
}
@media (min-width:769px){
	body, html {
	    min-width:1200px;
	}
	body{
		padding-top:70px;
	}
	.container-fluid{
		min-width:1200px;
	}
	.m-show{
		display:none!important;
	}
	
}
@media(max-width: 1201px){
	.step_swipe.swiper-container-horizontal>.swiper-pagination-bullets, 
	.step_swipe .swiper-pagination-custom, 
	.step_swipe .swiper-pagination-fraction{
	    width: 20%;
	    bottom: 10%;
	}
	.step_swipe.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	    margin: 0 5%;
	}
	.step_swipe_swiper_pagination .swiper-pagination-bullet {
	    width: 12px;
	    height: 12px;
	}
}
@media (max-width:768px){
	body{
		padding-top: 80px;
	}
	.pc-show{
		display:none!important;
	}
	.two-col{
		width:100%;
	}
	.container-half{
		float:none!important;
		margin-left: auto;
		margin-right: auto;
	}
	/*---Header---*/
	.header{
		z-index:1000;
    	top: 0;
    	min-width: 100%;
    	width: 100%;
	}

	.mobile-header{
		position: relative;
		z-index:1001;
		height: 60px;
	}
	.logo{
		left:15px;
		top: 15px;
	}

	/*---Footer---*/

	.block-four .inner .shadow {
	    box-shadow: 1.38889vw 1.38889vw 0px rgba(0, 0, 0, 0.09);
	}
	/*---block one---*/
	.block-one{
		background: url(../images/mq_kv_m.jpg) top center no-repeat;
	    background-size: 100%;
	}
	.block-one .inner{
	    padding-top: 138%;
	}
    /*---block video---*/
	.index_video{
		left: 0;
		margin-left: 0;
	}
    .index_video_block > div {
        width: 100%;
    }
	/*---block-two---*/
	.block-two {
	    background: url(../images/mq_b2_bg_m_v1.jpg) top center no-repeat;
	    background-size: 100%;
	}
	.block-two .inner {
		width: 100%;
	    padding-top: 373.4%;
	}
	.block-two .inner .word-one .one{
		width: 60.9375%;
    	top: -0.2%;
	    left: 39%;
	    background-image: url(../images/mq_b2_1_m_p.png);
	    padding-top: 92.5%;
	    z-index: 1;
	}
	.block-two .inner .word-one .two{
	    width: 60.286%;
	    top: 6.5%;
	    left: 2%;
	    background-image: url(../images/mq_b2_1_m_w_v1.png);
	    padding-top: 57%;
	    z-index: 2;
	}
    .block-two .inner .word-one .two:after{
        width: 6.1032%;
        top: 12%;
        right: 5%;
        padding-top: 6.1%;
    }
	.block-two .inner .word-one .three{
	    width: 64.84%;
	    top: 16.5%;
	    left: 28.5%;
	    background-image: url(../images/mq_b2_1_m_m.png);
	    padding-top: 67%;
	    z-index: 3;
	}
	.block-two .inner .word-two .one{
	    width: 94.53125%;
	    top: 43.5%;
	    left: 5.5%;
	    background-image: url(../images/mq_b2_2_m_p.png);
	    padding-top: 86%;
	}
	.block-two .inner .word-two .two{
	    width: 86.979%;
	    top: 33.5%;
	    left: 7.4%;
	    background-image: url(../images/mq_b2_2_m_w_v1.png);
	    padding-top: 35.5%;
	}
    .block-two .inner .word-two .two:after {
        width: 3.898%;
        top: 17%;
        right: 29%;
        padding-top: 5.1%;
    }
	.block-two .inner .word-two .three{
		width: 42.317%;
	    top: 44.5%;
	    left: 4%;
	    background-image: url(../images/mq_b2_2_m_m.png);
	    padding-top: 67%;
	}
	.block-two .inner .word-three .one{
	    width: 69.79166%;
	    top: 66%;
	    left: 0%;
	    background-image: url(../images/mq_b2_3_m_p.png);
	    padding-top: 117%;
	}
	.block-two .inner .word-three .two{
	    width: 52.4739%;
	    top: 70.1%;
	    left: 45.9%;
	    background-image: url(../images/mq_b2_3_m_w_v1.png);
	    padding-top: 53%;
	}
    .block-two .inner .word-three .two:after {
        width: 6.4676%;
        top: 16%;
        right: 0%;
        padding-top: 7.1%;
    }
	.block-two .inner .word-three .three{
	    width: 43.880%;
	    top: 82.4%;
	    left: 53.5%;
	    background-image: url(../images/mq_b2_3_m_m.png);
	    padding-top: 69%;
	}
	/*---block-three---*/
	.product:after {
		padding-top: 9.5%;
	    background-image: url(../images/mq_pro_bar_m.png);
	}
	.product.swiper-container-horizontal>.swiper-pagination-bullets {
	    width: 25.31%;
	    bottom: 3.3%;
	    left: inherit;
	    right: 9.9%;
	    transform: skewY(3deg);
	    z-index: 10;
	    position: absolute;
	}
	.product .one{
		width: 100%;
	    padding-top: 113.8023%;
		background-image:url(../images/mq_pro_m_1.png);
	}
	.product .one .p1{
		left: 37.5%;
    	width: 60.786%;
    	padding-top: 58.3942%;
	}
	.product .two{
		width: 100%;
	    padding-top: 113.8023%;
		background-image:url(../images/mq_pro_m_2.png);
	}
	.product .two .p1 {
	    top: 28%;
	    left: 5.2%;
	    width: 65.274%;
	    padding-top: 14.3942%;
	}
	.product .two .p2 {
	    top: 32.1%;
	    left: 55.5%;
	    width: 34.6563%;
	    padding-top: 77.2%;
	}
	.product .three{
		width: 100%;
	    padding-top: 113.8023%;
		background-image:url(../images/mq_pro_m_3.png);
	}
	.product .three .p1 {
	    top: 43%;
	    left: 38%;
	    width: 76.4224%;
	    padding-top: 40.2%;
	}
	.product .three .p2 {
	    top: 29.1%;
	    left: 62.3%;
	    width: 19.826%;
	    padding-top: 76.2%;
	}
	/*---block mapform---*/
	.block-five .inner{
		width: 100%;
	}
	.block-mapform {
    	margin: 0 15px;
	}
	.form_header{
		border: none;
	    padding-bottom: 17%;
	    margin: 0 0 0 40%;
	}
	.form_inner{
		padding: 0;
		margin-left: 0;
	}
	.success-page {
	    max-width: 100%;
	    margin-left: 0;
   		padding: 15% 9%;
	}
	.form-container {
		width: 100%;
	}
    #map_loading{
        width:100%;
        height:20%;
        left:0;
        top:-1%;
    }
	.counter_select{
		width:100%;
		margin-bottom:15px;
	}
	.counter_select li{
		width:100%;
		margin: 0 0 20px;
	}
	.counter{
		display:none;
	}
	.map{
		width:100%;
		margin-bottom:30px;
	}
	.google_map{
		width:100%;
		height:350px;
	}
	.counter_ul{
		height: auto;
	    max-height: 390px;
	    min-height: 150px;
	    padding-bottom: 15px;
	}
	.counter_list{
		width:100%;
		height:auto;
	}
	.counter_ul li{
		padding:0 15px;
	}
    .counter_ul label {
        padding: 25px 0 25px 60px;
    }
	.list_title{
		width:100%;
	}
	.form_page{
		margin: 0;
    	height: auto;
	}
	.form_content{
		width:100%;
		max-width: 100%;
		margin:0;
		padding: 0 0 30px;
	}
	.form_header{
		border:none;
    	padding-bottom: 10%;
	}
	.form-input{
		padding: 1.5%;
	}
	.s_title{
		max-width: 100%;
		margin-bottom:10px;
	}
	.s_tel{
		display:block;
		margin-bottom:5px;
	}
	.s_addr{
		display:block;
	}
	.form_body{
		padding-top: 0;
	}
	.success-page{
		padding:0;
	}
	.input_row{
		width:100%;
    	/*padding-left: 0;*/
	}
	.input_row span{
		/*display: block;*/
	    font-size: 28px;
	    /*position: relative;*/
	    margin-bottom: 5px;
	}
	.d_info{
		min-height:20px;
	}
	.form-checkbox-input label{
	    font-size: 24px;
	    line-height: 26px;
	    margin: 0 30px 5% 0;
        padding-left:42px;
	}
	.notice{
		display:block;
		font-size: 24px;
		padding-left: 55px;
		margin-top:10px;
	}
	.form-checkbox-input{
		margin:20px 0 25px;
	}
	.form-checkbox-input .radio-label{
		display: block;
		margin:0 0 30px 0;
	}
	.tips{
		width: 100%;
		margin:0 auto 30px;
	}
    .tips span.s{
        width: 47.42%;
        min-width: 250px;
        padding-top: 56px;
    }
	.form-btn-box{
		width:100%;
        text-align:center;
        margin: 20px auto 20px;
        padding: 0 15%;
	}
	.dp_p2 {
	    top: 0%;
	}
    .form_page.newact .dp_p2{
        width: 50%;
        max-width: 200px;
        top: -3%;
        left: 3%;
    }
	.dp_p2.suc{
		top: 0;
	}
	.counter_ok{
		width:100%;
        padding: 0 15%;
	}
	.form_header,
	.form_inner,
	.success-page{
		max-width:100%;    
	}
	.pop-container {
	    padding-top: 202%;
	    text-align: center;
	    background-image: url(../images/mq_mapform_pop_m.png);
	    position: relative;
	}
    .pop-container.newact {
        background-image: url(../images/mq_mapform_pop_m_new.png);
    }
	/*---block form---*/
	.back-btn{
		margin-right:0;
		margin-bottom: 20px;
	}
	.resend-btn{
	    height: 8vw;
	    width: 45.70%;
	    top: 45.3%;
	    left: 50.2%;
	}
	.is-end{
		width: 100%;
    	top: 45%;
    	left: 0;
    	font-size: 14px;
    	font-size: 4vw;
	}
	.success-page .info{
		font-size:4vw;
	}
	.msg{
		font-size:5vw;
	}
	.copyright{
		background: #fff3cd;
		text-align:center;
		padding:10px 20px 1%;
	}
	
	#menu-three-target{
		top:12%;
	}
	.menu-list{
		width: 100%;
    	margin: 60px auto 10px;
		text-align:center;
	}
	.menu-list li,
	.menu-list a{
		width:100%;
		display:block;
	}
	.menu-list li{
		padding:0;
	}
	.menu-list a{
		color:#fff;
		padding:30px;
	}
	.menu-list li:not(:last-child){
		border:0;
	}
	.map > div.google_map {
	    border-right:3px solid #b6b6b6;
	    border-radius: 0;
	}
	.act_notice{
		font-size: 36px;
	}
	.act_notice:after{
		width: 150px;
		margin-left: -75px;
	}
	.success-page{
	    width: 100%;
	    background: url(../images/mq_mapform_success_bg_m.jpg) top center no-repeat;
	    padding-top: 59%;
	}
	/*---pop---*/
	.pop-sel {
	    width: 65.88%;
	    position: absolute;
	    top: 80.1%;
	    left: 32.94%;
	    margin-left: -15.47%;
	}
	.pop-sel select {
	    float: left;
   		width: 31.83%;
	    height: 8.032vw;
	    font-size: 20px;
	    padding: 0 10% 0 5px;
	    margin-right: 0.9245%;
	}
	.pop-sel select:last-child{
		margin-right: 0;
	}
	.pop-check-btn {
	    width: 45.70%;
    	height: 8vw;
	    position: absolute;
    	top: 86%;
	    left: 29.4%;
	    background-size: 100%;
	}
	/*---block five---*/
	.block-five {
	    margin-top: 0;
	}
	.block-five .title{
		margin-bottom: 30px;
	}
	/*---bottom block---*/
	.light_bar_bg {
	    width: 82.69%;
	    top: 8.68%;
	    left: 10.5%;
	    padding-top: 88.45%;
	}
	.light_bar {
	    position: absolute;
	    top: 0%;
	    left: -17.5%;
	    width: 135%;
	    height: 100%;
	}
	.light_bar:after {
	    -webkit-animation: shine 4s ease 1s infinite;
	    animation: shine 4s ease 1s infinite;
	}
	.bottom_block{
	    background-image: url(../images/mq_bottom_bg_m.jpg);
	}
	.model.swiper-container{
		text-align: center;
	}
	.model.swiper-container .swiper-slide img{
		width: 100%;
	}
	.bottom_block .inner {
	    padding-top: 208%;
	}
	.model_photo_m{
	    position: absolute;
	    top: 33.4%;
	    left: 50%;
	    margin-left: -50%;
	    width: 100%;
	}
	.model.swiper-container-horizontal>.swiper-pagination-bullets{
		bottom: -10%;
	}
	.model.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	    margin: 0 2.5%;
	}
	.model .swiper-pagination-bullet {
	    width: 10px;
	    height: 10px;
	}
	.model_swiper_pagination .swiper-pagination-bullet {
	    width: 20px;
	    height: 20px;
	    background: #000;
	    border: 1px solid #000;
	    opacity: 1;
	}
	.model_swiper_pagination{
		position: relative;
	}
	.model_swiper_pagination .swiper-pagination-bullet-active{
	    opacity: 1;
	    background: #fff;
	    border: 1px solid #fff;
	}
	.activity_mathod {
	    width: 31.26%;
	    padding-top: 28.5%;
	    top: 14.1%;
	    right: -27.7%;
	}
	.bottom_btn > div {
	    width: 100%;
	    margin: 0 auto 8%;
	    text-align: center;
	}
	.s_title {
	    font-size: 4.5vw;
	}
	.pop-window{
		min-width: 100%;
	}
	.method-pop-up .pop-window .pop-container{
		padding-top: 300%;
		background-image: url(../images/mq_bottom_method_pop_m_v1.png);
	}
	.method-pop-up .pop-window .pop-container div.step{
		width: 91.48%;
		top: 19%;
		margin-left: -45.74%;
	}
	.step_swipe.swiper-container {
	    margin: 0 auto;
	    position: relative;
	    /*overflow-y: visible;*/
	    z-index: 1;
	    padding-bottom: 10%;
	}
	.step_swipe.swiper-container-horizontal>.swiper-pagination-bullets, .step_swipe .swiper-pagination-custom, .step_swipe .swiper-pagination-fraction {
	    width: 24%;
	    bottom: 0%;
	    left: 50%;
	    margin-left: -12%;
	}
	.thumb {
	    position: absolute;
	    right: 3%;
	    top: 12%;
	    width: 88%;
	    padding-top: 14%;
	}
	.pop-up:before,
	.method-pop-up:before,
	.url-pop-up:before{
	    content: normal;
	}
	.url-pop-up .answer-notice {
	    width: 89%;
	    position: absolute;
        top: 63.5%;
	    left: 6%;
	}
	.url-pop-up .pop-window .pop-container{
		padding-top: 179%;
		background-image: url(../images/mq_bottom_url_form_m_v1.png);
	}
    .url-pop-up input {
        margin-bottom: 7.5%;
    }
	#correct-btn {
        display: block;
        width: 54.222%;
        height: 69px;
        background: url(../images/mq_bottom_url_submit.png) center center no-repeat;
        background-size: 100%;
        margin: -9% auto 0;
        cursor: pointer;
	}
	.pop-close {
	    width: 7.76%;
	    padding-top: 7.5%;
	    position: absolute;
	    right: 6.4%;
	    top: 8.5%;
	    cursor: pointer;
	}
	.method-pop-up .pop-close{
   		top: 6%;
	}
	.url-pop-up .pop-close {
	    right: 5.6%;
	    top: 10.3%;
	}
	.tagboard-pop-up .pop-window {
	    padding: 15% 3%;
	    margin: 0;
	    display: block;
	}
	.tagboard-pop-up .pop-container > div{
	    -webkit-overflow-scrolling:touch; 
		overflow:auto;
		height: 150vw;
	}
	.tagboard-pop-up .pop-close{
		top: 3%;
	}
    .go_form {
        width: 18.23%;
        top: 55%;
        right: 5%;
        padding-top: 18.5%;
    }
}

@media(max-width: 500px){
	.counter_ul input[type=radio]:checked+label span{
		background-size: 100%;
	}
	.counter_ul label span,
	.checkbox-label:before{
		width: 28px;
		height: 28px;
	}
    .counter_ul label span {
        border: 3px solid #b6b6b6;
    }
	.form-checkbox-input input:checked + .checkbox-label:after
	{
	    left: 4px;
	    top: 0;
	    width: 32px;
	    height: 32px;
	    background-size: 82%;
	}
	.form_header {
	    padding-bottom: 0;
	}
	.form-checkbox-input label,
	.notice{
		font-size: 16px;
	}
	.pop-sel select {
	    font-size: 14px;
	}
	.s_tel, .s_addr {
	    font-size: 4vw;
	    padding-left: 10%;
	}
	.counter_select li,
	.list_title{
		font-size: 20px;
	}
	.counter_select li {
	    height: 42px;
	    line-height: 42px;
	}
	.c_name {
	    font-size: 18px;
	}
	.s_tel:before, .s_addr:before {
	    width: 8.2%;
	    height: 5.6vw;
	    left: 0;
	    top: 13%;
	    background-size: 90%;
	}

	.form_inner{
		padding: 0;
	}
	.success-page {
	    max-width: 100%;
	    margin-left: 0;
	}
	.form_body{
		padding-top: 5%;
	}
	.form_body .input_row {
	    padding-left: 90px;
	    margin-bottom: 3%;
	}
	.success-page .input_row {
	    padding-left: 80px;
	    margin-bottom: 7%;
	}
	.success-page > div{
		padding: 7% 7%;
	}
	.input_row span {
	    font-size: 16px;
	    margin-bottom: 0;
	    line-height: 26px;
	}
	.d_info {
	    font-size: 16px;
	    line-height: 26px;
	}
	#email-info{
		word-break: break-all;
	}
	.act_notice{
		font-size: 24px;
	}
	.act_notice:after {
	    position: absolute;
	    content: '';
	    width: 120px;
	    left: 50%;
	    bottom: 0;
	    margin-left: -60px;
	}
	.policy_notice{
		font-size: 16px;
		line-height:36px;
	}
	.product.swiper-container-horizontal>.swiper-pagination-bullets{
		bottom: 4.3%;
		right: 9.9%;
	}
	.product.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	    margin: 0 5%;
	}
	.product .swiper-pagination-bullet {
	    width: 10px;
	    height: 10px;
	}
	.model .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
	.step_swipe.swiper-container {
	    padding-bottom: 6%;
	}
	.step_swipe_swiper_pagination .swiper-pagination-bullet {
	    width: 10px;
	    height: 10px;
	}
	.step_swipe.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	    margin: 0 5%;
	}
    .form_page.newact .dp_p2{
        width:44%;
        top: -2.7%;
        left: -4%;
    }
}
@media (max-width:768px) and (min-height:500px){
	.menu-container{
		height:auto!important;
	}
}
@media (max-width:768px) and (max-height:500px){
	.menu-container{
		top: 0;
    	height: 100%;
		-webkit-transform:none;
		-ms-transform:none;
		margin-top:0;
		padding-bottom:30px;
	}
}

#confirm-btn.btn[disabled]{
	opacity:1;
}
#confirm-btn.submitting .fa,
#confirm-btn .sp{
	display:none;
}
#confirm-btn.submitting .sp{
	display:inline-block;
}

/*@-webkit-keyframes spScaleAlpha {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spScaleAlpha {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spScaleAlphaBefore {
  0% {
    opacity: 0.25;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0.25;
  }
}
@keyframes spScaleAlphaBefore {
  0% {
    opacity: 0.25;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0.25;
  }
}
@-webkit-keyframes spScaleAlphaAfter {
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes spScaleAlphaAfter {
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@-webkit-keyframes scaleBtn {
  0% {
  	-webkit-transform: scale(1);
  	transform: scale(1);
  }
  50% {
  	-webkit-transform: scale(1.2);
  	transform: scale(1.2);
  }
  100% { 
  	-webkit-transform: scale(1);
  	transform: scale(1);
  }
}*/
/*@keyframes scaleBtn {
  0% {
  	-webkit-transform: scale(1);
  	transform: scale(1);
  }
  50% {
  	-webkit-transform: scale(1.2);
  	transform: scale(1.2);
  }
  100% { 
  	-webkit-transform: scale(1);
  	transform: scale(1);
  }
}*/

/*.sp-3balls, .sp-3balls:before, .sp-3balls:after {
  border-radius: 50%;
  background-color: #000;
  width: 7px;
  height: 7px;
  transform-origin: center center;
  display: inline-block;
}
.sp-3balls {
  position:absolute;
  left: 50%;
  margin-left:-3.5px;
  top: 45%;
  opacity: 1;
  margin: 2px 18px;
  -webkit-animation: spScaleAlpha 1s infinite linear;
  animation: spScaleAlpha 1s infinite linear;
}
.sp-3balls:before, .sp-3balls:after {
  content: '';
  position: absolute;
  opacity: 0.25;
}
.sp-3balls:before {
  left: 11px;
  top: 0px;
  -webkit-animation: spScaleAlphaBefore 1s infinite linear;
  animation: spScaleAlphaBefore 1s infinite linear;
}
.sp-3balls:after {
  left: -11px;
  top: 0px;
  -webkit-animation: spScaleAlphaAfter 1s infinite linear;
  animation: spScaleAlphaAfter 1s infinite linear;
}*/
@media (max-width: 560px)
{
	.block-three .inner .subtitle {
	    top: 98.88889vw;
	}
}
@media(max-width: 490px)
{
	.menu-list a{
		padding: 30px;
	}
}
@media(max-width: 390px)
{
	.block-three .inner .subtitle {
	    top: 91.88889vw;
	}
	#mobile-menu-btn{
		left: 20px;
    	top: 28px;
    }
    #mobile-menu-btn span:nth-child(2),
	#mobile-menu-btn span:nth-child(3){
		top: 15px;
	}
	#mobile-menu-btn span:nth-child(4) {
		top: 30px;
	}
	.menu-list{
		margin-top: 0;
	}
}

.award-pop-up{
    text-align: left;
    background-color: rgba(0, 0, 0, 0.7);
}
.award-pop-up .award-window {
    width: 66%;
    margin: 6px auto 0;
}
.award-window{
    padding-top: 5%;
    font-size: 0;
    padding-left:2%;
    padding-right:1%;
}
.award-item {
    display: inline-block;
    width: 21%;
    max-width: 264px;
    margin-right: 4%;
    margin-bottom: 4%;
}
.award-item img{
    width:100%;
}
.award-pop-up .pop-close {
    top:1.5%;
}
.award-pop-up .pop-close:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: url(../images/mq_mapform_close_w.png) center center no-repeat;
}

@media (min-width:769px){
    .award-wrap{
        width:100%;
        position:relative;
        padding-top: 93%;
    }
    .award-item{
        max-width:none;
        width: 24%;
        position:absolute;
        margin:0;
    }
    .award-item img{
        width:100%;
    }
    .aw1{
        left:0;
        top:0;
    }
    .aw2{
        left:0;
        top:33.5%;
    }
    .aw3{
        left:0;
        top:69%;
    }
    .aw4{
        left:25%;
        top:0;
    }
    .aw5{
        left:25%;
        top:33.4%;
    }
    .aw6{
        left:25%;
        top:60.5%;
    }
    .aw7{
        left:50%;
        top:0;
    }
    .aw8{
        left:50%;
        top:35.6%;
    }
    .aw9{
        left:75%;
        top:0%;
    }
    .aw10{
        left:75%;
        top:54%;
    }    
}
@media(max-width: 768px)
{
    .award-window{
        padding: 15% 0 3%;
    }
    .award-item {
        display: block;
        width: 100%;
        max-width: 350px;
        margin: 0 auto 6%;
    }
    .award-pop-up .award-window {
        width: 85%;
        padding: 15% 0 3%;
    }
}