/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&family=Noto+Sans+TC:wght@100;300;400;500&family=Poppins:wght@400;600&family=Roboto:wght@300;400;500;700&display=swap");
.branchArea .branchList .Img .search, .qualificationsArea .listItem .item, .qualificationsArea .tab a span:after, .advantageArea .sideBg {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.qualificationsArea .listItem p, .advantageArea .advantageList li .item .Txt p, .aboutArea .aboutList .aboutGroup .TxtBox p, .bannerArea .btnBox a {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.75px;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes moveRtoL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moveRtoL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes moveLtoR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moveLtoR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes moveRTbevelLB {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes moveRTbevelLB {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes moveRTbevelRB {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes moveRTbevelRB {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.mainArea {
  padding-bottom: 0;
}
.mainArea .wrap {
  max-width: 1240px;
  position: relative;
}

@-webkit-keyframes scrollDown_mouse {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  33% {
    opacity: 1;
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@keyframes scrollDown_mouse {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  33% {
    opacity: 1;
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.bannerArea .pageBanner .innerBox {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  -webkit-transform: translate(0, -45%);
      -ms-transform: translate(0, -45%);
          transform: translate(0, -45%);
  margin: auto;
}
.bannerArea .pageBanner .titleBox {
  margin-bottom: 0;
}
.bannerArea .pageBanner .titleBox em {
  font-family: "Noto Sans TC";
}
@media (max-width: 1400px) {
  .bannerArea .pageBanner img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.bannerArea .adList {
  max-width: 630px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
}
.bannerArea .adList li {
  color: #ffffff;
  padding: 0 60px;
  text-align: center;
  position: relative;
}
.bannerArea .adList li:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 1px;
  height: 77px;
  display: block;
  background-color: #e9e6df;
}
@media (min-width: 401px) {
  .bannerArea .adList li:last-child:after {
    display: none;
  }
}
.bannerArea .adList li .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  padding-bottom: 15px;
}
.bannerArea .adList li .number {
  font-size: 50px;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1440px) {
  .bannerArea .adList {
    padding-top: 20px;
  }
}
@media (max-width: 640px) {
  .bannerArea .adList {
    margin: 0 -40px;
  }
  .bannerArea .adList li {
    padding: 0 40px;
  }
  .bannerArea .adList li .title {
    font-size: 16px;
  }
  .bannerArea .adList li .number {
    font-size: 40px;
  }
}
@media (max-width: 400px) {
  .bannerArea .adList {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bannerArea .adList li {
    min-width: 85px;
    padding: 15px 0;
  }
  .bannerArea .adList li:after {
    width: 77px;
    height: 1px;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.bannerArea .btnBox {
  padding-top: 50px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bannerArea .btnBox a {
  display: block;
  color: #1d4588;
  width: 176px;
  background-color: #ffffff;
  border-radius: 23.5px;
  padding: 11px 10px;
  margin: 0 15px;
  text-align: center;
}
.bannerArea .btnBox a svg {
  fill: #1d4588;
  margin-right: 8px;
  vertical-align: -1px;
}
.bannerArea .btnBox a:hover, .bannerArea .btnBox a.current {
  color: #ffffff;
  background-color: #ec6e36;
}
.bannerArea .btnBox a:hover svg, .bannerArea .btnBox a.current svg {
  fill: #ffffff;
}
@media (max-width: 1180px) {
  .bannerArea .btnBox {
    display: none;
  }
}
.bannerArea .icon_cup {
  width: 13px;
  height: 20px;
}
.bannerArea .scrollDown {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 110px;
  width: 100px;
  margin: auto;
  z-index: 2;
  cursor: pointer;
}
.bannerArea .scrollDown .txt {
  color: #ffffff;
  font-size: 13px;
  font-family: "Roboto";
  font-weight: 500;
  padding-top: 20px;
  text-align: center;
}
.bannerArea .scrollDown .scrollDown_mouse {
  width: 23px;
  height: 35px;
  margin: 0 auto;
  border: 1px solid #ffffff;
  border-radius: 50px;
  position: relative;
}
.bannerArea .scrollDown .scrollDown_mouse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 1px;
  height: 6px;
  background-color: #ffffff;
  -webkit-animation: scrollDown_mouse 2s infinite;
          animation: scrollDown_mouse 2s infinite;
}
@media (max-width: 1800px) {
  .bannerArea .scrollDown {
    bottom: 50px;
  }
}
@media (max-width: 400px) {
  .bannerArea .scrollDown {
    display: none;
  }
}

.aboutArea .aboutList .aboutGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
}
.aboutArea .aboutList .aboutGroup:nth-child(even) .TxtBox {
  padding-left: 55px;
}
.aboutArea .aboutList .aboutGroup .aboutItem {
  width: 50%;
}
.aboutArea .aboutList .aboutGroup .TxtBox {
  max-width: 460px;
  padding-bottom: 35px;
}
.aboutArea .aboutList .aboutGroup .TxtBox .title {
  color: #00397c;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 10px;
}
.aboutArea .aboutList .aboutGroup .TxtBox .title .en {
  color: #ec6e36;
  font-size: 20px;
  font-family: "Caveat", cursive;
  padding-left: 5px;
}
.aboutArea .aboutList .aboutGroup .TxtBox p {
  color: #535353;
}
@media (max-width: 992px) {
  .aboutArea .aboutList .aboutGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aboutArea .aboutList .aboutGroup:nth-child(odd) .aboutItem:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .aboutArea .aboutList .aboutGroup:nth-child(even) .TxtBox {
    padding-left: 0;
  }
  .aboutArea .aboutList .aboutGroup .aboutItem {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
  .aboutArea .aboutList .aboutGroup .TxtBox {
    padding-top: 20px;
    padding-bottom: 0;
    max-width: 100%;
  }
  .aboutArea .aboutList .aboutGroup .TxtBox .title {
    font-size: 30px;
  }
  .aboutArea .aboutList .aboutGroup .TxtBox .title .en {
    font-size: 15px;
  }
}

.advantageArea {
  background-color: #1d4588;
  padding-top: 85px;
  padding-bottom: 130px;
  margin: 42px 0;
  position: relative;
}
.advantageArea:before, .advantageArea:after {
  position: absolute;
  left: 0;
  content: "";
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}
.advantageArea:before {
  background-image: url(../images/franchise/advantage_bgTop.png);
  height: 41px;
  top: -40px;
}
.advantageArea:after {
  background-image: url(../images/franchise/advantage_bgBottom.png);
  height: 42px;
  bottom: -42px;
}
.advantageArea.show .sideBg {
  opacity: 1;
}
.advantageArea .sideBg {
  opacity: 0;
}
.advantageArea .sideBg.advantageImg01 {
  left: 180px;
  top: -60px;
  -webkit-animation: moveRTbevelRB 1.5s 0.3s forwards;
          animation: moveRTbevelRB 1.5s 0.3s forwards;
}
@media (max-width: 1800px) {
  .advantageArea .sideBg.advantageImg01 {
    left: 200px;
  }
}
@media (max-width: 1440px) {
  .advantageArea .sideBg.advantageImg01 {
    left: 80px;
  }
}
.advantageArea .sideBg.advantageImg02 {
  left: 575px;
  top: 160px;
  -webkit-animation: moveRTbevelLB 1.5s 0.5s forwards;
          animation: moveRTbevelLB 1.5s 0.5s forwards;
}
@media (max-width: 1800px) {
  .advantageArea .sideBg.advantageImg02 {
    left: 450px;
  }
}
@media (max-width: 1440px) {
  .advantageArea .sideBg.advantageImg02 {
    left: 300px;
  }
}
.advantageArea .sideBg.advantageImg03 {
  right: 630px;
  -webkit-animation: moveRTbevelLB 1.5s 0.7s forwards;
          animation: moveRTbevelLB 1.5s 0.7s forwards;
}
@media (max-width: 1800px) {
  .advantageArea .sideBg.advantageImg03 {
    right: 500px;
  }
}
@media (max-width: 1440px) {
  .advantageArea .sideBg.advantageImg03 {
    right: 300px;
  }
}
.advantageArea .sideBg.advantageImg04 {
  right: 305px;
  top: -20px;
  -webkit-animation: moveRTbevelRB 1.5s 1s forwards;
          animation: moveRTbevelRB 1.5s 1s forwards;
}
@media (max-width: 1800px) {
  .advantageArea .sideBg.advantageImg04 {
    right: 200px;
  }
}
@media (max-width: 1440px) {
  .advantageArea .sideBg.advantageImg04 {
    right: 50px;
  }
}
.advantageArea .sideBg.advantageImg05 {
  left: 0;
  bottom: 50px;
  -webkit-animation: moveRTbevelRB 1.5s 0.3s forwards;
          animation: moveRTbevelRB 1.5s 0.3s forwards;
}
.advantageArea .sideBg.advantageImg06 {
  left: 485px;
  bottom: -180px;
  -webkit-animation: moveRTbevelLB 1.5s 0.5s forwards;
          animation: moveRTbevelLB 1.5s 0.5s forwards;
}
@media (max-width: 1440px) {
  .advantageArea .sideBg.advantageImg06 {
    left: 350px;
  }
}
.advantageArea .sideBg.advantageImg07 {
  right: 480px;
  bottom: 50px;
  -webkit-animation: moveRTbevelRB 1.5s 0.7s forwards;
          animation: moveRTbevelRB 1.5s 0.7s forwards;
}
@media (max-width: 1440px) {
  .advantageArea .sideBg.advantageImg07 {
    right: 300px;
  }
}
.advantageArea .sideBg.advantageImg08 {
  right: 190px;
  bottom: -85px;
  -webkit-animation: moveRTbevelLB 1.5s 1s forwards;
          animation: moveRTbevelLB 1.5s 1s forwards;
}
@media (max-width: 1440px) {
  .advantageArea .sideBg.advantageImg08 {
    right: 30px;
  }
}
.advantageArea .titleBox em,
.advantageArea .titleBox .title {
  color: #ffffff;
}
.advantageArea .advantageList {
  margin: 0 -67.5px;
}
.advantageArea .advantageList li {
  padding: 0 67.5px;
}
.advantageArea .advantageList li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
.advantageArea .advantageList li .item .Img {
  line-height: 0;
  margin-right: 0;
  margin-left: auto;
}
.advantageArea .advantageList li .item .Img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0;
  margin-left: auto;
}
.advantageArea .advantageList li .item .Txt,
.advantageArea .advantageList li .item .Img {
  width: 600px;
}
.advantageArea .advantageList li .item .Txt {
  padding: 75px 85px;
}
.advantageArea .advantageList li .item .Txt svg {
  fill: #ec6e36;
}
.advantageArea .advantageList li .item .Txt .subTitle {
  color: #ec6e36;
  font-size: 18px;
  font-family: "Caveat", cursive;
  letter-spacing: 0.9px;
  font-weight: 400;
}
.advantageArea .advantageList li .item .Txt .title {
  color: #ec6e36;
  font-size: 40px;
  font-weight: 400;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
  height: 86px;
}
.advantageArea .advantageList li .item .Txt .title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  background-color: #373737;
}
.advantageArea .advantageList li .item .Txt p {
  color: #373737;
  height: 80px;
}
.advantageArea .advantageList .slick-prev {
  left: 294.5px;
}
.advantageArea .advantageList .slick-next {
  right: 294.5px;
}
.advantageArea .advantageList .slick-prev:before,
.advantageArea .advantageList .slick-next:before {
  background-color: #ec6e36;
}
.advantageArea .advantageList .slick-dots li {
  padding: 0;
}
@media (max-width: 1600px) {
  .advantageArea .advantageList li .item .Txt {
    padding: 75px 50px;
  }
  .advantageArea .advantageList .slick-prev {
    left: 172.5px;
  }
  .advantageArea .advantageList .slick-next {
    right: 172.5px;
  }
}
@media (max-width: 1440px) {
  .advantageArea .advantageList {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 50px;
  }
  .advantageArea .advantageList li {
    padding: 0;
  }
  .advantageArea .advantageList .slick-prev {
    left: 30px;
  }
  .advantageArea .advantageList .slick-next {
    right: 30px;
  }
}
@media (max-width: 1180px) {
  .advantageArea .advantageList li .item .Txt {
    padding: 50px 30px;
  }
  .advantageArea .advantageList li .item .Txt .title {
    font-size: 30px;
  }
  .advantageArea .advantageList .slick-prev {
    left: 15px;
  }
  .advantageArea .advantageList .slick-next {
    right: 15px;
  }
}
@media (max-width: 992px) {
  .advantageArea .advantageList {
    padding: 0 20px;
  }
  .advantageArea .advantageList li .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .advantageArea .advantageList li .item .Txt,
.advantageArea .advantageList li .item .Img {
    width: 100%;
  }
  .advantageArea .advantageList li .item .Txt img,
.advantageArea .advantageList li .item .Img img {
    width: 100%;
    margin: auto;
  }
  .advantageArea .advantageList li .item .Txt {
    padding: 30px 30px 40px;
  }
  .advantageArea .advantageList li .item .Txt .title,
.advantageArea .advantageList li .item .Txt p {
    height: auto;
  }
  .advantageArea .advantageList li .item .Img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 1180px) {
  .advantageArea {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .advantageArea {
    padding-bottom: 20px;
  }
}

.qualificationsArea {
  padding-top: 60px;
  padding-bottom: 110px;
}
.qualificationsArea .wrap {
  max-width: 1440px;
}
.qualificationsArea .titleBox {
  margin-bottom: 20px;
}
.qualificationsArea .titleBox .title {
  color: #00397c;
}
.qualificationsArea .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.qualificationsArea .tab a {
  width: auto;
  color: #424242;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 0 20px;
}
.qualificationsArea .tab a span {
  padding-bottom: 2px;
  position: relative;
}
.qualificationsArea .tab a span:after {
  position: absolute;
  content: "";
  background-color: #ec6e36;
  width: 0;
  height: 2px;
  display: block;
  opacity: 0;
}
.qualificationsArea .tab a:hover, .qualificationsArea .tab a.current {
  background-color: transparent;
}
.qualificationsArea .tab a:hover span:after, .qualificationsArea .tab a.current span:after {
  width: 100%;
  opacity: 1;
}
.qualificationsArea .tabContent {
  padding-top: 60px;
  border-top: 0;
  background-image: url(../images/franchise/qualifications_img01.png);
  background-repeat: no-repeat;
  background-position: 20px bottom;
  position: relative;
}
.qualificationsArea .tabContent:after {
  position: absolute;
  right: -142px;
  bottom: -8%;
  content: "";
  background-image: url(../images/franchise/qualifications_img02.png);
  background-repeat: no-repeat;
  width: 421px;
  height: 281px;
  display: block;
  background-size: contain;
}
.qualificationsArea .listItem {
  list-style: none !important;
  padding-left: 0 !important;
  width: 700px;
  height: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 0;
  margin-left: auto;
}
.qualificationsArea .listItem li {
  width: 50%;
  padding: 0 0 20px 35px;
}
.qualificationsArea .listItem li:hover .item {
  border-color: #1d4588;
}
.qualificationsArea .listItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 43px;
  height: 90px;
  border: 1px solid transparent;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
  padding: 0 50px;
  position: relative;
}
.qualificationsArea .listItem .num {
  position: absolute;
  left: -17px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #ffffff;
  font-size: 20px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #ec6e36;
}
.qualificationsArea .listItem p {
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1600px) {
  .qualificationsArea .tabContent:after {
    right: -85px;
  }
}
@media (max-width: 1180px) {
  .qualificationsArea .tabContent {
    background-image: none;
  }
  .qualificationsArea .listItem {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .qualificationsArea {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .qualificationsArea .tabContent:after {
    position: relative;
    bottom: 0;
    margin-right: 0;
    margin-left: auto;
    margin-top: -85px;
  }
  .qualificationsArea .listItem {
    height: auto;
  }
  .qualificationsArea .listItem li {
    width: 100%;
    padding: 0 0 40px 0;
  }
  .qualificationsArea .listItem .item {
    min-height: 90px;
    border-radius: 15px;
    padding: 20px 35px;
  }
  .qualificationsArea .listItem .num {
    top: -17px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .qualificationsArea .listItem .item,
.qualificationsArea .listItem p {
    height: auto;
  }
}
@media (max-width: 480px) {
  .qualificationsArea .tabContent:after {
    width: 350px;
    margin-top: -70px;
  }
}
@media (max-width: 414px) {
  .qualificationsArea .tabContent:after {
    right: -30px;
    width: 300px;
  }
}

.branchArea {
  padding-bottom: 90px;
}
.branchArea .halfCircle {
  max-width: 188px;
  margin: 0 auto;
  background-color: #00397c;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  height: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-top: 20px;
}
.branchArea .halfCircle:before {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 8px;
  bottom: 0;
  content: "";
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.branchArea .halfCircle .chTit,
.branchArea .halfCircle .enTit {
  color: #ffffff;
}
.branchArea .halfCircle .chTit {
  font-size: 28px;
  font-weight: 500;
}
.branchArea .halfCircle .enTit {
  font-size: 13px;
  font-family: "Caveat", cursive;
}
.branchArea .branchList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -21px;
}
.branchArea .branchList li {
  width: 50%;
  padding: 0 21px;
}
.branchArea .branchList .item:hover {
  cursor: pointer;
}
.branchArea .branchList .item:hover .Img .search {
  background-color: #00397c;
}
.branchArea .branchList .Img {
  overflow: hidden;
  border-radius: 10px;
  line-height: 0;
  margin-top: -1px;
  position: relative;
}
.branchArea .branchList .Img .search {
  position: absolute;
  right: 11px;
  bottom: 11px;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #ec6e36;
}
@media (max-width: 992px) {
  .branchArea .branchList li .Img .search {
    width: 50px;
    height: 50px;
  }
  .branchArea .branchList li .Img .search svg {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 768px) {
  .branchArea {
    padding-bottom: 50px;
  }
  .branchArea .branchList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .branchArea .branchList li {
    width: 100%;
    padding-bottom: 50px;
  }
  .branchArea .branchList li:last-child {
    padding-bottom: 0;
  }
  .branchArea .branchList li .Img img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .branchArea .halfCircle .chTit {
    font-size: 25px;
  }
  .branchArea .branchList li {
    padding-bottom: 30px;
  }
}

.processArea {
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .processArea {
    padding-bottom: 0;
  }
}

.infoArea {
  text-align: center;
  background-image: url(../images/franchise/info_bg.jpg);
  background-repeat: no-repeat;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
}
.infoArea .Txt {
  max-width: 850px;
  margin: auto;
}
.infoArea .title {
  color: #00397c;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 40px;
}
.infoArea p {
  color: #535353;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 1.3;
  font-weight: 100;
}
.infoArea .btnBox {
  text-align: center;
  padding-top: 45px;
}
.infoArea .btnBox .btn_cis {
  padding: 8px 5px 9px 30px;
}
@media (max-width: 768px) {
  .infoArea .title {
    font-size: 30px;
    padding-bottom: 30px;
  }
  .infoArea p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .infoArea {
    position: relative;
    height: 450px;
  }
  .infoArea:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
  }
  .infoArea .title {
    font-size: 25px;
    padding-bottom: 25px;
  }
  .infoArea p {
    font-size: 15px;
  }
}
/*# sourceMappingURL=franchise.css.map */