@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;700;800&display=swap");
@fa-font-path: "../font";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  5% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    transform: rotate(0deg) scale(1.2) skew(0deg) translate(0px);
  }
  100% {
    opacity: 0;
  }
}
.privacy_main {
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .privacy_main {
    padding: 50px 15px;
  }
}
.privacy_main article {
  margin-top: 5%;
  margin-bottom: 10%;
}
.privacy_main article h1 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.5rem;
  color: #f1f1f1;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.privacy_main article h2 {
  font-size: 1rem;
  line-height: 2.5rem;
  color: #f1f1f1;
  margin-top: 1.5rem;
}
.privacy_main article h3 {
  color: #cccccc;
  font-size: 0.85rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
.privacy_main article p {
  color: #adadad;
  font-size: 0.85rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
.privacy_main article ul {
  list-style-type: disc;
}
.privacy_main article ul li {
  list-style-type: disc !important;
}
.privacy_main article ul li::marker {
  color: #333;
}

body.pri_fix .privacy_main article h1 {
  color: #333333;
}
body.pri_fix .privacy_main article h2 {
  color: #4d4d4d;
}
body.pri_fix .privacy_main article h3 {
  color: #545454;
}
body.pri_fix .privacy_main article p {
  color: gray;
}
body.pri_fix > ul {
  padding-left: 1rem;
}
body.pri_fix .BWWS-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -21px;
  margin-left: -75px;
}
@media only screen and (max-width: 991px) {
  body.pri_fix .BWWS-logo {
    margin-left: -40px;
  }
}

.main_menu {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .main_menu {
    padding: 10px 20px;
  }
}
.main_menu.roll_down {
  padding: 0px 20px;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
@media only screen and (max-width: 991px) {
  .main_menu.roll_down {
    padding: 10px 20px;
  }
}
.main_menu.roll_down .BWWS-logo {
  width: 120px;
}
@media only screen and (max-width: 991px) {
  .main_menu.roll_down .BWWS-logo {
    width: 80px;
  }
}
.main_menu.roll_down ul.navbar-nav li.nav-item {
  padding: 10px 0;
}
.main_menu .navbar-nav .nav-link {
  margin: 0 15px;
  color: #fff;
}
.main_menu .navbar-nav .nav-link.active, .main_menu .navbar-nav .nav-link .show > .nav-link {
  color: #fff;
}

.dropdown-menu[data-bs-popper] {
  left: -88px;
}
@media only screen and (max-width: 991px) {
  .dropdown-menu[data-bs-popper] {
    left: 0;
  }
}

.cb_slideshow {
  width: 100%;
  height: 100%;
}
.cb_slideshow li {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  list-style: none;
}
.cb_slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
}

.indexKvHeight, .section-index, .index_leftkv, .index_right_cover, .section-service .service_kv2 {
  min-height: 1000px;
}
@media only screen and (max-width: 1199px) {
  .indexKvHeight, .section-index, .index_leftkv, .index_right_cover, .section-service .service_kv2 {
    min-height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .indexKvHeight, .section-index, .index_leftkv, .index_right_cover, .section-service .service_kv2 {
    min-height: 100vh;
  }
}

.font_G1, .tab-content .tab_title {
  font-size: 1.6rem;
}
@media only screen and (max-width: 575px) {
  .font_G1, .tab-content .tab_title {
    font-size: 1.2rem;
  }
}

.font_G2, .form-group label {
  font-size: 1.2rem;
}
@media only screen and (max-width: 575px) {
  .font_G2, .form-group label {
    font-size: 1.1rem;
  }
}

.font_G3 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 575px) {
  .font_G3 {
    font-size: 1.6rem;
  }
}

.font_G4 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 575px) {
  .font_G4 {
    font-size: 1.2rem;
  }
}

.font_G5 {
  font-size: 1rem;
}
@media only screen and (max-width: 575px) {
  .font_G5 {
    font-size: 0.95rem;
  }
}

.section {
  overflow: hidden;
}

.section-index {
  padding-top: 3.25%;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .section-index {
    padding-top: 15%;
    padding-bottom: 15%;
  }
}
.section-index .index_text {
  font-size: 1rem;
  line-height: 1.75rem;
  z-index: 10;
}

.index_kv {
  width: 100%;
  padding-top: 45%;
  margin-bottom: 25px;
  margin-top: 5%;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .index_kv {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .index_kv {
    margin-top: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .index_kv {
    margin-top: 60%;
  }
}
.index_kv .kv_type1 {
  width: 500px;
  padding-top: 450px;
  display: block;
  position: absolute;
  background: 50% 50% url(../imgs/backguard/index_kvbg.jpg) no-repeat;
  background-size: contain;
  margin-top: -225px;
  top: 50%;
  right: 0;
  box-shadow: 3px 5px 18px rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 1199px) {
  .index_kv .kv_type1 {
    display: none;
  }
}
.index_kv .kv_type2 {
  width: 800px;
  max-width: 100%;
  height: 750px;
  display: block;
  position: absolute;
  margin-top: -375px;
  top: 50%;
  left: 12%;
  background: 50% 50% url(../imgs/backguard/index_kv_cente.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .index_kv .kv_type2 {
    left: 50%;
    margin-left: -300px;
    top: 36%;
  }
}
@media only screen and (max-width: 991px) {
  .index_kv .kv_type2 {
    left: 0;
    max-width: 100%;
    margin-left: 0;
    background: 50% 50% url(../imgs/backguard/index_kv_cente_s.png) no-repeat;
    background-size: contain;
  }
}

.index_leftkv {
  width: 100%;
  max-width: 950px;
  background-size: cover !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .index_leftkv .cb_slideshow {
    opacity: 0.7;
  }
}
.index_leftkv .cb_slideshow li span {
  animation: imageAnimation 40s linear infinite 0s;
}
.index_leftkv .cb_slideshow li:nth-child(1) span {
  background: 50% 50% url(../imgs/backguard/index_left_kv1.jpg) no-repeat;
}
@media only screen and (max-width: 991px) {
  .index_leftkv .cb_slideshow li:nth-child(1) span {
    background: 0% 50% url(../imgs/backguard/index_left_kv1.jpg) no-repeat;
  }
}
.index_leftkv .cb_slideshow li:nth-child(2) span {
  background: 50% 50% url(../imgs/backguard/index_left_kv2.jpg) no-repeat;
  animation-delay: 10s;
}
.index_leftkv .cb_slideshow li:nth-child(3) span {
  background: 50% 50% url(../imgs/backguard/index_left_kv3.jpg) no-repeat;
  animation-delay: 20s;
}
.index_leftkv .cb_slideshow li:nth-child(4) span {
  background: 50% 50% url(../imgs/backguard/index_left_kv4.jpg) no-repeat;
  animation-delay: 30s;
}
.index_leftkv .kv_covr {
  background: 50% 50% url(../imgs/backguard/index_left_kv_cover.png) no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.index_right_cover {
  position: absolute;
  top: 0;
  right: 0;
  width: 1075px;
  background: left bottom url(../imgs/backguard/index_right_kv_cover.png) no-repeat;
  z-index: -1;
  background-size: cover;
}
@media only screen and (max-width: 1199px) {
  .index_right_cover {
    background-position: 45% 0;
    display: none;
  }
}

.section-service {
  padding-top: 10%;
  min-height: 1100px;
  position: relative;
  overflow: hidden;
  padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .section-service {
    padding-top: 87px;
  }
}
.section-service:after {
  content: "";
  width: 200px;
  height: 3500px;
  background-color: #3A00FE;
  position: absolute;
  top: -421px;
  left: 50%;
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
  z-index: -1;
}
.section-service h1 {
  text-align: left;
  font: normal normal bold 40px/55px Noto Sans;
  letter-spacing: 4px;
  color: #FFFFFF;
  text-transform: capitaliz;
}
.section-service .service_kv {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 1075px;
  height: 1000px;
  overflow: hidden;
  display: block;
  background: #1e1e1e;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .section-service .service_kv {
    height: 100vh;
  }
}
.section-service .service_kv .kv_cover {
  width: 100%;
  height: 100%;
  background: top right url(../imgs/backguard/service_right_cover.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  .section-service .service_kv .kv_cover {
    background: rgba(0, 0, 0, 0.5);
  }
}
.section-service .service_kv .cb_slideshow li span {
  animation: imageAnimation 40s linear infinite 0s;
}
.section-service .service_kv .cb_slideshow li:nth-child(1) span {
  background: top right url(../imgs/backguard/service_right_kv.jpg) no-repeat;
}
.section-service .service_kv .cb_slideshow li:nth-child(2) span {
  background: top right url(../imgs/backguard/service_right_kv2.jpg) no-repeat;
  animation-delay: 10s;
}
.section-service .service_kv .cb_slideshow li:nth-child(3) span {
  background: top right url(../imgs/backguard/service_right_kv3.jpg) no-repeat;
  animation-delay: 20s;
}
.section-service .service_kv .cb_slideshow li:nth-child(4) span {
  background: top right url(../imgs/backguard/service_right_kv4.jpg) no-repeat;
  animation-delay: 30s;
}
.section-service .service_kv2 {
  width: 100%;
  max-width: 750px;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.section-service .service_kv2 .kv_covr {
  background: 50% 50% url(../imgs/backguard/service_left_cover.png) no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
.section-service .service_kv_center {
  width: 100%;
  max-width: 650px;
  height: 780px;
  background-size: contain !important;
  margin-top: 155px;
  margin-bottom: 150px;
}
.section-service .service_kv_center.en_kv {
  background: center center url(../imgs/backguard/service_smop_kv_center_en.png) no-repeat;
}
.section-service .service_kv_center.jp_kv {
  background: center center url(../imgs/backguard/service_smop_kv_center_jp.png) no-repeat;
}
.section-service .service_kv_center.zh_cn_kv {
  background: center center url(../imgs/backguard/service_smop_kv_center_zh_cn.png) no-repeat;
}
.section-service .service_kv_center.zh_tw_kv {
  background: center center url(../imgs/backguard/service_smop_kv_center_zh_tw.png) no-repeat;
}
@media only screen and (max-width: 1199px) {
  .section-service .service_kv_center {
    margin: auto;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-service .service_kv_center {
    height: 460px;
    margin-top: 30px;
  }
}
.section-service .service_cms {
  min-height: 1019px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-service .service_cms {
    min-height: 840px;
  }
}
.section-service .service_cms_kv {
  width: 1540px;
  height: 1019px;
  background: left center url(../imgs/backguard/service_smop_kv_center@2x.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 50px;
  top: 100px;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .section-service .service_cms_kv {
    width: 100%;
  }
}
.section-service .service_cms_kv1 {
  width: 580px;
  height: 380px;
  position: absolute;
  background: left center url(../imgs/backguard/sercive_kv_2_1.jpg) no-repeat;
  left: 50%;
  top: 50%;
  margin-top: -250px;
  margin-left: -50px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .section-service .service_cms_kv1 {
    left: 20%;
    margin-left: 0;
    margin-top: -150px;
  }
}
.section-service .service_cms_kv2 {
  width: 1500px;
  height: 1000px;
  position: absolute;
  background: left center url(../imgs/backguard/service_kv_2_2.png) no-repeat;
  left: 0%;
  top: 5%;
}
@media only screen and (max-width: 991px) {
  .section-service .service_cms_kv2 {
    left: -20%;
  }
}
.section-service .service_title {
  margin-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  .section-service .service_title {
    margin-bottom: 80px;
  }
}
.section-service .servicepoint {
  margin-top: 10px;
  position: relative;
  z-index: 10;
}
.section-service .servicepoint.set_1 article:before {
  background: #967BF2 0% 0% no-repeat padding-box;
}
.section-service .servicepoint.set_1 article:after {
  content: "";
  position: absolute;
  top: 7px;
  left: -20px;
  height: 2000px;
  border-left: 1px dashed #929292;
}
@media only screen and (max-width: 1199px) {
  .section-service .servicepoint.set_1 article:after {
    left: -10px;
    border-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .section-service .servicepoint.set_1 article:after {
    display: none;
  }
}
.section-service .servicepoint.set_2 article {
  color: #ccc;
}
.section-service .servicepoint.set_2 article:before {
  background: #00FFBA 0% 0% no-repeat padding-box;
}
.section-service .servicepoint.set_3 {
  margin-bottom: -50px;
}
.section-service .servicepoint.set_3 article {
  color: #ccc;
}
.section-service .servicepoint.set_3 article:before {
  background: #F87171 0% 0% no-repeat padding-box;
}
.section-service .servicepoint h2 {
  text-align: left;
  font: normal normal bold 1.625rem/2.25rem Noto Sans;
  letter-spacing: 3px;
  color: #FFFFFF;
}
.section-service .servicepoint article {
  text-align: left;
  font: normal normal normal 1rem/1.75rem Noto Sans;
  letter-spacing: 0px;
  color: #B9A5FF;
  position: relative;
}
.section-service .servicepoint article:before {
  content: "";
  display: block;
  top: 7px;
  left: -60px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  position: absolute;
}
@media only screen and (max-width: 1199px) {
  .section-service .servicepoint article:before {
    left: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-service .servicepoint article:before {
    display: none;
  }
}
.section-service .service_kv3_bg {
  position: relative;
  width: 100%;
  height: 756px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .section-service .service_kv3_bg {
    height: 550px;
  }
}
.section-service .service_kv3_bg .service_kv3 {
  width: 1276px;
  height: 756px;
  position: absolute;
  background: left center url(../imgs/backguard/service_develop_kv_1.jpg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .section-service .service_kv3_bg .service_kv3 {
    left: auto;
    right: -21%;
  }
}
@media only screen and (max-width: 767px) {
  .section-service .service_kv3_bg .service_kv3 {
    width: 620px;
    height: 550px;
    left: auto;
    right: -5%;
  }
}
.section-service .more_btu {
  display: inline-block;
  margin: auto;
  font-size: 60px;
  position: relative;
  bottom: -30px;
}

.section-about {
  position: relative;
  padding-top: 160px;
  background: #1E1E1E;
  background-size: contain;
  min-height: 1654px;
}
@media only screen and (max-width: 1199px) {
  .section-about {
    min-height: auto;
  }
}
.section-about:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: right top url(../imgs/backguard/aboutus_right_kv.jpg) no-repeat;
  z-index: 0;
  background-size: contain;
  opacity: 0.8;
}
@media only screen and (max-width: 991px) {
  .section-about:before {
    background-size: cover;
    opacity: 0.3;
  }
}
.section-about:after {
  content: "";
  width: 915px;
  height: 735px;
  position: absolute;
  left: 35%;
  top: 50%;
  margin-top: -457.5px;
  margin-left: -367.5px;
  background: center center url(../imgs/backguard/aboutus_kv_center@2x.png) no-repeat;
  z-index: 0;
  background-size: contain;
}
.section-about .about_main {
  margin-bottom: 280px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 991px) {
  .section-about .about_main {
    margin-bottom: 140px;
  }
}
.section-about h1 {
  text-align: left;
  font: normal normal bold 40px/55px Noto Sans;
  letter-spacing: 4px;
  color: #FFFFFF;
  text-transform: capitalize;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .section-about h1 {
    font-size: 1.625rem;
  }
}
.section-about .aboutbox {
  margin-bottom: 30px;
  z-index: 1;
}
.section-about .aboutbox h3 {
  text-align: left;
  font: normal normal bold 24px/32px Segoe UI;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.section-about .aboutbox .kv_icon_bg {
  width: 60%;
  padding-top: 60%;
  border-radius: 100%;
  background: 0% 0% no-repeat padding-box;
  border: 2px solid #fff;
  margin: auto;
  position: relative;
  margin-bottom: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.section-about .aboutbox .kv_icon_bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section-about .aboutbox .kv_icon_bg i {
  font-size: 100px;
  display: block;
  margin: 60px auto;
  color: #3A00FE;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25%;
  margin-left: -25%;
}
.section-about .aboutbox article {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  text-align: left;
  font: normal normal normal 1rem/1.75rem Noto Sans;
  letter-spacing: 0px;
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  .section-about .aboutbox article {
    min-width: 100%;
  }
}

.section-contant {
  color: #ccc;
  position: relative;
  font: normal normal normal 1rem/1.75rem Noto Sans;
  z-index: 1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .section-contant {
    margin-bottom: 150px;
  }
}

body {
  font-family: "Noto Sans TC", "Noto Sans SC", "Noto Sans", Helvetica, Arial, sans-serif;
  color: #f3f3f3;
  max-width: 100%;
  height: auto;
  background-color: #2C2C2C;
  line-height: 1.5;
  overflow: hidden;
  overflow-y: scroll;
}
body.pri_fix {
  background-color: #f1f1f1;
}

div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  outline: none;
}
button:focus {
  outline: none;
}

a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #020202;
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}

input {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #3a3a3a;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.err {
  color: #3A00FE;
  font-size: 0.85rem;
}

.BWWS-logo {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 150px;
  padding-top: 42px;
  background: 50% 50% url("../imgs/icon/main_logo.png") no-repeat;
  display: inline-block;
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  .BWWS-logo {
    width: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-collapse {
    margin-top: 20px;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width: 991px) {
  .navbar-collapse ul.navbar-nav li.nav-item {
    padding: 20px 0;
  }
}
.navbar-collapse.show {
  background-color: rgba(0, 0, 0, 0.75);
  margin-top: 20px;
}
.navbar-collapse.show ul.navbar-nav li.nav-item {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-collapse .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.5);
  margin-left: 15px;
  margin-right: 15px;
}
.navbar-collapse .dropdown-menu li a.dropdown-item {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 20px 10px;
  color: #ccc;
}
.navbar-collapse .dropdown-menu li a.dropdown-item:hover {
  color: #1e1e1e;
}

.main_footer {
  background-color: #151515;
  padding: 50px 20px;
  min-height: 320px;
}
@media only screen and (max-width: 767px) {
  .main_footer {
    padding: 25px 20px;
  }
}
.main_footer .BWWS-logo {
  width: 120px;
  margin-bottom: -42px;
  opacity: 0.5;
}
@media only screen and (max-width: 991px) {
  .main_footer .BWWS-logo {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main_footer .BWWS-logo {
    display: none;
  }
}
.main_footer .copyright_bar {
  font: normal normal normal 13px/17px Noto Sans;
  letter-spacing: 0px;
  color: #ECECEC;
  position: relative;
  padding: 20px 15px;
}
.main_footer .copyright_bar:after {
  content: "";
  border-bottom: 1px solid #444444;
  position: absolute;
  left: 10px;
  right: 15px;
  top: 50%;
}
.main_footer .copyright_bar .copyright {
  text-align: right;
  color: #848484;
}
.main_footer .copyright_bar .message_bar {
  margin-bottom: 30px;
  text-align: right;
  color: #848484;
}
.main_footer .copyright_bar .main_color {
  color: #3A00FE;
}
.main_footer .guide_map .line_cov {
  position: relative;
  margin-bottom: 130px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .main_footer .guide_map .line_cov {
    margin-bottom: 50px;
  }
}
.main_footer .guide_map .line_cov:after {
  content: "";
  border-bottom: 1px solid #444444;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 42px;
}
@media only screen and (max-width: 767px) {
  .main_footer .guide_map .line_cov:after {
    display: none;
  }
}
.main_footer .guide_map .title {
  text-align: left;
  font: normal normal bold 18px/32px Noto Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .main_footer .guide_map .title {
    border-bottom: 1px solid #444444;
    margin-top: 25px;
  }
}
.main_footer .guide_map a {
  display: block;
  text-align: left;
  font: normal normal bold 13px/32px Noto Sans;
  letter-spacing: 0px;
  color: #848484;
}
.main_footer .guide_map a:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #f1f1f1;
}
.main_footer .guide_map a.un_link {
  cursor: default;
  opacity: 0.5;
}
.main_footer .guide_map a.un_link:hover {
  color: #848484;
}

.nav-tabs {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-tabs .nav-item {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -3px;
}
.nav-tabs .nav-link {
  color: #A9A9A9;
  border: 0;
  border-bottom: 3px solid #A9A9A9;
}
.nav-tabs .nav-link.active {
  border-bottom: 3px solid #3A00FE;
  color: #3A00FE;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: #3A00FE;
  border-bottom: 3px solid #3A00FE;
}
.nav-tabs .nav-item.show .nav-link {
  border-bottom: 3px solid #3A00FE;
}

.tab-content .tab_title {
  font-weight: bold;
}

.form-control {
  border: 0;
  background-color: #f6f6f6;
}
.form-control.money_fix {
  font-size: 1.4rem;
}
.form-control::placeholder {
  color: #b3b3b3;
}
.form-control:focus {
  border-color: #3A00FE;
  box-shadow: 0 0 0 0.2rem rgba(68, 118, 255, 0.8);
}
.form-control.from-error {
  box-shadow: 0 0 0 0.2rem #ff5d5d;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f6f6f6;
  opacity: 0.7;
}

.form-group {
  margin-bottom: 0.75rem;
}
.form-group label {
  color: #858585;
  margin-bottom: 4px;
}

.form-note {
  font-size: 0.95rem;
  color: #828282;
}

.form-error-note {
  font-size: 0.95rem;
  color: #ff5d5d;
  margin-top: 5px;
}

.bg-dark {
  background-color: transparent !important;
}

.navbar-toggler-icon {
  color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: transparent;
  color: #fff;
}

.dropdown-item {
  text-decoration: none;
}

.btn-secondary {
  background-color: transparent;
  color: #949494;
  border: 0;
}

/*# sourceMappingURL=style.css.map */
