@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-family: "Segoe UI", Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic", "蘋果儷中黑";
}

.wrapper {
  overflow-x: hidden;
  min-width: 310px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  /*	border: 1px solid #666666;*/
}

@media screen and (max-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

span.inblock {
  display: inline-block;
}

.cookie {
  position: relative;
  width: 100%;
  padding: 13px;
  font-size: 13px;
  line-height: 24px;
  background-color: #f5f5f5;
  z-index: 99999;
  display: none;
}

.cookie .container {
  width: 100%;
  max-width: 1260px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .cookie .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cookie .container span {
  display: inline-block;
}

.cookie .container span.know {
  display: inline-block;
  text-decoration: underline;
  color: #005ca2;
  cursor: pointer;
  width: 4rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .cookie .container span {
    display: block;
  }
  .cookie .container span.know {
    margin-left: auto;
  }
}

.scrollbar {
  position: fixed;
  width: 100%;
  bottom: 10px;
  left: 0;
}

.scrollbar .container {
  position: relative;
  max-width: 1314px;
}

.goTopBtn {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-align: center;
  width: 87px;
  height: 87px;
  right: 0px;
  bottom: 10px;
  font-size: 0.5rem;
  color: #ffffff;
  background-color: #00aeef;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  z-index: 99999;
  padding: 10px 0 0 0;
  margin-right: 10px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .goTopBtn {
    width: 50px;
    height: 50px;
  }
}

.goTopBtn:hover {
  padding-top: 6px;
  opacity: 0;
}

.goTopBtn img {
  width: 100%;
  max-width: 30px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}

@media screen and (max-width: 768px) {
  .goTopBtn img {
    max-width: 18px;
  }
}

.goTopBtn span {
  font-size: 12px;
  line-height: 2;
  color: #ffffff;
  font-weight: bold;
  display: block;
}

.goTopBtn.upToShow {
  opacity: 0.6;
  bottom: 20px;
}

.goTopBtn.upToShow:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .goTopBtn {
    padding: 8px 0 0 0;
  }
  .scrollbar .upToShow {
    right: 0rem;
  }
}

/*==================== hover====================*/
/********************** Bob *********************/
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.hvr-bob {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

header {
  position: relative;
}

header .menu {
  width: 100%;
  z-index: 99;
}

header .menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

header .menu .inner {
  width: 100%;
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 0;
  background-color: #003471;
}

header .menu .container {
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
}

header .menu .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  margin-right: -15px;
}

@media screen and (max-width: 520px) {
  header .menu .row {
    max-width: 320px;
    margin-left: auto;
  }
}

header .menu .row .col {
  padding: 10px 20px;
}

@media screen and (max-width: 520px) {
  header .menu .row .col {
    padding: 10px 10px;
  }
}

header .menu .row .col a {
  color: #ffffff;
  text-decoration: none;
  font-size: 22px;
  line-height: 1.5;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

@media screen and (max-width: 768px) {
  header .menu .row .col a {
    font-size: 16px;
  }
}

header .menu .row .col a:hover {
  border-bottom: 2px solid #ffffff;
}

header .menu .row .col.menuList.choose a {
  color: red;
}

header .menu .row .col.now a {
  border-bottom: 2px solid #ffffff;
  cursor: auto;
}

header .kv {
  width: 100%;
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/kv_bg_1700_780_shadow.png);
  background-repeat: no-repeat;
  background-size: 1500px auto;
  background-position: center top;
  background-color: #021020;
  height: 688px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  header .kv {
    background-position: 55% bottom;
    background-size: 1300px auto;
    height: 596px;
  }
}

@media screen and (max-width: 768px) {
  header .kv {
    background-size: 981px;
    background-position: 45% bottom;
    height: 450px;
  }
}

@media screen and (max-width: 520px) {
  header .kv {
    background-image: url(../img/kv_bg_520.png);
    background-size: 520px auto;
    height: 700px;
    background-position: center bottom;
    background-color: #000000;
  }
}

header .kv.form {
  height: 500px;
  background-position: center 30%;
  background-size: 1200px;
}

@media screen and (max-width: 520px) {
  header .kv.form {
    background-position: center bottom;
    background-image: url(../img/kv_bg_520_form.jpg);
    background-size: 520px auto;
  }
}

header .kv .container {
  width: 100%;
  height: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
}

header .kv .title {
  font-size: 45px;
  width: 11em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}

@media screen and (max-width: 768px) {
  header .kv .title {
    font-size: 30px;
    width: 7em;
  }
}

@media screen and (max-width: 520px) {
  header .kv .title {
    top: 95px;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
}

header .kv .title h1 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Segoe UI semibold", Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic", "蘋果儷中黑";
  color: #ffffff;
  position: relative;
  margin: 0;
  margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
  header .kv .title h1 {
    font-size: 35px;
  }
}

@media screen and (max-width: 960px) {
  header .kv .title h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  header .kv .title h1 {
    text-align: center;
    line-height: 1.3;
    width: 5.2em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
  }
}

header .kv .title h1 span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  header .kv .title h1 span.m_none {
    display: none;
  }
}

header .kv .title h1:before {
  content: '';
  width: 400px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -1px;
}

@media screen and (max-width: 1200px) {
  header .kv .title h1:before {
    bottom: -2px;
    width: 350px;
  }
}

@media screen and (max-width: 960px) {
  header .kv .title h1:before {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  header .kv .title h1:before {
    width: 6em;
    left: -0.4em;
    bottom: -12px;
  }
}

header .kv .title h2 {
  font-weight: normal;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 1.45em;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  padding-bottom: 0;
}

@media screen and (max-width: 1200px) {
  header .kv .title h2 {
    font-size: 25px;
    letter-spacing: 1.5em;
  }
}

@media screen and (max-width: 960px) {
  header .kv .title h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  header .kv .title h2 {
    font-size: 18px;
    letter-spacing: 0.7em;
    text-align: center;
    -webkit-transform: translateX(0.4em);
    -ms-transform: translateX(0.4em);
    transform: translateX(0.4em);
  }
}

header .kv .logo {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  header .kv .logo {
    top: 22px;
  }
}

header .kv .logo .container {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  position: relative;
}

@media screen and (max-width: 768px) {
  header .kv .logo .container {
    width: 100%;
  }
}

header .kv .logo .row {
  width: 100%;
  max-width: 1600px;
  position: relative;
  margin-right: 0;
  margin-left: 0;
}

header .kv .logo .row .logo_ms {
  width: 145px;
  margin-left: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

header .kv .logo .row .logo_ms img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  header .kv .logo .row .logo_ms {
    width: 94px;
    margin-left: 7px;
  }
}

header .kv .logo .row .logo_ithome {
  width: 138px;
  position: absolute;
  top: 0;
  right: 0;
}

header .kv .logo .row .logo_ithome img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  header .kv .logo .row .logo_ithome {
    width: 84px;
  }
}

h2 {
  font-size: 36px;
  line-height: 1.5;
  color: #0076a3;
  font-weight: bold;
  font-family: "Segoe UI semibold", Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic", "蘋果儷中黑";
  text-align: center;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #0076a3;
  font-weight: bold;
  font-family: "Segoe UI semibold", Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic", "蘋果儷中黑";
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

p {
  font-size: 18px;
  line-height: 1.67;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 16px;
  }
}

p b {
  font-weight: bold;
  font-family: "Segoe UI semibold", Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic", "蘋果儷中黑";
}

.kv .registerNow {
  font-size: 24px;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  width: 10em;
  background-color: #ffc600;
  margin-top: 30px;
  padding: 0.25em;
  text-align: center;
  font-weight: bold;
  font-family: "Segoe UI semibold", Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic", "蘋果儷中黑";
  position: relative;
  overflow: hidden;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.kv .registerNow span {
  color: #000000;
  position: relative;
  z-index: 1;
}

.kv .registerNow:hover {
  background-color: #0076a3;
}

.kv .registerNow:hover span {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .kv .registerNow {
    font-size: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}

main {
  width: 100%;
}

main .fixBtn {
  position: fixed;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  main .fixBtn {
    width: 35px;
  }
}

main .fixBtn a {
  font-size: 27px;
  line-height: 1.2;
  background-color: #ffc600;
  width: 100%;
  font-weight: bold;
  font-family: "Segoe UI semibold", Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic", "蘋果儷中黑";
  display: block;
  text-decoration: none;
  color: #000000;
  padding: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #ffc600;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  opacity: 1;
}

main .fixBtn a:hover {
  background-color: #0076a3;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  main .fixBtn a {
    font-size: 20px;
    padding: 10px 10px 10px 5px;
  }
}

main .sec_01 {
  width: 100%;
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  border-top: 15px solid #e1e1e1;
  padding-top: 113px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  main .sec_01 {
    padding-top: 70px;
  }
}

main .sec_01 .block {
  width: 100%;
  max-width: 1018px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  border: 1px solid rgba(3, 22, 106, 0.25);
  position: relative;
}

@media screen and (max-width: 768px) {
  main .sec_01 .block {
    padding: 25px;
    max-width: 560px;
  }
}

@media screen and (max-width: 520px) {
  main .sec_01 .block {
    max-width: 400px;
    padding-top: 10px;
  }
}

main .sec_01 .block .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  main .sec_01 .block .title {
    -webkit-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    transform: translateY(-75%);
  }
}

@media screen and (max-width: 520px) {
  main .sec_01 .block .title {
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

main .sec_01 .block .title h2 {
  font-size: 30px;
  line-height: 1.8;
  font-weight: bold;
  font-family: "Segoe UI semibold", Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic", "蘋果儷中黑";
  color: #03166a;
  width: 75%;
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  main .sec_01 .block .title h2 {
    font-size: 24px;
    line-height: 1.5;
    max-width: 350px;
  }
}

@media screen and (max-width: 520px) {
  main .sec_01 .block .title h2 {
    width: 100%;
    margin-bottom: 10px;
  }
}

main .sec_01 .block .title h2 span {
  display: inline-block;
}

main .sec_01 .block p {
  font-size: 22px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  main .sec_01 .block p {
    font-size: 18px;
  }
}

main .sec_01 .block p span {
  font-weight: bold;
  font-family: "Segoe UI semibold", Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic", "蘋果儷中黑";
  color: #004eff;
}

main .sec_01 .block p b {
  display: inline-block;
}

main .sec_01 .block span.dot {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: -1;
}

main .sec_01 .block span.dot:nth-of-type(1) {
  background-color: #03166a;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

main .sec_01 .block span.dot:nth-of-type(2) {
  background-color: #6dcff6;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-50%) translateY(50%);
  -ms-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
}

main .sec_01 .block span.dot:nth-of-type(3) {
  background-color: #00aeef;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(50%) translateY(50%);
  -ms-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
}

main .sec_01 .block span.dot:nth-of-type(4) {
  background-color: #0076a3;
  top: 0;
  right: 0;
  -webkit-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
}

main .sec_02 {
  width: 100%;
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/sec_02_bg.png);
  background-size: 1700px auto;
  background-color: #e9f6fc;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
}

@media screen and (max-width: 768px) {
  main .sec_02 {
    padding-top: 75px;
    padding-bottom: 100px;
    background-size: 1000px auto;
    background-position: right bottom;
  }
}

main .sec_02:before {
  content: '';
  background-image: url(../img/sec_02_bg_top.png);
  background-size: 1700px auto;
  width: 100%;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  main .sec_02:before {
    background-size: 1000px auto;
    height: 31px;
  }
}

main .sec_02 .img {
  width: 100%;
  margin-bottom: 25px;
  margin-top: 15px;
}

main .sec_02 .img img {
  width: 100%;
  max-width: 927px;
  margin-right: auto;
  margin-left: auto;
}

main .sec_02 .img img.img01 {
  display: block;
}

@media screen and (max-width: 768px) {
  main .sec_02 .img img.img01 {
    display: none;
  }
}

main .sec_02 .img img.img02 {
  display: none;
  max-width: 244px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  main .sec_02 .img img.img02 {
    display: block;
  }
}

main .sec_02 p.title {
  color: #03166a;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  font-family: "Segoe UI semibold", Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic", "蘋果儷中黑";
  text-align: center;
}

@media screen and (max-width: 768px) {
  main .sec_02 p.title {
    font-size: 22px;
    text-align: center;
  }
}

main .sec_02 p.title.title2 {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}

main .sec_02 ul li {
  padding-left: 20px;
  padding-bottom: 10px;
  position: relative;
}

main .sec_02 ul li:before {
  content: '';
  background-image: url(../img/icon_list.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 2px;
}

main .sec_class {
  padding-top: 100px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  main .sec_class {
    padding-top: 75px;
    padding-bottom: 0px;
  }
}

main .sec_class h2 {
  position: relative;
}

main .sec_class h2:before {
  content: '';
  background-image: url(../img/icon_class.svg);
  background-repeat: no-repeat;
  background-size: auto 45px;
  width: 100%;
  height: 45px;
  background-position: center center;
  position: absolute;
  top: -100%;
  left: 0;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

@media screen and (max-width: 768px) {
  main .sec_class h2:before {
    background-size: auto 40px;
    height: 40px;
  }
}

main .sec_class h3 {
  text-align: center;
}

main .sec_class .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  main .sec_class .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 17px;
  }
}

main .sec_class .row .col {
  width: 48%;
  max-width: 500px;
}

@media screen and (max-width: 768px) {
  main .sec_class .row .col {
    width: 100%;
    margin-bottom: 20px;
    max-width: none;
  }
}

main .sec_class .row_class {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  main .sec_class .row_class {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

main .sec_class .row_class .col_left {
  text-align: center;
  width: 19%;
  background-color: #0050ab;
  padding-top: 16px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  main .sec_class .row_class .col_left {
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  main .sec_class .row_class .col_left {
    padding: 10px 0;
  }
}

main .sec_class .row_class .col_left p {
  font-size: 30px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}

@media screen and (max-width: 768px) {
  main .sec_class .row_class .col_left p {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
  }
}

main .sec_class .row_class .col_left img {
  display: block;
  width: 124px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  main .sec_class .row_class .col_left img {
    width: 60px;
    display: inline-block;
    vertical-align: middle;
  }
}

main .sec_class .row_class .col_right {
  width: 81%;
  border: 1px solid #0050ab;
  padding: 26px 30px 26px 49px;
}

@media screen and (max-width: 768px) {
  main .sec_class .row_class .col_right {
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  main .sec_class .row_class .col_right {
    padding: 20px 15px;
  }
}

main .sec_class .row_class .col_right p.top {
  font-size: 27px;
  line-height: 1.25;
  color: #f26522;
  font-weight: bold;
  font-family: "Segoe UI semibold", Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic", "蘋果儷中黑";
}

@media screen and (max-width: 768px) {
  main .sec_class .row_class .col_right p.top {
    font-size: 22px;
  }
}

main .sec_class .row_class .col_right p.top2 {
  margin-top: 10px;
}

main .sec_class .row_class .col_right p.top2 span {
  display: inline-block;
}

@media screen and (max-width: 520px) {
  main .sec_class .row_class .col_right p.top2 span {
    display: block;
  }
  main .sec_class .row_class .col_right p.top2 span.line {
    display: none;
  }
}

main .sec_class .row_class .col_right .openclose_block {
  padding-top: 10px;
  display: none;
}

main .sec_class .row_class .col_right .openclose_block p {
  margin-bottom: 0.3em;
}

main .sec_class .row_class .col_right .openclose_block p:last-child {
  margin-bottom: 0;
}

main .sec_class .row_class .col_right ul li p {
  padding-left: 1em;
  position: relative;
}

main .sec_class .row_class .col_right ul li p:before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0.2em;
}

main .sec_class .row_class .col_right p.openclose {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Segoe UI semibold", Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic", "蘋果儷中黑";
  color: #4c637d;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  main .sec_class .row_class .col_right p.openclose {
    font-size: 16px;
  }
}

main .sec_class .row_class .col_right a.btn {
  width: 144px;
  text-align: center;
  background-color: #003f86;
  text-decoration: none;
  display: block;
  color: #ffffff;
  padding: 1px 0;
  margin-top: 10px;
  border: 1px solid #003f86;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

main .sec_class .row_class .col_right a.btn:hover {
  color: #003f86;
  background-color: transparent;
}

main .sec_class .row_class.row_none .col_left {
  background-color: #777777;
}

main .sec_class .row_class.row_none .col_right {
  border: 1px solid #777777;
}

main .sec_class .row_class.row_none .col_right a.btn {
  background-color: #777777;
}

main .sec_tea {
  width: 100%;
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/tea_bg.png);
  background-repeat: no-repeat;
  background-color: #003772;
  background-position: center bottom;
  position: relative;
  padding-top: 205px;
  padding-bottom: 50px;
}

main .sec_tea:before {
  content: '';
  width: 100%;
  height: 114px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/tea_top.png);
  background-repeat: no-repeat;
  background-position: center center;
}

main .sec_tea:after {
  content: '';
  width: 100%;
  height: 117px;
  position: absolute;
  bottom: -117px;
  left: 0;
  background-image: url(../img/tea_bottom.png);
  background-repeat: no-repeat;
  background-position: center center;
}

main .sec_tea h2 {
  position: relative;
  color: #ffffff;
}

main .sec_tea h2:before {
  content: '';
  background-image: url(../img/icon_tea.svg);
  background-size: auto 51px;
  background-repeat: no-repeat;
  width: 100%;
  height: 51px;
  background-position: center center;
  position: absolute;
  top: -100%;
  left: 0;
  -webkit-transform: translateY(0px) translateX(5px);
  -ms-transform: translateY(0px) translateX(5px);
  transform: translateY(0px) translateX(5px);
}

@media screen and (max-width: 768px) {
  main .sec_tea h2:before {
    -webkit-transform: translateY(0px) translateX(5px);
    -ms-transform: translateY(0px) translateX(5px);
    transform: translateY(0px) translateX(5px);
    background-size: auto 40px;
    height: 40px;
  }
}

main .sec_tea .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1200px) {
  main .sec_tea .row {
    max-width: 900px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 960px) {
  main .sec_tea .row {
    max-width: 700px;
  }
}

@media screen and (max-width: 768px) {
  main .sec_tea .row {
    max-width: 540px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

main .sec_tea .row .col {
  width: 20%;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  main .sec_tea .row .col {
    width: 30%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  main .sec_tea .row .col {
    width: 46%;
    max-width: 240px;
  }
}

@media screen and (max-width: 520px) {
  main .sec_tea .row .col {
    width: 100%;
  }
}

main .sec_tea .row .col .img {
  display: block;
  width: 100%;
  max-width: 177px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
  main .sec_tea .row .col .img {
    max-width: 160px;
  }
}

@media screen and (max-width: 520px) {
  main .sec_tea .row .col .img {
    max-width: 177px;
  }
}

main .sec_tea .row .col .img img {
  width: 100%;
  display: block;
}

main .sec_tea .row .col p {
  color: #ffffff;
  margin-bottom: 5px;
}

main .sec_tea .row .col p span {
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  main .sec_tea .row .col p span {
    display: block;
  }
}

main .sec_tea .row .col p.title {
  font-size: 16px;
  margin-bottom: 15px;
  min-height: 55px;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  main .sec_tea .row .col p.title {
    min-height: 10px;
  }
}

main .sec_tea .row .col a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 155px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.875;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

main .sec_tea .row .col a:hover {
  background-color: #ffffff;
  color: #003471;
}

main .sec_gift {
  padding-top: 200px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  main .sec_gift {
    padding-top: 150px;
    padding-bottom: 0px;
  }
}

main .sec_gift h2 {
  position: relative;
  margin-bottom: 50px;
}

main .sec_gift h2:before {
  content: '';
  background-image: url(../img/icon_gift.svg);
  background-size: auto 43px;
  background-repeat: no-repeat;
  width: 100%;
  height: 43px;
  background-position: center center;
  position: absolute;
  top: -100%;
  left: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

@media screen and (max-width: 768px) {
  main .sec_gift h2:before {
    background-size: auto 35px;
    height: 35px;
  }
}

main .sec_gift h3 {
  color: #000000;
  position: relative;
  text-align: center;
  width: 210px;
  background-color: #ffc600;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  main .sec_gift h3 {
    width: 180px;
  }
}

main .sec_gift h3:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 36px;
  border-color: transparent transparent #ffc600 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media screen and (max-width: 768px) {
  main .sec_gift h3:before {
    border-width: 0 0 30px 30px;
  }
}

main .sec_gift h3:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 36px;
  border-color: transparent transparent transparent #ffc600;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

@media screen and (max-width: 768px) {
  main .sec_gift h3:after {
    border-width: 0 0 30px 30px;
  }
}

main .sec_gift p {
  text-align: center;
}

main .sec_gift .block {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 1px dotted #ebebeb;
}

main .sec_gift .block:last-of-type {
  border-bottom: 0px dotted #ebebeb;
}

@media screen and (max-width: 960px) {
  main .sec_gift .block {
    max-width: 640px;
  }
}

@media screen and (max-width: 768px) {
  main .sec_gift .block {
    max-width: 560px;
  }
}

main .sec_gift .block .row {
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (max-width: 960px) {
  main .sec_gift .block .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 600px;
  }
}

@media screen and (max-width: 768px) {
  main .sec_gift .block .row {
    max-width: 500px;
  }
}

@media screen and (max-width: 768px) {
  main .sec_gift .block .row .col {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 520px) {
  main .sec_gift .block .row .col {
    margin-bottom: 15px;
  }
}

main .sec_gift .block .row .col .img {
  width: 100%;
  height: 121px;
  margin-bottom: 12px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

main .sec_gift .block .row .col .img img {
  width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .sec_gift .block .row .col .img span {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #ed1c24;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 0px;
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  font-size: 30px;
  line-height: 55px;
  color: #ffffff;
  font-weight: bold;
  font-family: Ebrima,'Segoe UI semibold';
  text-align: center;
}

main .sec_gift .block .row .col .img span b {
  font-style: italic;
  padding-right: 3px;
}

@media screen and (max-width: 960px) {
  main .sec_gift .block .row .col .img span {
    width: 45px;
    height: 45px;
    font-size: 25px;
    line-height: 45px;
  }
}

main .sec_gift .block .row .col .img span.blue {
  font-size: 22px;
  background-color: #00bff3;
}

@media screen and (max-width: 960px) {
  main .sec_gift .block .row .col .img span.blue {
    font-size: 20px;
  }
}

main .sec_gift .block .row .col .img span.orange {
  font-size: 22px;
  background-color: #f7941d;
}

main .sec_gift .block .row .col .img span.green {
  font-size: 22px;
  background-color: #8dc63f;
}

main .sec_gift .block .row .col .text {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

main .sec_gift .block .row .col .text p {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}

main .sec_gift .block .row .col .text p.price {
  color: rgba(0, 0, 0, 0.7);
}

main .sec_gift .block .row .col .text a {
  color: #008aff;
  text-decoration: none;
  font-size: inherit;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Segoe UI semibold", Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic", "蘋果儷中黑";
  border-bottom: 1px solid #008aff;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

main .sec_gift .block .row .col .text a:hover {
  opacity: 0.8;
}

main .sec_gift .block .row .col_11 {
  width: 22%;
  max-width: 150px;
}

main .sec_gift .block .row .col_11 .img img {
  max-width: 104px;
}

@media screen and (max-width: 960px) {
  main .sec_gift .block .row .col_11 {
    width: 100%;
    max-width: none;
  }
  main .sec_gift .block .row .col_11 .img {
    max-width: 150px;
  }
}

main .sec_gift .block .row .col_12 {
  width: 33.5%;
}

main .sec_gift .block .row .col_12 .img img {
  max-width: 210px;
}

@media screen and (max-width: 960px) {
  main .sec_gift .block .row .col_12 {
    width: 48%;
  }
  main .sec_gift .block .row .col_12 .img {
    max-width: 250px;
  }
  main .sec_gift .block .row .col_12 .text {
    max-width: 250px;
  }
}

@media screen and (max-width: 520px) {
  main .sec_gift .block .row .col_12 {
    width: 100%;
  }
}

main .sec_gift .block .row .col_13 {
  width: 33.5%;
}

main .sec_gift .block .row .col_13 .img img {
  max-width: 210px;
}

@media screen and (max-width: 960px) {
  main .sec_gift .block .row .col_13 {
    width: 48%;
  }
  main .sec_gift .block .row .col_13 .img {
    max-width: 250px;
  }
  main .sec_gift .block .row .col_13 .text {
    max-width: 250px;
  }
}

@media screen and (max-width: 520px) {
  main .sec_gift .block .row .col_13 {
    width: 100%;
  }
}

main .sec_gift .block .row .col_2 {
  width: 33.5%;
}

main .sec_gift .block .row .col_2 .img img {
  max-width: 180px;
}

@media screen and (max-width: 768px) {
  main .sec_gift .block .row .col_2 {
    width: 100%;
  }
}

main .sec_gift .block .row3 {
  max-width: 940px;
}

@media screen and (max-width: 960px) {
  main .sec_gift .block .row3 {
    max-width: 600px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 520px) {
  main .sec_gift .block .row3 {
    max-width: 360px;
  }
}

main .sec_gift .block .row3 .col .img {
  height: 173px;
}

main .sec_gift .block .row3 .col .img span.blue {
  bottom: 6px;
}

main .sec_gift .block .row3 .col_31 {
  width: 16%;
  max-width: 150px;
}

main .sec_gift .block .row3 .col_31 .img img {
  max-width: 114px;
}

@media screen and (max-width: 960px) {
  main .sec_gift .block .row3 .col_31 {
    width: 28%;
    max-width: none;
  }
}

@media screen and (max-width: 520px) {
  main .sec_gift .block .row3 .col_31 {
    width: 45%;
  }
}

main .sec_gift .block .row3 .col_32 {
  width: 19%;
}

main .sec_gift .block .row3 .col_32 .img img {
  max-width: 139px;
}

main .sec_gift .block .row3 .col_32 .img span.blue {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
}

@media screen and (max-width: 960px) {
  main .sec_gift .block .row3 .col_32 {
    width: 32%;
  }
}

@media screen and (max-width: 520px) {
  main .sec_gift .block .row3 .col_32 {
    width: 45%;
  }
  main .sec_gift .block .row3 .col_32 .img span.blue {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

main .sec_gift .block .row3 .col_33 {
  width: 14%;
}

main .sec_gift .block .row3 .col_33 .img img {
  max-width: 96px;
}

@media screen and (max-width: 960px) {
  main .sec_gift .block .row3 .col_33 {
    width: 28%;
  }
}

@media screen and (max-width: 520px) {
  main .sec_gift .block .row3 .col_33 {
    width: 45%;
  }
}

main .sec_gift .block .row3 .col_34 {
  width: 17.5%;
}

main .sec_gift .block .row3 .col_34 .img img {
  max-width: 128px;
}

@media screen and (max-width: 960px) {
  main .sec_gift .block .row3 .col_34 {
    width: 28%;
  }
}

@media screen and (max-width: 520px) {
  main .sec_gift .block .row3 .col_34 {
    width: 45%;
  }
}

main .sec_gift .block .row3 .col_35 {
  width: 20%;
}

main .sec_gift .block .row3 .col_35 .img img {
  max-width: 152px;
}

main .sec_gift .block .row3 .col_35 .img span.blue {
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}

@media screen and (max-width: 960px) {
  main .sec_gift .block .row3 .col_35 {
    width: 28%;
  }
}

@media screen and (max-width: 520px) {
  main .sec_gift .block .row3 .col_35 {
    width: 45%;
  }
}

main .sec_gift .block .row4 {
  max-width: 940px;
}

@media screen and (max-width: 960px) {
  main .sec_gift .block .row4 {
    max-width: 600px;
  }
}

@media screen and (max-width: 520px) {
  main .sec_gift .block .row4 {
    max-width: 360px;
  }
}

main .sec_gift .block .row4 .col .img {
  height: 125px;
}

main .sec_gift .block .row4 .col .img span.blue {
  bottom: 6px;
}

main .sec_gift .block .row4 .col_36 {
  width: 18.6%;
}

main .sec_gift .block .row4 .col_36 .img img {
  max-width: 126px;
}

@media screen and (max-width: 960px) {
  main .sec_gift .block .row4 .col_36 {
    width: 28%;
    max-width: none;
  }
}

@media screen and (max-width: 520px) {
  main .sec_gift .block .row4 .col_36 {
    width: 45%;
  }
}

main .sec_gift .block .row4 .col_37 {
  width: 18.6%;
}

main .sec_gift .block .row4 .col_37 .img img {
  max-width: 132px;
}

@media screen and (max-width: 960px) {
  main .sec_gift .block .row4 .col_37 {
    width: 28%;
  }
}

@media screen and (max-width: 520px) {
  main .sec_gift .block .row4 .col_37 {
    width: 45%;
  }
}

main .sec_gift .block .row4 .col_38 {
  width: 18.6%;
}

main .sec_gift .block .row4 .col_38 .img img {
  max-width: 95px;
}

@media screen and (max-width: 960px) {
  main .sec_gift .block .row4 .col_38 {
    width: 28%;
  }
}

@media screen and (max-width: 520px) {
  main .sec_gift .block .row4 .col_38 {
    width: 45%;
  }
}

main .sec_gift .block .row4 .col_39 {
  width: 18.6%;
}

main .sec_gift .block .row4 .col_39 .img img {
  max-width: 109px;
}

@media screen and (max-width: 960px) {
  main .sec_gift .block .row4 .col_39 {
    width: 28%;
  }
}

@media screen and (max-width: 520px) {
  main .sec_gift .block .row4 .col_39 {
    width: 45%;
  }
}

main .sec_gift .block .row4 .col_40 {
  width: 18.6%;
}

main .sec_gift .block .row4 .col_40 .img img {
  max-width: 109px;
}

@media screen and (max-width: 960px) {
  main .sec_gift .block .row4 .col_40 {
    width: 28%;
  }
}

@media screen and (max-width: 520px) {
  main .sec_gift .block .row4 .col_40 {
    width: 45%;
  }
}

main .sec_gift .notice {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

main .sec_gift .notice p {
  font-size: 15px;
  line-height: 2;
  text-align: left;
}

main .sec_gift .notice p b {
  font-weight: bold;
  font-family: "Segoe UI semibold", Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic", "蘋果儷中黑";
}

main .sec_gift .notice ul li {
  padding-left: 15px;
  position: relative;
}

main .sec_gift .notice ul li:before {
  content: '●';
  position: absolute;
  font-size: 14px;
  line-height: 2;
  left: 0;
  top: -1px;
}

main .sec_license {
  padding: 100px 0;
  background-color: #03166a;
  width: 100%;
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
}

main .sec_license h2 {
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
}

main .sec_license h2:before {
  content: '';
  background-image: url(../img/icon_liense.svg);
  background-size: auto 43px;
  background-repeat: no-repeat;
  width: 100%;
  height: 43px;
  background-position: center center;
  position: absolute;
  top: -100%;
  left: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

@media screen and (max-width: 768px) {
  main .sec_license h2:before {
    background-size: auto 35px;
    height: 35px;
  }
}

main .sec_license h3 {
  font-size: 20px;
}

main .sec_license p {
  color: #fff;
}

main .sec_license .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  main .sec_license .row {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  main .sec_license .row {
    max-width: 520px;
  }
}

main .sec_license .row .col {
  width: 32%;
  background-color: #ffffff;
  position: relative;
  padding: 20px;
  padding-right: 25px;
  margin-bottom: 20px;
  text-decoration: none;
  color: inherit;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  main .sec_license .row .col {
    width: 48.5%;
  }
}

@media screen and (max-width: 768px) {
  main .sec_license .row .col {
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  main .sec_license .row .col {
    padding: 15px;
    padding-right: 15px;
  }
}

main .sec_license .row .col:after {
  content: '';
  font-weight: bold;
  font-family: Arial;
  font-size: 20px;
  border-top: 2px solid #0076a3;
  border-right: 2px solid #0076a3;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 17px;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

@media screen and (max-width: 768px) {
  main .sec_license .row .col:after {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 520px) {
  main .sec_license .row .col:after {
    display: none;
  }
}

main .sec_license .row .col:hover {
  -webkit-box-shadow: 0px 0px 0px 3px #0076a3 inset;
  box-shadow: 0px 0px 0px 3px #0076a3 inset;
}

main .sec_license .row .col:hover:after {
  opacity: 1;
  right: 12px;
}

main .sec_license .row .col .icon {
  width: 70px;
  position: absolute;
  top: 20px;
  left: 15px;
}

main .sec_license .row .col .icon img {
  width: 100%;
}

@media screen and (max-width: 520px) {
  main .sec_license .row .col .icon {
    width: 60px;
    top: 15px;
    left: 10px;
  }
}

main .sec_license .row .col .text {
  width: calc( 100% - 85px);
  margin-left: auto;
}

main .sec_license .row .col .text p {
  font-size: 15px;
  color: #000;
}

@media screen and (max-width: 960px) {
  main .sec_license .row .col .text {
    width: calc( 100% - 80px);
  }
}

@media screen and (max-width: 520px) {
  main .sec_license .row .col .text {
    width: calc( 100% - 65px);
  }
}

main section.sec_lightBox {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

main section.sec_lightBox .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  main section.sec_lightBox .content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

main section.sec_lightBox .tent {
  width: 100%;
  max-width: 1100px;
  display: none;
  position: relative;
}

@media screen and (max-width: 960px) {
  main section.sec_lightBox .tent {
    max-width: 700px;
  }
}

@media screen and (max-width: 520px) {
  main section.sec_lightBox .tent {
    max-width: 400px;
  }
}

main section.sec_lightBox .tent:before, main section.sec_lightBox .tent:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: calc( 100% - 18px);
  height: 50px;
  background-color: #ffffff;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  main section.sec_lightBox .tent:before, main section.sec_lightBox .tent:after {
    height: 30px;
  }
}

main section.sec_lightBox .tent:after {
  top: auto;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  main section.sec_lightBox .tent:after {
    content: '';
    width: 100%;
    height: 80px;
    background-image: url(../img/linear_gradient.png);
    background-color: transparent;
    background-size: 100% 80px;
    background-position: center top;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

main section.sec_lightBox .scroll_tent {
  width: 100%;
  height: auto;
  min-height: 300px;
  max-height: 55vh;
  background-color: #ffffff;
  position: relative;
  overflow-y: auto;
  padding: 50px 15px;
  padding-right: 33px;
}

@media screen and (max-width: 768px) {
  main section.sec_lightBox .scroll_tent {
    max-height: 80vh;
    padding: 30px 15px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
}

main section.sec_lightBox .inner {
  width: 100%;
  display: none;
  position: relative;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  main section.sec_lightBox .inner {
    padding-bottom: 50px;
  }
}

main section.sec_lightBox .inner.show {
  display: block;
  width: 100%;
}

main section.sec_lightBox .inner .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  main section.sec_lightBox .inner .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 550px;
  }
}

main section.sec_lightBox .inner .row .img {
  width: 21%;
  max-width: 190px;
}

@media screen and (max-width: 768px) {
  main section.sec_lightBox .inner .row .img {
    width: 100%;
  }
}

main section.sec_lightBox .inner .row .img img {
  width: 100%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

main section.sec_lightBox .inner .row .detail {
  width: 76%;
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
  max-width: 722px;
}

main section.sec_lightBox .inner .row .detail h3 {
  font-size: 24px;
  line-height: 2;
  color: #0078d7;
  margin-bottom: 5px;
}

main section.sec_lightBox .inner .row .detail h4 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 12px;
  color: #000;
}

main section.sec_lightBox .inner .row .detail h4 span {
  display: inline-block;
  font-weight: bold;
  font-family: "Segoe UI semibold", Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic", "蘋果儷中黑";
}

@media screen and (max-width: 768px) {
  main section.sec_lightBox .inner .row .detail {
    width: 100%;
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
  }
  main section.sec_lightBox .inner .row .detail h3 {
    font-size: 20px;
  }
  main section.sec_lightBox .inner .row .detail h4 {
    font-size: 20px;
  }
  main section.sec_lightBox .inner .row .detail p {
    font-size: 16px;
  }
  main section.sec_lightBox .inner .row .detail ul {
    font-size: 16px;
  }
  main section.sec_lightBox .inner .row .detail ul li {
    font-size: 16px;
  }
}

main section.sec_lightBox .inner .row .detail p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 12px;
}

main section.sec_lightBox .inner .row .detail b {
  font-weight: bold;
}

main section.sec_lightBox .inner .row .detail ul {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 2;
}

main section.sec_lightBox .inner .row .detail ul li {
  font-size: 18px;
  line-height: 2;
  padding-left: 1em;
  position: relative;
}

main section.sec_lightBox .inner .row .detail ul li:before {
  content: '•';
  text-align: center;
  display: block;
  width: 18px;
  font-size: 12px;
  position: absolute;
  top: 4px;
  left: 0;
}

main section.sec_lightBox .inner.lb_3-1,
main section.sec_lightBox .inner.lb_4-4,
main section.sec_lightBox .inner.lb_4-5,
main section.sec_lightBox .inner.lb_4-6,
main section.sec_lightBox .inner.lb_4-10,
main section.sec_lightBox .inner.lb_4-13,
main section.sec_lightBox .inner.lb_4-14,
main section.sec_lightBox .inner.lb_4-7 {
  padding-bottom: 80px;
}

main section.sec_lightBox .closeBtn {
  position: absolute;
  top: 20px;
  right: 38px;
  width: 33px;
  height: 31px;
  padding: 3px;
  cursor: pointer;
  z-index: 10;
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  main section.sec_lightBox .closeBtn {
    right: 20px;
  }
}

main section.sec_lightBox .closeBtn span {
  width: 24px;
  height: 1px;
  display: block;
  background-color: #000000;
}

main section.sec_lightBox .closeBtn span:first-child {
  -webkit-transform: translateX(1px) translateY(11px) rotate(45deg);
  -ms-transform: translateX(1px) translateY(11px) rotate(45deg);
  transform: translateX(1px) translateY(11px) rotate(45deg);
}

main section.sec_lightBox .closeBtn span:last-child {
  -webkit-transform: translateX(1px) translateY(10px) rotate(-45deg);
  -ms-transform: translateX(1px) translateY(10px) rotate(-45deg);
  transform: translateX(1px) translateY(10px) rotate(-45deg);
}
