body{
  font-family: "微软雅黑",Arial;
  font-size: .88rem;
  color: #666;
  line-height: 1.5rem;
}
::-webkit-scrollbar {
  width: .6rem;
  height: .5rem;
}
::-webkit-scrollbar-thumb {
  border-radius: 1.88rem;
  background-color: rgba(0, 0, 0,.2);
}
.dw-f-header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  color: #000000;
  background-color: rgb(255 255 255);
  box-shadow: 0px 2px 9px rgb(0 0 0 / 30%);
}

.logo-g{
  display: flex;
  justify-content: flex-start;
}
.display_logo{
  /* width: 70px; */
  padding: 9px 90px;
}

.txt-in{
  font-size: 16px;
  font-weight: bold;
  margin: 2rem 0;
  padding: 2rem; 
  color: #c41d7f; 
  background-color: #fff0f6;
  border: 1px solid #ffadd2;
  border-radius: 4px;
}
/*  */
.txt-bold{
  font-weight: bold;  
}
.txt-c2{
  color: #c00;
}
.txt-c1{
  color: #000000;
}
.txt-c3{
  color: #0893F6;
}
.txt-c4{
  color: #c41d7f;
}
.bg-g4{
  background-color: #fff0f6;
  border: 1px solid #ffadd2;
  color: #c41d7f; 
  border-radius: 4px;
  padding: 6px;
}
.wrapper.legal h1{
  color: #000000;
  letter-spacing: 4px;
  display: flex;
  justify-content: space-between;
}
.wrapper.legal h1 .tip{
  font-size: 12px;
  font-weight: normal;
  letter-spacing: normal;
}
.wrapper.legal h1 .tip a{
  text-decoration: none;
  color: #0893F6;
}
.wrapper.legal h1 .tip a:hover{
  border-bottom: 1px solid #0893F6;
}
/* 內文 */
.wrapper.legal{
  width: auto;
  margin: 80px 92px 30px;
}
.wrapper.legal ul{
  list-style: none;
}
.wrapper.legal ul.txt-all{
  padding: 0;
}
.wrapper.legal ul.txt-all>li{
  color: #0893F6;
  font-size: 1.13rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.wrapper.legal ul.txt-all ul li{
  line-height: 1.3;
  margin-bottom: .8rem;
}

.ex-table{
  border: 1px solid #666;
  margin: .5rem auto;
  width: 94%;
  min-width: 480px;
}
.ex-table .title-s2{
  text-align: center;
}
.ex-table th,
.ex-table td{
  border: 1px solid #666;
  text-align: left;
  height: 28px;
  padding: 2px 6px;
  line-height: 1.2;
}
.ex-table thead th{
  background-color: #0893F6;
  color: #fff;
  font-weight: normal;
}

/*  */
.legal-menu {
  /* display: none; */
  display: inline-block;
  position: fixed;
  right: 12px;
  width: 260px;
  top: 10px;
  display: none;
}

/*  */
.btn-menu{
  display: block;
  width: 100%;
  height: 32px;
}
.btn-menu span{  
  margin: 2px 0 0;
  padding-top: 2px;
  display: inline-block;
  font-size: 2rem;
  text-align: center;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  color: #0893F6;
  position: absolute;
  right: 12px;
  cursor: pointer;  
}
.btn-menu span:hover{
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  color: #0893F6;
  border: 1px solid #ccc;
}
 .btn-menu:target span {
  background-color: #0893F6;
  color: #fff;
}
/*  :link
:visited
:hover
:active 
.btn-menu span:target,
 .btn-menu span:active,
 .btn-menu span:visited,
 .btn-menu span:focus,
 .btn-menu span:focus-within,
 .btn-menu span:focus-visible*/
ul.menu-list{
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 6px;
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
  border-radius: 4px;
  list-style: none;
}
ul.menu-list li a{
  display: block;
  padding: 2px 8px;  
  width: 240px;
  color: #0893F6;
  text-decoration: none;
  font-size: .75rem;
  border-bottom: 1px dotted #ccc;
}
ul.menu-list li a:hover{
  color: #fff;
  background-color: #0893F6;
}

.legal-menu:active .sele-block {	
  display: block;	
}	

.sele-block {	
  display:none;	
  position:absolute;	
  z-index: 1;
  padding-top: 35px;
}	
.sele-block:hover {	
  display:block;	
  background-color:transparent;	
}	
.sele-block .menu-list {	
  display: flex;	
}	
/* 2025-02-19 內容版本連結 用 iframe 顯示 */
.policy-verlink {	
  width: auto;
  margin: 30px 92px;
  height: 300px;	
  /* padding-bottom: 56.25%; */
  border-top: 1px solid #ccc;
  }	
  .version_mm {	
  width: 100%;	
  height: 100%;	
  }	
  .vvlink-block{
    padding-top: 16px;
  }
  .vvlink-block ul{
    display: flex;
    flex-direction: column;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
  }
  .vvlink-block ul li{
    margin: 2px;
  }
  .ver-link{
    text-decoration: none;
    color: #0893F6;
    border-radius: 4px;
    /* display: block; */
    padding: 2px 12px;
  }
  .ver-link:hover{
    color: #fff;
    background-color: #0893F6;
  }
/* RWD */
@media (max-width: 640px) {
  .wrapper.legal,
  .policy-verlink{
    width: auto;
    margin: 50px 12px 30px;
  }
  .display_logo {
    width: 60px;
    padding: 9px 10px;
  }
  .wrapper.legal h1 {
    color: #000000;
    letter-spacing: 4px;
    line-height: 1.2;
    font-size: 20px;
    display: block;
  }
  .wrapper.legal ul {
    padding-left: 20px;
  }
  .wrapper.legal ul.txt-all ul li{
    word-break: break-all;
  }
}
