@charset "utf-8";
/*default setting start*/
body,
html{
	margin: 0px;
	padding: 0px;
}
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.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
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;
}
.common_btn{
    border: 0;
    background: transparent;
    display: inline-block;    
}
.container-fluid{
	padding:0; 
	background-color: transparent;
}
.container{
	padding-right: 15px;
	padding-left: 15px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity:0.7;
    color:#bdbdbd;
}
::-moz-placeholder { /* Firefox 19+ */
    opacity:0.7;
    color:#bdbdbd;
}
:-ms-input-placeholder { /* IE 10+ */
    opacity:0.7;
    color:#bdbdbd;
}
:-moz-placeholder { /* Firefox 18- */
    opacity:0.7;
    color:#bdbdbd;
}
/*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
}
.blur {
    filter: blur(5px);
}

@-webkit-keyframes act_block {
  from {
  	opacity: 0;
  	transform: translate3d(0,150px,0);
  }
  to {
  	opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes act_block {
  from {
  	opacity: 0;
  	transform: translate3d(0,150px,0);
  }
  to {
  	opacity: 1;
    transform: translateZ(0);
  }
}
@-webkit-keyframes act_block_vis {
  0%  {
  	opacity: 0.4;
  }
  100% {
  	opacity: 1;
  }
}

@keyframes act_block_vis {
  0%  {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes shine {
  0% {
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%); }
  50% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%); }   
  100% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%); } 
}

@keyframes shine {
   0% {
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%); }
   50% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%); } 
  100% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%); }  
}

/*---Header---*/
.header{
	width: 100%;
	min-height: 95px;	
	background-color:#fff;
	position:fixed;
	top:0;
	z-index:9999;
	-webkit-box-shadow: 0px 0px 7px #cdcdcd;
    box-shadow: 0px 0px 7px #cdcdcd;
}
.header .container{
	height: 100%;
	position: relative;
	max-width: 1500px;
}
.logo{
    float: left;
    font-size: 24px;
    line-height: 24px;
    margin: 34px 0 0 48px;
    list-style: none
}
.menu{
	position:relative;
}
.menu-container{
	width: calc(100% - 202px);
	float: left;
}
.menu-list{
	width: 100%;
	font-size:24px;
	line-height:24px;
    margin: 37px 0 0 5%;
	list-style:none;
	position: relative;
}
.menu-list > li{
    width: 11.5%;
	height: 60px;
	float:left;
    margin: 0 3% 0 0;
    padding: 0;
    position: relative;
}

.menu-list li a{
	display: block;
	height: 100%;
}
.menu-list li a:hover{
	text-decoration:none;
}
.menu-list li a{
    width: 100%;
    position: absolute;
    left: 0;
    padding-top: 26.5px;    
    background-size: contain;
}
.menu-list li a.menu-one{
    background-image: url(../images/bio_menu_n1.png);
    background-repeat: no-repeat;
}
.menu-list li a.menu-two{
    background-image: url(../images/bio_menu_n2.png);
    background-repeat: no-repeat;
}
.menu-list li a.menu-three{
    background-image: url(../images/bio_menu_n3.png);
    background-repeat: no-repeat;
}
.menu-list li a.menu-four{
    background-image: url(../images/bio_menu_n4.png);
    background-repeat: no-repeat;
}
.menu-list li a.menu-five{
    background-image: url(../images/bio_menu_n5.png);
    background-repeat: no-repeat;
}
.menu-list li a.menu-one:hover,
.menu-list li a.menu-one.active{
    background-image: url(../images/bio_menu_a1.png);
}
.menu-list li a.menu-two:hover,
.menu-list li a.menu-two.active{
    background-image: url(../images/bio_menu_a2.png);
}
.menu-list li a.menu-three:hover,
.menu-list li a.menu-three.active{
    background-image: url(../images/bio_menu_a3.png);
}
.menu-list li a.menu-four:hover,
.menu-list li a.menu-four.active{
    background-image: url(../images/bio_menu_a4.png);
}
.menu-list li a.menu-five:hover,
.menu-list li a.menu-five.active{
    background-image: url(../images/bio_menu_a5.png);
}
.menu-list li ul{
	border-top: 2px solid #c6cad6;
    display: none;
    text-align: center;
    list-style: none;
    position: absolute;
}
.menu-list li ul:before{
	content: '';
	display: block;
	width: 27px;
	height: 17px;
	background: url(../images/bio_menu_ul_icon.png) no-repeat;
	position: absolute;
	top: -19px;
    left: 45%;
}
.menu-list li ul.one_ul{
    width: 340px;
    top: 60px;
    left:-111px;
}
.menu-list li ul.second_ul {
    width: 280px;
    top: 60px;
    left: -79px;
}
.menu-list li ul li{
	border-top: 2px solid #c6cad6;
	position: relative;
	height: 100px;
    line-height: 77px;
	padding: 12px 5px;
	background: #fff;
}
.menu-list li:hover ul{
	display: block;
}
.menu-list li:hover ul li:hover{
	background: #c6cad6;
}
.menu-list li ul li a{
	position: absolute;
}
.menu-list li ul li a.menu-one-one{
    background-image: url(../images/bio_menu_1_1.png);
    background-repeat: no-repeat;
    width: 293px;
    background-position: center;
    top: 0;
    left: 50%;
    margin-left: -146.5px;
}
.menu-list li ul li a.menu-one-two{
    background-image: url(../images/bio_menu_1_2.png);
    background-repeat: no-repeat;
    width: 243px;
    background-position: center;
    top: 0;
    left: 50%;
    margin-left: -126.5px;
}
.menu-list li ul li a.menu-two-one{
    background-image: url(../images/bio_menu_2_1.png);
    background-repeat: no-repeat;
    width: 119px;
    background-position: center;
    top: 0;
    left: 50%;
    margin-left: -59.5px;
}
.menu-list li ul li a.menu-two-two{
    background-image: url(../images/bio_menu_2_2.png);
    background-repeat: no-repeat;
    width: 118px;
    background-position: center;
    top: 0;
    left: 50%;
    margin-left: -59px;
}
.menu-list li ul li:hover a.menu-one-one{
    background-image: url(../images/bio_menu_1_1_hover.png);
}
.menu-list li ul li:hover a.menu-one-two{
    background-image: url(../images/bio_menu_1_2_hover.png);
}
.menu-list li ul li:hover a.menu-two-one{
    background-image: url(../images/bio_menu_2_1_hover.png);
}
.menu-list li ul li:hover a.menu-two-two{
    background-image: url(../images/bio_menu_2_2_hover.png);
}
@media(max-width: 1899px){
    .header {
        min-height: 60px;
    }
    .header .container {
        max-width: 900px;
    }
    .logo {
        float: left;
        margin: 14px 0 0 22px;
        width: 10%;
    }
    .menu-container {
        width: calc(100% - 15%);
    }
    .menu-list {
        width: 100%;
        font-size: 24px;
        line-height: 24px;
        margin: 21px 0 0 5%;
    }
    .menu-list li ul:before {
        width: 18px;
        height: 13px;
        background-size: 100%;
        top: -12px;
    }
    .menu-list > li {
        width:16%;
        height: 40px;
    }
}
@media(max-width: 768px){
    .menu-list li:hover ul li:hover{
        background: #fff; 
    }

}
#mobile-menu-btn{
	width: 9%;
    height: auto;
    padding-top: 6%;
    position: fixed;
    right: 30px;
    top: 38px;
    right: 5vw;
    top: 4vw;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	display:none;
	cursor: pointer;
	z-index: 99999;
}
#mobile-menu-btn span{
	display: block;
	position: absolute;
	width: 100%;
    padding-top: 10%;
	background: #000;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow:  0px 2px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}
#mobile-menu-btn span:nth-child(1) {
	top: 0px;
}
#mobile-menu-btn span:nth-child(2),
#mobile-menu-btn span:nth-child(3){
	top: 44%;
}
#mobile-menu-btn span:nth-child(2){
	-webkit-box-shadow:none;
    -moz-box-shadow:none;
	box-shadow: none;
}
#mobile-menu-btn span:nth-child(4) {
	top: 88%;
}
#mobile-menu-btn.open span:nth-child(1){
	top: 9px;
	width: 0%;
	left: 50%;
}
#mobile-menu-btn.open span:nth-child(2){
	background: #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#mobile-menu-btn.open span:nth-child(3){
	background: #000;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#mobile-menu-btn.open span:nth-child(4){
	top: 9px;
	width: 0%;
	left: 50%;
}

/*--- footer ---*/
.footer{
    background:#000;
    text-align: center;
}

@media (max-width:768px){
    .pc-show{
        display:none!important;
    }
    .two-col{
        width:100%;
    }
    .container-half{
        float:none!important;
        margin-left: auto;
        margin-right: auto;
    }
    .inner{
        min-width: 100%;
    }
    /*---Header---*/
    .header{
        z-index:1000;
        min-height:0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .mobile-header{
        position: relative;
        z-index:1001;
        height: 60px;
    }
    .logo {
        position: absolute;
        width: 30.6vw;
        z-index: 2;
        margin-top: 4.5vw;
        margin-left: 0;
        left: 6.51vw;
        z-index: 2;
        font-size: 0;
        line-height: 0;
    }
    .logo img{
        max-width: none;
        width: 100%;
        height: auto;
    }
    .menu{
        width:100%;
        height:100%;
        position:fixed;
        top:0;
        left:0;
        opacity:0;
        visibility: hidden;
        background-color: #fff;
        overflow:hidden;
        z-index: 2;
    }
    .menu-list{
        margin-left: 0;
        margin-top: 19%;
    }
    .menu-list > li {
        width: 100%;
        height: auto;
        margin: 0 auto 0;
        padding: 0;
    }
    .menu-list li a{
        height: auto;
    }
    .menu-list li a.menu-two{
        top: 50%;
    }

    .menu-list li a.menu-three{
        top:100%;
    }

    .menu-list li a{
        max-width: 200px;
        min-width: 148px;
        width: 60%;
        position: relative;
        padding-top: 36px;
        left: 0;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .menu-list li a.menu-one,
    .menu-list li a.menu-one:hover,
    .menu-list li a.menu-one.active{
        background-image: url(../images/bio_menu_m_1.png);
    }
    .menu-list li a.menu-two,
    .menu-list li a.menu-two:hover,
    .menu-list li a.menu-two.active{
        background-image: url(../images/bio_menu_m_2.png);
    }
    .menu-list li a.menu-three,
    .menu-list li a.menu-three:hover,
    .menu-list li a.menu-three.active{
        background-image: url(../images/bio_menu_m_3.png);
    }
    .menu-list li a.menu-four,
    .menu-list li a.menu-four:hover,
    .menu-list li a.menu-four.active{
        background-image: url(../images/bio_menu_m_4.png);
    }
    .menu-list li a.menu-five,
    .menu-list li a.menu-five:hover,
    .menu-list li a.menu-five.active{
        background-image: url(../images/bio_menu_m_5.png);
    }
    .menu-list li ul:before{
        display: none;
    }
    .menu-list li ul{
        position: relative;
        display: block;
    }
    .menu-list li ul li {
        height: 40%;
        padding: 0;
    }
    .menu-list li ul,
    .menu-list li ul li{
        border-top: none;
    }
    .menu-list li ul.one_ul,
    .menu-list li ul.second_ul{
        width: 100%;
        left: 0;
    }
    .menu-list li ul.one_ul {
        top: 13%;
    }
    .menu-list li ul.second_ul {
        top: 65%;
        margin-bottom: 8%;
    }
    .menu-list li ul li a{
        position: relative;
    }
    .menu-list li ul li a.menu-one-one {
        background-image: url(../images/bio_menu_1_1_m.jpg);
        width: 64.302%;
        background-size: 100%;
        padding-top: 8%;
        left: 0;
        margin: 4% auto 8%;
    }
    .menu-list li ul li:hover a.menu-one-one{
        background-image: url(../images/bio_menu_1_1_m.jpg);
    }
    .menu-list li ul li a.menu-one-two {
        background-image: url(../images/bio_menu_1_2_m.jpg);
        background-size: 100%;
        width: 48.677%;
        padding-top: 7%;
        left: 0;
        margin: 0 auto 11%;
    }
    .menu-list li ul li:hover a.menu-one-two{
        background-image: url(../images/bio_menu_1_2_m.jpg);
    }
    .menu-list li ul li a.menu-two-one {
        background-image: url(../images/bio_menu_2_1_m.jpg);
        width: 23.427%;
        padding-top: 6%;
        background-size: 100%;
        left: 0;
        margin: 6% auto 8%;
    }
    .menu-list li ul li:hover a.menu-two-one{
        background-image: url(../images/bio_menu_2_1_m.jpg);
    }
    .menu-list li ul li a.menu-two-two {
        background-image: url(../images/bio_menu_2_2_m.jpg);
        width: 23.427%;
        padding-top: 6%;
        background-size: 100%;
        left: 0;
        margin:0 auto 4%;
    }
    .menu-list li ul li:hover a.menu-two-two{
        background-image: url(../images/bio_menu_2_2_m.jpg);
    }
    .menu-container{
        width:100%;
        position: absolute;
        top: 13%;
        overflow-y: auto;
    }
    .menu-one .m-show{
        width: 37.76%;
    }
    .menu-two .m-show{
        width: 58.33%;
    }
    .menu-three .m-show{
        width: 37.76%;
    }
    #menu-four .m-show{
        width: 37.76%;
    }
    #mobile-menu-btn{
        display:block;
        z-index:1002;
    }
    #mobile-menu-btn.open + .menu{
        visibility: visible;
        opacity:1;
        transition: opacity 0.4s ease,visibility 0.4s ease;
        -webkit-transition: opacity 0.4s ease,visibility 0.4s ease;
        -moz-transition: opacity 0.4s ease,visibility 0.4s ease;
        -o-transition: opacity 0.4s ease,visibility 0.4s ease;
    }
}

/*hearder top margin*/
.header_margin_block{
    height: 95px;
}
@media(max-width: 1899px){
    .header_margin_block{
        height: 55px;
    }
}
@media(max-width: 768px){
    .header_margin_block{
        height: 14vw;
        -webkit-box-shadow: 0px 0px 7px #cdcdcd;
        box-shadow: 0px 0px 7px #cdcdcd;
        position: relative;
        z-index: 10;
        background: #fff;
    }
}

/*---block one(kv)---*/
.inner{
	width: 63.058%;
    /*width: 1200px;*/
	margin: 0 auto;
    position: relative;
    /*min-width: 1200px;*/
}
.block-one{
    width: 100%;
	background: url(../images/bio04_kv_bg.jpg) center center no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
}
.block-one .inner{
    /*height: 33.95vw;
    min-height: 652px;*/
    /*height: 710px;*/
    height: 36.5vw;
    min-height: 443px;
    position: relative;
}
.block-one .title_block,
.block-one .text_block,
.block-one .line_block{
    position: absolute;
}
.block-one .title_block{
    top: 13.38%;
    left: 0;
    background: url(../images/bio04_kv_title.png) center no-repeat;
    background-size: 100%;
    width: 40.08%;
    padding-top: 23.17%;
}
.block-one .text_block{
    top: 56.33%;
    right: 3.33%;
    background: url(../images/bio04_kv_text.png) center no-repeat;
    background-size: 100%;
    width: 16.5%;
    padding-top: 12.92%;
}
.block-one .line_block{
    width: 19.42%;
    height: 1px;
    right: 0;
    top: 71.12%;
    background: #000;
}

.block-one .prod_block{
    position: absolute;
    width: 25%;
    padding-top: 16.75%;
    left: 19.5%;
    top: 58.15%;
    background-image: url(../images/bio04_kv_prod.gif);
    background-size: 130%;
    background-position: center;
}

@media(min-width: 1921px)
{
    .block-one{
        background-size: 100%;
    }
    .block-one .inner{
        height: 36.97vw;
        min-height: 710px;
    }
}

@media (max-width:768px){
    .inner{
        width: 100%;
    }
    /*---block one---*/
    .block-one .inner{
        width: 100%;
        height: 150vw;
        min-width: 100%;
        min-height: auto;
    }
    .block-one{
        background-image: url(../images/bio04_kv_m_new.jpg);
        background-position: center bottom;
        background-size: cover;
        height: 150.36vw;
    }
    .block-one .title_block{
        background-image: url(../images/bio04_kv_title_m.png);
        top: 6.21%;
        width: 100%;
        padding-top: 50.52%;
    }
    .block-one .line_block,
    .block-one .text_block{
        background: transparent;
    }
    .block-one .prod_block{
        left: 47.5vw;
        top: 95.3vw;
        width: 53.5vw;
        height: 27.99vw;
    }

}

/*---block two(mom)---*/
.block-two{
    width: 100%;
    background: url(../images/bio04_mom_bg.jpg) center center no-repeat;
    background-size: 100%;
    overflow: hidden;
}
.block-two .inner{
    /*height: 965px;*/
    height: 50.07vw;
    min-height: 600px; 
    position: relative;

}
.block-two .title_block{
    position: absolute;
    left: -7.5%;
    top: 13.47%;
    width: 71.33%;
    padding-top: 52.42%;
    background: url(../images/bio04_mom_title.png) center center no-repeat;
    background-size: 100%;
}
.block-two .text_block{
    position: absolute;
    width: 34.92%;
    /*padding-top: 46.42%;*/
    padding-top: 59.17%;
    background: url(../images/bio04_mom_text_0509.png) center center no-repeat;
    background-size: 100%;
    right: 1.66%;
    top: 18.13%;
    text-align: center;
}

.block-two .text_block .copy_btn{
    position: absolute;
    width: 77.09%;
    padding-top: 17.18%; 
    left: 13.13%;
    /*top: 62.5%;*/
    top: 50%;
    background: url(../images/bio04_mom_btn.gif) center center no-repeat;
    background-size: 100%;
    /*-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;*/
}
.reward_btn{
    width:10.4%;
    position:absolute;
    bottom:5%;
    left:5%;
    cursor:pointer;
}
.reward-pop-up{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9999;
    display:none;
    overflow: auto;
    text-align: center;
    background: rgba(0,0,0,0.8);
}
.reward-pop-window{
    width:67%;
    min-width: 0;
    position:relative;
    margin:50px 0 50px;
    display:inline-block;
    vertical-align: middle;
    background-color: #fff;
    padding: 2% 5% 2%;
    font-size:22px;
}
.reward-pop-up h3{
    font-size:36px;
    margin-bottom: 3%;
}
.reward-pop-up p{
    font-size:22px;
    line-height:34px;
    text-align:left;
    margin-bottom: 3%;
}
.reward-pop-up p a{
    border-bottom:1px solid #000;
}
.reward-pop-up p a:hover{
    text-decoration:none;
}

.reward_user{
    width:26%;
    display:inline-block;
    margin: 0 1.4% 2.5%;
}
.reward-pop-close{
    width:27px;
    padding-top: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
.reward-pop-close:after{
    content:'';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/bio04_pop_close.png) center center no-repeat;
    background-size: 100%;
}

@-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);
  }
}

.block-two .text_block .copy_text{
    opacity: 0;
    width: 20px;
    right: 0;
    position: absolute;
}

@media(min-width: 1921px){
    .block-two{
        background-size: 100%;
    }
    .block-two .inner{
        height: 50.26vw;
        min-height: 965px;
    }
}

@media (max-width:768px){
    .block-two{
        background-image: url(../images/bio04_mom_bg_m.png);
        background-color: #fdfcfe;
        background-position: top center;
        background-size: 100%;
        
    }
    .block-two .inner{
        /*height: 249.35vw;*/
        height: 285vw;        
    }
    .block-two .title_block{
        background: transparent;
    }
    .block-two .text_block{
        position: absolute;
        width: 100%;
        /*padding-top: 125.78%;*/
        padding-top: 147.92%;
        background-image: url(../images/bio04_mom_text_m_0509.png);
        background-size: 100%;
        right: 0;
        top: 47.2%;
    }
    .block-two .text_block .copy_btn{
        width: 78.38%;
        padding-top: 15.49%; 
        left: 10.81%;
        /*top: 64.7%;*/
        top: 55%;
        /*background-image: url(../images/bio04_mom_btn_m.png);*/
    }
    .reward_btn {
        width: 19.5%;
        position: absolute;
        bottom: 54%;
        left: 72%;
        cursor: pointer;
    }
    .reward-pop-window{
        width:90%;
    }
    .reward_user{
        width:78%;
        margin:0 auto 5%;
        display:block;
    }
    .reward-pop-up p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 5%;
    }
    .reward-pop-up h3 {
        font-size: 28px;
        margin-bottom: 5%;
        margin-top: 12%;
    }
    .reward-pop-close{
        width:27px;
        padding-top: 30px;
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer;
    }
}

/*---block three(photo)---*/
.block-three{
    background: url(../images/bio04_photo_bg_line.png) no-repeat;
    background-position: center top;
    background-size: 100%;
    overflow: hidden;
    /*margin-bottom: 60px;*/
}
.block-three .inner{
	/*width: 100%;*/
    height: auto;
    /*max-width: 1920px;*/
    padding: 100px 0;
    padding-top: 9%;
}
.block-three .title_block{
    position: absolute;
    right: 3.75%;
    top: 45px;
    width: 52.33%;
    padding-top: 8.42%;
    background: url(../images/bio04_photo_title.png) center center no-repeat;
    background-size: 100%;
}

@media (max-width:768px){
    .block-three{
        background-image: url(../images/bio04_photo_bg_line_m.png);
        background-size: 100%;
        margin-bottom: 0;
    }
    .block-three .inner{
        width: 100%;
        height: 215.4vw;
        padding-top: 36.46vw;
        padding-bottom: 0;
    }
    .block-three .title_block{
        background: transparent;
    }
    .block-three .photo_link{
        display: block;
        text-align: center;
        width: 79.56%;
        height: 168.52vw;
        background: url(../images/bio04_photo_sample_m_0412_2.png) top center no-repeat;
        background-size: 100%;
        margin: 0 auto;
        text-decoration: none;
    }
    
}

/*---block four(form)---*/
.block-four{
    overflow: hidden;
    position: relative;
}
.block-four .inner{
    padding-top:48%;
}
.block-four .title_block{
    width: 43.33%;
    padding-top: 21.42%;
    position: absolute;
    top: 0;
    left: 24.17%;
    background: url(../images/bio04_form_title.png) center center no-repeat;
    background-size: 100%;
}
.block-four .title_block .title_bar{
    position: absolute;
    background: url(../images/bio04_form_title_bar.gif) center center no-repeat;
    background-size: 100%;
    width: 31%;
    height: 20.23%;
    left: 11.5%;
    top: 65.5%;

}
.block-four .left_part{
    width: 48.08%;
    position: absolute;
    /*top: 15%;*/
    top: 16.63%;
    left: 0;
    background: url(../images/bio04_form_left_text.png) center no-repeat;
    background-size: 100%;
    padding-top: 54.75%;
}
.block-four .right_part{
    position: absolute;
    width: 51%;
    padding-top: 47.67%;
    right: -1.25%;
    /*top: 29.5%;*/
    top: 32.71%;
    background: url(../images/bio04_form_right.png) center no-repeat;
    background-size: 100%;
}
.block-four .line_block{
    width: 100%;
    height: 11px;
    background: url(../images/bio04_form_line.png) center no-repeat;
    /*background-size: 100%;*/
    position: absolute;
    top: 63.5%;
    left: 0;
}
.block-four .confirm-btn{
    position: absolute;
    top: 81.82%;
    left: 10.62%;
    padding-top: 13.89%;
    width: 78.43%;
    background: url(../images/bio04_form_btn.png) center no-repeat;
    background-size: 100%;
}
.block-four .is-end{
    position: absolute;
    top: 81.82%;
    left: 10.62%;
    width: 78.43%;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

@media(min-width: 1921px){
    .block-four .inner{
        width: 1200px;
        height: 902px;
    }
    .block-four .line_block{
        width: 44.64%;
        top: 575px;
        background: url(../images/bio04_form_line_x.png) center repeat-x;
    }
    .block-four .line_block:after{
        content: '';
        display: block;
        width: 44px;
        height: 11px;
        background: url(../images/bio04_form_line_end.png) center no-repeat;
        position: absolute;
        top: 0;
        right: -44px;
    }
}

@media(max-width: 1200px){
    .block-four .inner{
        /*width: 1200px;*/
        /*width: 960px;*/
        /*height: 1000px;*/
        /*height: 52.55vw;
        min-height: 630px;*/
    }
}

@media (max-width:768px){
    .block-four .inner{
        width: 100%;
        height: auto;
        padding-top: 0;
    }
    .block-four .title_block,
    .block-four .left_part,
    .block-four .right_part{
        position: static;
        width: 100%;
        top: auto;
        right: auto;
        left: auto;
    }
    .block-four .title_block{
        background-image: url(../images/bio04_form_title_m.png);
        padding-top: 36.72vw;
    }
    .block-four .title_block .title_bar{
        width: 22.6%;
        height: 17.38%;
        left: 21.3%;
        top: 67.6%;

    }
    .block-four .left_part{
        background-image: url(../images/bio04_form_left_text_m.png);
        padding-top: 125.78vw;
        margin-top: -5.21vw;
        margin-bottom: 8.46vw;

    }
    .block-four .right_part{
        background-image: url(../images/bio04_form_right_m.png);
        padding-top: 130.34vw;
        margin-bottom: 6.51vw;
    }
    .block-four .confirm-btn{
        top: 102.6vw;
        left: 9.64vw;
        padding-top: 19.4%;
        width: 81.25vw;
        background-image: url(../images/bio04_form_btn_m.png);
    }
}

/*--- form item ---*/
.block-four .form-input,
.block-four .form-select,
.block-four .check_block,
.block-four .radio-label{
    position: absolute;
    background: transparent;
    left: 26.14%;
    font-size: 20px;
    line-height: 1;
    height: 8.2%;

}
.block-four .form-input{
    border: 0;
    /*width: 100%;*/
    /*max-width: 415px;*/
    /*height: 45px;*/
    /*line-height: 45px;*/
    /*margin-bottom: 15px;*/
    padding: 0 10px;
    outline: 0;
    width: 68.14%;
}
.block-four .form-input.name{
    top: 5.94%;
}
.block-four .form-input.phone{
    top: 16.61%;
}
.block-four .form-input.mail{
    top: 26.57%;
}
.block-four .form-select{
    height: 8.39%;
    border: 0;
    outline: 0;
    padding: 0 10px;
    top: 37.5%;
    height: 8%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.form-select::-ms-expand{ display:none; }
.block-four .form-select option{
    color:#000;
}
.block-four .form-select.city{
    /*width: 145px;*/
    width: 23.69%;
}
.block-four .form-select.counter{
    /*width: 250px;*/
    width: 42.64%;
    left: 51.47%;
}
.block-four .check_block,
.block-four .radio-label{
    height: 5.76%;

}
.block-four label{
    margin-bottom: 0;
    cursor: pointer;    
}
.block-four label:after {
    content: '';
    display: none;
    position: absolute;
    left: 3px;
    top: 2px;
    width: 7%;
    width: 20px;
    height: 20px;
    background-image: url(../images/bio04_form_check_agree.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.block-four label.agree_label:after{
    width: 6.5%;
    padding-top: 6.5%
}
.block-four label.once_label:after{
    width: 5.81%;
    padding-top: 5.81%;
}
.block-four label.yes:after,
.block-four label.no:after{
    width: 41.67%;
    padding-top: 41.67%
}
.block-four input:checked + label:after{
    display: block;
}
.block-four .checkbox-label{
    display: block;
    width: 100%;
    height: 100%;
}
.block-four .check_block.agree{
    width: 58.82%;
    top: 50.7%;
}
.block-four .check_block.once{
    width: 70.26%;
    top: 57.69%;
}
.block-four .radio-label{
    width: 9.8%;
    top: 71.68%;
    display: block;
}
.block-four .radio-label.yes{
    left: 53.1%;
}
.block-four .radio-label.no{
    left: 68.63%;
}
.block-four a{
    display: block;
    position: absolute;
    text-decoration: none;
    height: 100%;
    top: 0;
    z-index: 10;
}
.block-four .policy_link{
    left: 31%;
    width: 20.28%;
}
.block-four .notice_link{
    left: 72%;
    width: 27.77%;
}

@media (max-width:1700px){
    .block-four .form-input,
    .block-four .form-select,
    .block-four .check_block,
    .block-four .radio-label{
        font-size: 16px;
    }
}

@media (max-width:1350px){
    .block-four .form-input,
    .block-four .form-select,
    .block-four .check_block,
    .block-four .radio-label{
        font-size: 14px;
    }
}

@media (max-width:768px){
    .block-four .form-input,
    .block-four .form-select,
    .block-four .check_block,
    .block-four .radio-label{
        font-size: 90%; 
        left: 29.95vw;
        font-size: 26px;
    }
    .block-four .form-input{
        width: 66.41vw;
        height: 9.76vw;

    }
    .block-four .form-input.name{
        top: 3.91vw;
    }
    .block-four .form-input.phone{
        top: 16.93vw;
    }
    .block-four .form-input.mail{
        top: 29.56vw;
    }
    .block-four .form-select{
        height: 9.90vw;
        top: 42.71vw;
    }
    .block-four .form-select.city{
        width: 30.99vw;
    }
    .block-four .form-select.counter{
        width: 33.20vw;
        left: 63.15vw;
    }
    .block-four .check_block{
        height: 7.16vw;
        left: 5.73vw;
    }
    .block-four .check_block.agree{
        width: 75.52vw;
        top: 57.94vw;
    }
    .block-four .check_block.once{
        width: 90.89vw;
        top: 67.71vw;
    }
    .block-four .policy_link{
        left: 32%;
    }
    .block-four .radio-label{
        width: 13.67vw;
        top: 87.24vw;
    }
    .block-four .radio-label.yes{
        left: 36.85vw;
    }
    .block-four .radio-label.no{
        left: 52.47vw;
    }
    .block-four label.agree_label:after,
    .block-four label.once_label:after,
    .block-four label.yes:after,
    .block-four label.no:after{
        width: 7.16vw;
        padding-top: 7.16vw;
    }
}
@media (max-width:550px){
    .block-four .form-input,
    .block-four .form-select,
    .block-four .check_block,
    .block-four .radio-label{
        font-size: 20px;
    }
}
@media (max-width:450px){
    .block-four .form-input,
    .block-four .form-select,
    .block-four .check_block,
    .block-four .radio-label{
        font-size: 16px;
    }
}
@media (max-width:350px){
    .block-four .form-input,
    .block-four .form-select,
    .block-four .check_block,
    .block-four .radio-label{
        font-size: 14px;
    }
}

/*--- form note ---*/
.form_note_block{
    display: none;
}
.form_note_block .inner{
    position: relative;
}
.form_note_block .inner .note_text{
    width: 100%;
    padding-top: 40.5%;
    background: url(../images/bio04_form_note.png) center no-repeat;
    background-size: 100%;
}

@media(max-width: 1200px){
    .form_note_block{
        margin-top: -150px;
    }
}
@media (max-width:768px){
    .form_note_block{
        margin-top: 0;
        
    }
    .form_note_block .inner .note_text{
        background-image: url(../images/bio04_form_note_m.png);
        padding-top: 150.91vw;
    }
}


/*---block five(store)---*/
.block-five{
    overflow: hidden;
    position: relative;
    margin-top: 100px;
}
.block-five .inner{
    /*width: 100%;*/
    height: auto;
    /*height: 770px;*/
    height: 40.46vw;
    min-height: 485px;
    position: relative;
}
.block-five .title_block{
    position: absolute;
    top: 0;
    left: -2.92%;
    background: url(../images/bio04_store_title.png) center no-repeat;
    background-size: 100%;
    width: 24.42%;
    padding-top: 40.17%;
}
.block-five .title_block .title_bar{
    position: absolute;
    background: url(../images/bio04_store_title_bar.gif) center center no-repeat;
    background-size: 100%;
    width: 20%;
    height: 44.5%;
    left: 69.5%;
    bottom: -0.5%;
}
.prod_img_list,
.prod_img_list li{
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.prod_img_list{
    position: absolute;
    /*width: 930px;*/
    width: 77.5%;
    right: 0;
    /*top: 125px;*/
    top: 16.23%;
    padding-top: 41.42%;
}
.prod_img_list li{
    width: 49%;
    width: -webkit-calc(50% - 13px);
    width: -moz-calc(50% - 13px);
    width: calc(50% - 13px);
    height: 100%;
    margin-left: 13px;
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    background-size: contain;

}
.prod_img_list li.prod_01{
    background-image: url(../images/bio04_store_prod_01.png);
    left: 0;
}
.prod_img_list li.prod_02{
    background-image: url(../images/bio04_store_prod_02.png);
    right: 0;
}

.block-five .line_block{
    width: 100%;
    height: 12px;
    background: url(../images/bio04_store_line.png) center no-repeat;
    /*background-size: 100%;*/
    position: absolute;
    right: 0;
    top: 82.47%;
}

@media(min-width: 1921px){
    .block-five .inner{
        width: 1200px;
        height: 770px;
    }
    .block-five .line_block{
        width: 38.39%;
        top: 637px;
        background: url(../images/bio04_store_line_x.png) center repeat-x;
    }
    .block-five .line_block:after{
        content: '';
        display: block;
        width: 17px;
        height: 12px;
        background: url(../images/bio04_store_line_end.png) center no-repeat;
        position: absolute;
        top: 0;
        left: -17px;
    }
}

@media (max-width:768px){
    .block-five{
        margin-top: 20.57vw;
    }
    .block-five .inner{
        width: 100%;
        height: 260.55vw;
        background: url(../images/bio04_store_line_m.png) no-repeat bottom left;
        background-size: 100%;
    }
    .block-five .title_block,
    .prod_img_list{
        position: static;
        width: 100%;
    }
    .block-five .title_block{
        top: auto;
        left: auto;
        background-image: url(../images/bio04_store_title_m.png);
        background-size: 100%;
        padding-top: 53.91vw;
        margin-bottom: 11.72vw;
        position: relative;
    }
    .block-five .title_block .title_bar{
        background-image: url(../images/bio04_store_title_bar_m.gif);
        width: 39%;
        height: 16.43%;
        left: 15.1%;
        top: 78.6%;
        bottom: auto;
    }
    .prod_img_list{
        right: auto;
        top: auto;
        padding-top: 0;
    }
    .prod_img_list li{
        position: static;
        width: 100%;
        padding-left: 0;
        background-position: center;
        background-size: 100%;
        top: auto;
    }
    .prod_img_list li.prod_01{
        background-image: url(../images/bio04_store_prod_01_m.png);
        left: auto;
        height: 97.53vw;
        margin-bottom: 7.16vw;
    }
    .prod_img_list li.prod_02{
        background-image: url(../images/bio04_store_prod_02_m.png);
        right: auto;
        height: 77.6vw;
    }


}

/*---block six(slider)---*/
.block-six{
    overflow: hidden;
    /*margin-top: 100px;*/
}
.block-six .inner {
    /*width: 100%;*/
    width: 68.84%;
    /*max-width: 1920px;*/
}
.block-six .inner .swiper-container {
    text-align: center;
}
.block-six .swiper-slide a,
.block-six .swiper-slide img{
    display: block;
}
.block-six .swiper-slide img{
    width: 100%;
    height: auto;
    max-width: none;
}
.block-six .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/bio04_prev_icon.png);
    /*left: -50px;*/
    left: -3.74%;
    right: auto;
}
.block-six .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/bio04_next_icon.png);
    /*right: -50px;*/
    right: -3.74%;
    left: auto;
}
.block-six .swiper-button-next,
.block-six .swiper-button-prev {
    /*width: 49px;
    height: 94px;*/
    width: 3.74%;
    height: 8.05%;
    /*margin-top: -47px;*/
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 100%;
    outline: 0;
}
/*blog logo*/
.block-six .blog_logo{
    position: absolute;
    top: 3.42%;
    right: 1.53%;
    width: 19.85%;
    padding-top: 32.98%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/bio04_blog_logo.png);
    background-size: 100%;
    z-index: 100;
    pointer-events: none;

}

@media (max-width:768px){
    /*---block six---*/
    .block-six{
        margin-top: 10.42vw;
        padding-bottom: 10.42vw;
    }
    .block-six .inner {
        width: 100%;
        position: relative;
        /*margin-bottom: 20px;*/
        padding-bottom: 20px;
    }
    .block-six .swiper-pagination{
        bottom: 0;
    }

    /*blog logo*/
    .block-six .blog_logo{
        top: 4.67%;
        right: 6.55%;
        width: 45.7%;
        padding-top: 77.86%;
        background-image: url(../images/bio04_blog_logo_m.png);

    }
    .block-six .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 2.47%;
    }
    .block-six .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 2.47%;
    }
    .block-six .swiper-button-next,
    .block-six .swiper-button-prev {
        width: 4.3%;
        height: 3.83%;
    }
}


/*---block seven(prod)---*/
.bottom_bg_cub{
    width: 100%;
    background-image: url(../images/bio_block5_bg.jpg);
    background-position: -16.5% -89%;
    background-size: 25%;
    overflow: hidden;
}
.block-seven{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.block-seven .inner{
    /*height: 905px;*/
    height: 47.55vw;
    min-height: 570px;
}
.block-seven .inner .left_title{
    position: absolute;
    width: 49.17%;
    height: 81.99%;
    left: 0;
    /*top: 55px;*/
    top: 6.08%;
    background: url(../images/bio04_prod_title.png) center no-repeat;
    background-size: 100%;

}
.block-seven .inner .right{
    width: 42.75%;
    left: 53.8%;
    top: 13.2%;
    padding-top: 51.5%;
    position: absolute;
    background-image: url(../images/bio_block5_r.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.block-seven .inner .right:before,
.block-seven .inner .right:after{
    content: '';
    display: block;
    width: 31.6406%;
    top: 23%;
    padding-top: 29.1%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-animation: act_block_vis 1.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    animation: act_block_vis 1.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.block-seven .inner .right:before{
    background-image: url(../images/bio_block5_r_l.png);
    left: 12%;
}
.block-seven .inner .right:after{
    background-image: url(../images/bio_block5_r_r.png);
    left: 55%;
    animation-delay: 1.2s; 
}
.block-seven .line_block{
    width: 100%;
    height: 12px;
    background: url(../images/bio04_prod_line.png) center no-repeat;
    /*background-size: 100%;*/
    position: absolute;
    left: 0;
    top: 89.5%;
}

@media(min-width: 1921px){
    .block-seven .inner{
        width: 1200px;
        height: 905px;
    }
    .block-seven .line_block{
        width: 48.44%;
        top: 808px;
        background: url(../images/bio04_prod_line_x.png) center repeat-x;
    }
    .block-seven .line_block:after{
        content: '';
        display: block;
        width: 20px;
        height: 12px;
        background: url(../images/bio04_prod_line_end.png) center no-repeat;
        position: absolute;
        top: 0;
        right: -20px;
    }
}

@media (max-width:768px){
    /*---block seven---*/
    .bottom_bg_cub{
        background-size: 50%;
    }
    .block-seven .inner {
        width: 100%;
        height: 383.33vw;
        min-height: 100%;
    }
    .block-seven .inner .left_title{
        width: 100%;
        left: 0;
        top: 21.48vw;
        padding-top: 89.19vw;
        height: 208.98vw;
        background-image: url(../images/bio04_prod_title_m.png);
        background-position: center top;
        background-size: contain;
    }
    /*feature slider*/
    .block-seven .feature_slider .swiper-slide{
        width: 100%;
        height: 98.83vw;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: contain;
    }
    .block-seven .feature_slider .swiper-slide.feature_01{
        background-image: url(../images/bio04_prod_slide_01.png);
    }
    .block-seven .feature_slider .swiper-slide.feature_02{
        background-image: url(../images/bio04_prod_slide_02.png);
    }
    .block-seven .feature_slider .swiper-slide.feature_03{
        background-image: url(../images/bio04_prod_slide_03.png);
    }
    .swiper-button-prev,
    .swiper-button-next,
    .block-seven .feature_prev,
    .block-seven .feature_next{
        position: absolute;
        background: url(../images/bio4_feature_arrow_icon.png) no-repeat center;
        /*width: 4.3vw;
        height: 8.33vw;*/
        width: 33px;
        height: 64px;
        z-index: 100;
        background-size: 100%;
        outline: 0;
    }
    .block-seven .feature_prev,
    .block-seven .feature_next{
        top: 37.76vw;

    }
    .swiper-button-prev,
    .feature_prev{
        left: 1.95vw;
    }
    .swiper-button-next,
    .feature_next{
        right: 1.95vw;
        -moz-transform:rotate(180deg);
        -webkit-transform:rotate(180deg);
        -o-transform:rotate(180deg);
        -ms-transform:rotate(180deg);
        transform:rotate(180deg);
    }
    .swiper-pagination{
        width: 100%;
        bottom: 6.77vw;

    }
    .swiper-pagination-bullet{
        width: 3.91vw;
        height: 3.91vw;
        background: #000;
        margin-right: 3.26vw;
        -webkit-transition: .3s ease;
        -moz-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        opacity: 1;
        outline: 0;
    }
    .swiper-pagination-bullet-active{
        background: #d9d2b0;
    }

    /*right block*/
    .block-seven .inner .right{
        width: 95.052%;
        left: 2.5%;
        /*top: 48.2%;*/
        top: 239.59vw;
        padding-top: 123.5%;
        background-image: url(../images/bio_block5_r_m.png);
    }
    .block-seven .inner .right:before,
    .block-seven .inner .right:after{
        width: 31.68724%;
        padding-top: 29.2%;
    }
    .block-seven .inner .right:before {
        background-image: url(../images/bio_block5_r_m_l.png);
        left: 12%;
    }
    .block-seven .inner .right:after {
        background-image: url(../images/bio_block5_r_m_r.png);
        left: 55%;
        animation-delay: 1.5s;
    }
}


@media (min-width:769px){
	body, html {
	    min-width:1200px;
	}
	.menu-list li a:hover:after{
		opacity: 1;
		transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
	}
	.menu-list li.fb-link a:hover:after{
		opacity: 0;
		display: none;
	}
	.m-show{
		display:none!important;
	}
	
}

@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;
	}
}

/*--- popup ---*/
.pop-up{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9999;
    display:none;
    overflow: auto;
    text-align: center;
    background: rgba(0,0,0,0.8);
}
.pop-up:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -5px;
}
.pop-up:before{
    content: normal;
}
.pop-window{
    width:30%;
    max-width: 768px;
    min-width: 0;
    position:relative;
    margin:50px 0 50px;
    display:inline-block;
    vertical-align: middle;
}
.pop-container{
    padding-top: 61%;
    text-align:center;
    position: relative;
}
    .pop-container{
        height: auto;
        padding-top: 153.125%;
        background: url(../images/bio04_pop_bg_0415.jpg) no-repeat;
        background-size: 100%;
    }
/*20190412 Asa link*/
a.pop_link{
    display: block;
    text-decoration: none;
    border: 0;
    width: 15.76%;
    height: 13.44%;
    position: absolute;
    bottom: 4.08%;
}
a.pop_link.fb{
    left: 29.56%;
}
a.pop_link.line{
    left: 54.43%;
}

.resend-btn {
    width: 40.1666%;
    padding-top: 5.2%;
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
    background: url(../images/bio04_pop_resend.png);
    background-size: 100%;
    background-repeat: no-repeat;
    outline: none;
    position: absolute;
    top: 43.1%;
    left: 56.5%;
}
    .resend-btn{
        width: 93%;
        /*padding-top: 12.2%;*/
        padding-top: 15.6%;
        top: 60.3%;
        left: 3%;
    }
.resend-btn:hover,
.resend-btn:focus{
    color: #fff;
    outline: none;
}
.pop-sel{
    width: 41%;
    height: 6.5%;
    position: absolute;
    top: 88.6%;
    left: 19%;
}
.pop-check-btn{
    width: 33.3333%;
    padding-top: 6%;
    position: absolute;
    top: 88.4%;
    left: 61.6%;
    background: url(../images/bio04_pop_check.png) no-repeat;
    background-size: 100%;
}
.pop-sel select{
    width: 32%;
    margin-right: 1%;
    height: 100%;
    font-size: 22px;
    float: left;
    color: #707070;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    padding: 1% 10% 1% 3%;
    background: url(../images/bio_sel_2.png) 98% center no-repeat;
    background-size: 26%;
    -webkit-box-shadow: 1px 1px 1px 1px #d6d3d5 inset;
    -moz-box-shadow: 1px 1px 1px 1px #d6d3d5 inset;
    box-shadow: 1px 1px 1px 1px #d6d3d5 inset;
}
    .pop-sel-wrap{
        width: 59.7%;
        position: absolute;
        /*top: 86.6%;*/
        top: 85.44%;
        left: 27.4%;
        padding-top: 7%;
    }
    .pop-sel {
        width: 100%;
        height:100%;
        left:0;
        top:0;
        position: absolute;
    }
    .pop-sel select {
        float: left;
        width: 32.717%;
        height: 100%;
        padding: 0 10% 0 5px;
        margin-right: 0.9245%;
        background-size: 30%;
    }
    .pop-sel select:last-child{
        margin-right: 0;
    }
    .pop-check-btn {
        width: 61%;
        height: auto;
        /*padding-top: 9%;*/
        padding-top: 14.97%;
        position: absolute;
        /*top: 92.2%;*/
        top: 91.19%;
        left: 27%;
    }
.pop-close{
    width: 3.51%;
    padding-top: 3.26%;
    position: absolute;
    right: 4.42%;
    top: 2.99%;
    cursor: pointer;
}
.tagboard-pop-close{
    position: absolute;
    cursor: pointer;
    width: 27px;
    height: 25px;
    right: 2%;
    top: 3.5%;
}
.tagboard-pop-close:after,
.pop-close:after{
    content:'';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/bio04_pop_close.png) center center no-repeat;
    background-size: 100%;
}
.tagboard-pop-close:after{
    background-image: url(../images/bio4_mapform_close_w.png);
}

@media(max-width: 768px){
    .pop-sel select {
        font-size: 15px;
    }
    .pop-window{
        width:100%;
    }
}

/*--- tagboard ---*/
@media(min-width: 769px){
    .tagboard-pop-up{
        display: block !important;
    }
}
@media(max-width: 768px){
    body.noscrolltag {
        overflow: hidden;
    }
    .tagboard-pop-up{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        overflow: auto;
        text-align: center;
    }
    .tagboard-pop-up{
        background-color: rgba(0, 0, 0, 0.7);
    }
    .tagboard-pop-up .tagboard-window{
        max-width: none;
        width: 100%;
        height:auto;
        padding: 50px 3% 3% 3%;
        margin: 0;

    }
    .tagboard-pop-up .tagboard-window .tagboard-embed{
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        height: 150vw;        
    }
    .tagboard-pop-up .tagboard-window .tagboard-container{
        padding-top: 0;
        background: none;
        z-index: 1;
    }    
}