html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6, p, a {
  font-family: "Noto Sans TC", Arial, Helvetica;
  line-height: 1.6em;
  color: #000000;
}

h1 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 560px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 36px;
  font-weight: 500;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}

h4 {
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}

h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

p {
  color: #000000;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 560px) {
  p {
    font-size: 16px;
  }
}

* {
  outline: none;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
}

a, a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

body {
  font-size: 18px;
  color: #444;
}

#outerWrap {
  width: 100%;
  overflow: hidden;
}

/*- OWL -*/
.owl-carousel .owl-item img {
  width: auto;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  opacity: 1;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  border: 1px solid #063c79;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(../images/iOwlNav_bl.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40% auto;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  background-image: url(../images/iOwlNav_w.png);
  background-color: #063c79;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 2%;
  transform: rotate(180deg);
}

.owl-dots {
  position: absolute;
  bottom: -20px;
  width: 100%;
  display: flex;
  padding: 0 30px;
  justify-content: center;
  flex-direction: row;
}
.owl-dots button.owl-dot {
  border: 1px solid #063c79;
  width: 0.6em;
  height: 0.6em;
  border-radius: 0.3em;
  margin: 0 0.2em;
}
.owl-dots button.owl-dot:hover {
  background-color: rgba(6, 60, 121, 0.5);
}
.owl-dots button.owl-dot.active, .owl-dots button.owl-dot.active:hover {
  background-color: #063c79;
}

/*Icon*/
i.iHat {
  background-image: url(../images/iHat.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
}

i.iArrowSty01_w {
  background-image: url(../images/iArrowSty04_w.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
}

/*font*/
.titleBox {
  font-family: "Noto Sans TC", Arial, Helvetica;
  margin-bottom: 0.2em;
  display: block;
}
.titleBox .title {
  color: #063c79;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
}
.titleBox .subTitle {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0;
  display: flex;
}
.titleBox .subTitle i.iHat {
  margin: 0 0.3em;
  width: 36px;
  height: 18px;
}
@media screen and (max-width: 1366px) {
  .titleBox .title {
    font-size: 36px;
  }
  .titleBox .subTitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .titleBox .title {
    font-size: 28px;
  }
  .titleBox .subTitle {
    font-size: 12px;
  }
}

/*img*/
.imgCenter, .imgCenter a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

/*Btn*/
.btnOutline {
  font-family: "Noto Sans TC", Arial, Helvetica;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 16px;
  min-width: 200px;
  box-sizing: border-box;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  background-color: #fff;
  border: 0;
  outline: 0;
  cursor: pointer;
  overflow: hidden;
  user-select: none;
  -webkit-user-drag: none;
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  .btnOutline {
    height: 46px;
    line-height: 46px;
    min-width: 60px;
    font-size: 16px;
  }
}

.btnOutline-primary {
  color: #063c79;
  border: 1px solid #063c79;
}
.btnOutline-primary:active, .btnOutline-primary:visited, .btnOutline-primary:focus {
  color: #063c79;
}
.btnOutline-primary:hover {
  color: #ffffff;
  background: #063c79;
}

.btnRound {
  font-family: "Noto Sans TC", Arial, Helvetica;
  max-width: 100%;
  vertical-align: top;
  position: relative;
  margin: 0;
  height: 50px;
  line-height: 50px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 0 16px;
  width: 180px;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  background-color: #fff;
  border: 0;
  outline: 0;
  cursor: pointer;
  overflow: hidden;
  user-select: none;
  -webkit-user-drag: none;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.btnRound i.iArrowSty01_w {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 960px) {
  .btnRound {
    height: 42px;
    border-top-left-radius: 21px;
    border-bottom-right-radius: 21px;
    line-height: 42px;
    min-width: 60px;
    font-size: 16px;
  }
}

.btnRound-primary {
  color: #ffffff;
  background-color: #063c79;
}
.btnRound-primary:active, .btnRound-primary:visited, .btnRound-primary:focus {
  color: #ffffff;
}
.btnRound-primary:hover {
  color: #ffffff;
  background: #74499d;
}

/*-- bannerIdx ----------*/
#bannerIdx {
  position: relative;
  width: 100%;
  padding-bottom: 5em;
  /*Logo*/
  /*iconLink*/
  /*bannerMain*/
}
#bannerIdx::before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 8em;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  background-color: #f2ecf6;
}
#bannerIdx .col-sm-2, #bannerIdx .col-sm-10 {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1280px) {
  #bannerIdx {
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 575px) {
  #bannerIdx {
    padding-bottom: 2em;
  }
}
#bannerIdx .leftBox {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 2em 20% 0;
}
@media screen and (max-width: 1366px) {
  #bannerIdx .leftBox {
    padding: 0.5em 20% 0;
  }
}
@media screen and (max-width: 575px) {
  #bannerIdx .leftBox {
    align-items: flex-start;
    padding: 0;
  }
}
#bannerIdx .logo {
  margin-bottom: 2em;
}
#bannerIdx .logo a {
  width: 100%;
}
#bannerIdx .logo img.logoS {
  max-width: 154px;
  height: auto;
  width: 100%;
}
#bannerIdx .logo img.logoH {
  display: none;
}
@media screen and (max-width: 1366px) {
  #bannerIdx .logo {
    margin-top: 0.5em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 575px) {
  #bannerIdx .logo {
    position: absolute;
    z-index: 2;
    margin: 0;
    top: 0.6em;
    left: 1%;
  }
  #bannerIdx .logo img.logoS {
    display: none;
  }
  #bannerIdx .logo img.logoH {
    display: block;
    height: 40px;
  }
}
@media screen and (max-width: 400px) {
  #bannerIdx .logo {
    margin: 0;
    top: 0.2em;
  }
  #bannerIdx .logo img.logoH {
    height: 34px;
  }
}
#bannerIdx .iconLink {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#bannerIdx .iconLink a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: all 0.3s;
}
#bannerIdx .iconLink a i {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#bannerIdx .iconLink a:hover {
  opacity: 1;
}
#bannerIdx .iconLink .iPhone {
  width: 74px;
  height: 74px;
  background-color: #063c79;
}
#bannerIdx .iconLink .iPhone i {
  width: 40px;
  height: 40px;
  background-image: url(../images/iPhone_w.svg);
}
#bannerIdx .iconLink .iMessenger {
  background-color: #2692fc;
}
#bannerIdx .iconLink .iMessenger i {
  background-image: url(../images/iMessenger_w.svg);
}
#bannerIdx .iconLink .iLine {
  background-color: #44cb28;
}
#bannerIdx .iconLink .iLine i {
  background-image: url(../images/iLine_w.svg);
}
#bannerIdx .iconLink .iWechat {
  background-color: #2692fc;
}
#bannerIdx .iconLink .iWechat i {
  background-image: url(../images/iWechat_w.svg);
}
@media screen and (max-width: 1280px) {
  #bannerIdx .iconLink .iPhone {
    width: 60px;
    height: 60px;
  }
  #bannerIdx .iconLink .iPhone i {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 576px) {
  #bannerIdx .iconLink {
    position: fixed;
    z-index: 2;
    bottom: 72px;
    right: calc(2% + 5px);
  }
  #bannerIdx .iconLink .iPhone {
    width: 36px;
    height: 36px;
  }
  #bannerIdx .iconLink .iPhone i {
    width: 20px;
    height: 20px;
  }
}
#bannerIdx .bannerMain {
  border-top-left-radius: 190px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  #bannerIdx .bannerMain {
    border-top-left-radius: 100px;
    margin-top: 70px;
  }
}
@media screen and (max-width: 575px) {
  #bannerIdx .bannerMain {
    border-top-left-radius: 0;
  }
}
@media screen and (max-width: 400px) {
  #bannerIdx .bannerMain {
    margin-top: 44px;
  }
}

/*newsIdx----------*/
#newsIdx {
  width: 100%;
  background-color: #f2ecf6;
  padding-bottom: 5em;
}
#newsIdx .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#newsIdx .col-xl-8, #newsIdx .col-xl-2 {
  padding-left: 0;
  padding-right: 0;
}
#newsIdx .owl-dots {
  justify-content: flex-start;
  padding: 0 10px;
  bottom: -40px;
}
#newsIdx .titleBox {
  margin-bottom: 2em;
}
#newsIdx .itemBox {
  width: 100%;
  margin: 0.5em 0 2em;
}
#newsIdx .itemBox .item {
  width: 100%;
  text-align: center;
  padding: 0 0.5em;
}
#newsIdx .itemBox .item .pic {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1em;
  overflow: hidden;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 63%;
  line-height: 0;
  border-top-left-radius: 50px;
  transition: all 0.5s ease 0s;
}
#newsIdx .itemBox .item .pic img {
  max-height: 100%;
  position: relative;
  opacity: 0.95;
  transition: all 0.3s linear;
  margin: 0 auto;
}
#newsIdx .itemBox .item:hover .pic img {
  transform: scale(1.05);
  opacity: 1;
}
#newsIdx .itemBox .txtBox {
  text-align: left;
  padding: 0;
}
#newsIdx .itemBox .txt {
  color: #000000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  width: 100%;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
}
#newsIdx .itemBox .date {
  display: flex;
  align-items: baseline;
  margin-bottom: 1em;
}
#newsIdx .itemBox .date .day, #newsIdx .itemBox .date .month {
  color: #063c79;
  font-weight: 700;
  font-size: 36px;
  margin-right: 0.2em;
}
#newsIdx .itemBox .date .month::after {
  content: "/";
  font-size: 20px;
  margin-left: 0.2em;
}
#newsIdx .itemBox .date .year {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
}
#newsIdx .itemBox .title {
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  height: 1.3em;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  #newsIdx .owl-dots {
    justify-content: center;
  }
  #newsIdx .titleBox {
    text-align: center;
  }
  #newsIdx .titleBox .subTitle {
    justify-content: center;
  }
}
@media screen and (max-width: 560px) {
  #newsIdx {
    padding-bottom: 2em;
  }
  #newsIdx .titleBox {
    margin-bottom: 0.5em;
  }
  #newsIdx .itemBox .date {
    margin-bottom: 0;
  }
  #newsIdx .itemBox .date .day, #newsIdx .itemBox .date .month {
    font-size: 28px;
    margin-bottom: 0;
  }
  #newsIdx .itemBox .title {
    font-size: 18px;
  }
  #newsIdx .itemBox .txt {
    font-size: 16px;
    line-height: 24px;
  }
}

/*-- travelIdx ----------*/
#twTravelIdx, #fTravelIdx {
  width: 100%;
  position: relative;
  padding: 580px 15px 0;
  overflow: hidden;
  background-image: url("../images/taiwantTravelIdx.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#twTravelIdx .mainBox, #fTravelIdx .mainBox {
  background-color: #ffffff;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  padding: 2em 3%;
}
#twTravelIdx .titleBox, #fTravelIdx .titleBox {
  text-align: center;
  margin-bottom: 2em;
}
#twTravelIdx .titleBox .subTitle, #fTravelIdx .titleBox .subTitle {
  justify-content: center;
}
#twTravelIdx .listBox, #fTravelIdx .listBox {
  margin-bottom: 3em;
}
#twTravelIdx .item, #fTravelIdx .item {
  position: relative;
  padding: 0 8px;
}
#twTravelIdx .item .pic, #fTravelIdx .item .pic {
  overflow: hidden;
  margin-bottom: 0.5em;
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  height: 0;
  border-top-left-radius: 50px;
  padding-bottom: 63%;
  line-height: 0;
  transition: all 0.5s ease 0s;
}
#twTravelIdx .item .pic img, #fTravelIdx .item .pic img {
  position: relative;
  opacity: 0.95;
  transition: all 0.3s linear;
  max-height: 100%;
  margin: 0 auto;
  width: auto;
}
#twTravelIdx .item:hover .pic img, #fTravelIdx .item:hover .pic img {
  transform: scale(1.05);
  opacity: 1;
}
#twTravelIdx .item .info, #fTravelIdx .item .info {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0.5em;
  padding: 0 0.2em;
}
#twTravelIdx .item .info .classTitle, #fTravelIdx .item .info .classTitle {
  background-color: #74499d;
  color: #ffffff;
  border-radius: 15px;
  height: 30px;
  line-height: 30px;
  font-weight: 500;
  padding: 0 1em;
  margin-bottom: 0.5em;
  display: inline-block;
}
#twTravelIdx .item .info .title, #fTravelIdx .item .info .title {
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  height: 26px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
#twTravelIdx .item .info .txt, #fTravelIdx .item .info .txt {
  color: #000000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  width: 100%;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
}
#twTravelIdx .btnRound, #fTravelIdx .btnRound {
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  #twTravelIdx, #fTravelIdx {
    padding: 400px 15px 0;
  }
}
@media screen and (max-width: 1366px) {
  #twTravelIdx, #fTravelIdx {
    padding: 360px 15px 0;
  }
}
@media screen and (max-width: 1280px) {
  #twTravelIdx, #fTravelIdx {
    padding: 280px 15px 0;
  }
  #twTravelIdx .mainBox, #fTravelIdx .mainBox {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
}
@media screen and (max-width: 960px) {
  #twTravelIdx, #fTravelIdx {
    padding: 200px 15px 0;
  }
}
@media screen and (max-width: 660px) {
  #twTravelIdx, #fTravelIdx {
    padding: 120px 0 0;
  }
  #twTravelIdx .mainBox, #fTravelIdx .mainBox {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}
@media screen and (max-width: 560px) {
  #twTravelIdx .item .info .title, #fTravelIdx .item .info .title {
    font-size: 18px;
  }
  #twTravelIdx .item .info .classTitle, #fTravelIdx .item .info .classTitle {
    font-size: 16px;
  }
  #twTravelIdx .item .info .txt, #fTravelIdx .item .info .txt {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 460px) {
  #twTravelIdx, #fTravelIdx {
    padding: 80px 0 0;
  }
}

#fTravelIdx {
  background-image: url("../images/foreignTravelIdx.jpg");
}

/*-- aboutIdx ----------*/
#aboutIdx {
  padding: 3em 3%;
  margin: 0 auto;
  position: relative;
  background-image: url(../images/bgMaterial.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
#aboutIdx .photoS {
  position: absolute;
  right: 0;
  top: -8%;
  width: 25%;
}
#aboutIdx .titleBox {
  margin-bottom: 1em;
}
#aboutIdx h1 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 1em;
}
#aboutIdx .txt {
  margin-bottom: 1em;
}
#aboutIdx .photoBox {
  position: relative;
}
#aboutIdx .photoBox .txtPhoto {
  position: absolute;
  z-index: 1;
  width: 70%;
  transform: rotate(-15deg);
  bottom: -100px;
  left: -200px;
}
@media screen and (max-width: 1460px) {
  #aboutIdx .photoS {
    width: 32%;
  }
  #aboutIdx .photoBox .txtPhoto {
    bottom: -120px;
    left: -160px;
  }
}
@media screen and (max-width: 1240px) {
  #aboutIdx .photoBox .txtPhoto {
    bottom: -100px;
    left: -80px;
  }
}
@media screen and (max-width: 1199px) {
  #aboutIdx {
    margin-top: 4em;
  }
  #aboutIdx .photoS {
    width: 380px;
  }
  #aboutIdx .photoBox img {
    margin: 1.5em auto;
  }
  #aboutIdx .photoBox .txtPhoto {
    width: 55%;
    left: 0;
    bottom: -4em;
  }
}
@media screen and (max-width: 560px) {
  #aboutIdx h1 {
    font-size: 20px;
    line-height: 30px;
  }
  #aboutIdx .photoS {
    width: 60%;
    top: -5%;
  }
  #aboutIdx .photoBox .txtPhoto {
    width: 80%;
  }
}
@media screen and (max-width: 560px) {
  #aboutIdx .photoBox .txtPhoto {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  #aboutIdx .photoS {
    width: 80%;
    top: -10%;
  }
}/*# sourceMappingURL=index.css.map */