@charset "utf-8";
/* ========================================================================== 
   Taishin Brand Styles
   --------------------------------------------------------------------------
   Scope: header, notice, footer, floating tools and popups only.
   Source: reset.css + public.css (merged; no @import).
   All component rules are restricted to .brand-scope to protect page content.
   ========================================================================== */

/* 01. Scope and overlay page state
   ========================================================================== */
.brand-scope { display: contents; }
body.overflow,
body.overflow02,
body.overflow03 { overflow: hidden; }

/* 02. Scoped reset
   ========================================================================== */
.brand-scope {
	color:#000;
	background:#FFF;
}


/* 03. Base elements, theme variables and responsive helpers
   ========================================================================== */
.brand-scope,
.brand-scope div,
.brand-scope dl,
.brand-scope dt,
.brand-scope dd,
.brand-scope ul,
.brand-scope ol,
.brand-scope li,
.brand-scope h1,
.brand-scope h2,
.brand-scope h3,
.brand-scope h4,
.brand-scope h5,
.brand-scope h6,
.brand-scope pre,
.brand-scope code,
.brand-scope form,
.brand-scope fieldset,
.brand-scope legend,
.brand-scope input,
.brand-scope textarea,
.brand-scope p,
.brand-scope blockquote,
.brand-scope th,
.brand-scope td {
	margin:0;
	padding:0;
}
.brand-scope table {
	border-collapse:collapse;
	border-spacing:0;
}
.brand-scope fieldset,
.brand-scope img {
	border:0;
}

.brand-scope address,
.brand-scope caption,
.brand-scope cite,
.brand-scope code,
.brand-scope dfn,
.brand-scope em,
.brand-scope strong,
.brand-scope th,
.brand-scope var {
	font-style:normal;
	font-weight:normal;
}

.brand-scope ol,
.brand-scope ul {
	list-style:none;
}

.brand-scope caption,
.brand-scope th {
	text-align:left;
}
.brand-scope h1,
.brand-scope h2,
.brand-scope h3,
.brand-scope h4,
.brand-scope h5,
.brand-scope h6 {
	font-size:100%;
	font-weight:normal;
}
.brand-scope q:before,
.brand-scope q:after {
	content:'';
}
.brand-scope abbr,
.brand-scope acronym {
	border:0;
	font-variant:normal;
}

.brand-scope sup {
	vertical-align:text-top;
}
.brand-scope sub {
	vertical-align:text-bottom;
}
.brand-scope input,
.brand-scope textarea,
.brand-scope select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	*font-size:100%; 
}

.brand-scope legend {
	color:#000;
}


.brand-scope #yui3-css-stamp.cssreset { display: none; }


.brand-scope {
  width: 100%;
  height: 100%;
}

.brand-scope {
  margin: 0;
  background: #fff;
  font-family: "Microsoft JhengHei", "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: 100%;
  position: relative;
  box-sizing: border-box;
  overflow-x: hidden;
}

.brand-scope :focus {
  outline: none;
}

.brand-scope img {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
}

.brand-scope a:link {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

.brand-scope a:visited {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

.brand-scope a:hover {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

.brand-scope a:active {
  list-style: none;
  text-decoration: none;
  color: inherit;
}


.brand-scope {
  --color_fff: #fff;
  --color_000: #000;
  --color_d51423: #D51423;
  --color_df0c18: #df0c18;
  --color_d70c18: #d70c18;
  --color_c81517: #c81517;
  --color_d80d19: #d80d19;
  --color_d12d25: #d12d25;
  --color_be0000: #be0000;
  --color_333: #333;
  --color_fff500: #fff500;
  --color_f2f2f2: #f2f2f2;
  --color_e4e4e4: #e4e4e4;
  --color_cacaca: #cacaca;
  --color_78c6ff: #78c6ff;
  --color_610550: #610505;
  --color_032b90: #032b90;
  --color_2555d0: #2555d0;
  --color_97a9e2: #97a9e2;
}

.brand-scope .pc_open {
  display: block;
}
@media (max-width: 980px) {
  .brand-scope .pc_open {
    display: none;
  }
}

.brand-scope .m_open {
  display: none;
}
@media (max-width: 980px) {
  .brand-scope .m_open {
    display: block;
  }
}

.brand-scope .br_box {
  display: block;
}

.brand-scope .wrapper {
	display: inline-block;
	width: 100%; 
	overflow: hidden;
	margin: 0 auto;
	font-size: 1em;
}


/* 04. Header navigation, menu toggle and overlay
   ========================================================================== */
.brand-scope .toggle-button {
  position: absolute;
  top: 0;
  display: none;
  float: left;
  top: 0px;
  width: 24px;
  height: 45px;
  padding: 10px 12px;
  margin: 5px 10px;
  transition: 0.25s;
  z-index: 99;
}

.brand-scope .toggle-button:hover {
  cursor: pointer;
}

.brand-scope .toggle-button .menu-bar {
  position: relative;
  transition: 0.2s;
}

.brand-scope .toggle-button .menu-bar-top {
  border: 2px solid #ffffff;
  border-bottom: none;
  top: 0px;
}

.brand-scope .toggle-button .menu-bar-middle {
  height: 2px;
  background-color: #ffffff;
  margin: 8px 0px;
  top: 0px;
}

.brand-scope .toggle-button .menu-bar-bottom {
  border: 2px solid #ffffff;
  border-top: none;
  top: 0px;
}

.brand-scope .toggle-button.open .menu-bar-top {
  transform: rotate(45deg) translate(7px, 7px);
  transition: 0.2s;
}

.brand-scope .toggle-button.open .menu-bar-middle {
  transform: translate(0px);
  transition: 0.1s ease-in;
  opacity: 0;
}

.brand-scope .toggle-button.open .menu-bar-bottom {
  transform: rotate(-45deg) translate(7px, -7px);
  transition: 0.2s;
}

.brand-scope .overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 49;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 768px) {
  .brand-scope .toggle-button {
    display: block;
  }
  .brand-scope .overlay.open {
    opacity: 0.8;
    visibility: visible;
  }
}
.brand-scope .overlay.open02 {
  opacity: 0.8;
  visibility: visible;
}

.brand-scope .overlay.open03 {
  opacity: 0.8;
  visibility: visible;
}


.brand-scope header {
  width: 100%;
  height: 60px;
  position: fixed;
  background: var(--color_d70c18);
  top: 0;
  left: 0;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
  z-index: 99;
}
@media (max-width: 768px) {
  .brand-scope header {
    height: 53px;
  }
}
.brand-scope header .h_right,
.brand-scope header .h_logo,
.brand-scope header .h_top {
  position: relative;
  display: inline-block;
  width: 100%;
}
.brand-scope header .h_logo {
  width: 200px;
  height: 35px;
  margin: 0 10px;
  padding: 12px 0;
}
.brand-scope header .h_logo a {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 40px;
  background: url("./logo-h.png") no-repeat;
  background-size: auto 35px;
  overflow: hidden;
}
.brand-scope header .h_logo h1 span {
  display: none;
}
.brand-scope header .h_right {
  float: right;
  width: auto;
}
.brand-scope header .h_right ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.brand-scope header .h_right li {
  position: relative;
  display: inline-block;
  padding: 0px 10px;
  margin: 13px 0px;
  line-height: 30px;
  text-align: right;
  color: var(--color_fff);
}
.brand-scope .menu_li_btn img {
  width: 30px;
  margin: auto;
}
@media (max-width: 801px) {
  .brand-scope header .h_right li {
    padding: 0px 9px;
  }
}
@media (max-width: 795px) {
  .brand-scope header .h_right li {
    padding: 0 7px;
  }
}
@media (max-width: 783px) {
  .brand-scope header .h_right li {
    padding: 0 0 0 8px;
  }
}
@media (max-width: 783px) {
  .brand-scope header .h_right li:last-child {
    padding: 0 3px 0 8px;
  }
}
.brand-scope header .ac {
  color: var(--color_fff500);
}
.brand-scope header .h_right li a.active,
.brand-scope header .h_right li a:hover {
  color: var(--color_fff500);
}

.brand-scope .header_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .brand-scope header .h_logo {
    width: 150px;
    height: 30px;
    padding: 11px 0;
    padding-left: 47px;
  }
  .brand-scope header .h_logo a {
    width: 150px;
    height: 30px;
    background-size: auto 30px;
  }
}
@media only screen and (max-width: 768px) {
  .brand-scope header .h_right {
    display: none;
  }
  .brand-scope header .h_right.open {
    position: absolute;
    display: block;
    width: 100%;
    top: 50px;
    background: black;
    z-index: 91;
    opacity:0.9;
  }
  .brand-scope header .h_right.open li {
    width: 100%;
    height: auto;
    margin: 0px;
    text-align: center;
    border-bottom: 1px solid black;
  }
  .brand-scope header .h_right.open li a {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0px;
    text-decoration: none;
    font-size: 18px;
    line-height: 17px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 30px auto;
  }
  .brand-scope header .h_right.open li:hover {
    background: var(--color_c81517);
    color: var(--color_f2f2f2);
  }
  .brand-scope header .h_right.open li a,
.brand-scope header .h_right.open li:hover {
    transition: all 0.3s ease;
  }
}
.brand-scope .menu_bg {
  width: 100%;
  padding: 15px 0;
  background: linear-gradient(to bottom, var(--color_cacaca) 0%, var(--color_fff) 100%);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 768px) {
  .brand-scope .menu_bg {
    display: none;
    position: absolute;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .brand-scope header .h_right.open li a {
    margin: 20px auto;
  }
}
.brand-scope .menu_bg .menu_list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .brand-scope .menu_bg .menu_list {
    flex-wrap: wrap;
    padding: 10px 0;
  }
}
.brand-scope .menu_bg .menu_li {
  width: 220px;
  text-align: center;
  border-right: 1px solid var(--color_000);
}
@media (max-width: 768px) {
  .brand-scope .menu_bg .menu_li {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.brand-scope .menu_bg .menu_li a {
  width: 100%;
  display: block;
}
.brand-scope .menu_bg .menu_li:last-child {
  border-right: none;
}

.brand-scope .menu_bg.open_menu_bg {
  display: block;
  top: 193px;
  padding: 0;
  transition: all 0.3s ease;
}

.brand-scope .menu_bg.open_menu_bg li a,
.brand-scope .menu_bg.open_menu_bg li:hover {
  transition: all 0.3s ease;
}

.brand-scope .menu_btn02 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.brand-scope .menu_btn02 .menu_btn02 {
  width: 70px;
  margin: 0 0 0 5px;
}

.brand-scope .menu_btn03 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.brand-scope .menu_btn03 .menu_btn03 {
  width: 70px;
  margin: 0 0 0 5px;
}


/* 05. Shared brand section container
   ========================================================================== */
.brand-scope .part {
  width: 100%;
  position: relative;
  margin: 0 auto;
}


/* 06. Fund notice
   ========================================================================== */
.brand-scope .notice_part {
  background: var(--color_e4e4e4);
  padding: 20px 0;
}
.brand-scope .notice_part .notice_title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.5em;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (max-width: 1280px) {
  .brand-scope .notice_part .notice_title {
    width: 90%;
  }
}
.brand-scope .notice_part .notice_title span {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  background: var(--color_e4e4e4);
}
.brand-scope .notice_part .notice_title::before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color_000);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.brand-scope .notice_part .part_notice_content {
  width: 100%;
  max-width: 1200px;
  text-align: left;
  margin: 0 auto 15px;
  font-weight: 700;

}
@media (max-width: 1280px) {
  .brand-scope .notice_part .part_notice_content {
    width: 90%;
  }
}
.brand-scope .notice_part .color_d12d25 {
  color: var(--color_d12d25);
  font-size: 15px;
}


/* 07. Company contact information
   ========================================================================== */
.brand-scope .footer_info {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 0 40px;
}
@media (max-width: 980px) {
  .brand-scope .footer_info {
    flex-wrap: wrap;
  }
}
.brand-scope .footer_info .info_left {
  width: 34%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.375em;
  font-weight: 800;
  margin: 0 0 0 20px;
}
@media (max-width: 980px) {
  .brand-scope .footer_info .info_left {
    width: 100%;
    margin: 15px 0;
  }
}
.brand-scope .footer_info .info_left .h6 {
  font-size: 16px !important;
}
@media (max-width: 980px) {
  .brand-scope .footer_info .info_left .h6 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .brand-scope .footer_info .info_left .h6 {
    display: none;
  }
}
.brand-scope .footer_info .info_left .h6_m {
  display: none;
}
@media (max-width: 768px) {
  .brand-scope .footer_info .info_left .h6_m {
    display: block;
  }
}
.brand-scope .footer_info .info_left span {
  color: var(--color_df0c18);
}
.brand-scope .footer_info .info_right {
  width: 66%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  .brand-scope .footer_info .info_right {
    width: 100%;
    padding: 0;
    justify-content: center;
  }
}
.brand-scope .footer_info .info_box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  color: var(--color_333);
}
@media (max-width: 980px) {
  .brand-scope .footer_info .info_box {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .brand-scope .footer_info .info_box {
    display: none;
  }
}
.brand-scope .footer_info .info_box_m {
  display: none;
}
@media (max-width: 768px) {
  .brand-scope .footer_info .info_box_m {
    display: block;
  }
}
.brand-scope .footer_info .info {
  width: 100%;
  font-size: 0.815em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .brand-scope .footer_info .info {
    flex-wrap: wrap;
  }
}
.brand-scope .footer_info .info .tt01 {
  width: 350px;
}
@media (max-width: 768px) {
  .brand-scope .footer_info .info .tt01 {
    margin: 0 0 3px 0;
  }
}
.brand-scope .footer_info .info .tt02 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.brand-scope .footer_info .info .tt02 span {
  width: 140px;
}
@media (max-width: 768px) {
  .brand-scope .footer_info .info .tt02 {
    width: 304px;
    margin: 0 0 3px 0;
  }
}

/* 08. Footer presentation
   ========================================================================== */
.brand-scope footer {
  width: 100%;
  height: 50px;
  background: var(--color_d70c18) url("./footer.jpg") no-repeat center center;
  background-size: cover;
  font-size: 0.815em;
  color: var(--color_fff);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 844px) {
  .brand-scope footer {
    height: 45px;
    background-image: none;
  }
}
.brand-scope footer .footer_content {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
}
.brand-scope footer .footer_left {
  margin: 0 0 0 20px;
}
@media (max-width: 844px) {
  .brand-scope footer .footer_left {
    margin: 0 auto;
  }
}
.brand-scope footer .inline_box {
  display: inline;
}
@media (max-width: 844px) {
  .brand-scope footer .inline_box {
    display: none;
  }
}
/* 09. Official Taishin footer layout and utility components
   ========================================================================== */
.brand-scope .l-body {
    left: 0;
    width: 100%;
    position: relative;
    z-index: 0
}

.brand-scope .l-main {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    overflow: hidden;
    *zoom:1}

.brand-scope .l-lightbox {
    background: rgba(0,0,0,0.5);
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    border-radius: 5px;
    z-index: 10
}

.brand-scope .l-lightbox.is-show {
    display: block
}

.brand-scope .l-msgbox {
    background: rgba(0,0,0,0.5);
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10
}

.brand-scope .l-msgbox[data-target=""] {
    display: none
}

.brand-scope .l-msgbox:not([data-target=""]) {
    display: flex
}

.brand-scope .l-msgbox[data-target="search"] [data-type="search"],
.brand-scope .l-msgbox[data-target="browser"] [data-type="browser"],
.brand-scope .l-msgbox[data-target="statement"] [data-type="statement"] {
    display: inline-block
}

@media \0screen {
    .brand-scope .l-header {
        margin-top: 0;
        transition: ease-in-out .5s margin-top
    }

    .brand-scope .l-header.open-mini {
        margin-top: 26px
    }

    .brand-scope .l-nav {
        padding: 20px 0 15px 0
    }

    .brand-scope .l-main.is-side-right .l-content {
        width: 720px;
        float: left
    }

    .brand-scope .l-main.is-side-right .l-side {
        padding-left: 18px;
        float: right;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .brand-scope .l-side {
        width: 240px
    }

    .brand-scope .l-footer {
        margin-top: 40px
    }
}

@media screen and (min-width: 959px) {
    .brand-scope .l-header {
        margin-top:0;
        transition: ease-in-out .5s margin-top
    }

    .brand-scope .l-header.open-mini {
        margin-top: 52px
    }

    .brand-scope .l-nav {
        padding: 20px 0 15px 0
    }

    .brand-scope .l-main.is-side-right .l-content {
        width: 720px;
        float: left
    }

    .brand-scope .l-main.is-side-right .l-side {
        padding-left: 18px;
        float: right;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .brand-scope .l-side {
        width: 240px
    }

    .brand-scope .l-footer {
        margin-top: 40px
    }
}

@media \0screen {
    .brand-scope .l-lightbox {
        margin-left: -206px;
        width: 412px
    }
}

@media screen and (min-width: 740px) {
    .brand-scope .l-lightbox {
        margin-left:-206px;
        width: 412px
    }
}

@media screen and (max-width: 958px) {
    .brand-scope .l-body {
        padding-top:53px;
        box-sizing: border-box
    }

    .brand-scope .l-body.open-nav {
        position: fixed;
        width: 100%
    }

    .brand-scope .l-body.open-nav .l-header {
        background: rgba(0,0,0,0.8);
        height: 100%;
        overflow-y: auto;
        bottom: 0
    }

    .brand-scope .l-body.open-nav .l-header.open-mini .mini-nav-wrap {
        max-height: 50vh;
        overflow: unset
    }

    .brand-scope .l-body.open-nav .m-header-tools,
.brand-scope .l-body.open-nav .m-nav .nav-item>li {
        display: block
    }

    .brand-scope .l-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 6
    }

    .brand-scope .l-nav {
        padding-top: 53px;
        background: #d70c18;
        width: 100%;
        order: 0
    }

    .brand-scope .l-main {
        padding-top: 25px
    }

    .brand-scope .l-content,
.brand-scope .l-side {
        margin: 0 auto 24px auto;
        width: calc(100% - 20px)
    }
}

@media screen and (max-width: 739px) {
    .brand-scope .l-lightbox {
        margin-left:-150px;
        width: 300px
    }
}

.brand-scope .m-aside {
    margin-bottom: 24px
}

.brand-scope .m-aside.m-login {
    position: relative;
    border-radius: 8px 0 8px 0;
    overflow: hidden
}

.brand-scope .m-aside.m-login:after {
    content: '';
    background: #d70c18;
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0
}

.brand-scope .m-aside.m-login .m-aside-hd {
    padding-left: 15px;
    height: 36px;
    line-height: 36px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlMDAwNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2MDYwNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #be0004),color-stop(100%, #e60607));
    background-image: -moz-linear-gradient(top, #be0004,#e60607);
    background-image: -webkit-linear-gradient(top, #be0004,#e60607);
    background-image: linear-gradient(to bottom, #be0004,#e60607)
}

.brand-scope .m-aside.m-login .m-aside-hd h6 {
    border: 0;
    color: #fff;
    font-family: Calibri,Arial,"Helvetica Neue",Helvetica,"微軟正黑體","新細明體",sans-serif,serif;
    font-weight: bold
}

.brand-scope .m-aside.m-login .m-aside-bd {
    padding: 20px 0 25px 0;
    background: #fdfdfd;
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
    text-align: center
}

.brand-scope .m-aside.m-login .m-button {
    margin-top: 10px
}

.brand-scope .m-aside.m-login .m-button:first-child {
    margin-top: 0
}

.brand-scope .m-aside-hd {
    border-bottom: 1px solid #dadada
}

.brand-scope .m-aside-hd h6 {
    margin-bottom: -1px;
    padding-right: 12px;
    display: inline-block;
    border-bottom: 3px solid #d70c18;
    color: #d70c18;
    font-family: Calibri,Arial,"Helvetica Neue",Helvetica,"微軟正黑體","新細明體",sans-serif,serif;
    font-weight: bold;
    line-height: 26px
}

@media \0screen {
    .brand-scope .m-aside-hd h6 {
        font-size: 15px
    }
}

@media screen and (min-width: 959px) {
    .brand-scope .m-aside-hd h6 {
        font-size:15px
    }
}

@media \0screen {
    .brand-scope .m-aside .m-warnings {
        display: none
    }
}

@media screen and (min-width: 740px) {
    .brand-scope .m-aside .m-warnings {
        display:none
    }
}

@media screen and (max-width: 958px) {
    .brand-scope .m-aside.m-login {
        display:none
    }

    .brand-scope .m-aside-hd h6 {
        font-size: 18px
    }
}

@media screen and (max-width: 739px) {
    .brand-scope .m-aside .m-warnings {
        display:block
    }
}

.brand-scope .m-button {
    margin: 0;
    padding: 0;
    font-family: Calibri,Arial,"Helvetica Neue",Helvetica,"微軟正黑體","新細明體",sans-serif,serif;
    color: #666;
    border: 0;
    border-spacing: 0;
    position: relative;
    background: none;
    outline: 0;
    cursor: pointer;
    text-indent: 0;
    z-index: 1;
    text-rendering: auto;
    text-transform: none;
    speak: none;
    display: inline-block;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 7px 0;
    font-size: 14px;
    line-height: 1.75;
    white-space: nowrap;
    -webkit-transition: background .5s,color .5s;
    -moz-transition: background .5s,color .5s;
    -ms-transition: background .5s,color .5s;
    -o-transition: background .5s,color .5s;
    transition: background .5s,color .5s;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.brand-scope .m-button.m-button-navicon {
    padding: 0;
    width: 60px;
    height: 100%;
    position: relative
}

.brand-scope .m-button.has-icon {
    color: #d70c18;
    font-size: 13px
}

.brand-scope .m-button.has-icon>em:first-child+i,
.brand-scope .m-button.has-icon i:first-child+em {
    padding-left: 5px
}

.brand-scope .m-button.m-button-bg {
    padding: 0;
    height: 32px;
    border-radius: 3px;
    vertical-align: middle;
    color: #fff !important;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.brand-scope .m-button.m-button-bg.b-bg-default {
    border: 1px solid #dadada
}

.brand-scope .m-button.m-button-bg.b-bg-default>* {
    color: #000
}

.brand-scope .m-button.m-shadow {
    box-shadow: 1px 1px 2px #c5c5c5
}

.brand-scope .m-button.b-lg {
    padding: 0 45px
}

.brand-scope .m-button.b-mi {
    padding: 0 15px
}

.brand-scope .m-button.b-sm {
    padding: 0 5px
}

.brand-scope .m-button.b-hover-ud-line:hover {
    text-decoration: underline
}

.brand-scope .m-button em {
    vertical-align: baseline
}

@media screen and (max-width: 739px) {
    .brand-scope .is-full-xs .b-mi {
        padding:0 10px
    }
}

@media screen\0 {
    .brand-scope .m-button.b-hover-ud-line:hover em {
        text-decoration: underline
    }

    .brand-scope .m-button em {
        display: inline-block
    }
}

.brand-scope .m-footer-bd {
    padding: 10px;
    background: #ededed;
    font-size: 0;
    line-height: 0
}

.brand-scope .m-footer-bd .list-item {
    margin-top: 5px;
    padding: 0 10px
}

.brand-scope .m-footer-bd .list-item:not(:first-child) {
    border-left: 1px solid #333
}

.brand-scope .m-footer-bd .list-item a,
.brand-scope .m-footer-bd .list-item button {
    color: #333;
    font-family: "微軟正黑體";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 16px
}

.brand-scope .m-footer-bd .tel-txt {
    padding-top: 10px
}

.brand-scope .m-footer-bd .tel-txt p {
    margin: 5px 0;
    color: #333;
    font-family: "微軟正黑體";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 16px
}

.brand-scope .m-footer-ft {
    width: 100%;
    position: relative;
    color: #FFF;
    font-size: 0;
    line-height: 0
}

.brand-scope .m-footer-ft .notice {
    display: block
}

.brand-scope .copyright {
    margin: 0 auto;
    background: #d70c18;
    display: block;
    position: relative;
    z-index: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.brand-scope .copyright .txt {
    font-family: "微軟正黑體";
    font-size: 12px;
    line-height: 16px
}

.brand-scope .copyright-logo {
    background: #DEDEDE;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.brand-scope .b-middle {
    font-size: 0;
    max-height: 100%
}

.brand-scope .b-middle:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom:1;*display: inline
}


.brand-scope .b-middle>* {
    font-size: initial;
    zoom:1;display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom:1;*display: inline
}

.brand-scope .b-clearfix:after {
    content: '';
    width: 100%;
    height: 0;
    clear: both;
    overflow: hidden;
    *zoom:1;display: block;
    vertical-align: middle
}



@media \0screen {
    .brand-scope .m-footer-ft {
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkNzBjMTgiLz48c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzg4ODg4OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -moz-linear-gradient(0deg, #d70c18 50%,#888889 51%);
        background-image: -webkit-linear-gradient(0deg, #d70c18 50%,#888889 51%);
        background-image: linear-gradient(90deg, #d70c18 50%,#888889 51%)
    }

    .brand-scope .copyright-content,
.brand-scope .copyright,
.brand-scope .copyright-logo {
        height: 56px
    }

    .brand-scope .copyright-content {
        margin: 0 auto;
        max-width: 960px
    }

    .brand-scope .copyright {
        padding: 7px 0;
        width: 720px
    }

    .brand-scope .copyright-logo {
        padding-left: 25px;
        display: inline-block;
        width: 240px
    }
}

@media screen and (min-width: 959px) {
    .brand-scope .m-footer-ft {
        background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkNzBjMTgiLz48c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzg4ODg4OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -moz-linear-gradient(0deg, #d70c18 50%,#888889 51%);
        background-image: -webkit-linear-gradient(0deg, #d70c18 50%,#888889 51%);
        background-image: linear-gradient(90deg, #d70c18 50%,#DEDEDE 51%)
    }

    .brand-scope .copyright-content,
.brand-scope .copyright,
.brand-scope .copyright-logo {
        height: 56px
    }

    .brand-scope .copyright-content {
        margin: 0 auto;
    }

    .brand-scope .copyright {
      text-align: center;
    }

    .brand-scope .copyright-logo {
        display: inline-block;
        width: 240px
    }
}

@media screen and (min-width: 1024px) {
    .brand-scope .copyright-content {
        max-width:1200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .brand-scope .copyright {
        width: 75%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .brand-scope .copyright-logo {
        width: 360px;
        margin: auto;
    }
        .brand-scope .copyright-logo img {
        width: 142px;
        margin: 18px 0 18px 24px;
    }
}
@media screen and (max-width: 1024px){
    .brand-scope .copyright-logo {
        display: none
    }
    .brand-scope .b-hide-xs {
        display:none
    }
        .brand-scope .m-footer-ft {
        background:#d70c18
    }

    .brand-scope .copyright {
        width: 100%;
        text-align: center
    }

    .brand-scope .copyright .txt {
        transform: translateY(-2px)
    }
    .brand-scope footer {
      height: 25px;
    }
}



@media screen and (min-width: 740px) and (max-width: 958px) {
    .brand-scope .copyright {
        padding:9.4px
    }

}


@media screen and (max-width: 739px) {
      .brand-scope .copyright {
        padding:4.35px
    }

    .brand-scope .b-align-xs-left {
        text-align: left
    }

    .brand-scope .b-align-xs-center {
        text-align: center
    }

    .brand-scope .b-align-xs-right {
        text-align: right
    }

    .brand-scope .b-col-xs-0 {
        display: none !important
    }

    .brand-scope .b-col-xs-6 {
        width: 100%;
        float: left;
        clear: both
    }

    .brand-scope .b-col-xs-5 {
        width: 83.33333%;
        float: left
    }

    .brand-scope .b-col-xs-4 {
        width: 66.66667%;
        float: left
    }

    .brand-scope .b-col-xs-3 {
        width: 50%;
        float: left
    }

    .brand-scope .b-col-xs-2 {
        width: 33.33333%;
        float: left
    }

    .brand-scope .b-col-xs-1 {
        width: 16.66667%;
        float: left
    }

    .brand-scope .b-flex-xs {
        display: flex !important
    }

    .brand-scope .b-flex-wrap-xs {
        flex-wrap: wrap
    }

    .brand-scope .b-justify-end-xs {
        justify-content: flex-end
    }

    .brand-scope .b-flex-column-xs {
        flex-direction: column
    }
}



.brand-scope .m-form {
    height: 32px;
    line-height: 32px
}

.brand-scope .m-form.m-form-search {
    height: auto;
    line-height: 28px
}

.brand-scope .m-form.m-form-control {
    background: #FFF;
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 3px;
    font-family: Calibri,Arial,"Helvetica Neue",Helvetica,"微軟正黑體","新細明體",sans-serif,serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.brand-scope .m-form.m-form-control::-moz-placeholder {
    color: #666;
    opacity: 1
}

.brand-scope .m-form.m-form-control:-ms-input-placeholder {
    color: #666
}

.brand-scope .m-form.m-form-control::-webkit-input-placeholder {
    color: #666
}

.brand-scope .m-form-addon {
    color: #000
}

@media \0screen {
    .brand-scope .m-datepicker {
        width: 130px !important
    }
}

@media screen and (min-width: 959px) {
    .brand-scope .m-datepicker {
        width:130px !important
    }
}

@-moz-document url-prefix() {
    input[type="date"] {
        width: 130px !important
    }
}

@media screen\0 {
    .brand-scope input[type="date"] {
        width: 130px !important
    }
}

.brand-scope .m-form-group {
    position: relative
}

.brand-scope .m-form-group.is-radio,
.brand-scope .m-form-group.is-check {
    overflow: hidden
}

.brand-scope .m-form-group.is-radio>*,
.brand-scope .m-form-group.is-check>* {
    height: 32px;
    float: left;
    color: #000;
    line-height: 32px
}

.brand-scope .m-form-group.is-radio>.m-form-ctrl label,
.brand-scope .m-form-group.is-check>.m-form-ctrl label {
    margin-right: 20px;
    display: inline-block;
    cursor: pointer
}

.brand-scope .m-form-group.is-radio>.m-form-ctrl label input.m-form,
.brand-scope .m-form-group.is-check>.m-form-ctrl label input.m-form {
    margin: 0;
    cursor: pointer
}

.brand-scope .m-form-group.is-radio>.m-form-ctrl label em,
.brand-scope .m-form-group.is-check>.m-form-ctrl label em {
    display: inline-block;
    height: 32px;
    vertical-align: top;
    line-height: 32px
}

.brand-scope .m-form-frame {
    display: block;
    vertical-align: middle
}

.brand-scope .m-form-frame:after {
    content: '';
    width: 100%;
    height: 0;
    clear: both;
    overflow: hidden;
    *zoom:1;display: block;
    vertical-align: middle
}

.brand-scope .m-form-frame>.m-form-addon {
    margin-bottom: 3px
}

.brand-scope .m-form-frame>* {
    display: block;
    vertical-align: middle
}

.brand-scope .m-form-frame>*[class^="b-col-"],
.brand-scope .m-form-frame>*[class*=" b-col-"] {
    padding-right: 0;
    padding-left: 0
}

.brand-scope .m-form-frame>*>* {
    margin-left: -4px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom:1;*display: inline
}

.brand-scope .m-form-frame>*>*:first-child,
.brand-scope .m-form-frame>*>*.m-form-box {
    margin-left: 0
}

.brand-scope .m-form-frame>*>label {
    padding-right: 0
}

.brand-scope .m-form-select {
    background: #FFF;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.brand-scope .m-form-select:after {
    content: '';
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #dadada;
    border-radius: 0 3px 3px 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZDRkNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') !important;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d4d4d4),color-stop(100%, #ffffff)) !important;
    background-image: -moz-linear-gradient(top, #d4d4d4,#ffffff) !important;
    background-image: -webkit-linear-gradient(top, #d4d4d4,#ffffff) !important;
    background-image: linear-gradient(to bottom, #d4d4d4,#ffffff) !important
}

.brand-scope .m-form-select>.m-icon {
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 9px;
    z-index: 1;
    font-size: 20px
}

.brand-scope .m-form-select .m-form {
    padding: 0 35px 0 5px;
    background: transparent;
    position: relative;
    border: 1px solid #dadada;
    border-radius: 3px;
    z-index: 5;
    color: #000;
    line-height: initial;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.brand-scope .m-form-select select::-ms-expand {
    display: none
}

@media \0screen {
    .brand-scope .m-form-select,
.brand-scope .m-form-select>* {
        cursor: pointer
    }
}

@media screen and (min-width: 959px) {
    .brand-scope .m-form-select,
.brand-scope .m-form-select>* {
        cursor:pointer
    }
}

@media \0screen {
    .brand-scope .m-form-frame>*>* {
        padding-left: 8px
    }

    .brand-scope .m-form-frame>*>*:first-child {
        padding-left: 0
    }

    .brand-scope .m-form-frame.b-flex {
        display: flex !important;
        justify-content: space-between
    }

    .brand-scope .m-form-frame.b-flex:after {
        display: none
    }

    .brand-scope .m-form-frame.b-flex>* {
        flex-shrink: 0
    }
}

@media screen and (min-width: 740px) {
    .brand-scope .m-form-frame>*>* {
        padding-left:8px
    }

    .brand-scope .m-form-frame>*>*:first-child {
        padding-left: 0
    }

    .brand-scope .m-form-frame.b-flex {
        display: flex !important;
        justify-content: space-between
    }

    .brand-scope .m-form-frame.b-flex:after {
        display: none
    }

    .brand-scope .m-form-frame.b-flex>* {
        flex-shrink: 0
    }
}

@media screen and (max-width: 958px) {
    .brand-scope .m-form-frame.b-col-sm-12:not(:first-child) {
        margin-top:10px
    }
}

@media screen and (max-width: 739px) {
    .brand-scope .m-form-frame {
        margin-top:5px
    }

    .brand-scope .m-form-frame:first-child {
        margin-top: 0
    }

    .brand-scope .m-form-frame>* {
        margin-top: 5px
    }

    .brand-scope .m-form-frame>*:first-child {
        margin-top: 0
    }

    .brand-scope .m-form-frame>*.b-col-xs-6 {
        display: table;
        vertical-align: middle
    }

    .brand-scope .m-form-frame>*.b-col-xs-6>* {
        margin-top: 0;
        padding-right: 0;
        display: table-cell;
        vertical-align: middle;
        float: none
    }

    .brand-scope .m-form-frame>*.b-col-xs-6>*.m-form-addon {
        width: 1%;
        white-space: nowrap
    }

    .brand-scope .m-form-frame>*.b-col-xs-6>label {
        margin-top: 5px;
        margin-left: 0;
        padding-left: 0
    }

    .brand-scope .m-form-frame>*.b-col-xs-6>label:first-child {
        margin-top: 0
    }

    .brand-scope .m-form-frame>*>* {
        padding-left: 5px
    }

    .brand-scope .m-form-frame>*>*[class^="b-col-xs-"],
.brand-scope .m-form-frame>*>*[class*=" b-col-xs-"] {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom:1;*display: inline
    }

    .brand-scope .m-form-frame>*>*.m-form-box {
        padding-left: 0
    }

    .brand-scope .m-form-frame>*>*:first-child {
        padding-left: 0
    }

    .brand-scope .m-form-frame>*>*.is-col-xs {
        width: 1%;
        white-space: nowrap
    }

    .brand-scope .m-form-frame>*>*.m-form-addon:first-child+*.m-form-box {
        padding-left: 5px
    }

    .brand-scope .m-form-select.is-full-xs {
        margin-top: 5px;
        margin-left: 0;
        padding-left: 0;
        width: 100%;
        display: table;
        vertical-align: middle
    }

    .brand-scope .m-form-select.is-full-xs:first-child {
        margin-top: 0
    }

    .brand-scope .m-form-select.is-full-xs>* {
        display: table-cell;
        vertical-align: middle;
        float: none
    }

    .brand-scope .m-form-select.is-full-xs>.m-form-addon {
        width: 1%;
        white-space: nowrap
    }
}

.brand-scope .m-header-wrap {
    width: 100%
}

.brand-scope .m-header {
    margin: 0 auto;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.brand-scope .m-header-logo {
    z-index: 5
}

.brand-scope .m-header-logo>.m-button {
    color: #d70c18
}

.brand-scope .m-header-logo .logo-link {
    font-size: 0;
    line-height: 0
}

.brand-scope .m-header-logo .logo-link img {
    width: 100%
}

.brand-scope .m-header-company {
    top: -99999px;
    left: 0;
    visibility: hidden;
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.brand-scope .m-header-tools {
    font-size: 0;
    text-align: right
}

.brand-scope .m-header-tools .tool-list {
    position: relative
}

.brand-scope .m-header-tools .tool-list .b-link {
    font-size: 0;
    line-height: 0
}

.brand-scope .m-header-tools .tool-list .b-link .m-icon {
    margin-right: 10px
}

.brand-scope .m-header-tools .tool-list .b-link .txt {
    font-size: 14px;
    line-height: 1.5em
}

.brand-scope .m-header-tools .m-icon {
    width: 20px;
    height: 20px
}

.brand-scope .mini-nav-wrap {
    background: #888889;
    overflow: hidden;
    font-size: 0;
    line-height: 0
}

.brand-scope .mini-nav-wrap .txt-link {
    padding: 7px 0;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 12px
}


/* 10. Floating subscription and back-to-top tools
   ========================================================================== */
.brand-scope .right_box {
	position: fixed;
	width: 70px;
	right: 0%;
	top: 60%;
	z-index: 49;
  
}
.brand-scope .br {
  display: none;
}
@media (max-width: 768px) {
  .brand-scope .right_box {
    top: 50%;
  }
  .brand-scope .br {
    display: block;
  }
}
.brand-scope .right_box .sub_btn {
  margin: 0 0 15px;
 
  left: 0%;
}
.brand-scope .right_box .sub_popup {
  cursor: pointer;

}
.brand-scope .right_box .gotop {
  cursor: pointer;
   width: 40px;
   position: relative;
   left: 20px;
}


@media only screen and (max-width: 480px) {


.brand-scope .right_box {
  position: fixed;
  width: 50px;
  right: 0%;
  top: 60%;
  z-index: 49;
  
}
.brand-scope .right_box .gotop {
  cursor: pointer;
   width: 30px;
   position: relative;
   left: 10px;
}

}


/* 11. Subscription popup
   ========================================================================== */
.brand-scope .for_sub_popup {
  width: 100%;
  max-width: 1045px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 24px;
  z-index: 50;
  background: var(--color_fff);
  display: none;
  opacity: 0;
  visibility: hidden;
}


@media (max-width: 1200px) {
  .brand-scope .for_sub_popup {
    width: 90%;
  }
}
.brand-scope .for_sub_popup .popup_title {
  width: 100%;
  position: relative;
  background: var(--color_be0000);
  padding: 23px 0;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  color: var(--color_fff);
}
@media (max-width: 980px) {
  .brand-scope .for_sub_popup .popup_title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .brand-scope .for_sub_popup .popup_title {
    font-size: 25px;
  }
}
.brand-scope .for_sub_popup .close_icon {
  width: 19px;
  height: 19px;
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 10px;
}
.brand-scope .for_sub_popup .popup_content {
  width: 100%;
  max-width: 973px;
  margin: 0 auto;
  padding: 20px 0;
}
@media (max-width: 1200px) {
  .brand-scope .for_sub_popup .popup_content {
    width: 90%;
  }
}
.brand-scope .for_sub_popup .tab_list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.brand-scope .for_sub_popup .tab_list .txt_13 {
	text-align: center;
  font-weight: 700;
}
.brand-scope .for_sub_popup .tab_list .txt_13 a.sub_popup_btn {
	padding: 2px 10px;
	border-radius: 30px;
	color: #ffffff !important;
	background: #b00101;
}


.brand-scope .for_sub_popup .list {
  width: 100%;
  height: 52px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 0;
  background: #D6D6D6;
  color: var(--color_000);
  cursor: pointer;
}
@media (max-width: 768px) {
  .brand-scope .for_sub_popup .list {
    font-size: 20px;
  }
}

.brand-scope .for_sub_popup .list_open {
  background: #BE0000;
  color: var(--color_fff);
}
.brand-scope .for_sub_popup .tab_content {
  width: 100%;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background: #f2f2f2;
}
.brand-scope .for_sub_popup .list_content01 {
  width: 100%;
  min-height: 234px;
  opacity: 0;
  visibility: hidden;
  padding: 30px 0;
  display: none;
  align-items: center;
  justify-content: center;
}
.brand-scope .for_sub_popup .list_content02 {
  width: 100%;
  min-height: 234px;
  opacity: 0;
  visibility: hidden;
  display: none;
  padding: 30px 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.brand-scope .for_sub_popup .list_content_open {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.brand-scope .for_sub_popup .name_box {
  width: 85%;
  margin: 0 auto;
}
.brand-scope .for_sub_popup .name_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0;
}
@media (max-width: 570px) {
  .brand-scope .for_sub_popup .name_box ul {
    grid-template-columns: 1fr 1fr;
  }
}
.brand-scope .for_sub_popup .name_box li {
  width: 100%;
  max-width: 280px;
  font-size: 20px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #C2C2C2;
}
@media (max-width: 768px) {
  .brand-scope .for_sub_popup .name_box li {
    font-size: 16px;
  }
}
.brand-scope .for_sub_popup .list_txt {
  width: 100%;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .brand-scope .for_sub_popup .list_txt {
    width: 90%;
    font-size: 16px;
    margin: 0 auto;
  }
}
.brand-scope .for_sub_popup .red_bg {
  background: var(--color_be0000);
  border-radius: 30px;
  color: var(--color_fff);
  display: inline-block;
  padding: 0 13px;
  margin: 0 0 3px 0;
}
.brand-scope .for_sub_popup .red_color {
  color: var(--color_be0000);
}

.brand-scope .open_popup {
  opacity: 1;
  visibility: visible;
  display: block;
}

.brand-scope .overflow02,
.brand-scope .overflow03 {
  overflow: hidden;
}

.brand-scope .font_18 {
  font-size: 18px;
  line-height: 1.5em;}

.brand-scope .font_14 {
  font-size: 14px;
  font-weight: 700;
}

.brand-scope .font_12 {
  font-size: 12px;
  font-weight: normal;
}

.brand-scope .tel_blue {
  display: inline;
  color: #2555d0 !important;
}

/* 12. Initial risk notice popup
   ========================================================================== */
.brand-scope .startShow {
  width: 100%;
  max-width: 1045px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 24px;
  z-index: 150;
  background: var(--color_fff);
  display: none;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1200px) {
  .brand-scope .startShow {
    width: 90%;
  }
}
.brand-scope .startShow .txt_content {
  background: #F2F2F2;
  padding: 30px;
  margin: 0 0 20px 0;
}

  .brand-scope .startShow .txt_content {
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
  }

@media (max-width: 768px) {
  .brand-scope .startShow .txt_content {
    height: 200px;
  }
}

.brand-scope .startShow .txt_13 {
  width: 100%;
  font-size: 18px;
  margin: 0 0 7px 0;
  text-align: justify;
  font-weight: 700;
}
.brand-scope .startShow .color_d12d25 {
  color: var(--color_d12d25);
}
.brand-scope .startShow .txt_12 {
  font-size: 12px;
  text-align: left;
}
.brand-scope .startShow .close_starShow {
  width: 100%;
  max-width: 180px;
  position: relative;
  background: #BE0000;
  padding: 8px 0;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: var(--color_fff);
  border-radius: 50px;
  margin: 0 auto;
  cursor: pointer;
}

@media (max-width: 980px) {
  .brand-scope .startShow .close_starShow {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .brand-scope .startShow .close_starShow {
    font-size: 20px;
    max-width: 160px;
  }
}
@media (max-width: 768px) {
  .brand-scope .startShow .close_icon {
    right: 18px;
    top: 24%;
  }
}
@media (max-width: 480px) {
  .brand-scope .startShow .close_icon {
    right: 13px;
  }
}

.brand-scope .startShow_open {
  display: block;
  opacity: 1;
  visibility: visible;
}

.brand-scope .title_txt_768 .inline_box {
  display: unset;
}
@media (max-width: 768px) {
  .brand-scope .title_txt_768 .del {
    display: none;
  }
  .brand-scope .title_txt_768 .inline_box {
    display: block;
  }
}
