@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
* {
  box-sizing: border-box;
}

*::after, *::before {
  box-sizing: border-box;
}

/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font size within `section` and `article` contexts in
 * Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/****************************************************************/
/*                         Typography                          */
/****************************************************************/
ㄇ body {
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Meiryo", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  letter-spacing: 1px;
  color: #444;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Arimo", sans-serif;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
  margin-bottom: vr(1);
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
  margin-bottom: vr(1);
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
  margin-bottom: vr(1);
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: vr(1);
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
p, li, th, td {
  font-family: "Meiryo", "Microsoft Jhenghei", "微軟正黑體", "新細明體", "Roboto", Tahoma, Geneva, sans-serif;
  color: #444;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  letter-spacing: 0.7px;
}

p:last-child, li:last-child {
  margin-bottom: 0;
}

th, td {
  line-height: 1.25;
  margin-bottom: 0;
}

p.small {
  font-size: 1rem;
  line-height: 1.5;
}

ul {
  line-height: 1;
}
ul li {
  margin-bottom: 0;
}
ul li:last-child {
  margin-bottom: 0;
}

/****************************************************************/
/*                             form                             */
/****************************************************************/
/* ==========================  input  ========================== */
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=mail]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder {
  color: #aaa;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=mail]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder {
  color: #aaa;
}

input[type=color i] {
  inline-size: 50px;
  padding: 1px 2px;
  vertical-align: middle;
  color: buttontext;
  background-color: buttonface;
  border: buttonborder 1px solid;
  -o-border-image: initial;
     border-image: initial;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  cursor: default;
  border-radius: 4px;
}

/* ========================== checkbox, radio ========================== */
input.full[type=checkbox], input.full[type=radio] {
  -moz-appearance: none;
  border-radius: inherit;
  cursor: pointer;
  height: 100%;
  left: 0px;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  outline: 0 none;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 2;
}

input[type=checkbox]:checked, input[type=radio]:checked {
  background-color: #000;
  border-color: #000;
}

/* ========================== Select ========================== */
select::-moz-placeholder {
  color: #aaa;
}
select::placeholder {
  color: #aaa;
}

/* ========================== textarea ========================== */
textarea::-moz-placeholder {
  color: #aaa;
}
textarea::placeholder {
  color: #aaa;
}

/* ========================== Button ========================== */
button:hover[type=button], input:hover[type=button], input:hover[type=submit], input:hover[type=reset] {
  transform: scale(0.95);
}

/* ==========================================================================
   mixins
   ========================================================================== */
/* ============================ 文字 ============================ */
.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

/* ============================ 圖片 ============================ */
img.center {
  margin: 0 auto;
  display: block;
}

/* ============================ 浮動 ============================ */
.por {
  position: relative;
}

.poa {
  position: absolute;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* ========================== clearfix ========================== */
/****************************************************************/
/*                          表格 Table                           */
/****************************************************************/
table.style_table {
  border-top: #78A221 1px solid;
  border-left: #78A221 1px solid;
}
table.style_table th, table.style_table td {
  padding: 8px 10px;
  border-right: #78A221 1px solid;
  border-bottom: #78A221 1px solid;
}
table.style_table thead tr th {
  color: #fff;
  background-color: #89B828;
}
table.style_table thead tr td {
  font-weight: bold;
  background-color: #89B828;
}
table.style_table tr.odd {
  background: #fcfdf8;
}

table.style_table_left {
  margin: 0 auto 20px auto;
  border-top: #78A221 1px solid;
  border-left: #78A221 1px solid;
}
table.style_table_left th, table.style_table_left td {
  padding: 8px 10px;
  text-align: center;
  border-right: #78A221 1px solid;
  border-bottom: #78A221 1px solid;
}
table.style_table_left th {
  color: #fff;
  background-color: #89B828;
}
table.style_table_left th.two {
  color: #fff;
  background-color: #6a8e1f;
}
table.style_table_left td.one {
  background-color: #eee;
}
table.style_table_left tr.odd {
  background: #fcfdf8;
}

/****************************************************************/
/*                            RWD                               */
/****************************************************************/
/****************************************************************/
/*                            特效                               */
/****************************************************************/
/****************************************************************/
/*                            動畫                               */
/****************************************************************/
/* ==========================================================================
   Layout
   ========================================================================== */
.Layout_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .Layout_2 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .Layout_2 {
    grid-template-columns: 1fr;
  }
}

.Layout_2_30 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .Layout_2_30 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .Layout_2_30 {
    grid-template-columns: 1fr;
  }
}

/* ************************************/
/*              body                  */
/**************************************/
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body.breast {
  background-color: #FFF5F4;
}

body.intestine {
  background-color: #EEF9FF;
}

.row {
  box-sizing: border-box;
}
.row::after {
  display: block;
  clear: both;
  content: "";
}

#container {
  margin: 0 auto;
}

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

article, main {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  article, main {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  article, main {
    width: 100%;
  }
}

/*----------------------GO TOP------------------------*/
.toTop-arrow {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  border: 0;
  position: fixed;
  right: 1.5%;
  bottom: 5%;
  transition: all 0.35s ease;
  display: none;
  border-radius: 10px;
}

.toTop-arrow svg path {
  fill: #89B828;
}

footer {
  color: #fff;
  background-color: #89B828;
}
footer a {
  color: #fff;
  border-color: #fff;
}
footer a:hover {
  color: yellow;
  transition: 0.4s;
}
footer a:hover::before, footer a:hover:last-child::after {
  color: #fff;
}

@media (min-width: 576px) {
  .LongCOVID footer a {
    border-color: #fff;
  }
}
/* ************************************/
/*              header                */
/**************************************/
.header_top_bar {
  display: none;
  padding: 2px 10px;
  text-align: right;
  background-color: #89B828;
}
.header_top_bar ul {
  padding: 0;
  margin: 0;
}
.header_top_bar li {
  display: inline-block;
}
.header_top_bar a {
  margin-right: 10px;
  font-size: 0.85rem;
  color: #fff;
  text-decoration: none;
}

.header_top_btn {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  background-color: #89B828;
  list-style-type: none;
}
.header_top_btn li {
  border-bottom: #fff 1px solid;
}
.header_top_btn a {
  padding: 5px 20px;
  color: #fff;
  display: block;
  text-decoration: none;
}

@media (min-width: 576px) {
  .header_top_bar {
    display: none;
  }
  .header_top_btn {
    display: block;
  }
}
@media (min-width: 768px) {
  .header_top_bar {
    display: none;
  }
  .header_top_btn {
    display: block;
  }
}
@media (min-width: 992px) {
  .header_top_bar {
    display: block;
  }
  .header_top_btn {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header_top_bar {
    display: block;
  }
  .header_top_btn {
    display: none;
  }
}
header.header_topic {
  width: 100%;
  padding: 0;
  top: 0;
  position: static;
  z-index: 9999;
  background-color: #fff;
  transition: background 0.4s ease-in;
}
header.header_topic::after {
  display: block;
  clear: both;
  content: "";
}
header.header_topic h2 {
  width: 200px;
  height: 60px;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 0.9rem;
  text-indent: -10000px;
  background: url(../../images/header_font.svg) no-repeat 0px 0px/100%;
}
header.header_topic img.header_font {
  width: 35%;
  margin: 0;
  display: inline-block;
}

#logo {
  width: 130px;
  height: 50px;
  margin: 0;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  text-indent: -10000px;
  background: url(https://healthmedia.com.tw/dist/svg/logo.svg) no-repeat center 5px;
  background-size: 100%;
}

#logo a {
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 576px) {
  header.header_topic {
    position: static;
  }
  header.header_topic h2 {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 1rem;
  }
  header.header_topic img.header_font {
    width: 30%;
    margin: 0;
    display: inline-block;
  }
  #logo {
    width: 130px;
    height: 50px;
    margin: 0 0 1% 4.5%;
    display: inline-block;
    text-align: center;
  }
}
@media (min-width: 768px) {
  header.header_topic {
    position: fixed;
  }
  header.header_topic h2 {
    margin-bottom: 2px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 1.4rem;
  }
  header.header_topic img.header_font {
    width: 234px;
    margin: 0;
    display: inline-block;
  }
  #logo {
    width: 130px;
    height: 50px;
    margin: 0 1.5% 0 4.5%;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  header.header_topic {
    position: fixed;
  }
  header.header_topic h2 {
    margin-bottom: 2px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 1.4rem;
  }
  header.header_topic img.header_font {
    width: 234px;
    margin: 0;
    display: inline-block;
  }
  #logo {
    width: 190px;
    height: 50px;
    margin: 0;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  header.header_topic {
    position: fixed;
  }
  header.header_topic h2 {
    margin-bottom: 2px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 1.4rem;
  }
  header.header_topic img.header_font {
    width: 234px;
    margin: 0;
    display: inline-block;
  }
  #logo {
    width: 190px;
    height: 50px;
    margin: 0;
    display: inline-block;
  }
}
#LongCOVID_1:before, #LongCOVID_2:before, #LongCOVID_3:before, #LongCOVID_4:before, #LongCOVID_5:before, #LongCOVID_6:before {
  display: block;
  content: " ";
  margin-top: -250px;
  height: 250px;
  visibility: hidden;
}

/* ************************************/
/*              footer                */
/**************************************/
.site_map {
  background-color: #eee;
}
.site_map::after {
  display: block;
  clear: both;
  content: "";
}
.site_map .site_map_google_ad {
  display: none;
}

.site_map_data {
  width: 89%;
  padding: 25px 0 10px 0;
  margin: 0 auto;
}
.site_map_data h4 {
  margin-bottom: 15px;
  color: #5ba822;
  font-size: 1rem;
  font-weight: bold;
  font-family: inherit;
}
.site_map_data h4 a {
  color: #5ba822;
  text-decoration: none;
}
.site_map_data h4 a:hover {
  opacity: 0.6;
}
.site_map_data ul {
  padding: 0;
  margin: 0;
}
.site_map_data ul li {
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
}
.site_map_data ul li a {
  width: auto;
  padding-left: 10px;
  position: relative;
  display: inline-block;
  font-size: 0.87rem;
  color: #626262;
  text-decoration: none;
}
.site_map_data ul li a:hover {
  color: #444;
}
.site_map_data ul li a::before {
  content: ".";
  position: absolute;
  top: -4px;
  left: 0;
}

.site_map_item {
  width: 19%;
  float: left;
  margin-right: 10px;
}

.site_map_item.last_link {
  width: 13%;
}

.site_map_box li {
  display: inline-block;
}

.title_box {
  width: 100%;
  margin-bottom: 20px;
}
.title_box h3 {
  font-size: 1rem;
  font-weight: normal;
}
.title_box .w1 {
  width: 57%;
  float: left;
  padding: 5px 10px;
  margin-right: 2%;
  color: #fff;
  background-color: #5ba822;
}
.title_box .w2 {
  width: 41%;
  float: left;
  padding: 5px 10px;
  color: #fff;
  background-color: #5ba822;
}

footer {
  width: 100%;
  padding: 16px 10px 11px;
  text-align: center;
  color: #333;
  background: #a3d244;
}
footer::after {
  display: block;
  clear: both;
  content: "";
}
footer .site_link {
  margin-bottom: 5px;
  font-size: 0.85rem;
}
footer a {
  width: 48%;
  padding: 13px 20px;
  margin-bottom: 5px;
  color: #333;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
  border: #333 2px solid;
}
footer a:hover {
  color: #fff;
  transition: 0.4s;
}
footer a::before {
  content: "";
}
footer p {
  color: #666;
}
footer .copyright {
  font-size: 0.8rem;
}

@media (min-width: 576px) {
  footer a {
    width: 48%;
    padding: 13px 20px;
    color: #333;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    text-decoration: none;
    border: #333 2px solid;
  }
  footer a:hover {
    color: #fff;
    transition: 0.4s;
  }
  footer a::before {
    content: "";
  }
}
@media (min-width: 768px) {
  footer a {
    width: auto;
    padding: 0 5px;
    margin: 0;
    display: inline;
    position: relative;
    color: #333;
    font-size: 0.85rem;
    text-decoration: none;
    border: 0px none;
  }
  footer a:hover {
    color: #fff;
    transition: 0.4s;
  }
  footer a:hover::before, footer a:hover:last-child::after {
    color: #333;
  }
  footer a::before {
    content: "|";
    position: absolute;
    top: -1px;
    left: -5px;
  }
  footer a:last-child::after {
    content: "|";
    position: absolute;
    top: -1px;
    right: -5px;
  }
}
@media (min-width: 992px) {
  footer a {
    width: auto;
    padding: 0 5px;
    margin: 0;
    display: inline;
    position: relative;
    color: #333;
    font-size: 0.85rem;
    text-decoration: none;
    border: 0px none;
  }
  footer a:hover {
    color: #fff;
    transition: 0.4s;
  }
  footer a:hover::before, footer a:hover:last-child::after {
    color: #333;
  }
  footer a::before {
    content: "|";
    position: absolute;
    top: -1px;
    left: -5px;
  }
  footer a:last-child::after {
    content: "|";
    position: absolute;
    top: -1px;
    right: -5px;
  }
}
@media (min-width: 1200px) {
  footer a {
    width: auto;
    padding: 0 5px;
    margin: 0;
    display: inline;
    position: relative;
    color: #333;
    font-size: 0.85rem;
    text-decoration: none;
    border: 0px none;
  }
  footer a:hover {
    color: #fff;
    transition: 0.4s;
  }
  footer a:hover::before, footer a:hover:last-child::after {
    color: #333;
  }
  footer a::before {
    content: "|";
    position: absolute;
    top: -1px;
    left: -5px;
  }
  footer a:last-child::after {
    content: "|";
    position: absolute;
    top: -1px;
    right: -5px;
  }
}
/* ************************************/
/*              nav                */
/**************************************/
.header_nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.8);
}
.header_nav #logo {
  margin: 0;
}
.header_nav .header_content {
  width: 90%;
  max-width: auto;
  margin: 0 auto;
}
.header_nav .header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  max-width: 100%;
  height: auto;
  padding: 0 0 0.75rem 0;
}
.header_nav .header_box h1 {
  margin-bottom: 0;
}
.header_nav .navbar {
  max-width: 100%;
  height: auto;
  padding: 1.2rem 0 0.5rem;
}
.header_nav .menu {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.header_nav .btn_share {
  display: inline-block;
}
.header_nav .menu > .menu-item {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  margin: 0 0.75rem 0 0;
  border-right: #aaa 1px solid;
}
.header_nav .menu > .menu-item > a {
  display: block;
  font-size: 1.15rem;
  line-height: inherit;
  padding: 0;
  border: none;
  outline: none;
  color: #121212;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  transition: all 0.35s ease;
  text-decoration: none;
}
.header_nav .menu > .menu-item > a i {
  margin-right: 3px;
}
.header_nav .menu > .menu-item > a .expand {
  position: relative;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  margin-left: 0.35rem;
  border: none;
  outline: none;
  pointer-events: none;
}
.header_nav .menu > .menu-item > a .expand:before, .header_nav .menu > .menu-item > a .expand:after {
  position: absolute;
  box-sizing: inherit;
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #121212;
  transform: translate(-50%, -50%);
  transition: all 0.35s ease;
}
.header_nav .menu > .menu-item:hover > a .expand::before, .header_nav .menu > .menu-item:hover > a .expand::after {
  background: #121212;
}
.header_nav .menu > .menu-item > a .expand::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.header_nav .menu > .menu-item > .sub-menu > .menu-item > a:hover {
  color: #121212;
}
.header_nav .menu > .menu-item > .sub-menu {
  position: absolute;
  left: -1rem;
  top: 100%;
  width: 13rem;
  height: auto;
  padding: 0.75rem 0;
  border: none;
  outline: none;
  opacity: 0;
  visibility: hidden;
  border-top: 3px solid #89B828;
  background: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transform: translateY(1rem);
  transition: all 0.35s ease;
}
.header_nav .menu > .menu-item > .sub-menu > .menu-item {
  display: block;
}
.header_nav .menu > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  font-family: inherit;
  font-size: 1rem;
  line-height: inherit;
  padding: 0.5rem 1.25rem;
  color: #121212;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  transition: all 0.35s ease;
  text-decoration: none;
}
.header_nav .opened-menu {
  position: relative;
  display: none;
  cursor: pointer;
  width: 2rem;
  height: 1rem;
  border: none;
  outline: none;
  opacity: 0;
  visibility: hidden;
  background: none;
  transform: rotate(0deg);
  transition: all 0.35s ease;
}
.header_nav .opened-menu span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  border: none;
  outline: none;
  opacity: 1;
  border-radius: 0.25rem;
  background: #121212;
  transform: rotate(0deg);
  transition: all 0.25s ease;
}
.header_nav .opened-menu span:nth-child(1) {
  top: 0;
}
.header_nav .opened-menu span:nth-child(2), .header_nav .opened-menu span:nth-child(3) {
  top: 0.5rem;
}
.header_nav .opened-menu span:nth-child(4) {
  top: 1rem;
}
.header_nav .closed-menu {
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  outline: none;
  background: none;
}
.header_nav .closed-menu img.closed-icon {
  display: block;
  width: 1rem;
  height: auto;
}
.header_nav .overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.35s ease;
}
.header_nav .navbar.active ul.menu {
  position: absolute;
  top: 0;
}

@media only screen and (min-width: 993px) {
  .header_nav .header_box {
    padding: 0 0 0.75rem 0;
  }
  .header_nav .menu > .menu-item-has-children:hover > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .header_nav .menu > .menu-item-has-children:hover > a .expand::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@media only screen and (max-width: 992px) {
  .header_nav .header_box {
    padding: 0;
  }
  .header_nav .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .header_nav .navbar {
    background-color: #f8ddd2;
    position: fixed;
    top: 0;
    left: -18rem;
    width: 18rem;
    height: 100%;
    padding: 1rem 0;
    display: block;
    z-index: 999;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.5s ease;
  }
  .header_nav .navbar.active {
    left: 0rem;
    opacity: 1;
    visibility: visible;
  }
  .header_nav .navbar.active ul.menu {
    position: static;
  }
  .header_nav .navbar::-webkit-scrollbar {
    width: 5px;
  }
  .header_nav .navbar::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: #e6e6e6;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
  }
  .header_nav .menu {
    width: 100%;
    height: auto;
    margin-top: 3.5rem;
  }
  .header_nav .menu > .menu-item {
    display: block;
    margin: 0;
  }
  .header_nav .menu > .menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_nav .menu > .menu-item > a {
    padding: 0.75rem 1rem;
    color: #333;
    border-bottom: 1px solid #f2f2f2;
  }
  .header_nav .menu > .menu-item:hover > a {
    color: #333;
  }
  .header_nav .menu > .menu-item:first-child > a {
    border-top: 1px solid #f2f2f2;
  }
  .header_nav .menu > .menu-item > a .expand::before, .header_nav .menu > .menu-item > a .expand::after {
    background: #121212;
  }
  .header_nav .menu > .menu-item-has-children.active > a .expand:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .header_nav .menu > .menu-item > .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-height: 0;
    padding: 0px;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    background: transparent;
    box-shadow: none;
    transform: translateY(0px);
  }
  .header_nav .menu > .menu-item > .sub-menu > .menu-item > a {
    padding: 0.75rem 2rem;
    color: #121212;
    border-bottom: 1px solid #f2f2f2;
  }
  .header_nav .opened-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .header_nav .closed-menu {
    width: 30px;
    position: absolute;
    display: flex;
    top: 1rem;
    right: 0.5rem;
  }
}
/* ************************************/
/*                社群                */
/**************************************/
.community {
  position: relative;
}
.community ul {
  padding: 0;
  margin: 0;
  position: absolute;
  top: -47px;
  right: 30px;
}
.community li {
  list-style-type: none;
  display: inline-block;
}
.community li a {
  width: 35px;
  height: 35px;
  padding-top: 2px;
  text-align: center;
  vertical-align: sub;
  text-decoration: none;
  color: #fff;
  background-color: #5ba822;
  border-radius: 20px;
  overflow: hidden;
}
.community li a:hover {
  background-color: #ecbc00;
}
.community li a:hover i:first-child {
  margin-top: -30px;
}
.community li a i {
  position: relative;
  display: block;
  font-size: 1.2rem;
  line-height: 30px;
  transition: all 0.3s ease;
}
.community .ICON_YT, .community .ICON_FB, .community .ICON_contact {
  padding: 2px 0 0 0;
  display: block;
}
.community .language_icon {
  padding: 2px 0 0 0;
  font-size: 1.2rem;
  display: block;
}

@media only screen and (max-width: 992px) {
  .community {
    right: 7%;
    top: 6px;
  }
}
.btn_share ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.btn_share li {
  display: inline-block;
}

a.community_btn {
  display: block;
}
a.community_btn i {
  padding: 7px 8px 8px 9px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}

.home_color {
  background: #89B828;
  border-radius: 30px;
}

.fb_color {
  padding: 5px 5px 3px;
  background: #3c5b9b;
  border-radius: 30px;
}
.fb_color svg {
  width: 20px;
  height: 20px;
}
.fb_color svg path {
  fill: #fff;
}

.line_color {
  padding: 5px 5px 3px;
  background: #00c300;
  border-radius: 30px;
}
.line_color svg {
  width: 20px;
  height: 20px;
}
.line_color svg path {
  fill: #fff;
}

@media only screen and (max-width: 992px) {
  .btn_share {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .btn_share li {
    margin-right: 10px;
  }
  a.community_btn i {
    font-size: 1.7rem;
  }
}
.topic_btn {
  display: block;
  margin: 30px auto 0;
  font-size: 1.3rem;
  text-align: center;
}
.topic_btn a {
  padding: 7px 25px;
  color: #fff;
  background: #89B828;
  border-radius: 40px;
  font-weight: normal;
  text-decoration: none;
}

.fixed_button {
  display: none;
  position: fixed;
  z-index: 999;
  right: 10px;
  top: 45%;
  writing-mode: vertical-lr;
}
.fixed_button i {
  animation: f_button 3s linear infinite;
  margin-bottom: 7px;
}
.fixed_button a {
  padding: 15px 10px 15px;
  color: #fff;
  background: #89B828;
  font-size: 1.25rem;
  letter-spacing: -2px;
  border-radius: 30px;
  text-decoration: none;
  font-family: "cwTeXYen", sans-serif;
}
.fixed_button a svg {
  margin-bottom: 5px;
  vertical-align: baseline;
}

@keyframes "f_button" {
  0%, 100% {
    transform: scale(0.98);
  }
  50% {
    transform: scale(1.2);
  }
}
@media (min-width: 576px) {
  .topic_btn {
    display: block;
  }
  .fixed_button {
    display: none;
  }
}
@media (min-width: 768px) {
  .topic_btn {
    display: block;
  }
  .fixed_button {
    display: none;
  }
}
@media (min-width: 992px) {
  .topic_btn {
    display: none;
  }
  .fixed_button {
    display: block;
  }
}
@media (min-width: 1200px) {
  .topic_btn {
    display: none;
  }
  .fixed_button {
    display: block;
  }
}
h3.breast {
  padding: 10px 40px;
  margin-bottom: 40px;
  display: inline-block;
  color: #fff;
  background-color: #FF6A5D;
  border-radius: 15px;
}

h3.intestine {
  padding: 10px 40px;
  margin-bottom: 40px;
  display: inline-block;
  color: #fff;
  background-color: #56A3C1;
  border-radius: 15px;
}

/* ============================ bigImage ============================ */
.bigImage {
  height: 680px;
  text-align: center;
  background: url(../images/header_img.jpg) no-repeat 0px 0px/cover;
}
.bigImage img {
  width: 70%;
  margin-top: 211px;
  margin-right: -50px;
}
@media screen and (max-width: 576px) {
  .bigImage {
    height: 232px;
    background-size: 100%;
  }
  .bigImage img {
    width: 270px;
    margin: 94px 0 0 0;
  }
}

/* ============================ Man ============================ */
.man {
  width: 100%;
  padding: 30px 30px 60px;
  text-align: center;
  background: url(../images/bg_img.gif) repeat-x center top/cover;
}
.man h2.titleFont {
  padding: 10px 40px;
  margin: 10px auto 50px;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, #003F94, #FF9A92);
  border-radius: 50px;
}
.man h2.titleFont .big_font {
  font-size: 2.3rem;
}
.man .left, .man .right {
  width: 100%;
  display: flex;
  text-align: left;
}
.man .male {
  color: #54A1D5;
}
.man .female {
  color: #E62623;
}
.man .note {
  font-size: 1.4rem;
}
.man .left h1 {
  width: 100%;
  background: linear-gradient(90deg, #003F94, #FECCC9);
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
}
.man .left h2 {
  width: 85%;
  background: linear-gradient(90deg, #003F94, #76B1CE);
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
}
.man .left h3 {
  width: 75%;
  background: linear-gradient(90deg, #003F94, #76B1CE);
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
}
.man .left h4 {
  width: 70%;
  background: linear-gradient(90deg, #003F94, #76B1CE);
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
}
.man .left h5 {
  width: 65%;
  background: linear-gradient(90deg, #003F94, #76B1CE);
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
}
.man .left h6 {
  width: 45%;
  background: linear-gradient(90deg, #003F94, #76B1CE);
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
}
.man .right h1 {
  width: 100%;
  background: linear-gradient(90deg, #FF6A5D, #AFDBE8);
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
}
.man .right h2 {
  width: 85%;
  background: linear-gradient(90deg, #FF6A5D, #FF9A92);
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
}
.man .right h3 {
  width: 75%;
  background: linear-gradient(90deg, #FF6A5D, #FF9A92);
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
}
.man .right h4 {
  width: 70%;
  background: linear-gradient(90deg, #FF6A5D, #FF9A92);
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
}
.man .right h5 {
  width: 65%;
  background: linear-gradient(90deg, #FF6A5D, #FF9A92);
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
}
.man .right h6 {
  width: 45%;
  background: linear-gradient(90deg, #FF6A5D, #FF9A92);
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
}
.man .text_box {
  width: 100%;
}
.man .text_box p {
  margin: 40px auto 30px;
  text-align: center;
  font-size: 1.4rem;
}
.man .text_box p span.part {
  display: block;
}
.man .text_box p .male, .man .text_box p .female {
  color: #E86200;
}
.man .text_box p.bg {
  width: 60%;
  padding: 20px;
  margin: 0 auto;
  background-color: #E7EEFF;
}
.man .text_box p.bg span.br {
  display: block;
}
.man .text_box p.bg span.big_ff {
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .man {
    background-size: 100%;
    background: url(../images/bg_img-Mobile.gif) repeat-x center top/cover;
  }
  .man h2.titleFont {
    font-size: calc(1.325rem + 0.5vw);
  }
  .man .Layout_2 {
    height: 1070px;
  }
  .man .left, .man .right {
    height: 570px;
    position: relative;
  }
  .man .left img, .man .right img {
    height: 50%;
    margin-right: 20px;
  }
  .man .left .note, .man .right .note {
    width: 110px;
    position: absolute;
    top: 310px;
    left: 20px;
  }
  .man .left h1 span.num1, .man .right h1 span.num1 {
    font-size: 1.3rem;
  }
  .man .left h2 span.num2, .man .right h2 span.num2 {
    font-size: 1.3rem;
  }
  .man .left h3 span.num3, .man .right h3 span.num3 {
    font-size: 1.2rem;
  }
  .man .left h4 span.num4, .man .right h4 span.num4 {
    font-size: 1.2rem;
  }
  .man .left h5 span.num5, .man .right h5 span.num5 {
    font-size: 1rem;
  }
  .man .text_box {
    margin-top: 60px;
  }
  .man .text_box p {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .man .text_box p span.part {
    display: inline;
  }
  .man .text_box p.bg {
    width: 90%;
  }
  .man .text_box p.bg span.br {
    display: inline;
  }
}

/* ============================ Button ============================ */
.LinkBox {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.LinkBox img {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .LinkBox {
    width: 90%;
    margin: 0 auto;
    grid-template-columns: 1fr;
  }
}

#ButtonBox {
  position: sticky;
  top: 100px;
  z-index: 9999;
}
#ButtonBox .ButtonBox__sticky-intestine {
  width: 190px;
  height: 205px;
  position: fixed;
  top: 13%;
  right: 0px;
  z-index: 9999;
  background: url(../images/intestine_fixed.png) no-repeat 0px 0px/cover;
}
#ButtonBox .ButtonBox__sticky-intestine a {
  width: 100%;
  height: 50%;
  display: block;
}
@media screen and (max-width: 576px) {
  #ButtonBox .ButtonBox__sticky-intestine {
    display: none;
  }
}

/* ============================ main_content ============================ */
.main_content {
  text-align: center;
}

.textBox_1, .textBox_2, .textBox_3, .textBox_4, .textBox_5, .textBox_6, .textBox_7 {
  width: 1200px;
  margin: 60px auto;
}
@media screen and (max-width: 576px) {
  .textBox_1, .textBox_2, .textBox_3, .textBox_4, .textBox_5, .textBox_6, .textBox_7 {
    width: 94%;
  }
}

.textBox_1 {
  padding-top: 80px;
  margin: 0 auto;
}
.textBox_1 a {
  text-decoration: none;
}
.textBox_1 .Layout_2 {
  margin-bottom: 20px;
  gap: 20px;
}
.textBox_1 .box_1, .textBox_1 .box_2, .textBox_1 .box_3, .textBox_1 .box_4 {
  width: 500px;
  margin: 0 auto;
  display: flex;
  text-align: left;
}
.textBox_1 .box_1 .photo, .textBox_1 .box_2 .photo, .textBox_1 .box_3 .photo, .textBox_1 .box_4 .photo {
  margin: 50px 30px 0 0;
  flex: 0 0 110px;
}
.textBox_1 .box_1 .photo img, .textBox_1 .box_2 .photo img, .textBox_1 .box_3 .photo img, .textBox_1 .box_4 .photo img {
  margin-bottom: 10px;
  width: 100%;
}
.textBox_1 .box_1 .photo h5, .textBox_1 .box_2 .photo h5, .textBox_1 .box_3 .photo h5, .textBox_1 .box_4 .photo h5 {
  font-size: 1.1rem;
}
.textBox_1 .box_1 p.box, .textBox_1 .box_1 .textBox_2 ul p.box_content, .textBox_2 ul .textBox_1 .box_1 p.box_content {
  padding: 10px;
  position: relative;
  background-color: #C0EDFF;
  border-radius: 10px;
}
.textBox_1 .box_1 p.box::before, .textBox_1 .box_1 .textBox_2 ul p.box_content::before, .textBox_2 ul .textBox_1 .box_1 p.box_content::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 20px solid #C0EDFF;
  border-bottom: 10px solid transparent;
}
.textBox_1 .box_1 .photo {
  position: relative;
}
.textBox_1 .box_1 .photo::before {
  content: "";
  width: 110px;
  height: 110px;
  bottom: 35px;
  right: -4px;
  z-index: -1;
  position: absolute;
  display: block;
  background-color: #C0EDFF;
  border-radius: 50px;
}
.textBox_1 .box_2 p.box, .textBox_1 .box_2 .textBox_2 ul p.box_content, .textBox_2 ul .textBox_1 .box_2 p.box_content {
  padding: 10px;
  position: relative;
  background-color: #FFE1D7;
  border-radius: 10px;
}
.textBox_1 .box_2 p.box::before, .textBox_1 .box_2 .textBox_2 ul p.box_content::before, .textBox_2 ul .textBox_1 .box_2 p.box_content::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 20px solid #FFE1D7;
  border-bottom: 10px solid transparent;
}
.textBox_1 .box_2 .photo {
  position: relative;
}
.textBox_1 .box_2 .photo::before {
  content: "";
  width: 110px;
  height: 110px;
  bottom: 35px;
  right: -4px;
  z-index: -1;
  position: absolute;
  display: block;
  background-color: #FFE1D7;
  border-radius: 50px;
}
.textBox_1 .box_3 .photo {
  margin: 30px 30px 0 0;
}
.textBox_1 .box_3 p.box, .textBox_1 .box_3 .textBox_2 ul p.box_content, .textBox_2 ul .textBox_1 .box_3 p.box_content {
  padding: 10px;
  position: relative;
  background-color: #FFF2E0;
  border-radius: 10px;
}
.textBox_1 .box_3 p.box::before, .textBox_1 .box_3 .textBox_2 ul p.box_content::before, .textBox_2 ul .textBox_1 .box_3 p.box_content::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 20px solid #FFF2E0;
  border-bottom: 10px solid transparent;
}
.textBox_1 .box_3 .photo {
  position: relative;
}
.textBox_1 .box_3 .photo::before {
  content: "";
  width: 110px;
  height: 110px;
  bottom: 35px;
  right: -4px;
  z-index: -1;
  position: absolute;
  display: block;
  background-color: #FFF2E0;
  border-radius: 50px;
}
.textBox_1 .box_4 .photo {
  margin: 30px 30px 0 0;
}
.textBox_1 .box_4 p.box, .textBox_1 .box_4 .textBox_2 ul p.box_content, .textBox_2 ul .textBox_1 .box_4 p.box_content {
  padding: 10px;
  position: relative;
  background-color: #F3EBFF;
  border-radius: 10px;
}
.textBox_1 .box_4 p.box::before, .textBox_1 .box_4 .textBox_2 ul p.box_content::before, .textBox_2 ul .textBox_1 .box_4 p.box_content::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 20px solid #F3EBFF;
  border-bottom: 10px solid transparent;
}
.textBox_1 .box_4 .photo {
  position: relative;
}
.textBox_1 .box_4 .photo::before {
  content: "";
  width: 110px;
  height: 110px;
  bottom: 35px;
  right: -4px;
  z-index: -1;
  position: absolute;
  display: block;
  background-color: #F3EBFF;
  border-radius: 50px;
}
@media screen and (max-width: 576px) {
  .textBox_1 .box_1, .textBox_1 .box_2, .textBox_1 .box_3, .textBox_1 .box_4 {
    width: auto;
    justify-content: center;
  }
  .textBox_1 .box_1 .photo, .textBox_1 .box_2 .photo, .textBox_1 .box_3 .photo, .textBox_1 .box_4 .photo {
    flex: 0 0 70px;
  }
  .textBox_1 .box_1 p.box, .textBox_1 .box_1 .textBox_2 ul p.box_content, .textBox_2 ul .textBox_1 .box_1 p.box_content, .textBox_1 .box_2 p.box, .textBox_1 .box_2 .textBox_2 ul p.box_content, .textBox_2 ul .textBox_1 .box_2 p.box_content, .textBox_1 .box_3 p.box, .textBox_1 .box_3 .textBox_2 ul p.box_content, .textBox_2 ul .textBox_1 .box_3 p.box_content, .textBox_1 .box_4 p.box, .textBox_1 .box_4 .textBox_2 ul p.box_content, .textBox_2 ul .textBox_1 .box_4 p.box_content {
    width: auto;
  }
  .textBox_1 .box_1 .photo::before {
    display: none;
    width: 70px;
    height: 70px;
    bottom: 55px;
  }
  .textBox_1 .box_2 .photo::before {
    display: none;
    width: 70px;
    height: 70px;
    bottom: 55px;
  }
  .textBox_1 .box_3 .photo::before {
    display: none;
    width: 70px;
    height: 70px;
    bottom: 73px;
  }
  .textBox_1 .box_4 .photo::before {
    display: none;
    width: 70px;
    height: 70px;
    bottom: 73px;
  }
}

.textBox_2 {
  padding: 0 100px;
}
.textBox_2 .Layout_2_30 {
  place-items: center;
  grid-template-columns: 1fr 0.5fr;
}
.textBox_2 .Layout_2_30 .photo {
  margin: 30px 0 50px;
  position: relative;
}
.textBox_2 .Layout_2_30 .photo img {
  width: 100%;
}
.textBox_2 .Layout_2_30 .photo .p1 {
  left: -10px;
  top: 327px;
  position: absolute;
  padding: 5px 10px;
  color: #fff;
  background-color: #C35A70;
  border-radius: 20px;
}
.textBox_2 .Layout_2_30 .photo .p2 {
  left: -39px;
  top: 168px;
  position: absolute;
  padding: 5px 10px;
  color: #fff;
  background-color: #C35A70;
  border-radius: 20px;
}
.textBox_2 .Layout_2_30 .photo .p3 {
  left: 191px;
  top: -2px;
  position: absolute;
  padding: 5px 10px;
  color: #fff;
  background-color: #C35A70;
  border-radius: 20px;
}
.textBox_2 .Layout_2_30 .photo .p4 {
  width: 70px;
  left: 453px;
  top: 165px;
  position: absolute;
  padding: 5px 10px;
  color: #fff;
  background-color: #C35A70;
  border-radius: 20px;
}
.textBox_2 .Layout_2_30 .photo .p5 {
  width: 90px;
  left: 424px;
  top: 321px;
  position: absolute;
  padding: 5px 10px;
  color: #fff;
  background-color: #C35A70;
  border-radius: 20px;
}
.textBox_2 .Layout_2_30 .photo .p6 {
  left: 250px;
  top: 459px;
  position: absolute;
  padding: 5px 10px;
  color: #fff;
  background-color: #C35A70;
  border-radius: 20px;
}
.textBox_2 .Layout_2_30 p {
  width: 300px;
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: #003F94 2px solid;
  border-radius: 10px;
}
.textBox_2 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.textBox_2 ul .box, .textBox_2 ul .box_content {
  min-height: 70px;
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
  display: grid;
  align-items: center;
  color: #fff;
  background: #FBA838;
  border-radius: 10px;
}
.textBox_2 ul .box::after, .textBox_2 ul .box_content::after {
  content: "";
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 10px;
  height: 40px;
  background-color: #FBA838;
}
.textBox_2 ul .box_content {
  min-height: 100px;
  text-align: left;
  background: #B78455;
}
.textBox_2 ul .box_content::after {
  content: none;
}
.textBox_2 ul p {
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .textBox_2 {
    padding: 0 20px;
  }
  .textBox_2 .Layout_2_30 {
    grid-template-columns: 1fr;
  }
  .textBox_2 .Layout_2_30 .photo {
    width: 265px;
    margin: 30px 0 0px;
  }
  .textBox_2 .Layout_2_30 .photo .p1 {
    left: -30px;
    top: 169px;
    font-size: 1.2rem;
  }
  .textBox_2 .Layout_2_30 .photo .p2 {
    left: -56px;
    top: 83px;
    font-size: 1.2rem;
  }
  .textBox_2 .Layout_2_30 .photo .p3 {
    left: 84px;
    top: -9px;
    font-size: 1.2rem;
  }
  .textBox_2 .Layout_2_30 .photo .p4 {
    left: 245px;
    top: 83px;
    font-size: 1.2rem;
    width: 83px;
  }
  .textBox_2 .Layout_2_30 .photo .p5 {
    left: 231px;
    top: 169px;
    font-size: 1.2rem;
    width: 103px;
  }
  .textBox_2 .Layout_2_30 .photo .p6 {
    left: 149px;
    top: 238px;
    font-size: 1.2rem;
  }
  .textBox_2 .Layout_2_30 p {
    width: 90%;
    margin-bottom: 20px;
  }
  .textBox_2 p.part {
    padding: 0 20px 20px;
  }
  .textBox_2 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
  }
}

.textBox_3 .photo3Box {
  position: relative;
}
.textBox_3 .photo3Box h3.directions {
  padding: 10px;
  left: 250px;
  bottom: 140px;
  position: absolute;
  font-size: 2.5rem;
  display: inline-block;
  color: #fff;
  background-color: #D92641;
  border-radius: 10px;
}
.textBox_3 .photo3Box h4.directions {
  left: 710px;
  bottom: 140px;
  position: absolute;
  color: #D92641;
}
.textBox_3 .photo3Box img {
  width: 500px;
}
.textBox_3 .photo3Box .button_1 {
  top: 55px;
  left: 346px;
  animation: photoBoxButton 1s linear 0s infinite;
  width: 130px;
  height: 130px;
  position: absolute;
  border: #FE5F54 3px solid;
  background: transparent;
  border-radius: 100px;
}
.textBox_3 .photo3Box .button_1::after {
  content: "";
  width: 72px;
  height: 72px;
  margin: 22px;
  display: block;
  border: #FE5F54 3px solid;
  border-radius: 40px;
}
.textBox_3 .photo3Box .button_2 {
  top: 47px;
  left: 717px;
  animation: photoBoxButton 1.4s linear 0s infinite;
  width: 130px;
  height: 130px;
  position: absolute;
  border: #FE5F54 3px solid;
  background: transparent;
  border-radius: 100px;
}
.textBox_3 .photo3Box .button_2::after {
  content: "";
  width: 72px;
  height: 72px;
  margin: 22px;
  display: block;
  border: #FE5F54 3px solid;
  border-radius: 40px;
}
.textBox_3 .photo3Box .button_3 {
  top: 200px;
  left: 558px;
  animation: photoBoxButton 1.3s linear 0s infinite;
  width: 130px;
  height: 130px;
  position: absolute;
  border: #FE5F54 3px solid;
  background: transparent;
  border-radius: 100px;
}
.textBox_3 .photo3Box .button_3::after {
  content: "";
  width: 72px;
  height: 72px;
  margin: 22px;
  display: block;
  border: #FE5F54 3px solid;
  border-radius: 40px;
}
.textBox_3 .photo3Box .button_1.active, .textBox_3 .photo3Box .button_2.active, .textBox_3 .photo3Box .button_3.active {
  border-color: #76B1CE;
}
.textBox_3 .photo3Box .button_1.active::after, .textBox_3 .photo3Box .button_2.active::after, .textBox_3 .photo3Box .button_3.active::after {
  border-color: #76B1CE;
}
@keyframes photoBoxButton {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
.textBox_3 .textBox3Box_1, .textBox_3 .textBox3Box_2, .textBox_3 .textBox3Box_3, .textBox_3 .textBox3Box_4, .textBox_3 .textBox3Box_5 {
  display: none;
  width: 780px;
  padding: 20px;
  margin: 20px auto;
  background-color: #FFE5C6;
  border-radius: 10px;
}
.textBox_3 .textBox3Box_1.active, .textBox_3 .textBox3Box_2.active, .textBox_3 .textBox3Box_3.active, .textBox_3 .textBox3Box_4.active, .textBox_3 .textBox3Box_5.active {
  display: block;
  animation: textBox3Box 0.7s linear 0s 1;
}
@keyframes textBox3Box {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (max-width: 576px) {
  .textBox_3 .photo3Box img {
    width: 320px;
  }
  .textBox_3 .photo3Box h3.directions {
    display: none;
  }
  .textBox_3 .photo3Box h4.directions {
    display: none;
  }
  .textBox_3 .photo3Box .button_1 {
    top: 50px;
    left: 58px;
    width: 50px;
    height: 50px;
  }
  .textBox_3 .photo3Box .button_2 {
    top: 46px;
    left: 290px;
    width: 50px;
    height: 50px;
  }
  .textBox_3 .photo3Box .button_3 {
    top: 157px;
    left: 185px;
    width: 50px;
    height: 50px;
  }
  .textBox_3 .photo3Box .button_1::after, .textBox_3 .photo3Box .button_2::after, .textBox_3 .photo3Box .button_3::after {
    content: none;
  }
  .textBox_3 .textBox3Box_1, .textBox_3 .textBox3Box_2, .textBox_3 .textBox3Box_3, .textBox_3 .textBox3Box_4, .textBox_3 .textBox3Box_5 {
    width: 90%;
  }
}

.textBox_4 img {
  width: 500px;
  margin: 0 auto;
}
.textBox_4 .photo4Box {
  position: relative;
}
.textBox_4 .photo4Box .button_1 {
  animation: textBox4Box 1s linear 0s infinite;
  width: 30px;
  height: 30px;
  top: 27px;
  left: 404px;
  position: absolute;
  background-color: rgba(254, 95, 84, 0.3);
  border: 0px none;
  border-radius: 50px;
}
.textBox_4 .photo4Box .button_2 {
  animation: textBox4Box 1.1s linear 0s infinite;
  width: 35px;
  height: 35px;
  top: 23px;
  left: 468px;
  position: absolute;
  background-color: rgba(254, 95, 84, 0.3);
  border: 0px none;
  border-radius: 50px;
}
.textBox_4 .photo4Box .button_3 {
  animation: textBox4Box 1.4s linear 0s infinite;
  width: 45px;
  height: 45px;
  top: 21px;
  left: 547px;
  position: absolute;
  background-color: rgba(254, 95, 84, 0.3);
  border: 0px none;
  border-radius: 50px;
}
.textBox_4 .photo4Box .button_4 {
  animation: textBox4Box 1.3s linear 0s infinite;
  width: 50px;
  height: 50px;
  top: 14px;
  left: 643px;
  position: absolute;
  background-color: rgba(254, 95, 84, 0.3);
  border: 0px none;
  border-radius: 50px;
}
.textBox_4 .photo4Box .button_5 {
  animation: textBox4Box 1.2s linear 0s infinite;
  width: 60px;
  height: 60px;
  top: -4px;
  left: 726px;
  position: absolute;
  background-color: rgba(254, 95, 84, 0.3);
  border: 0px none;
  border-radius: 50px;
}
.textBox_4 .photo4Box .button_1.active, .textBox_4 .photo4Box .button_2.active, .textBox_4 .photo4Box .button_3.active, .textBox_4 .photo4Box .button_4.active, .textBox_4 .photo4Box .button_5.active {
  background-color: rgba(84, 203, 254, 0.5);
}
@keyframes textBox4Box {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.textBox_4 .textBox4Box_1, .textBox_4 .textBox4Box_2, .textBox_4 .textBox4Box_3, .textBox_4 .textBox4Box_4, .textBox_4 .textBox4Box_5 {
  display: none;
  width: 560px;
  padding: 20px;
  margin: 20px auto;
  background-color: #FFE5C6;
  border-radius: 10px;
}
.textBox_4 .textBox4Box_1.active, .textBox_4 .textBox4Box_2.active, .textBox_4 .textBox4Box_3.active, .textBox_4 .textBox4Box_4.active, .textBox_4 .textBox4Box_5.active {
  display: block;
  animation: textBox3Box 0.7s linear 0s 1;
}
@media screen and (max-width: 576px) {
  .textBox_4 img {
    width: 380px;
  }
  .textBox_4 .photo4Box {
    width: 380px;
  }
  .textBox_4 .photo4Box .button_1 {
    width: 30px;
    height: 30px;
    top: 17px;
    left: 38px;
  }
  .textBox_4 .photo4Box .button_2 {
    width: 35px;
    height: 35px;
    top: 13px;
    left: 86px;
  }
  .textBox_4 .photo4Box .button_3 {
    width: 45px;
    height: 45px;
    top: 10px;
    left: 145px;
  }
  .textBox_4 .photo4Box .button_4 {
    width: 50px;
    height: 50px;
    top: 4px;
    left: 217px;
  }
  .textBox_4 .photo4Box .button_5 {
    width: 60px;
    height: 60px;
    top: -11px;
    left: 279px;
  }
  .textBox_4 .textBox4Box_1, .textBox_4 .textBox4Box_2, .textBox_4 .textBox4Box_3, .textBox_4 .textBox4Box_4, .textBox_4 .textBox4Box_5 {
    width: 90%;
  }
}

.textBox_5 .Layout_2_30 {
  width: 700px;
  margin: 0 auto;
  place-items: center;
}
.textBox_5 .card-container {
  width: 320px;
  height: 350px;
  position: relative;
  cursor: pointer;
}
.textBox_5 .cover, .textBox_5 .back {
  padding: 40px 20px;
  color: #FFF;
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  transition: transform 0.25s ease-in-out;
}
.textBox_5 .cover h4, .textBox_5 .cover p, .textBox_5 .back h4, .textBox_5 .back p {
  color: #fff;
}
.textBox_5 .cover img, .textBox_5 .back img {
  width: 80%;
}
.textBox_5 .cover {
  transform: rotatey(0deg);
  border-radius: 40px;
}
.textBox_5 .cover h4 {
  padding-bottom: 20px;
}
.textBox_5 .card-container:hover .cover {
  transform: rotatey(180deg);
}
.textBox_5 .back {
  transform: rotatey(-180deg);
  border-radius: 40px;
}
.textBox_5 .back h4 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #fff 2px solid;
}
.textBox_5 .card-container:hover .back {
  transform: rotatey(0deg);
}
.textBox_5 .cover.bg_color1, .textBox_5 .back.bg_color1 {
  background-color: #8CC8EA;
}
.textBox_5 .cover.bg_color2, .textBox_5 .back.bg_color2 {
  background-color: #67BFD4;
}
.textBox_5 .cover.bg_color3, .textBox_5 .back.bg_color3 {
  background-color: #609FCC;
}
.textBox_5 .bg_color4 {
  width: 100%;
  height: 100%;
}
.textBox_5 button.C4 {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #FFF;
  background-color: #5283CF;
  border-radius: 40px;
  border: 0px none;
}
.textBox_5 button.C4:hover {
  transform: scale(1);
}
.textBox_5 button.C4 h4, .textBox_5 button.C4 p {
  color: #fff;
  vertical-align: top;
}
.textBox_5 button.C4 img {
  width: 80%;
  vertical-align: top;
}
.textBox_5 .C4_content {
  animation: C4A 0.5s linear 0s;
  display: none;
  padding: 40px 100px;
  margin-top: 60px;
  position: relative;
  background: #BDE3F8 url(../images/C4_bg.gif) no-repeat 0px 0px/100% 100%;
  border-radius: 10px;
  transition: all 0.6s;
}
.textBox_5 .C4_content button {
  width: 30px;
  height: 30px;
  padding: 3px 5px 5px;
  top: 52px;
  right: 100px;
  position: absolute;
  background-color: transparent;
  border: #444 2px solid;
  border-radius: 10px;
}
.textBox_5 .C4_content button img {
  width: 100%;
  height: 100%;
}
.textBox_5 .C4_content a {
  display: block;
  text-decoration: none;
}
.textBox_5 .C4_content h3.intestine {
  margin-bottom: 30px;
  background-color: #3369AD;
}
.textBox_5 .C4_content p.blue {
  margin-bottom: 60px;
  color: #3169AD;
}
.textBox_5 .C4_content h5.fc1 {
  color: #3965AE;
}
.textBox_5 .C4_content h5.fc2 {
  color: #3965AE;
}
.textBox_5 .C4_content .box, .textBox_5 .C4_content .textBox_2 ul .box_content, .textBox_2 ul .textBox_5 .C4_content .box_content {
  padding: 20px;
  margin-bottom: 40px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}
.textBox_5 .C4_content img {
  width: 300px;
}
.textBox_5 .C4_content::before {
  content: "";
  top: -40px;
  right: 390px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 40px solid #BDE3F8;
}
.textBox_5 .C4_content.active {
  display: block;
}
@keyframes C4A {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 576px) {
  .textBox_5 .Layout_2_30 {
    width: 90%;
  }
  .textBox_5 .card-container {
    width: 90%;
    height: 360px;
  }
  .textBox_5 .cover img, .textBox_5 .back img {
    width: 60%;
  }
  .textBox_5 .card-container:hover .back .box_1, .textBox_5 .card-container:hover .back .box_2, .textBox_5 .card-container:hover .back .box_3 {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    position: static;
  }
  .textBox_5 .C4_content {
    padding: 40px 20px;
    background-size: cover;
  }
  .textBox_5 .C4_content button {
    margin-bottom: 30px;
    position: static;
  }
  .textBox_5 .C4_content::before {
    content: none;
  }
}

.textBox_6 ul {
  width: 800px;
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.textBox_6 li {
  padding: 20px;
  position: relative;
  background-color: #609FCC;
  border-radius: 60px;
}
.textBox_6 li a {
  color: #fff;
  text-decoration: none;
}
.textBox_6 li a img {
  width: 100%;
}
.textBox_6 li a h6 {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .textBox_6 ul {
    width: 60%;
    grid-template-columns: repeat(1, 1fr);
  }
}

.textBox_7 {
  text-align: center;
}
.textBox_7 img {
  width: 200px;
}

/* ============================ key in ============================ */
/* ==========================================================================
   Activity Page
   ========================================================================== */
/* ==========================================================================
   Plug mixins
   ========================================================================== */
.accordion {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid #afae3a;
}

.nav-more {
  content: "";
  width: 0;
  height: 0;
  margin-top: -3px;
  top: 50%;
  right: 15px;
  position: absolute;
  border-width: 6px;
  border-top-color: rgb(0, 0, 0);
  cursor: pointer;
  border-style: solid dashed dashed;
  border-color: rgb(0, 0, 0) transparent transparent;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.accordion-item.active .nav-more {
  margin-top: -9px;
  border-style: dashed dashed solid;
  border-color: transparent transparent rgb(0, 0, 0);
}

.accordion-header {
  padding: 10px;
  margin: 0;
  position: relative;
  background-color: #e4e9bc;
  cursor: pointer;
}

.accordion-content {
  display: none;
  padding: 10px;
  border-top: #afae3a 1px solid;
}

.accordion-item.active .accordion-content {
  display: block;
}

.responsive_case {
  width: 1200px;
  margin: 0 auto;
}
.responsive_case img {
  width: 100%;
}
.responsive_case .slick-list {
  margin: 0 -10px;
}
.responsive_case .slick-slide {
  margin-right: 5px;
  margin-left: 5px;
}
.responsive_case .slick-prev, .responsive_case .slick-next {
  padding: 0;
  position: absolute;
  top: 45%;
  display: block;
  font-size: 0;
  line-height: 0;
  transform: translate(0, -50%) scale(1);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.responsive_case .slick-prev:hover, .responsive_case .slick-next:hover {
  transform: translate(0, -50%) scale(1);
}
.responsive_case .slick-prev {
  left: -30px;
  z-index: 10;
}
.responsive_case .slick-next {
  right: -30px;
  z-index: 10;
}
.responsive_case .slick-prev:before, .responsive_case .slick-next:before {
  opacity: 0.75;
}
.responsive_case .slick-prev:before {
  content: "←";
  width: 20px;
  height: 36px;
  display: block;
  background: url(../images/angle-left.svg) no-repeat 0px 0px/cover;
}
.responsive_case .slick-next:before {
  content: "→";
  width: 20px;
  height: 36px;
  display: block;
  background: url(../images/angle-right.svg) no-repeat 0px 0px/cover;
}
.responsive_case ul.slick-dots {
  padding: 0;
  margin: 10px auto;
  text-align: center;
  list-style-type: none;
}
.responsive_case ul.slick-dots li {
  margin: 0 2px;
  display: inline-block;
}
.responsive_case ul.slick-dots li button {
  border-radius: 5px;
  border: 0px none;
}
.responsive_case ul.slick-dots li.slick-active button {
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .responsive_case {
    width: 100%;
  }
  .responsive_case .slick-prev {
    left: 0px;
  }
  .responsive_case .slick-next {
    right: 0px;
  }
}
@media screen and (max-width: 576px) {
  .responsive_case {
    width: 100%;
  }
  .responsive_case .slick-slide {
    margin-right: 0px;
    margin-left: 0px;
  }
  .responsive_case .slick-prev {
    left: 0px;
  }
  .responsive_case .slick-next {
    right: 0px;
  }
}

/* ==========================================================================
    responsive mixins
   ========================================================================== */
/* ============================ responsive Table ============================ */
@media screen and (max-width: 1190px) {
  table.responTable {
    width: 100%;
    margin: 0 auto 20px auto;
    border-top: #aaa 1px solid;
    border-left: #aaa 1px solid;
    text-rendering: optimizeLegibility;
  }
  table.responTable thead tr th, table.responTable thead tr td, table.responTable tbody tr th, table.responTable tbody tr td {
    color: #fff;
    padding: 5px;
    border-right: #aaa 1px solid;
    border-bottom: #aaa 1px solid;
  }
  table.responTable thead tr th a, table.responTable thead tr td a, table.responTable tbody tr th a, table.responTable tbody tr td a {
    min-width: 26px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-decoration: underline;
    margin: 0 5px 0 0;
    cursor: pointer;
  }
  table.responTable thead tr th {
    text-align: center;
    background: #60371c;
  }
  table.responTable tbody tr td {
    color: #444;
  }
  table.responTable tr.odd {
    background: #f3f3f3;
  }
  table.responTable tbody.odd tr:nth-child(2n+2) {
    background: #f3f3f3;
  }
}
@media screen and (max-width: 768px) {
  table.responTable {
    width: 100%;
    margin: 0 auto 20px auto;
    border-top: #aaa 1px solid;
    border-left: #aaa 1px solid;
    text-rendering: optimizeLegibility;
  }
  table.responTable thead tr th, table.responTable thead tr td, table.responTable tbody tr th, table.responTable tbody tr td {
    color: #fff;
    padding: 5px;
    border-right: #aaa 1px solid;
    border-bottom: #aaa 1px solid;
  }
  table.responTable thead tr th a, table.responTable thead tr td a, table.responTable tbody tr th a, table.responTable tbody tr td a {
    min-width: 26px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-decoration: underline;
    margin: 0 5px 0 0;
    cursor: pointer;
  }
  table.responTable thead tr th {
    text-align: center;
    background: #60371c;
  }
  table.responTable tbody tr td {
    color: #444;
  }
  table.responTable tr.odd {
    background: #f3f3f3;
  }
  table.responTable tbody.odd tr:nth-child(2n+2) {
    background: #f3f3f3;
  }
}
@media screen and (max-width: 576px) {
  table.responTable {
    display: block;
    border: none;
  }
  table.responTable thead {
    display: none;
  }
  table.responTable tbody tr {
    position: relative;
    display: block;
    margin: 0 0 10px 0;
  }
  table.responTable tbody tr td {
    color: #444;
    position: relative;
    margin-bottom: 0;
    background: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 0;
    vertical-align: middle;
    border-top: #aaa 1px solid;
    border-right: #aaa 1px solid;
    border-left: #aaa 1px solid;
    box-sizing: border-box;
  }
  table.responTable tbody tr td:last-child {
    border-bottom: #aaa 1px solid;
  }
  table.responTable tbody tr td div {
    color: #444;
    display: table-cell;
    padding: 5px;
    text-align: left;
    border-left: #aaa 1px solid;
  }
  table.responTable tbody tr td div a {
    display: block;
    text-decoration: underline;
    margin: 0 0 5px 0;
  }
  table.responTable tbody tr td:first-child { /* background: $t_th_bg_color; */ }
  table.responTable tbody tr td:before {
    color: #fff;
    background: #60371c;
    content: attr(data-th);
    display: table-cell;
    left: 0;
    width: 100px;
    margin: 0 5px 0 0;
    padding: 0 5px; /* border-right: $t_color $t_width $t_style; */
    vertical-align: middle;
    box-sizing: border-box;
  }
  table.responTable tbody tr:not(:last-child) {
    border-right: none;
    border-bottom: none;
  }
}