@charset "UTF-8";
@import url(/inc/style/iCheck/red.css);
html {
  height: 100%;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
body {
  background: #f9f9f9;
  color: #333;
  overflow: scroll;
  overflow-x: hidden;
}
body,
select,
input,
button,
textarea {
  font-family: 微軟正黑體, Arial;
  font-size: 15px;
  line-height: 1.5;
}
.float-L {
  float: left;
}
.float-R {
  float: right;
}
.clear {
  clear: both;
}
select {
  color: #333333;
  padding: 3px;
}
input {
  color: #333333;
  padding: 3px;
}
.weight {
  font-weight: bold;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
a {
  color: #555;
  text-decoration: none;
}
/* UI:button */
.button {
  margin: 5px;
  *margin: 0 5px 0 0;
  padding: 3px 12px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  behavior: url(/inc/css/PIE.htc);
  text-decoration: none;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  background: #909090;
}
.button:hover {
  text-decoration: none;
  color: #fff;
  background: #505050;
  border-color: #999;
  -o-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  -moz-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
}
.button-o {
  margin: 5px;
  *margin: 0 5px 0 0;
  padding: 4px 12px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  behavior: url(/inc/css/PIE.htc);
  text-decoration: none;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  background: #d54e21;
}
.button-o:hover {
  text-decoration: none;
  background: #ff8400;
  color: #fff;
  border-color: #999;
  -o-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  -moz-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
}
/* UI:alert msg */
div.note-box {
  border: 1px solid #797b7a;
  background-color: #ffd1db;
  color: #d70029;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
}
/* State: txt*/
.txt--isFocus {
  color: #333;
}
.txt--isBlur {
  color: #999;
}
#header1 {
  width: 100%;
  margin: 0 auto;
  background: #cc0000;
  height: 100px;
  position: relative;
  border-bottom: 3px solid #b9b9b9;
}
#header1 #header2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1716px;
  margin: 0 auto;
  color: #fff;
}
#header1 #header2 .subscription_logo {
  padding: 10px 0 0 25px;
}
/*主視覺修改*/
#onLoading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#onLoading img {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 50%;
  margin-left: -16px;
}
#mainpage .shifter-page {
  background-image: none;
}
.eManager #mainpage .select {
  width: 90vw;
}
.fixBottom {
  position: fixed;
  bottom: 0;
  left: 0;
}
.container {
  width: 100%;
  position: relative;
}
.container > header {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url(../images/content_bg.png) no-repeat center;
  padding: 0 30px;
}
.container > header .master {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  padding: 3em 0;
  min-height: 300px;
}
.container > header .master .master_text {
  width: 60%;
}
.container > header .master .master_text .master-title1 {
  font-size: 2.5em;
  text-align: center;
  color: #197b30;
  font-weight: bold;
}
.container > header .master .master_text .master-title2 {
  font-size: 2em;
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container > header .master .master_text .master-title2:after {
  content: '';
  width: 2em;
  height: 2em;
  background: url(/agreementnew/images/img_master.png) no-repeat center center;
  background-size: contain;
}
.container > header .master .master_text .master-title3 {
  text-align: center;
}
.container > header .master .master_text ol {
  list-style-image: url(../images/icon_001.png);
}
.container > header .master .master_text ol a {
  color: #ef4e6d;
}
.eManager_master {
  display: none;
}
/* 主視覺修改 end */
.container .main > p {
  text-align: center;
  padding: 50px 20px;
}
.container .main .og-grid {
  text-align: center;
  padding-top: 10px;
}
.container .main .og-grid .item {
  *cursor: pointer;
}
.container .main .og-grid .item .item_child,
.item div:first-child {
  height: 60px;
  /*background-image: url(images/subscription_item2.png);*/
  background-repeat: no-repeat;
  background-position: -8px 0;
}
.item1 {
  background-color: #f8941d;
}
.item2 {
  background-color: #f26522;
}
.item3 {
  background-color: #3fa13d;
}
.item4 {
  background-color: #ef4e6d;
}
.item5 {
  background-color: #0094a7;
}
.item6 {
  background-color: #0072bc;
}
.item7 {
  background-color: #6b1e7a;
}
.item8 {
  background-color: #996600;
}
.item9 {
  background-color: #2f4aa4;
}
.item10 {
  background-color: #2f4aa4;
}
.item11 {
  background-color: #ef4e6d;
}
.container .main .og-grid .item .info {
  /*font-weight: 500;*/
  line-height: 21px;
  width: 90%;
  margin: 10px auto;
  /*height: 70px;*/
}
.container .main .og-grid .item .info > ul {
  display: inline;
  list-style-type: none;
}
.container .main .og-grid .item .info > ul > li {
  clear: both;
  padding-left: 18px;
  background: url(../images/icon_01.png) no-repeat 1px 5px;
  margin-bottom: 3px;
}
.container .main .og-grid .item .info > ul > li > a:first-child {
  content: '';
  display: table;
}
.notce {
  color: #CC0000;
}
.container .main .og-grid .item .order {
  width: 90%;
  margin: 10px auto;
}
.container .main .og-grid .item .order span {
  color: #cc0000;
  font: 20px/1.5 Arial;
  padding: 0 5px;
}
.container .main .og-grid .item .item_title {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: 0px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding-top: 13px;
  /*width: 67%;
                float: right;*/
}
.container .main .og-grid .item .item_title2 {
  color: #fff;
  width: 70%;
  float: right;
}
/*內頁*/
#Select1 {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0.5em;
}
.Box_bg {
  width: 1000px;
  margin: 0 auto;
  padding: 30px;
  background: url("../images/Box_bg.png") no-repeat;
  z-index: 1;
  position: relative;
}
.Box_bg .Box {
  width: 880px;
  margin: 0 auto;
  padding: 30px 0;
}
.bar {
  background: #c5c5c5;
  height: 1px;
  border-bottom: 5px solid #e4e4e4;
  margin: 0 0 20px 0;
}
.Box_bg .Box h1 {
  font-size: 25px;
  line-height: 1.5;
  color: #197b30;
  text-align: center;
  padding: 10px 0px;
  font-weight: 700;
  /* background: url("images/icon_01.png") no-repeat 5px 18px;
       padding: 10px 0 10px 40px; */
}
.Box_bg .Box h2 {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  font-weight: 400;
}
.Box_bg .Box .list {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  font-weight: 400;
  margin-left: 24px;
}
/* .Box_bg .Box .list > ul  {
    list-style-position:outside;
        list-style-type: decimal;
}*/
.Box_bg .Box .checkbox {
  font-size: 16px;
  line-height: 1.5;
  color: #cc0000;
  font-weight: 900;
  text-align: center;
}
/* buttoon */
.btn-group {
  position: relative;
  margin: 0 0;
  text-align: center;
}
.btn-group:before {
  content: attr(data-grouptype);
  color: #999;
  display: block;
  width: 25px;
  height: 25px;
  padding: 5px 0 3px 0px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -15px;
  font-size: 0.75em;
}
.btn-single {
  position: relative;
  margin: 10px 0;
  text-align: center;
}
.btn {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 3px;
  color: #b9bcbc;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn.btn-large {
  padding: 12px 28px;
}
.btn.btn-small {
  padding: 1px 5px;
  margin-left: 4px;
}
/*list列表-已簽署(灰)*/
.btn.btn-primary {
  background: #666;
  color: #fff;
}
.btn.btn-primary:hover,
.btn.btn-primary:active {
  background: #999;
}
/*list列表-未簽署(紅)*/
.btn.btn-secondary {
  background: #c6000f;
  color: #fff;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:active {
  background: #F00;
}
.btn.btn-secondary:disabled,
.btn.btn-secondary.disabled {
  background: #999 !important;
  cursor: default;
}
/*list列表-不需簽署(綠)*/
.btn.btn-secondary3 {
  color: #197b30;
}
.btn.btn-secondary3:hover,
.btn.btn-secondary3:active {
  color: #3fa13d;
}
.btn.btn-secondary3:not(:empty)::before,
.btn.btn-secondary3:not(:empty)::after {
  content: "(";
  display: inline-block;
}
.btn.btn-secondary3:not(:empty)::after {
  content: ")";
}
.admonition {
  margin: 20px;
  text-align: center;
}
.marginbotom8 {
  margin-bottom: 8px;
}
.marginbotom24 {
  margin-bottom: 24px;
}
.marginRight {
  margin-right: 4px;
}
/*內頁 end*/
/*頁尾 */
#footer {
  width: 100%;
  min-width: 280px;
  background: #4d4d4d;
  color: #fff;
  padding: 20px;
}
#footer ul#company {
  margin: 0 auto;
  text-align: center;
  /* list-style: none;*/
  list-style-type: none;
}
#footer ul#company li {
  display: inline-block;
  padding: 0 10px;
}
#footer ul#company li a {
  color: #fff;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #footer ul#company li a {
    color: #666 !important;
  }
}
.toggle {
  border-radius: 3px;
  display: none;
  float: right;
  cursor: pointer;
}
.nav {
  display: block;
  float: right;
  margin-top: 30px;
  margin-right: 20px;
}
.nav ul {
  margin: 0;
  padding: 0;
}
.nav ul li {
  position: relative;
  float: left;
  color: #FFF;
  list-style: none;
  text-align: center;
}
.nav ul li ul {
  background: #e77c40;
  display: none;
  position: absolute;
  top: 100%;
}
.nav ul li:hover {
  background: #9f0005;
}
.nav ul li:hover ul {
  display: block;
  right: 0;
  left: 0;
  top: 100%;
}
.nav ul li a {
  display: block;
  padding: 10px 20px;
  color: #FFF;
  text-decoration: none;
}
.nav ul li a .arrow-bottom {
  position: absolute;
  top: 25px;
  right: 13px;
  margin-left: 5px;
  border-top: 4px solid #FFF;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  width: 1px;
  height: 1px;
}
@media screen and (max-width: 715px) {
  #header1 {
    height: 70px;
  }
  #header1 #header2 {
    min-width: 320px;
  }
  #header1 #header2 .subscription_logo {
    width: 70%;
    padding: 0 0 0 15px;
  }
  #header1 #header2 .subscription_logo a {
    display: block;
    line-height: 70px;
    height: 70px;
    vertical-align: middle;
  }
  #header1 #header2 .subscription_logo img {
    width: 100%;
    max-width: 250px;
    min-width: 50px;
    vertical-align: middle;
    margin-top: -5px;
  }
  nav {
    display: block;
  }
  .nav {
    display: none;
    float: right;
    width: 100%;
    margin-left: -20px;
    margin-right: 0;
    /*  Clear large screen seting */
    margin-top: 0;
  }
  .toggle {
    display: block;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    color: #FFF;
    transition: all ease-in 0.3s;
  }
  .toggle:hover {
    opacity: 0.5;
  }
  .nav li {
    float: none;
    border: 1px solid #fff;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    width: 100%;
    line-height: 1.5em;
    z-index: 9998;
    background: #646464;
  }
  .nav li:first-child {
    border-top: 0;
  }
  .nav li a {
    padding: 10px 15px;
  }
  .nav li:hover {
    background: #999;
  }
  .nav li:hover ul {
    position: relative;
    display: block;
    background: transparent;
    z-index: 9999;
  }
  .nav li:hover ul li {
    background: transparent;
  }
  .nav li:hover ul a {
    padding-left: 30px;
  }
  .arrow-bottom {
    top: 0;
  }
}
@media screen and (max-width: 320px) {
  #divshow5 {
    min-height: 60px;
  }
  /*  .box_content {
        display: none;
    } */
  .container > header .master .master_text .master-title1 {
    font-size: 45px;
    line-height: 50px;
    margin: 0 auto;
    font-weight: 700;
    text-align: center;
    color: #197b30;
  }
  .container > header .master .master_text .master-title2,
  .container > header .master .master_text .master-title3 {
    display: none;
  }
}
/* og-grid項目修改 */
.og-grid {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  width: 90%;
}
.og-grid > li {
  /* 橫向排 */
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* 橫向排end */
  margin: 10px 5px 0 5px;
  vertical-align: top;
  /* cursor: pointer; */
  border: 2px #cecece solid;
  outline: none;
  /*display: block; */
  position: relative;
  /*height: 81px; */
  height: 520px;
  width: 270px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
  background: #f0f0f0;
}
.og-grid > li > a {
  border: 3px #cecece solid;
  outline: none;
  display: block;
  position: relative;
  /*height: 81px; */
  height: 295px;
  width: 270px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  background: #f0f0f0;
}
.og-grid > li.og-expanded > a::after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #646464;
  border-width: 15px;
  left: 50%;
  margin: -2px 0 0 -15px;
}
.og-expander {
  position: absolute;
  background: #646464;
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 10px;
  text-align: left;
  height: 0;
  overflow: hidden;
}
.og-expander .og-expander-inner {
  padding: 50px;
  height: 100%;
  *position: relative;
}
.og-expander .og-expander-inner .og-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  *z-index: 9999;
  background: url(/subscription/images/close_01.png) no-repeat center;
  *display: block;
  *position: static;
  *float: right;
  *margin-top: -30px;
}
.og-expander .og-expander-inner .og-close:hover {
  background: url(/subscription/images/close_02.png) no-repeat center;
}
.og-expander .og-expander-inner .og-fullimg,
.og-expander .og-expander-inner .og-details {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.og-expander .og-expander-inner .og-details {
  width: 54%;
  *width: 50%;
  padding: 0 40px 0 30px;
  border-left: 1px solid #999;
  *border-left: 0;
  min-width: 250px;
  /* 以下是覆寫或零星自定義的樣式 */
}
.og-expander .og-expander-inner .og-details h3 {
  font-weight: 300;
  font-size: 40px;
  color: #fff;
}
.og-expander .og-expander-inner .og-details input[type=text] {
  border: 1px solid transparent;
}
.og-expander .og-expander-inner .og-details input[type=text]:focus {
  outline: none;
  border: 1px solid #ff8400;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.og-expander .og-expander-inner .og-details div.content_info,
.og-expander .og-expander-inner .og-details div.content_item,
.og-expander .og-expander-inner .og-details div.content_item2 {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}
.og-expander .og-expander-inner .og-details .center .button {
  padding: 3px 22px;
}
.og-expander .og-expander-inner .og-fullimg {
  width: 45%;
  text-align: center;
  border-right: 1px solid #333;
  padding-right: 10px;
  *border-right: 0;
}
.og-expander .og-expander-inner .og-fullimg img {
  display: inline-block;
  max-width: 100%;
}
.og-expander .og-expander-inner .og-fullimg .og-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  -moz-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both;
}
.og-expander .content_info {
  padding: 10px 0;
  border-bottom: 1px solid #363636;
  min-width: 250px;
}
.og-expander .content_item {
  padding: 10px 0;
  border-top: 1px solid #939393;
  min-width: 250px;
  min-height: 250px;
  overflow: hidden;
}
.og-expander .content_item > div {
  float: left;
  margin-right: 120px;
  margin-bottom: 10px;
}
.og-expander .content_item .item_check {
  display: inline-block;
  width: 30px;
}
.og-expander .content_item .item_name {
  display: inline-block;
  width: 120px;
}
.og-expander .content_item .item_data {
  display: inline-block;
  width: 100px;
}
.og-expander .content_item2 {
  padding: 10px 0;
  border-top: 1px solid #939393;
  min-width: 250px;
  min-height: 250px;
}
.og-expander .content_item2 > div {
  padding: 5px 0;
}
.og-expander .content_item2 span {
  padding: 0 5px;
}
.og-expander .content_item2 span.item_check {
  padding: 0 0;
}
.og-expander .content_item2 .ebill_agree {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 225px;
  margin-left: 40px;
  overflow: auto;
  height: 200px;
  padding: 1em 1.5em;
  line-height: 1.5em;
  text-align: justify;
  background: #ffffff;
  color: #333;
}
.og-expander .content_item2 .ebill_agree div.center {
  margin-bottom: 0.5em;
}
.og-expander .content_item2 .ebill_agree ol {
  list-style: decimal;
}
.og-expander .content_item2 .ebill_agree ol li {
  margin: 0.5em 0 0.5em 1.75em;
}
.og-expander .content_item2 .ebill_agree ol ul {
  list-style: disc;
}
.og-expander .content_mail {
  padding: 10px 0;
}
.og-expander .content_mail2 {
  margin: 10px 0 10px 40px;
}
.og-expander .content_mail input,
.og-expander .content_mail2 input {
  width: 100%;
  background: #888888 url(/subscription/images/icon_envelope.png) no-repeat 15px 5px;
  padding-left: 125px;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  *behavior: url(/inc/css/PIE.htc);
  border: 0;
}
.og-expander .content_btn {
  padding-top: 30px;
  min-width: 250px;
}
.og-expander .loading {
  display: inline-block;
  height: 30px;
}
.og-expander .load-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(30, 30, 30, 0.9);
  text-align: center;
}
.og-expander .load-box img {
  *margin-top: 480px;
}
/* item>6 */
@media screen and (min-width: 1716px) {
  .og-grid {
    width: 1716px;
  }
}
/*item=5*/
@media screen and (max-width: 1715px) {
  .og-grid {
    width: 1430px;
  }
}
/*item=4*/
@media screen and (max-width: 1429px) {
  .og-grid {
    width: 1144px;
  }
}
/*item=3*/
@media screen and (max-width: 1143px) {
  .og-grid {
    width: 858px;
  }
  .container > header {
    background: none;
    padding: 0;
  }
  .container > header .master .master_text {
    width: 90%;
    margin: 0 auto;
  }
  .container > header .master .master_text .master-title2:after {
    font-size: 1em;
    display: none;
  }
  .og-expander .og-expander-inner .og-fullimg {
    display: none;
  }
  .og-expander .og-expander-inner .og-details {
    float: none;
    width: 100%;
    border-left: 0;
  }
  .og-expander .og-expander-inner .og-details h3 {
    font-size: 30px;
  }
  .og-expander .og-expander-inner .og-details p {
    font-size: 15px;
  }
  .og-expander .og-expander-inner .og-details a {
    font-size: 15px;
  }
  .og-expander .content_item,
  .og-expander .content_item2 {
    min-height: 0;
  }
  #footer ul#company {
    max-width: 620px;
  }
}
/*item=2*/
@media screen and (max-width: 857px) {
  .og-grid {
    width: 572px;
  }
  .og-expander .og-expander-inner .og-fullimg {
    display: none;
  }
  .og-expander .og-expander-inner .og-details {
    float: none;
    width: 100%;
    border-left: 0;
  }
  .og-expander .og-expander-inner .og-details h3 {
    font-size: 26px;
  }
  .og-expander .og-expander-inner .og-details p {
    font-size: 15px;
  }
  .og-expander .og-expander-inner .og-details a {
    font-size: 15px;
  }
  .og-expander .content_item,
  .og-expander .content_item2 {
    min-height: 0;
  }
  #footer ul#company {
    max-width: 450px;
  }
}
/*item=1*/
@media screen and (max-width: 571px) {
  .og-grid {
    width: 286px;
  }
  .og-grid > li {
    height: auto;
  }
  .container > header {
    background: none;
    padding: 0;
  }
  .og-expander .og-expander-inner {
    padding: 50px 0;
  }
  .og-expander .og-expander-inner .og-fullimg {
    display: none;
  }
  .og-expander .og-expander-inner .og-details {
    float: none;
    width: 100%;
    border-left: 0;
  }
  .og-expander .og-expander-inner .og-details h3 {
    font-size: 20px;
  }
  .og-expander .og-expander-inner .og-details p {
    font-size: 15px;
  }
  .og-expander .og-expander-inner .og-details a {
    font-size: 15px;
  }
  .og-expander .content_item,
  .og-expander .content_item2 {
    min-height: 0;
  }
  .og-expander .content_item > div,
  .og-expander .content_item2 > div {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .og-expander .content_mail input,
  .og-expander .content_mail2 input {
    background: #888888 url(/subscription/images/icon_envelope2.png) no-repeat 15px 5px;
    padding-left: 40px;
  }
  #footer ul#company {
    max-width: 500px;
  }
  #footer ul#company li {
    padding: 0;
  }
  .container > header .master .master_text h1 {
    font-size: 45px;
    line-height: 50px;
    margin: 0 auto;
    font-weight: 700;
    text-align: center;
    color: #197b30;
  }
  .container > header .master .master_text h2 {
    display: none;
  }
  .container > header .master .master_text h3 {
    display: none;
  }
}
/*iphone6 plus*/
@media screen and (max-width: 414px) {
  .shifter-page .table-s tbody tr {
    border-bottom: 1px solid #FFF;
    background: #ebebeb;
    margin-bottom: 0.5em;
  }
  .shifter-page .table-s tbody td {
    border: 0px;
  }
  .shifter-page .table-s th {
    display: none;
  }
  .shifter-page .table-s td {
    display: block;
    border: none;
    border: 0;
    text-align: left;
  }
  .shifter-page .table-s td:before {
    content: attr(data-th) " ";
    display: inline-block;
    /*font-weight: bold;*/
  }
}
@-webkit-keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
  }
}
@-moz-keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
  }
}
@keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
  }
}
#suggest {
  width: 163px;
}
.ac_results {
  border: 1px solid #cc0000;
  background: #FFF;
  z-index: 10000;
  height: 200px;
  overflow: auto;
  display: none;
  position: absolute;
}
.ac_results ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ac_results ul li {
  display: block;
  padding: 5px 10px;
}
.ac_results ul li a {
  white-space: nowrap;
  text-decoration: none;
  display: block;
  color: #333;
  padding: 1px 3px;
}
.ac_results ul li a span {
  float: right;
}
.ac_results ul li:hover {
  background: #fbe5e6;
}
.ac_results .ac_result_tip {
  border-bottom: 1px dashed #666;
  padding: 3px;
}
.news {
  width: 100%;
  margin: 0 30px;
}
.news > div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 20px;
  *margin-top: 5px;
}
.news > div.add-box,
.news > div.note-box {
  display: block;
}
.news > .item-box {
  *margin-top: 5px;
}
.news input {
  padding: 4px 5px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  *behavior: url(/inc/css/PIE.htc);
}
.news .add-box input,
.news .item-box input {
  vertical-align: middle;
  *margin-right: 5px;
}
.news .add-trigger,
.news .delete-trigger {
  vertical-align: middle;
}
@media screen and (max-width: 571px) {
  .news input {
    width: 60%;
  }
}
/**< WLS.Modal >*******************/
.wlsModalopen {
  max-height: 100vh;
  min-height: 100vh;
  overflow: hidden !important;
}
#wlsModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
#wlsModal.open {
  display: flex !important;
}
._wlsModal_wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 80vw;
  min-width: 290px;
  max-height: 85vh;
  border-radius: 0.5em;
}
._wlsModal_title {
  text-align: center;
  padding: 1em 0 0.5em 0;
  background: #fff;
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 0;
}
._wlsModal_title::before {
  display: block;
  margin: 0.5em auto;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 10em;
  content: "!";
  background: #f96564;
  color: #fff;
  margin-bottom: 0.2em;
}
._wlsModal_body {
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  min-height: 0 !important;
  height: 100%;
  padding: 1em 1em 1em 1em;
  font-size: 0.75rem;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
._wlsModal_body > span {
  display: inline-block;
  text-align: left;
}
._wlsModal_footer {
  display: flex;
  border-top: 0;
  padding: 0;
}
._wlsModal_footer_button {
  flex: 1;
  margin: 0;
  text-decoration: none;
  border: 0;
  background-color: #fff;
  color: #f96564;
  text-align: center;
  padding: 0.5em 0.75em;
  font-weight: 600;
  font-size: 1em;
  min-height: calc(1.5em + 1em);
  line-height: 1;
  box-sizing: border-box;
}
._wlsModal_footer_button:not(:first-child) {
  border-left: 1px solid #ccc;
}
#wlsModal_wrapper,
.uk-modal:not(.uk-modal-full) > .uk-modal-dialog {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 80vw;
  min-width: 290px;
  border-radius: 0.5em;
  max-width: 300px;
}
#wlsModal_title,
.uk-modal:not(.uk-modal-full) .uk-modal-title {
  text-align: center;
  padding: 1em 0 0.5em 0;
  background: #fff;
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 0;
}
#wlsModal_title::before,
.uk-modal:not(.uk-modal-full) .uk-modal-title::before {
  display: block;
  margin: 0.5em auto;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 10em;
  content: "!";
  background: #f96564;
  color: #fff;
  margin-bottom: 0.2em;
}
#wlsModal_title + #wlsModal_body,
.uk-modal:not(.uk-modal-full) .uk-modal-title + #wlsModal_body {
  padding-top: 0;
}
#wlsModal_body,
.uk-modal:not(.uk-modal-full) .uk-modal-body {
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  min-height: 0 !important;
  height: 100%;
  padding: 1em 1em 1em 1em;
  font-size: 1rem;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
#wlsModal_body > span,
.uk-modal:not(.uk-modal-full) .uk-modal-body > span {
  display: inline-block;
  text-align: left;
}
#wlsModal_body .uk-modal-title,
.uk-modal:not(.uk-modal-full) .uk-modal-body .uk-modal-title {
  padding-top: 0;
}
#wlsModal_footer,
.uk-modal:not(.uk-modal-full) .uk-modal-footer {
  display: flex;
  border-top: 0;
  padding: 0;
}
#wlsModal_footer > *,
.uk-modal:not(.uk-modal-full) .uk-modal-footer > * {
  flex: 1;
  margin: 0;
  text-decoration: none;
  border: 0;
  background-color: #fff;
  color: #f96564;
  text-align: center;
  padding: 0.5em 0.75em;
  font-weight: 600;
  font-size: 1em;
  min-height: calc(1.5em + 1em);
  line-height: 1;
  box-sizing: border-box;
}
#wlsModal_footer > *:not(:first-child),
.uk-modal:not(.uk-modal-full) .uk-modal-footer > *:not(:first-child) {
  border-left: 1px solid #ccc;
}
#wlsModal_close {
  flex: 1;
  margin: 0;
  text-decoration: none;
  border: 0;
  background-color: #fff;
  color: #f96564;
  text-align: center;
  padding: 0.5em 0.75em;
  font-weight: 600;
  font-size: 1em;
  min-height: calc(1.5em + 1em);
  line-height: 1;
  box-sizing: border-box;
  cursor: pointer;
}
#wlsModal_btngo {
  cursor: pointer;
}
#wlsModal_close:not(:first-child) {
  border-left: 1px solid #ccc;
}
.isPC.isIE #wlsModal_body {
  flex: auto;
}
/*共用下面簽署*/
.checkbox-group {
  text-align: center;
}
.checkbox-group .page-btn-group {
  text-align: center;
  margin-top: 1em;
}
.checkbox-group .page-btn-group a {
  margin: 0.5em auto;
  margin-right: 4px;
}
.checkbox-group .page-btn-group button.btn {
  border: 0;
  cursor: pointer;
}
.checkbox-group .page-btn-group button.btn:not(:last-child) {
  margin-right: 0.5em;
}
.checkbox-group .message {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 1em;
  font-weight: bold;
}
.checkbox-group .message.sign-done {
  color: #197b30;
}
.checkbox-group .message.sign-progress {
  color: #f14d05;
}
.checkbox-group .message.sign-fail {
  color: #cc0000;
}
.checkbox-group .message.sign-ineligible {
  color: #197b30;
}
/*20220513新增*/
section {
  margin-bottom: 2em;
}
section .title {
  font-size: 1.5rem;
  font-weight: bold;
}
.flex-Center {
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 1.5;
  font-family: 微軟正黑體, Arial;
  color: #cc0000;
  font-weight: 900;
}
.flex-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.flex-group > div:not(:last-child) {
  white-space: nowrap;
  margin-right: 0.5rem;
}
.flex-group > div:last-child {
  flex: 1;
}
.flex-group .flex-group {
  margin-bottom: 0;
}
#listDesc03 {
  color: #cc0000;
}
/*上傳證件*/
#vueScope {
  /*上傳標題*/
  /*上傳說明*/
  /*上傳列表*/
  /*單一個上傳*/
}
#vueScope [v-cloak] {
  display: none;
}
#vueScope h1 {
  text-align: center;
  margin: 1rem auto;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  #vueScope h1 {
    font-size: 1rem;
  }
}
#vueScope h1:before {
  content: '';
  display: block;
  border-top: 1px solid #333;
  flex: 1;
  margin-right: 1rem;
}
#vueScope h1:after {
  content: '';
  display: block;
  border-top: 1px solid #333;
  flex: 1;
  margin-left: 1rem;
}
#vueScope .ibfs-photo-info {
  max-width: 650px;
  margin: 1rem auto;
}
#vueScope .ibfs-photo-info-title {
  color: #cc0000;
  font-weight: bold;
  margin: 1rem auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#vueScope ol.ibfs-photo-info-list > li {
  margin-left: 1.5em !important;
}
@media screen and (max-width: 650px) {
  #vueScope .ibfs-photo-info {
    max-width: 100%;
    margin: 1rem;
  }
}
#vueScope .ibfs-photo-wrapper {
  display: flex;
  flex-wrap: wrap;
}
#vueScope .ibfs-photo-loading {
  display: block;
  margin: 2em auto;
  text-align: center;
}
#vueScope .ibfs-photo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 1em auto;
  border: 1px solid #e4e4e4;
  border-radius: 0.25rem;
  width: calc((100vw - 1.5rem - 0.75rem)*1);
  height: calc((100vw - 1.5rem - 0.75rem)*1/1.553);
  position: relative;
  background: #e4e4e4 url(/APP/EManager/images/icon-camera.png) center no-repeat;
  background-size: contain;
  margin-top: 0.5rem;
}
#vueScope .ibfs-desc {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
  text-shadow: 0 0 0.25em #000000;
  color: #fff;
}
#vueScope .ibfs-upload {
  color: #333;
  text-align: center;
  padding-bottom: 1em;
  border: 0;
  background: transparent;
}
#vueScope .ibfs-delete {
  background: #f96564;
  color: #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  position: absolute;
  top: -0.7rem;
  right: -0.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1rem;
  border: 0;
}
#vueScope .ibfs-delete:before {
  content: '刪';
}
#vueScope .ibfs-zoom {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
  opacity: 0;
  top: 0;
  left: 0;
  cursor: pointer;
}
#vueScope .zoom-mask {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100vh;
}
#vueScope .zoom-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  min-width: 60vw;
  min-height: 30vw;
  transition: all 0.2s ease-in;
  background: #fff url(/APP/EManager/images/bx_loader.gif) no-repeat center center;
  background-size: 0.75rem;
  text-align: center;
}
#vueScope .zoom-img {
  max-width: calc(100vw - 2rem);
  max-height: 80vh;
  min-width: 90vw;
  object-fit: contain;
}
#vueScope .zoom-close {
  background: #f96564;
  color: #fff;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  position: absolute;
  top: -0.7rem;
  right: -0.4rem;
  z-index: 3;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1rem;
}
#vueScope .zoom-close:before {
  content: 'x';
}
#vueScope .photoList {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 1em;
}
#vueScope .photoList div {
  color: #fff;
  background: #000;
  opacity: 0.6;
  padding: 0.2em 0.5em;
  border-radius: 10em;
  cursor: pointer;
}
#vueScope .photoList div:first-child {
  margin-right: 1em;
}
#vueScope .photoList div:first-child span {
  transform: rotate(90deg);
}
#vueScope .ibfs-more {
  background-color: red;
  color: #fff;
  text-align: center;
  max-width: 7em;
  margin: auto;
}
#vueScope .isAndroid-show {
  display: none;
}
html.isPC #vueScope .ibfs-photo {
  width: calc(1000px / 3);
  height: calc(1000px / 3 / 1.553);
  font-weight: bold;
}
html.isPC #vueScope .ibfs-photo.isPDF {
  background-size: 40%;
  background-position: center top;
}
html.isPC #vueScope .zoom-box,
html.isPC #vueScope .zoom-img {
  max-width: 90vh;
  max-height: 90vh;
  min-width: 0;
}
html.isPC #vueScope .photoList div:first-child {
  margin-right: 0;
}
html.isAndroid #vueScope .ibfs-photo.isPDF {
  background-size: 50%;
}
html.isAndroid #vueScope .isAndroid-show {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
html.isAndroid #vueScope .isAndroid-show:before {
  content: '!';
  display: flex;
  font-size: 0.8em;
  width: 1.2em;
  height: 1.2em;
  min-width: 1.2em;
  min-height: 1.2em;
  border-radius: 10em;
  background: #c00;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-right: 0.2em;
  margin-top: 0.2em;
}
html.zoomOpen,
body.zoomOpen {
  max-height: 100vh;
  overflow: hidden;
}
.ibfs-margin-bottom {
  margin-bottom: 1em;
}
/*04借貸款項帳戶契約書增補契約同意書*/
[component=Agreement004] .my-group {
  display: flex;
  margin-bottom: 1em;
}
[component=Agreement004] .my-group > div {
  margin-right: 1em;
}
/*03有價證券當日沖銷交易風險預告書暨概括授權同意書*/
/*50國票期貨股份有限公司交易人受託契約重要條文異動(112年04月03日實施)*/
[component=Agreement50] .my-group {
  display: flex;
  margin-bottom: 1em;
}
[component=Agreement50] .my-group > div {
  margin-right: 1em;
}
[component=Agreement50] .text-red {
  color: #cc0000;
}
[component=Agreement50] .text-bold {
  font-weight: bold;
}
[component=Agreement50] .text-underline {
  text-decoration: underline;
}
@media screen and (max-width: 430px) {
  [component=Agreement50] .title {
    text-align: left;
    text-align: justify;
  }
  [component=Agreement50] .my-group {
    flex-direction: column;
  }
  [component=Agreement50] .notsign-group {
    align-items: flex-start;
  }
}
/*51盤後豁免商品風險警示服務申請書*/
[component=Agreement51] select {
  flex: 1;
}
[component=Agreement51] .my-group {
  display: flex;
  align-items: baseline;
  margin-bottom: 1em;
}
[component=Agreement51] .my-group > div {
  margin-right: 1em;
}
@media screen and (max-width: 430px) {
  [component=Agreement51] .my-group {
    display: block;
  }
  [component=Agreement51] .my-group > div {
    margin-right: 0;
    align-items: baseline;
  }
}
/*001委託人確認網路電子交易聲明書*/
[component=Agreement001] .notsign-group {
  display: flex;
  align-items: center;
}
[component=Agreement001] .notsign-group #Select1 {
  margin-bottom: 0;
}
[component=Agreement001] .my-group {
  display: flex;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 0.5em;
  margin-bottom: 1em;
  background: #eee;
}
[component=Agreement001] .category-title,
[component=Agreement001] .order-title,
[component=Agreement001] .acc-title {
  font-weight: bold;
  color: #197b30;
}
[component=Agreement001] .category-group,
[component=Agreement001] .order-group,
[component=Agreement001] .acc-group {
  display: flex;
  margin-right: 2em;
}
[component=Agreement001] .category-group input[type=checkbox] {
  border-radius: 10em;
}
[component=Agreement001] .category-group input[type=checkbox]:disabled {
  border: 1px solid #999;
}
[component=Agreement001] .category-group input[type=checkbox]:disabled:checked {
  border: 1px solid #999;
}
[component=Agreement001] .acc-content {
  display: flex;
}
[component=Agreement001] .acc-content div {
  margin-bottom: 0.5em;
  margin-right: 1em;
}
[component=Agreement001] .acc-content span {
  display: inline-block;
}
[component=Agreement001] .radio-group {
  display: flex;
}
[component=Agreement001] .radio-group > div:not(:last-child) {
  margin-right: 0.5em;
}
@media screen and (max-width: 1400px) {
  [component=Agreement001] .my-group {
    flex-direction: column;
  }
}
@media screen and (max-width: 800px) {
  [component=Agreement001] .acc-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 428px) {
  [component=Agreement001] .notsign-group {
    align-items: flex-start;
  }
  [component=Agreement001] .my-group {
    border-top: 0;
    border-bottom: 0;
  }
  [component=Agreement001] .category-title,
  [component=Agreement001] .order-title,
  [component=Agreement001] .acc-title {
    font-weight: bold;
    color: #000000;
  }
  [component=Agreement001] .notsign-group,
  [component=Agreement001] .category-group,
  [component=Agreement001] .order-group,
  [component=Agreement001] .acc-group {
    flex-direction: column;
    margin-bottom: 0.5em;
  }
}
/*202301 未成年委託人同意原契約存續聲明書*/
.EOpenUnderage {
  display: none;
}
@media screen and (max-width: 650px) {
  .EOpenUnderage {
    display: normal;
  }
}
