* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  font-size: 20px;
}

/*----BEGIN COMMON STYLE-----*/
body,div,p,ul,li,span,a{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

body{
  background-color: #fff;
  font-size: 1rem;
  font-family: Arial;
  color: #000;
  width: 100%;
  height: 100%;
}

.innerpage textarea {
  font-size: 14px;
}

a{
  color: #333333;
  text-decoration: none;
}

a:hover{
  color: #3BA9E5 !important;
}

.clearfix:after{
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

/*----END COMMON STYLE-----*/
.innerpage {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.innerpage a {
  text-decoration: underline;
}

.MsoNormal {
  line-height: 22.5pt;
}

html, body {
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  font-family: Arial, sans-serif;
}

body{
  background-color: #ffffff;
}

a{
  text-decoration: none;
}

.content-container {
  color: #7E7E7E;
}
.content-container .blue-link {
  color: #3BA9E5;
}
.content-container .blue-new-link {
  color: #3BA9E5;
}
.content-container .red-link {
  color: #3BA9E5;
}
.content-container .red-new-link {
  color: #3BA9E5;
}
.content-container .title {
  font-size: 1.3rem;
  font-weight: bold;
  color:#333333;
  display: block;
  margin: 1.5rem 0 1rem 0;
}
.content-container .sub-title {
  font-size: 1rem;
  font-weight: bold;
  color:#333333;
  display: block;
  margin: 2.2rem 0 .8rem 0;
}
.content-container .third-title {
  font-size: 0.7rem;
  font-weight: bold;
  color:#333333;
  display: block;
  margin: 1.2rem 0 .5rem 0;
}
.content-container .four-title {
  font-size: 1rem;
  font-weight: bold;
  color:#333333;
  display: block;
  margin: 1.5rem 0 .5rem 0;
}
.content-container .modify-date {
  font-size: .6rem;
  font-weight: bold;
  display: block;
  color: #999999;
}
.content-container p {
  font-size: .65rem;
  display: block;
  line-height: 1.1rem;
  color: #7E7E7E;
  margin-bottom: .6rem;
}
.content-container .black-bold-color {
  color: #333333;
  font-weight: bold;
  font-size: .7rem;
}
.content-container .black-big-color {
  font-size: 1.1rem;
  color: #333333;
}
.content-container ul {
  margin: 1rem 0 1rem 0.8rem;
}

.content-container > ul, .content-container li {
  margin: .6rem 0 .6rem 0.4rem!important;
  padding: 0;
  line-height: 1.1rem;
  list-style-type: disc!important;
  font-size: .65rem;
}

div, ul, li, p, h6, input {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

input, button {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  line-height: normal;
  display: inline-block;
  outline: none;
}

input {
  outline: none;
  height: 36px;
  line-height: 36px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

button {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

button:active, button:visited {
  border: 0px;
  outline: none;
}

/*----BEIGIN MENU STYLE-----*/
.nav{
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 999;
  border-bottom: 1px solid #E6E6E6
}
.nav-sub{
  height: 95px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-sub,.content,.content-text{
  max-width: 1200px;
  margin: 0px auto;
  width: 85%;
}
.wild-content {
  width: 75%;
}
.wild-collapse {
  display: flex;
  justify-content: flex-end;
}

.logo{
  width: 56%;
}
.logo img {
  width: 3rem;
}

.menu{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 70%;
}

.menu li{
  display: inline-block;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 1.1rem;
  margin-left: 15px;
}

.menu li a{
  font-size: .7rem;
}

.menu li.menu-last{
  text-transform: uppercase;
  text-decoration: underline;
}
/*----END MENU STYLE-----*/

/*----BEGIN BANNER STYLE-----*/
.banner{
  position: relative;
  top:130px;
}
.banner-box {
  width: 100%;
  height: 755px;
}

.banner-text{
  width:70%;
  text-align: center; 
  left: 50%;
  margin: 2rem auto;
  padding-top: 4rem;
  z-index: 99;
  max-width: 1000px;
}
.banner-text h1{
  color: #333333;
  font-size: 2.5rem;
  line-height: 3.5rem;
}
.banner-text > button{
  background-color: #fff;
  width: 380px;
  margin:102px auto 0 auto;
  border-radius: 70px;
  height: 70px;
  line-height: 70px;
  color: #50b2e3;
  font-size:40px;
  font-weight: bold;
  text-transform: capitalize;
}
.banner-text > .banner-app a{
  display: inline-block;
  width: 8rem;
  height: 2.5rem;
  margin-top: 80px;
}
.banner-text > .banner-app > .banner-app-IOS{
  background-image: url("../images/ios_download_btn.png");
  background-repeat: round no-repeat;
  margin-right:.8rem;
}
.banner-text > .banner-app > .banner-app-Android{
  background-image: url("../images/android_download_btn.png");
  background-repeat: round no-repeat;
  margin-left: .8rem;
}

/*----END BANNER STYLE-----*/
.photos {
  margin-top: 8.5rem;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photos .photo-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 85%;
  max-width:1200px;
}
.photos .photo-container .p-item {
  height: 15rem;
}
.photos .photo-container .item_bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.photos img {
  width: 10rem;
  height: auto;
}

/*----BEGIN CONTENT STYLE-----*/
.content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.content li{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.content .content-list-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content li img{
  width: 22rem;
}

.content li h3{
  text-transform: capitalize;
  font-size: 1.5rem;
  color: #222222;
  width: 15rem;
}
.content li p{
  color: #555555;
  font-size: 1rem;
  margin-top: 1rem;
  /*min-height: 112px;*/
  width: 15rem;
  line-height: 1.8rem;
}

.footer-content-text{
  margin-top: 10rem;
  margin-bottom: 5rem;
  text-align: center;
}
.content-text h1{
  line-height: 40px;
  color: #222222;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.content-text p{
  /*line-height: 28px;*/
  /*margin-bottom: 20px;*/
  /*color: #414141;*/
  /*font-size: 20px;*/
}
.footer-content h3 {
  font-size:1.3rem;
}
.footer-content li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-content span{
  display: block;
  width: 90%;
  height: 4rem;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #333333;
  margin: 1.5rem auto 0.1rem auto;
}
.content-order {
  margin-top: 0;
  display:flex;
  flex-direction: row;
  justify-content: center;
}
.content-order .selected-item {
  border-bottom: 3px solid #2EA4E4;
}
.content-order a {
  margin: .5rem;
  display: block;
  width: 5rem;
  border: none;
  border-bottom: 3px solid #DDDDDD;
  border-radius: 3px;
}
/*----END CONTENT STYLE-----*/
  .wild-content-list{
    position: relative;
    top:5rem;
  }
   /*----BEGIN FOOTER STYLE-----*/
.qr-code{
  margin-left: 2rem;
}
.footer{
  background-color: #ffffff;
  padding: 0 0 50px 0;
  text-align: center;
  text-transform: capitalize;
  color: #333333;
  font-size: 1.3rem;
  position: relative;
  /*top:140px;*/
}

.footer-menu {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  width: 75%;
}

.footer-menu li{
  letter-spacing: 1px;
  font-size: .7rem;
  box-sizing: border-box;
  flex: 0 0 33%;
  text-align: left;
  list-style-type: none!important;
  margin: .2rem 0 0 0;
}
.footer-menu li:nth-child(n+4) {
  margin: 1.2rem 0 0 0!important;
}

.footer-menu li a{
  font-size: .6rem;
}

.footer-menu .menu-last{
  margin-top: 1rem;
}
.footer-menu .menu-last a {
  text-decoration: underline;
}
.footer-menu .menu-last label {
  font-size: .9rem;
}

.foot-box{
  width: 60%;
  margin:0 auto;
  word-wrap:break-word;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*.footer a{*/
/*  margin-top: 2rem;*/
/*  font-size:.8rem;*/
/*}*/

.foot-download{
  display: flex;
}

.foot-download a{
  background: #fff;
  border-radius: 30px;
  display: flex;
  width: 160px;
  height: 52px;
  line-height: 52px;
  margin-right: 35px;
  align-items: center;
  justify-content: center;
}

.foot-download img{
  width: 46px;
}

.footer-container {
  width:70%;
  max-width: 1200px;
  margin: 0 auto;
}

.footer .flex-container {
  margin: 0 auto;
  display:flex;
  flex-direction: row;
  justify-content: center;
}

.footer .menu-list {
  display:flex;
  flex-direction: column;
  align-items: flex-end;
  width: 60%;
  justify-content: flex-start;
}

.footer .menu-list .dating_advice {
  color: #3BA9E5;
  font-size: .6rem;
  margin-top: 1.4rem;
  text-decoration: underline;
  align-self: flex-end;
  width: 75%;
  text-align: start;
}

.footer .qr-code-img {
  border:8px solid #ffffff;
  width:110px;
  height:110px;
}

.footer .qr-code-img img {
  width: 3.5rem;
  height: 3.5rem;
}

.footer .qr-code-title {
  font-size: 14px;
  font-weight: bold;
  width: 110px;
  display:block;
}

.footer .download-app-box {
  display: flex;
  flex-direction: row;
  width: 50%;
}

.footer .download-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  margin-top: -30px;
}

.footer .download-button img {
  width: 3.5rem;
}

.login-box .download-app-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 60px;
}

.login-box .download-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  margin-top: -20px;
  line-height:30px;
}

.login-box .qr-code-title {
  font-size: 14px;
  font-weight: bold;
  width: 110px;
}

.faq-box {
  height: 100%;
  padding-bottom: 2rem;
}
.faq-box .faq-item {
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding-top: 1.2rem;
}
.faq-box .faq-item .faq-question-list {
  display: flex;
  flex-direction: column;
  width: 70%;
}
.faq-box .faq-item .faq-category {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  margin-top: 1.2rem;
  line-height:1.2rem;
  font-size: 1rem;
  font-weight: bold;
}
.faq-box .faq-item .faq-question-list li {
  line-height:1.6rem!important;
  padding: 1rem 0 1rem 0;
  margin: 0;
  border-bottom: 1px solid #E5E5E5;
  cursor:pointer;
}
.faq-box .faq-item .faq-question-list li .question-title {
  font-size: .8rem;
  color:#333333;
  display: flex;
  flex-direction:row;
  justify-content: space-between;
  align-items:center;
}
.faq-box .faq-item .faq-question-list li .question-answer{
  font-size: .7rem;
  padding-top: .4rem;
  color: #999999;
  display: none;
  line-height: 1rem;
}
.faq-grey-color {
  color: #999999;
}
.faq-black-color {
  color: #333333;
}
.faq-black-bold-color {
  color: #333333;
  font-weight: bold;
}
.question-title .show-btn {
  background-image: url("../images_v2/faq-down-btn.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  width: 0.8rem;
  height: 0.8rem;
  display:block;
}
.question-title .show-btn.active {
  background-image: url("../images_v2/faq-up-btn.png");
}
.question-title .title {
  width: 90%;
}
.app_pw_reset {
  height: 100%;
  width: 30%;
  margin: 0 auto;
}
.app_pw_reset .password-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 1.5rem;
  position: relative;
}
.app_pw_reset .pw-reset-form {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.app_pw_reset .password-box #new_password1, #new_password2 {
  height: 2rem;
  width: 12rem;
  padding-left: 2rem;
  appearance: none;
  outline: none;
  border-radius: 0;
  border: 1px solid rgb(213, 210, 210);
  line-height: 2rem;
  font-size: .6rem;
}
.app_pw_reset .password-box img {
  width: 1rem;
  position: absolute;
  left: .5rem;
}
.app_pw_reset .center_div .button {
  color: #fff;
  background-color: #00A0E8;
  cursor: pointer;
  width: 12rem;
  font-size: .65rem;
}