/* for all page */
body {
  color: #484848;
  background: #FFFFFF;
  font-family: "Microsoft JhengHei", monospace, sans-serif, serif;
  font-size: 1rem;
  position: relative;
}

.form-control:focus {
  border-color: #ced4da;
  box-shadow: none;
}

a.to_top {
  width: 50px;
  height: 50px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #FF3333;
  position: fixed;
  right: 10px;
  bottom: 0;
  z-index: 99;
}
a.to_top i {
  margin-top: 7px;
}
a.to_top span {
  display: block;
  margin-top: -5px;
}

/* for index.html */
.top_box {
  background: #2E2E2E;
  text-align: right;
  line-height: 40px;
}
.top_box .container {
  padding: 0;
}
.top_box .container a {
  color: #FFFFFF;
  text-decoration: none;
}

.center_box .header_pc {
  justify-content: space-between;
  padding: 0.5rem 0;
}
.center_box .header_pc .logo a {
  display: block;
}
.center_box .header_pc .logo a img {
  width: 350px;
  max-width: 100%;
  margin-top: 10px;
}
.center_box .header_pc .search_box {
  justify-content: space-between;
  padding: 0;
}
.center_box .header_pc .search_box .input_text {
  width: 100%;
  padding: 0.25rem 0.75rem;
  border: 1px solid #CCCCCC;
  border-radius: 50px;
}
.center_box .header_pc .search_box .input_text:focus {
  outline: 0;
}
.input_point {
  width: 100%;
  padding: 0.25rem 0.75rem;
  border: 1px solid #CCCCCC;
  border-radius: 50px;
}
.center_box .header_pc .search_box .search_btn {
  height: 82px;
  color: #FFFFFF;
  font-size: 1.25rem;
  text-decoration: none;
  text-align: center;
  line-height: 75px;
  background: #FF3333;
  display: block;
  margin: -8px 0;
}
.center_box .header_phone {
  width: 100%;
  background: #FFFFFF;
  padding: 5px 15px;
  box-shadow: -3px 2px 8px 1px rgba(47, 47, 47, 0.12);
  display: none;
}
.center_box .header_phone .phone_logo {
  width: 70%;
  height: 30px;
  display: inline-block;
}
.center_box .header_phone .phone_logo img {
  width: 100%;
  max-width: 250px;
}
.center_box .header_phone .phone_search_btn {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  float: right;
  margin-right: 2%;
}
.center_box .header_phone .phone_search_btn i {
  color: #FF3333;
}
.center_box .header_phone .phone_menu {
  width: 30px;
  height: 30px;
  background-image: url(../images/menu_icon.svg);
  display: inline-block;
  float: right;
}
.center_box .phone_search_content {
  width: 100%;
  height: calc(100vh - 80px);
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 99;
  display: none;
}
.center_box .phone_search_content form {
  background: #FFFFFF;
  padding: 1rem 0;
}
.center_box .phone_search_content form .input_text {
  width: 70%;
  padding: 0.25rem 0.75rem;
  border: 1px solid #CCCCCC;
  border-radius: 50px;
}
.center_box .phone_search_content form .input_text:focus {
  outline: 0;
}
.center_box .phone_search_content form button {
  color: #FFFFFF;
  background: #FF3333;
  padding: 5px 20px;
  border: 0;
  border-radius: 50px;
}
.center_box .phone_search_content form button:focus {
  outline: 0;
}
.center_box .phone_menu_content {
  width: 100%;
  height: calc(100vh - 80px);
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 99;
  display: none;
}
.center_box .phone_menu_content > ul {
  background: #FFFFFF;
  padding: 0 0.5rem;
  border-bottom: 5px solid #FF3333;
  margin-bottom: 0;
}
.center_box .phone_menu_content > ul > li {
  list-style: none;
}
.center_box .phone_menu_content > ul > li:last-child > a {
  border-bottom: 0;
}
.center_box .phone_menu_content > ul > li:last-child > ul {
  border-bottom: 0;
}
.center_box .phone_menu_content > ul > li > a {
  color: #FF3333;
  text-decoration: none;
  line-height: 2.5rem;
  padding-left: 15px;
  border-bottom: 1px solid #CCCCCC;
  display: block;
}
.center_box .phone_menu_content > ul > li > a i {
  color: #7C7C7D;
  margin-left: 1rem;
}
.center_box .phone_menu_content > ul > li > ul {
  display: none;
  border-bottom: 1px solid #CCCCCC;
}
.center_box .phone_menu_content > ul > li > ul > li {
  list-style: none;
}
.center_box .phone_menu_content > ul > li > ul > li > a {
  color: #2E2E2E;
  text-decoration: none;
  line-height: 2.5rem;
  display: block;
}
.center_box .phone_menu_content > ul > li > ul > li > a i {
  color: #7C7C7D;
  margin-left: 1rem;
}
.center_box .phone_menu_content > ul > li > ul > li > ul {
  display: none;
}
.center_box .phone_menu_content > ul > li > ul > li > ul > li {
  color: #FFB024;
  list-style: disc;
}
.center_box .phone_menu_content > ul > li > ul > li > ul > li a {
  color: #FFB024;
  text-decoration: none;
  line-height: 2.5rem;
  display: block;
}
.center_box .banner_box .banner_right {
  padding: 0;
  margin: 0;
}
.center_box .banner_box .banner_right div {
  padding: 0;
}
.center_box .banner_box .banner_right div:first-child {
  margin-bottom: 15px;
}
.center_box .banner_box .banner_right div a {
  display: block;
}
.center_box .banner_box .banner_right div a img {
  width: 100%;
}
.center_box .function_area {
  margin: 3rem auto;
}
.center_box .function_area div {
  padding: 0;
  display: flex;
  justify-content: space-around;
}
.center_box .function_area div a {
  color: #484848;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
.center_box .function_area div a img {
  width: 40px;
}
.center_box .function_area div a span {
  display: block;
  margin-top: 1rem;
}
.center_box .news_area h2 {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #FF3333;
}
.center_box .news_area img {
  width: 100%;
}
.center_box .news_area .news_photo {
  margin-bottom: 1rem;
}
.center_box .news_area .news_item {
  margin-bottom: 1rem;
}
.center_box .news_area .news_item a {
  color: #484848;
  text-decoration: none;
  display: block;
}
.center_box .section_area {
  margin: 3rem auto;
}
.center_box .section_area h2 {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #FF3333;
  margin-bottom: 20px;
}
.center_box .section_area div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.center_box .section_area div a {
  width: 135px;
  color: #484848;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  display: block;
  margin: 1rem;
}
.center_box .section_area div a img {
  width: 100px;
}
.center_box .section_area div a span {
  text-align: left;
  display: block;
}
.center_box .section_area div a span:nth-child(2) {
  margin-top: 0.5rem;
}
.center_box .section_area div a span:last-child {
  color: #FF3333;
  margin-top: 0.25rem;
}

.footer_box {
  color: #FFFFFF;
  background: #484848;
}
.footer_box .container {
  padding: 1rem;
}
.footer_box .container .links {
  text-align: right;
  margin-bottom: 1rem;
}
.footer_box .container .links a {
  color: #FFFFFF;
  text-decoration: none;
  margin-right: 10px;
}
.footer_box .container .links a:last-child {
  margin-right: 0;
}
.footer_box .container .slogen {
  font-size: 2rem;
  font-weight: bold;
}
.footer_box .container .company {
  font-size: 1.25rem;
  font-weight: bold;
}
.footer_box .container .rules {
  padding-top: 5px;
}
.footer_box .container .rules p {
  font-size: 15px;
  margin: 0;
}
.footer_box .container .hr {
  height: 0;
  border-bottom: 1px solid #FF3333;
}
.footer_box .container .service {
  font-size: 15px;
  margin-bottom: 1rem;
}
.footer_box .container .TWCA a {
  text-align: center;
  display: block;
}
.footer_box .container .TWCA a img {
  width: 100%;
  max-width: 211px;
}

/* for list.html */
.nav_pc {
  background: #E9E9E9;
  padding: 0;
}
.nav_pc .function_area2 {
  width: 100%;
  height: 124px;
  padding: 0;
}
.nav_pc .function_area2 a {
  width: 12.5%;
  font-size: 14px;
  color: #484848;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border-bottom: 3px solid #E9E9E9;
  padding: 16px 8px 8px 8px;
  float: left;
  height: 124px;
}
.nav_pc .function_area2 a.active {
  background: #FFFFFF;
  border-bottom: 3px solid #FF3333;
}
.nav_pc .function_area2 a:hover {
  background: #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
}
.nav_pc .function_area2 a img {
  width: 40px;
}
.nav_pc .function_area2 a span {
  display: block;
  margin-top: 1rem;
}

.center_box nav .breadcrumb {
  background-color: #FFFFFF;
}
.center_box nav .breadcrumb .breadcrumb-item::before {
  color: #484848;
}
.center_box nav .breadcrumb .breadcrumb-item.active {
  color: #FF3333;
}
.center_box nav .breadcrumb .breadcrumb-item a {
  color: #484848;
}
.center_box h2.page_title {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #FF3333;
  margin-bottom: 20px;
}
.center_box ol.category {
  padding: 0;
}
.center_box ol.category li {
  list-style: none;
  display: inline-block;
  margin: 0 20px 15px 0;
}
.center_box ol.category li a {
  color: #484848;
}
.center_box ol.category li a.active {
  color: #FF3333;
}
.center_box .search_area {
  justify-content: flex-end;
  margin: 30px auto 20px auto;
}
.center_box .search_area .form-group {
  vertical-align: middle;
  margin: 0;
}
.center_box .search_area .form-group select {
  border-radius: 50px;
}
.center_box .search_area .form-group select:focus {
  border-color: #ced4da;
  box-shadow: unset;
}
.center_box .search_area .form-group input {
  border-radius: 50px;
}
.center_box .search_area .form-group input:focus {
  border-color: #ced4da;
  box-shadow: unset;
}
.center_box .search_area .form-group button {
  color: #FFFFFF;
  background: #FF3333;
  padding: 6px 30px;
  border-radius: 50px;
}
.center_box .search_area .form-group button:focus {
  box-shadow: unset;
}
.center_box .product_area div a {
  color: #484848;
  text-decoration: none;
  text-align: center;
  padding: 0.5rem;
  border: 1px solid #CCCCCC;
  display: block;
  margin-bottom: 30px;
}
.center_box .product_area div a img {
  width: 80%;
}
.center_box .product_area div a span:nth-child(2) {
  font-size: 13px;
  display: block;
  margin-top: 0.5rem;
}
.center_box .product_area div a span:nth-child(3) {
  font-size: 13px;
  display: block;
}
.center_box .product_area div a span:nth-child(4) {
  font-size: 18px;
  color: #FF3333;
  display: block;
}
.center_box .page_tag .pagination {
  justify-content: center;
  margin: 0;
}
.center_box .page_tag .pagination .page-item .page-link {
  color: #484848;
  border: 0;
}
.center_box .page_tag .pagination .page-item .page-link.active {
  color: #FF3333;
}
.center_box .section_area2 {
  margin: 3rem auto;
}
.center_box .section_area2 h2 {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #FF3333;
  margin-bottom: 20px;
}
.center_box .section_area2 div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.center_box .section_area2 div a {
  width: 135px;
  color: #484848;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  display: block;
  margin: 1rem;
}
.center_box .section_area2 div a img {
  width: 100px;
}
.center_box .section_area2 div a span {
  text-align: left;
  display: block;
}
.center_box .section_area2 div a span:nth-child(2) {
  margin-top: 0.5rem;
}
.center_box .section_area2 div a span:last-child {
  color: #FF3333;
  margin-top: 0.25rem;
}

/* for content.html */
.center_box .content_area {
  margin-bottom: 20px;
}
.center_box .content_area .row div .photo_area {
  text-align: center;
  border: 1px solid #CCCCCC;
  padding: 15px;
}
.center_box .content_area .row div .photo_area img {
  max-width: 100%;
}
.center_box .content_area .row div .exchange_area table {
  width: 100%;
  margin: 0 0 20px 0;
}
.center_box .content_area .row div .exchange_area table thead tr th {
  background: #CCCCCC;
  padding: 0.5rem;
  text-align: center;
}
.center_box .content_area .row div .exchange_area table tbody tr td {
  padding: 0.5rem;
}
.center_box .content_area .row div .exchange_area table tbody tr td button {
  color: #FFFFFF;
  background: #FF3333;
  border: 0;
  border-radius: 50px;
  padding: 4px 16px;
  cursor: pointer;
}
.center_box h2.page_title2 {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #2E2E2E;
  margin-bottom: 20px;
}
.center_box .discription_area {
  padding: 0 1rem;
}
.center_box .discription_area h3.sub {
  font-size: 1.25rem;
  font-weight: bold;
}
.center_box .discription_area h3.sub img {
  vertical-align: middle;
  margin-right: 10px;
}
.center_box .discription_area p {
  padding: 0 1rem;
}
.center_box .discription_area button {
  color: #FF3333;
  background: #FFFFFF;
  border: 1px solid #FF3333;
  border-radius: 50px;
  padding: 0.25rem 3rem;
  display: block;
  margin: 50px auto;
  outline: 0;
  cursor: pointer;
}
.center_box .discription_area button:hover {
  color: #FFFFFF;
  background: #FF3333;
}

/* for exchange.html */
.center_box .exchange_form {
  margin-bottom: 50px;
}
.center_box .exchange_form h3 {
  font-size: 22px;
  font-weight: bold;
}
.center_box .exchange_form h3 span:first-child {
  font-size: 32px;
  margin-right: 5px;
  vertical-align: middle;
}
.center_box .exchange_form h3 span:last-child {
  vertical-align: middle;
}
.center_box .exchange_form .col-form-label span {
  color: #FF3333;
  margin-right: 5px;
}
.center_box .exchange_form button {
  color: #FFFFFF;
  background: #FF3333;
  margin: 5px;
}
.center_box .exchange_form .note h3 {
  font-size: 20px;
  font-weight: bold;
}
.center_box .exchange_form .note span {
  color: #FF3333;
}

/* for message.html */
.red_word {
  color: #FF3333;
}

.center_box .message {
  padding: 50px 0;
}
.center_box .message p {
  text-align: center;
}
.center_box .message p:last-child {
  margin-bottom: 200px;
}

@media screen and (min-width: 320px) {
  /* for index.html */
  .top_box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }

  .center_box {
    margin-top: 40px;
  }
  .center_box .header_pc {
    display: none;
  }
  .center_box .header_phone {
    display: block;
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 99;
  }
  .center_box .banner_box {
    margin-top: 80px;
  }
  .center_box .banner_box .banner_right {
    padding: 0 15px;
    margin-top: 15px;
  }
  .center_box .banner_box .banner_right div:first-child {
    padding-right: 7px;
    margin-bottom: 0;
  }
  .center_box .banner_box .banner_right div:last-child {
    padding-left: 7px;
  }
  .center_box .section_area div a:last-child {
    width: 100%;
  }

  /* for list.html */
  .nav_pc {
    display: none;
  }

  .center_box nav {
    margin-top: 90px;
  }
  .center_box .search_area .form-group {
    width: 100%;
    margin-bottom: 10px;
  }
  .center_box .search_area .form-group label {
    width: 20%;
    display: inline-block;
  }
  .center_box .search_area .form-group select {
    width: 78%;
    display: inline-block;
  }
  .center_box .search_area .form-group input {
    width: 78%;
    display: inline-block;
  }
  .center_box .search_area .form-group button {
    width: 100%;
  }

  /* for content.html */
  .center_box .content_area .row div .exchange_area table {
    margin-top: 20px;
  }
  .center_box .content_area .row div .exchange_area table thead tr th {
    display: none;
  }
  .center_box .content_area .row div .exchange_area table tbody tr {
    border-top: 1px solid #CCCCCC;
  }
  .center_box .content_area .row div .exchange_area table tbody tr td {
    width: 100%;
    display: inline-block;
  }
  .center_box .content_area .row div .exchange_area table tbody tr td::before {
    width: 40%;
    display: inline-block;
    content: attr(data-th);
    font-weight: bold;
  }
  .center_box .content_area .row div .exchange_area table tbody tr:last-child {
    border-bottom: 1px solid #CCCCCC;
  }
}
@media screen and (min-width: 768px) {
  /* for index.html */
  .top_box {
    position: static;
  }

  .center_box {
    margin-top: 0;
  }
  .center_box .header_pc {
    display: flex;
  }
  .center_box .header_phone {
    display: none;
  }
  .center_box .banner_box {
    margin-top: 0;
  }
  .center_box .banner_box .banner_right {
    padding: 0;
    margin-top: 0;
  }
  .center_box .banner_box .banner_right div:first-child {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .center_box .banner_box .banner_right div:last-child {
    padding-left: 0;
  }
  .center_box .banner_box .banner_right div a img {
    height: 85px;
  }
  .center_box .section_area div {
    justify-content: flex-start;
  }
  .center_box .section_area div a:last-child {
    width: auto;
  }

  /* for list.html */
  .nav_pc {
    display: block;
  }

  .center_box nav {
    margin-top: 0;
  }
  .center_box .search_area .form-group {
    width: auto;
    margin-bottom: 0;
  }
  .center_box .search_area .form-group label {
    width: auto;
  }
  .center_box .search_area .form-group select {
    width: auto;
  }
  .center_box .search_area .form-group input {
    width: auto;
  }
  .center_box .search_area .form-group button {
    width: auto;
  }
  .center_box .product_area div a span:nth-child(2) {
    font-size: 15px;
  }
  .center_box .product_area div a span:nth-child(3) {
    font-size: 15px;
  }
  .center_box .product_area div a span:nth-child(4) {
    font-size: 20px;
  }
  .center_box .section_area2 div {
    justify-content: flex-start;
  }

  /* for content.html */
  .center_box .content_area .row div .exchange_area table {
    margin-top: 0;
  }
  .center_box .content_area .row div .exchange_area table thead tr th {
    display: table-cell;
  }
  .center_box .content_area .row div .exchange_area table tbody tr {
    border-top: 0;
  }
  .center_box .content_area .row div .exchange_area table tbody tr td {
    width: auto;
    display: table-cell;
  }
  .center_box .content_area .row div .exchange_area table tbody tr td::before {
    display: none;
  }
  .center_box .content_area .row div .exchange_area table tbody tr:last-child {
    border-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  /* for index.html */
  .center_box .banner_box .banner_right div a img {
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  /* for index.html */
  .center_box .section_area div {
    justify-content: space-around;
  }

  /* for list.html */
  .center_box .section_area2 div {
    justify-content: space-around;
  }
}
