@charset "UTF-8";
/**
 * respond( $a [ ,$b ] )
 * Generate media quereis string
 *
 * @include respond( 0, 799 ) {}    // <=800  (0~800)
 * @include respond( 800, 1199 ) {} // 800~1199
 * @include respond( 1200 ) {}      // >=1200
 */
/**
 * Cozy Layout ( 1440+ )
 */
/**
 * Compact Layout ( 0~1280 )
 */
/**
 * pad Layout ( 0~992 )
 */
/**
 * Mobile Layout ( 0~768 )
 */
/**
 * Mobile Layout ( 0~640 )
 */
/**
 * Mobile Layout ( 0~480 )
 */
/**
 * Mobile Layout ( 0~414 )
 */
/**
 * Mobile Layout ( 0~390 )
 */
/**
 * Mobile Layout ( 0~375 )
 */
/**
 * Mobile Layout ( 0~320 )
 */
/**
 * Box-sizing
 */
/**
 * clearfix
 */
/**
 * font-family
 */
/**
 * hide text
 */
/**
 * border-radius
 */
/**
 * box-shadow
 */
/**
 * background-gradient
 */
/**
 * columns
 */
/**
 * Opacity
 */
/**
 * other minins by yougi
 */
/**
 * respond( $a [ ,$b ] )
 * Generate media quereis string
 *
 * @include respond( 0, 799 ) {}    // <=800  (0~800)
 * @include respond( 800, 1199 ) {} // 800~1199
 * @include respond( 1200 ) {}      // >=1200
 */
/**
 * Cozy Layout ( 1440+ )
 */
/**
 * Compact Layout ( 0~1280 )
 */
/**
 * pad Layout ( 0~992 )
 */
/**
 * Mobile Layout ( 0~768 )
 */
/**
 * Mobile Layout ( 0~640 )
 */
/**
 * Mobile Layout ( 0~480 )
 */
/**
 * Mobile Layout ( 0~414 )
 */
/**
 * Mobile Layout ( 0~390 )
 */
/**
 * Mobile Layout ( 0~375 )
 */
/**
 * Mobile Layout ( 0~320 )
 */
/**
 * Box-sizing
 */
/**
 * clearfix
 */
/**
 * font-family
 */
/**
 * hide text
 */
/**
 * border-radius
 */
/**
 * box-shadow
 */
/**
 * background-gradient
 */
/**
 * columns
 */
/**
 * Opacity
 */
/**
 * other minins by yougi
 */
/**
 * Hyperlinks
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap");
/* line 11, ../sass/frame/_general.scss */
a {
  color: #0077b1;
  text-decoration: none;
}

/* line 15, ../sass/frame/_general.scss */
a:hover {
  text-decoration: underline;
}

/* line 18, ../sass/frame/_general.scss */
a[target=_blank]:hover {
  color: #be252c;
}

/* line 21, ../sass/frame/_general.scss */
a.ad,
a.important {
  color: #be252c;
}

/* line 25, ../sass/frame/_general.scss */
a img {
  border: none;
}

/**
 * Form Elements
 */
/* line 32, ../sass/frame/_general.scss */
textarea,
input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=button],
input[type=submit] {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 46, ../sass/frame/_general.scss */
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus {
  outline: none;
}

/**
 * Common Class Names
 */
/* line 58, ../sass/frame/_general.scss */
.hide {
  display: none;
}

/* line 61, ../sass/frame/_general.scss */
.invisible {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  position: absolute;
  left: -99999px;
  top: -99999px;
}

/* line 119, ../sass/define/___mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 122, ../sass/define/___mixins.scss */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

/* line 70, ../sass/frame/_general.scss */
.clearself {
  overflow: hidden;
}

/**
 * inner content style reset
 */
/* line 77, ../sass/frame/_general.scss */
.content p {
  margin: 1.2em 0;
}

/* line 80, ../sass/frame/_general.scss */
.content * {
  line-height: 170%;
}

/* line 83, ../sass/frame/_general.scss */
.content ul,
.content ol {
  margin: 1.2em 0 1.2em 2em;
}

/* line 87, ../sass/frame/_general.scss */
.content ul {
  list-style: disc;
}

/* line 90, ../sass/frame/_general.scss */
.content ol {
  list-style: decimal;
}

/**
 * .button
 * .button.blue
 * .button.grey (or .button.gray)
 * .button.large    // shadow style
 * .button.medium   // shadow style
 * .button.small
 * .button.disabled
 */
/* line 10, ../sass/frame/_button.scss */
.button {
  /** active/pressed **/
  /**
   * Grey
   */
  /**
   * Blue
   */
  /**
   * gray
   */
 /**
* blink yellow button
*/
  /**Header Red **/
  /** Large **/
  /**
   * Medium
   */
  /**
   * Small
   */
}
/* line 11, ../sass/frame/_button.scss */
.button {
  font-size: 12.8px;
  cursor: pointer;
  color: white !important;
  text-decoration: none !important;
  white-space: nowrap;
  width: auto;
  text-align: center;
  line-height: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #be252c;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}
/* line 26, ../sass/frame/_button.scss */
.button, .button[type] {
  padding: .5em 1em .4em;
}
/* line 30, ../sass/frame/_button.scss */
.button:hover {
  color: white !important;
  text-decoration: none !important;
  background: #ce343f;
}
/* line 35, ../sass/frame/_button.scss */
.button.disabled, .button[disabled] {
  cursor: default !important;
  color: #e5babf;
  background: #cc757f;
}
/* line 41, ../sass/frame/_button.scss */
.button[type=reset], .button[type=button], .button[type=submit] {
  font-family: inherit;
  border: 0 none;
  margin: 0;
}
/* line 51, ../sass/frame/_button.scss */
.button:active, .button.pressed {
  background: #9e1621;
}
/* line 54, ../sass/frame/_button.scss */
.button:active.large, .button.pressed.large {
  -webkit-box-shadow: inset 0 -4px 0 0 #be252c;
  -moz-box-shadow: inset 0 -4px 0 0 #be252c;
  box-shadow: inset 0 -4px 0 0 #be252c;
}
/* line 57, ../sass/frame/_button.scss */
.button:active.medium, .button.pressed.medium {
  -webkit-box-shadow: inset 0 -3px 0 0 #be252c;
  -moz-box-shadow: inset 0 -3px 0 0 #be252c;
  box-shadow: inset 0 -3px 0 0 #be252c;
}
/* line 65, ../sass/frame/_button.scss */
.button.grey, .button.gray {
  /** active/pressed **/
}
/* line 67, ../sass/frame/_button.scss */
.button.grey, .button.gray {
  background: #eee;
  color: #555 !important;
}
/* line 71, ../sass/frame/_button.scss */
.button.grey:hover, .button.gray:hover {
  background: #ddd;
  color: #555 !important;
}
/* line 75, ../sass/frame/_button.scss */
.button.grey.disabled, .button.grey[disabled], .button.gray.disabled, .button.gray[disabled] {
  color: #bbb !important;
  background: #eee !important;
}
/* line 81, ../sass/frame/_button.scss */
.button.grey.large, .button.gray.large {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 84, ../sass/frame/_button.scss */
.button.grey.large.disabled, .button.grey.large[disabled], .button.gray.large.disabled, .button.gray.large[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 90, ../sass/frame/_button.scss */
.button.grey.medium, .button.gray.medium {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 93, ../sass/frame/_button.scss */
.button.grey.medium.medium.disabled, .button.grey.medium.medium[disabled], .button.gray.medium.medium.disabled, .button.gray.medium.medium[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 101, ../sass/frame/_button.scss */
.button.grey:active, .button.grey.pressed, .button.gray:active, .button.gray.pressed {
  background: #333;
  color: white !important;
}
/* line 105, ../sass/frame/_button.scss */
.button.grey:active.large, .button.grey.pressed.large, .button.gray:active.large, .button.gray.pressed.large {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 108, ../sass/frame/_button.scss */
.button.grey:active.medium, .button.grey.pressed.medium, .button.gray:active.medium, .button.gray.pressed.medium {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 117, ../sass/frame/_button.scss */
.button.blue {
  /** active/pressed **/
}
/* line 118, ../sass/frame/_button.scss */
.button.blue {
  background: #1180c2;
}
/* line 121, ../sass/frame/_button.scss */
.button.blue:hover {
  background: #2290c6;
}
/* line 124, ../sass/frame/_button.scss */
.button.blue.disabled, .button.blue[disabled] {
  color: #b1d1e1 !important;
  background: #0066a0 !important;
}
/* line 130, ../sass/frame/_button.scss */
.button.blue.large {
  -webkit-box-shadow: inset 0 -4px 0 0 #0066a0;
  -moz-box-shadow: inset 0 -4px 0 0 #0066a0;
  box-shadow: inset 0 -4px 0 0 #0066a0;
}
/* line 133, ../sass/frame/_button.scss */
.button.blue.large.disabled, .button.blue.large[disabled] {
  -webkit-box-shadow: inset 0 -4px 0 0 #b1d1e1;
  -moz-box-shadow: inset 0 -4px 0 0 #b1d1e1;
  box-shadow: inset 0 -4px 0 0 #b1d1e1;
}
/* line 139, ../sass/frame/_button.scss */
.button.blue.medium {
  -webkit-box-shadow: inset 0 -3px 0 0 #0066a0;
  -moz-box-shadow: inset 0 -3px 0 0 #0066a0;
  box-shadow: inset 0 -3px 0 0 #0066a0;
}
/* line 142, ../sass/frame/_button.scss */
.button.blue.medium.medium.disabled, .button.blue.medium.medium[disabled] {
  -webkit-box-shadow: inset 0 -3px 0 0 #b1d1e1;
  -moz-box-shadow: inset 0 -3px 0 0 #b1d1e1;
  box-shadow: inset 0 -3px 0 0 #b1d1e1;
}
/* line 150, ../sass/frame/_button.scss */
.button.blue:active, .button.blue.pressed {
  background: #0066a0;
}
/* line 153, ../sass/frame/_button.scss */
.button.blue:active.large, .button.blue.pressed.large {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #004e7a;
  -moz-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #004e7a;
  box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #004e7a;
}
/* line 156, ../sass/frame/_button.scss */
.button.blue:active.medium, .button.blue.pressed.medium {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #004e7a;
  -moz-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #004e7a;
  box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #004e7a;
}
/* line 165, ../sass/frame/_button.scss */
.button.gray {
  /** active/pressed **/
}
/* line 166, ../sass/frame/_button.scss */
.button.gray {
  background: #e7e7e7;
}
/* line 169, ../sass/frame/_button.scss */
.button.gray:hover {
  background: #cccccc;
}
/* line 172, ../sass/frame/_button.scss */
.button.gray.disabled, .button.gray[disabled] {
  color: #cccccc !important;
  background: #e7e7e7 !important;
}
/* line 178, ../sass/frame/_button.scss */
.button.gray.large {
  -webkit-box-shadow: inset 0 -4px 0 0 #cccccc;
  -moz-box-shadow: inset 0 -4px 0 0 #cccccc;
  box-shadow: inset 0 -4px 0 0 #cccccc;
}
/* line 181, ../sass/frame/_button.scss */
.button.gray.large.disabled, .button.gray.large[disabled] {
  -webkit-box-shadow: inset 0 -4px 0 0 #cccccc;
  -moz-box-shadow: inset 0 -4px 0 0 #cccccc;
  box-shadow: inset 0 -4px 0 0 #cccccc;
}
/* line 187, ../sass/frame/_button.scss */
.button.gray.medium {
  -webkit-box-shadow: inset 0 -3px 0 0 #cccccc;
  -moz-box-shadow: inset 0 -3px 0 0 #cccccc;
  box-shadow: inset 0 -3px 0 0 #cccccc;
}
/* line 190, ../sass/frame/_button.scss */
.button.gray.medium.medium.disabled, .button.gray.medium.medium[disabled] {
  -webkit-box-shadow: inset 0 -3px 0 0 #cccccc;
  -moz-box-shadow: inset 0 -3px 0 0 #cccccc;
  box-shadow: inset 0 -3px 0 0 #cccccc;
}
/* line 198, ../sass/frame/_button.scss */
.button.gray:active, .button.gray.pressed {
  background: #777777;
}
/* line 201, ../sass/frame/_button.scss */
.button.gray:active.large, .button.gray.pressed.large {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #cccccc;
  -moz-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #cccccc;
  box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #cccccc;
}
/* line 204, ../sass/frame/_button.scss */
.button.gray:active.medium, .button.gray.pressed.medium {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #cccccc;
  -moz-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #cccccc;
  box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #cccccc;
}
/* line 213, ../sass/frame/_button.scss */
.button.blink {
  background: #F39C12;
}
/* line 216, ../sass/frame/_button.scss */
.button.blink:hover {
  background: #FBB03B;
}
/* line 219, ../sass/frame/_button.scss */
.button.blink.disabled, .button.blink[disabled] {
  color: #fffadc !important;
  background: #D35400 !important;
}
/* line 225, ../sass/frame/_button.scss */
.button.blink.large {
  -webkit-box-shadow: inset 0 -4px 0 0 #D35400;
  -moz-box-shadow: inset 0 -4px 0 0 #D35400;
  box-shadow: inset 0 -4px 0 0 #D35400;
}
/* line 228, ../sass/frame/_button.scss */
.button.blink.large.disabled, .button.blink.large[disabled] {
  -webkit-box-shadow: inset 0 -4px 0 0 #9F400C;
  -moz-box-shadow: inset 0 -4px 0 0 #9F400C;
  box-shadow: inset 0 -4px 0 0 #9F400C;
}
/* line 234, ../sass/frame/_button.scss */
.button.blink.medium {
  -webkit-box-shadow: inset 0 -3px 0 0 #D35400;
  -moz-box-shadow: inset 0 -3px 0 0 #D35400;
  box-shadow: inset 0 -3px 0 0 #D35400;
}
/* line 237, ../sass/frame/_button.scss */
.button.blink.medium.medium.disabled, .button.blink.medium.medium[disabled] {
  -webkit-box-shadow: inset 0 -3px 0 0 #9F400C;
  -moz-box-shadow: inset 0 -3px 0 0 #9F400C;
  box-shadow: inset 0 -3px 0 0 #9F400C;
}
/* line 244, ../sass/frame/_button.scss */
.button.blink:active, .button.blink.pressed {
  background: #D35400;
}
/* line 247, ../sass/frame/_button.scss */
.button.blink:active.large, .button.blink.pressed.large {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #9F400C;
  -moz-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #9F400C;
  box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #9F400C;
}
/* line 250, ../sass/frame/_button.scss */
.button.blink:active.medium, .button.blink.pressed.medium {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #9F400C;
  -moz-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #9F400C;
  box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #9F400C;
}
/* line 256, ../sass/frame/_button.scss */
.button.header-red {
  /** active/pressed **/
}
/* line 257, ../sass/frame/_button.scss */
.button.header-red {
  background: #e8414d;
  -webkit-box-shadow: inset 0 -4px 0 0 #8f0100;
  -moz-box-shadow: inset 0 -4px 0 0 #8f0100;
  box-shadow: inset 0 -4px 0 0 #8f0100;
  padding-top: .5em;
  padding-bottom: .8em;
}
/* line 263, ../sass/frame/_button.scss */
.button.header-red:hover {
  background: #ea4f5a;
}
/* line 269, ../sass/frame/_button.scss */
.button.header-red:active, .button.header-red.pressed {
  background: #ea4f5a;
  -webkit-box-shadow: inset 0 4px 1px 0 #8f0100;
  -moz-box-shadow: inset 0 4px 1px 0 #8f0100;
  box-shadow: inset 0 4px 1px 0 #8f0100;
}
/* line 277, ../sass/frame/_button.scss */
.button.large {
  font-size: 15px;
  padding: 9px 22px 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 -4px 0 0 #9e1621;
  -moz-box-shadow: inset 0 -4px 0 0 #9e1621;
  box-shadow: inset 0 -4px 0 0 #9e1621;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 284, ../sass/frame/_button.scss */
.button.large.disabled, .button.large[disabled] {
  -webkit-box-shadow: inset 0 -4px 0 0 #e5babf;
  -moz-box-shadow: inset 0 -4px 0 0 #e5babf;
  box-shadow: inset 0 -4px 0 0 #e5babf;
}
/* line 288, ../sass/frame/_button.scss */
.button.large:active, .button.large.pressed {
  -webkit-box-shadow: inset 0 4px 1px 0 #7d0b14;
  -moz-box-shadow: inset 0 4px 1px 0 #7d0b14;
  box-shadow: inset 0 4px 1px 0 #7d0b14;
  padding: 11px 22px 9px;
}
/* line 299, ../sass/frame/_button.scss */
.button.medium {
  font-size: 13.2px;
  padding: 8px 16px 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 -3px 0 0 #9e1621;
  -moz-box-shadow: inset 0 -3px 0 0 #9e1621;
  box-shadow: inset 0 -3px 0 0 #9e1621;
}
/* line 305, ../sass/frame/_button.scss */
.button.medium.disabled, .button.medium[disabled] {
  -webkit-box-shadow: inset 0 -3px 0 0 #e5babf;
  -moz-box-shadow: inset 0 -3px 0 0 #e5babf;
  box-shadow: inset 0 -3px 0 0 #e5babf;
}
/* line 309, ../sass/frame/_button.scss */
.button.medium:active, .button.medium.pressed {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #7d0b14;
  -moz-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #7d0b14;
  box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #7d0b14;
  padding: 9px 16px 8px;
}
/* line 320, ../sass/frame/_button.scss */
.button.small {
  font-size: 12px;
  padding: .4em .5em .3em;
}

/**
 * ico-
 */
/* line 331, ../sass/frame/_button.scss */
.button.large.ico-arrow {
  padding-left: 33px;
}

/**
 * collect-button style
 */
/* line 339, ../sass/frame/_button.scss */
.button.collect-button {
  height: 30px;
  width: 80px;
  padding-left: 17px !important;
  padding-right: 0 !important;
  text-align: center;
}

/* line 1, ../sass/frame/_header.scss */
header {
  position: fixed;
  color: #b4b4b4;
  width: 100%;
  z-index: 1000;
}

/* line 4, ../sass/media/_main_inside.scss */
html,
body {
  height: 100%;
}

/* line 9, ../sass/media/_main_inside.scss */
body {
  padding: 0;
  margin: 0;
  background-color: #787878;
  font-family: 'Noto Serif TC', 'PingFang TC', 'Heiti TC', sans-serif;
  background: #787878;
  color: #000000;
  font-size: 16px;
  text-align: justify;
}

/* line 20, ../sass/media/_main_inside.scss */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  z-index: 999;
  background: transparent;
  transition: background .35s ease, backdrop-filter .35s ease, height .35s ease;
}
/* line 30, ../sass/media/_main_inside.scss */
.main-header .logo {
  position: absolute;
  left: 30px;
  top: 30px;
  transform: scale(1);
  transform-origin: left top;
  transition: transform .35s ease, top .35s ease, left .35s ease;
}
/* line 38, ../sass/media/_main_inside.scss */
.main-header .logo img {
  display: block;
  width: 300px;
  height: auto;
}
/* line 45, ../sass/media/_main_inside.scss */
.main-header.is-scrolled {
  height: 90px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
/* line 51, ../sass/media/_main_inside.scss */
.main-header.is-scrolled .logo {
  left: 24px;
  top: 18px;
  transform: scale(0.72);
}

/* line 58, ../sass/media/_main_inside.scss */
.header-wrap {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
}

/* line 68, ../sass/media/_main_inside.scss */
footer .cy {
  width: 100%;
  text-align: center;
  padding: 15px 0;
  color: #ffffff;
  font-size: 1rem;
}

/*********/
/* line 78, ../sass/media/_main_inside.scss */
.back {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  z-index: 2;
}
/* line 84, ../sass/media/_main_inside.scss */
.back img {
  width: 100%;
}
/* line 87, ../sass/media/_main_inside.scss */
.back.top {
  top: 30px;
  right: 30px;
}

/* line 93, ../sass/media/_main_inside.scss */
.banner {
  position: relative;
  background-image: url("../images/bg_banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1920/850;
  border-radius: 0 0 30px 30px;
  display: flex;
  width: 100%;
  overflow: hidden;
}
/* line 103, ../sass/media/_main_inside.scss */
.banner .banner_left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58%;
  /* 左圖可以超過 50% */
  z-index: 1;
}
/* line 109, ../sass/media/_main_inside.scss */
.banner .banner_left img {
  width: 100%;
  display: block;
}
/* line 114, ../sass/media/_main_inside.scss */
.banner .banner_right {
  position: relative;
  margin-left: 50%;
  width: 50%;
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  z-index: 0;
}
/* line 123, ../sass/media/_main_inside.scss */
.banner .banner_right .topcc {
  margin-left: 60px;
  width: 100%;
  max-width: 600px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px 90px 30px;
}
/* line 129, ../sass/media/_main_inside.scss */
.banner .banner_right .topcc .title {
  margin-left: -180px;
  margin-top: -60px;
  text-align: right;
}
/* line 133, ../sass/media/_main_inside.scss */
.banner .banner_right .topcc .title .subtitle {
  color: #704A25;
  font-size: 30px;
  font-family: 'Noto Serif TC';
  font-weight: bold;
  margin-top: -70px;
  margin-bottom: 20px;
}
/* line 142, ../sass/media/_main_inside.scss */
.banner .banner_right .topcc .topwords {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* line 147, ../sass/media/_main_inside.scss */
.banner .banner_right .topcc .topwords p {
  color: #4E3F34;
  line-height: 1.8;
  font-size: 1em;
}

/* line 159, ../sass/media/_main_inside.scss */
.btn {
  border-radius: 300px;
}
/* line 162, ../sass/media/_main_inside.scss */
.btn.bannertop {
  display: inline-block;
  background-color: transparent;
  margin-top: 30px;
}
/* line 167, ../sass/media/_main_inside.scss */
.btn.bannertop a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-direction: row;
  background-color: #FFD900;
  border-radius: 300px;
  padding: 8px 24px 8px 8px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease;
}
/* line 184, ../sass/media/_main_inside.scss */
.btn.bannertop a span {
  text-align: left;
  margin-right: 0;
  line-height: 1.2;
}
/* line 189, ../sass/media/_main_inside.scss */
.btn.bannertop a span:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #ffffff;
  height: 45px;
  width: 45px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}
/* line 201, ../sass/media/_main_inside.scss */
.btn.bannertop a span img {
  display: block;
  transition: transform .3s ease;
}
/* line 209, ../sass/media/_main_inside.scss */
.btn.bannertop:hover a {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  background-color: #ffe44d;
}
/* line 214, ../sass/media/_main_inside.scss */
.btn.bannertop:hover a span:first-child img {
  transform: translateY(3px);
}

/* line 222, ../sass/media/_main_inside.scss */
h1 {
  font-size: 36px;
  color: #212121;
  font-weight: bold;
}
/* line 226, ../sass/media/_main_inside.scss */
h1 span {
  font-size: 24px;
  color: #2A2A2A;
  font-weight: bold;
  padding-left: 2rem;
}
/* line 231, ../sass/media/_main_inside.scss */
h1 span.nopad {
  padding-left: 0;
}

/* line 239, ../sass/media/_main_inside.scss */
h3 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}

/* line 244, ../sass/media/_main_inside.scss */
.indexline {
  margin-top: 5px;
  position: relative;
}

/* line 248, ../sass/media/_main_inside.scss */
.lineimg {
  text-align: center;
  top: -16px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
}
/* line 256, ../sass/media/_main_inside.scss */
.lineimg img {
  width: 100%;
  max-width: 1700px;
}

/* line 261, ../sass/media/_main_inside.scss */
.main-wrap {
  background-color: #FAFAFA;
}
/* line 263, ../sass/media/_main_inside.scss */
.main-wrap.p2 {
  background-color: #F9F4EE;
}

/* line 268, ../sass/media/_main_inside.scss */
.main-content {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 80px;
}

/* line 275, ../sass/media/_main_inside.scss */
.booklist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 100px 45px;
  position: relative;
  padding: 120px 0;
}
/* line 282, ../sass/media/_main_inside.scss */
.booklist::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #ddd;
}
/* line 292, ../sass/media/_main_inside.scss */
.booklist .book-card {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 35px;
  box-sizing: border-box;
  cursor: pointer;
}
/* line 304, ../sass/media/_main_inside.scss */
.booklist .book-card img {
  width: 100%;
  display: block;
  margin-bottom: 16px;
}
/* line 310, ../sass/media/_main_inside.scss */
.booklist .book-card h3 {
  font-size: 16px;
  margin-bottom: 4px;
}
/* line 315, ../sass/media/_main_inside.scss */
.booklist .book-card p {
  font-size: 12px;
  margin-bottom: 10px;
}
/* line 320, ../sass/media/_main_inside.scss */
.booklist .book-card span {
  font-size: 12px;
  line-height: 1.5;
}

/* line 326, ../sass/media/_main_inside.scss */
.pagetop {
  padding-top: 130px;
}

/*********p1 start***********/
/* line 333, ../sass/media/_main_inside.scss */
.classtop {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-top: 50px;
  padding: 0 50px 50px;
  position: relative;
}
/* line 343, ../sass/media/_main_inside.scss */
.classtop.p1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #999 0, #999 8px, transparent 8px, transparent 16px);
}
/* line 364, ../sass/media/_main_inside.scss */
.classtop .bookleft {
  flex: 0 0 230px;
}
/* line 366, ../sass/media/_main_inside.scss */
.classtop .bookleft.p2 {
  flex: 0 0 50%;
  max-width: 50%;
}
/* line 369, ../sass/media/_main_inside.scss */
.classtop .bookleft.p2 img {
  border: none;
  padding: 0;
  background-color: transparent;
}
/* line 376, ../sass/media/_main_inside.scss */
.classtop .bookleft img {
  width: 100%;
  height: auto;
  display: block;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #ccc;
}
/* line 386, ../sass/media/_main_inside.scss */
.classtop .wordsright {
  flex: 1;
  min-width: 0;
  font-size: 20px;
  color: #4E3F34;
}
/* line 391, ../sass/media/_main_inside.scss */
.classtop .wordsright.p2 {
  padding-top: 30px;
  font-size: 16px;
  line-height: 1.6;
}
/* line 393, ../sass/media/_main_inside.scss */
.classtop .wordsright.p2 h1 {
  margin-bottom: 30px;
}
/* line 398, ../sass/media/_main_inside.scss */
.classtop .wordsright.p2 p {
  font-size: 16px;
}
/* line 399, ../sass/media/_main_inside.scss */
.classtop .wordsright.p2 p b {
  font-size: 20px;
}
/* line 404, ../sass/media/_main_inside.scss */
.classtop .wordsright.p2 li {
  font-size: 16px;
}

/* line 411, ../sass/media/_main_inside.scss */
.classlesson {
  padding-top: 50px;
  position: relative;
  z-index: 1;
}

/* line 417, ../sass/media/_main_inside.scss */
.selectcc {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  font-size: 20px;
  color: #4E3F34;
}
/* line 425, ../sass/media/_main_inside.scss */
.selectcc label {
  font-weight: bold;
  font-size: 20px;
}
/* line 430, ../sass/media/_main_inside.scss */
.selectcc select {
  width: auto;
  height: 40px;
  padding: 5px 34px 5px 12px;
  border: 1px solid #9b8c8c;
  border-radius: 0;
  background-color: #fff;
  font-size: 20px;
  color: #4E3F34;
  line-height: 28px;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #9b7777 50%), linear-gradient(135deg, #9b7777 50%, transparent 50%);
  background-position: calc(100% - 13px) 18px, calc(100% - 8px) 18px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
}
/* line 463, ../sass/media/_main_inside.scss */
.selectcc select:focus {
  border-color: #777;
}

/* line 468, ../sass/media/_main_inside.scss */
.chplist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  position: relative;
  z-index: 1;
}

/* line 476, ../sass/media/_main_inside.scss */
.chp-card {
  display: block;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
}
/* line 482, ../sass/media/_main_inside.scss */
.chp-card img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 489, ../sass/media/_main_inside.scss */
.culture-section {
  margin-top: 80px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}

/* line 496, ../sass/media/_main_inside.scss */
.culture-title {
  text-align: center;
  color: #6d5a3f;
  margin-bottom: 34px;
  padding-bottom: 12px;
  border-bottom: 1px solid #414141;
}
/* line 503, ../sass/media/_main_inside.scss */
.culture-title span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}
/* line 510, ../sass/media/_main_inside.scss */
.culture-title h2 {
  margin: 2px 0 0;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
}

/* line 518, ../sass/media/_main_inside.scss */
.culture-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 20px;
}

/* line 524, ../sass/media/_main_inside.scss */
.culture-card {
  display: block;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
}
/* line 530, ../sass/media/_main_inside.scss */
.culture-card img {
  display: block;
  width: 100%;
  height: auto;
}

/*********p1 end*************/
/*********p2 start***********/
/* line 540, ../sass/media/_main_inside.scss */
.textbook {
  position: relative;
  z-index: 1;
}
/* line 543, ../sass/media/_main_inside.scss */
.textbook .textbook_nav {
  position: relative;
  text-align: right;
}
/* line 546, ../sass/media/_main_inside.scss */
.textbook .textbook_nav .clickbtn_1 {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 80px;
  height: 80px;
  bottom: 0;
  right: 64px;
  cursor: pointer;
}
/* line 556, ../sass/media/_main_inside.scss */
.textbook .textbook_content {
  margin-top: 10px;
  border-top: 1px solid #4b4b4b;
  padding: 20px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  position: relative;
}
/* line 564, ../sass/media/_main_inside.scss */
.textbook .textbook_content img {
  width: 100%;
  text-align: center;
}
/* line 569, ../sass/media/_main_inside.scss */
.textbook .textbook_content .clickbtn {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 80px;
  height: 80px;
  top: 30px;
  left: 50%;
  cursor: pointer;
}

/*********p2 end*************/
/*********p3 start*************/
/* line 584, ../sass/media/_main_inside.scss */
.vocabulary {
  position: relative;
  z-index: 1;
  background: #F9F4EE;
  padding: 0 20px 20px;
}
/* line 589, ../sass/media/_main_inside.scss */
.vocabulary img {
  width: 100%;
}

/* line 594, ../sass/media/_main_inside.scss */
.clickbtn {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 80px;
  height: 80px;
  cursor: pointer;
}
/* line 600, ../sass/media/_main_inside.scss */
.clickbtn.p3 {
  top: 54px;
  left: 155px;
}
/* line 604, ../sass/media/_main_inside.scss */
.clickbtn.note {
  top: 74px;
  right: 30px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}
/* line 611, ../sass/media/_main_inside.scss */
.clickbtn.p5 {
  top: 0px;
  right: 0px;
}

/* line 617, ../sass/media/_main_inside.scss */
.btnlist {
  position: absolute;
  top: -30px;
  right: 20px;
  text-align: right;
}
/* line 622, ../sass/media/_main_inside.scss */
.btnlist a {
  display: inline-block;
}

/* line 626, ../sass/media/_main_inside.scss */
.note {
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 999;
  display: flex;
  align-items: flex-start;
  transition: right .35s ease;
}
/* line 635, ../sass/media/_main_inside.scss */
.note.open {
  right: 0;
}
/* line 639, ../sass/media/_main_inside.scss */
.note .btnnote {
  padding-top: 80px;
  width: 34px;
  cursor: pointer;
}
/* line 644, ../sass/media/_main_inside.scss */
.note .btnnote img {
  display: block;
  width: 100%;
}
/* line 650, ../sass/media/_main_inside.scss */
.note .note-panel {
  width: 300px;
  height: 100vh;
  background: #FAFAFA;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  padding: 80px 30px;
}
/* line 657, ../sass/media/_main_inside.scss */
.note .note-panel img {
  display: block;
  width: 100%;
}

/* line 664, ../sass/media/_main_inside.scss */
.notepop-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .3s ease;
  z-index: 2000;
}
/* line 681, ../sass/media/_main_inside.scss */
.notepop-overlay.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* line 688, ../sass/media/_main_inside.scss */
.notepop {
  width: 760px;
  max-width: 90vw;
  transform: scale(0.95);
  transition: transform .3s ease;
}
/* line 694, ../sass/media/_main_inside.scss */
.notepop img {
  display: block;
  width: 100%;
}

/* line 700, ../sass/media/_main_inside.scss */
.notepop-overlay.show .notepop {
  transform: scale(1);
}

/* line 705, ../sass/media/_main_inside.scss */
.note.open .clickbtn.note {
  opacity: 1;
  pointer-events: auto;
}

/*********p3 end*************/
/*********p4 start*************/
/* line 712, ../sass/media/_main_inside.scss */
.swiperp4 {
  position: relative;
  z-index: 1;
}

/* line 717, ../sass/media/_main_inside.scss */
.sp {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 70px;
}
/* line 725, ../sass/media/_main_inside.scss */
.sp.bg1 {
  background-image: url("../images/Group 25 (2).png");
}
/* line 729, ../sass/media/_main_inside.scss */
.sp.bg2 {
  background-image: url("../images/Group 24 (1).png");
}

/* line 734, ../sass/media/_main_inside.scss */
.resourceSwiper {
  overflow: hidden;
  margin: 60px 0 20px;
  margin-right: -20px;
}

/* line 741, ../sass/media/_main_inside.scss */
.swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

/* line 748, ../sass/media/_main_inside.scss */
.resource-prev,
.resource-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 5;
}
/* line 758, ../sass/media/_main_inside.scss */
.resource-prev::before,
.resource-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
}

/* line 768, ../sass/media/_main_inside.scss */
.resource-prev {
  left: 40px;
}
/* line 771, ../sass/media/_main_inside.scss */
.resource-prev::before {
  transform: rotate(-135deg);
}

/* line 776, ../sass/media/_main_inside.scss */
.resource-next {
  right: 20px;
}
/* line 779, ../sass/media/_main_inside.scss */
.resource-next::before {
  transform: rotate(45deg);
}

/*********p4 end*************/
/*********p5 start*************/
/* line 785, ../sass/media/_main_inside.scss */
.contentp5 {
  position: relative;
  z-index: 1;
}
/* line 788, ../sass/media/_main_inside.scss */
.contentp5 .p5img1 {
  width: 100%;
}
/* line 790, ../sass/media/_main_inside.scss */
.contentp5 .p5img1 img {
  width: 100%;
}
/* line 794, ../sass/media/_main_inside.scss */
.contentp5 .p5img2 {
  width: 100%;
  margin-top: 10px;
}
/* line 797, ../sass/media/_main_inside.scss */
.contentp5 .p5img2 img {
  width: 100%;
}

/*********p5 end*************/
/* line 804, ../sass/media/_main_inside.scss */
.widthbg {
  position: relative;
}

/* line 807, ../sass/media/_main_inside.scss */
.pagebg {
  position: absolute;
  pointer-events: none;
}
/* line 810, ../sass/media/_main_inside.scss */
.pagebg img {
  width: 100%;
  height: 100%;
}
/* line 814, ../sass/media/_main_inside.scss */
.pagebg.top {
  top: 0;
  right: 0;
}
/* line 819, ../sass/media/_main_inside.scss */
.pagebg.bottom {
  bottom: 0;
  left: 0;
}

/* line 825, ../sass/media/_main_inside.scss */
a {
  color: inherit;
  text-decoration: none;
}
/* line 828, ../sass/media/_main_inside.scss */
a:hover {
  text-decoration: none;
}

/* line 833, ../sass/media/_main_inside.scss */
.admin {
  width: 300px;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 100;
}
/* line 840, ../sass/media/_main_inside.scss */
.admin a {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 1440px) {
  /* 1440 */
}
@media only screen and (max-width: 1280px) {
  /* 1280 */
}
@media only screen and (max-width: 1024px) {
  /* 1024 */
}
@media only screen and (max-width: 768px) {
  /* 768 */
  /* line 17, ../sass/media/_touch_main_inside.scss */
  .chplist {
    grid-template-columns: 1fr;
  }

  /* line 21, ../sass/media/_touch_main_inside.scss */
  .chp-card {
    min-height: 110px;
  }

  /* line 25, ../sass/media/_touch_main_inside.scss */
  .culture-list {
    grid-template-columns: 1fr;
  }

  /* line 30, ../sass/media/_touch_main_inside.scss */
  .culture-title h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 640px) {
  /* 640 */
}
@media only screen and (max-width: 480px) {
  /* 480 */
}
@media only screen and (max-width: 414px) {
  /* 414 */
}
@media only screen and (max-width: 390px) {
  /* 390*/
}
@media only screen and (max-width: 375px) {
  /* 375 */
}
@media only screen and (max-width: 320px) {
  /* 320 */
}
/* line 1, ../sass/media/_important_set.scss */
.ta-l {
  text-align: left !important;
}

/* line 4, ../sass/media/_important_set.scss */
.ta-c {
  text-align: center !important;
}

/* line 7, ../sass/media/_important_set.scss */
.ta-r {
  text-align: right !important;
}

/* line 10, ../sass/media/_important_set.scss */
.white {
  color: #ffffff;
}

/* line 14, ../sass/media/_important_set.scss */
.widthradius_top {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

/* line 18, ../sass/media/_important_set.scss */
.widthradius_bottom {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

/* line 24, ../sass/media/_important_set.scss */
.hover-float {
  transition: transform .3s ease, box-shadow .3s ease;
}
/* line 27, ../sass/media/_important_set.scss */
.hover-float:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
