@charset "UTF-8";
header {
  position: relative;
  width: 100%;
  height: 80px;
  background-color: #00558e;
  font-family: "Outfit", "Noto Sans TC", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 1360px) {
  header {
    height: 90px;
  }
}
@media screen and (max-width: 1180px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 70px;
  }
}
@media screen and (max-width: 340px) {
  header {
    height: 40px;
  }
}
header button {
  padding: 0;
}
header .mbBtnNav {
  display: none;
  position: absolute;
  z-index: 6;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  background-color: #00abff;
  height: 70px;
  top: 0;
  width: 4.5em;
  right: 0;
}
header .mbBtnNav p {
  margin-top: 0.5em;
  width: 30px;
  float: right;
  position: relative;
  cursor: pointer;
  height: 20px;
}
header .mbBtnNav b {
  color: #fff;
}
header .mbBtnNav span {
  display: block;
  background: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  transition: all ease 0.35s;
}
header .mbBtnNav span:nth-of-type(1) {
  top: 0px;
}
header .mbBtnNav span:nth-of-type(2) {
  top: 8px;
}
header .mbBtnNav span:nth-of-type(3) {
  top: 16px;
}
@media screen and (max-width: 1180px) {
  header .mbBtnNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 340px) {
  header .mbBtnNav {
    height: 40px;
    width: 2.5em;
  }
  header .mbBtnNav p {
    margin-top: 0;
    width: 24px;
  }
  header .mbBtnNav b {
    display: none;
  }
}
header .mbBtnNav.btnOpen span:nth-of-type(1) {
  top: 7px;
  transform: rotate(45deg);
}
header .mbBtnNav.btnOpen span:nth-of-type(2) {
  width: 0;
}
header .mbBtnNav.btnOpen span:nth-of-type(3) {
  top: 7px;
  transform: rotate(-45deg);
}
header .logo {
  background-color: #fff;
  padding-right: 10px;
  padding-left: 3%;
  height: 100%;
  width: 15%;
  float: left;
  z-index: 1;
  position: relative;
}
header .logo a {
  height: 100%;
  background-color: #fff;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .logo img {
  max-height: 30px;
}
@media screen and (max-width: 1360px) {
  header .logo img {
    max-height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  header .logo {
    max-width: 159px;
    width: auto;
  }
  header .logo img {
    max-height: 50px;
  }
}
@media screen and (max-width: 500px) {
  header .logo {
    max-width: 120px;
  }
}
@media screen and (max-width: 290px) {
  header .logo {
    max-width: 100px;
    padding: 0 3%;
  }
}

.menu {
  width: 85%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1180px) {
  .menu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
  }
}

/*quickLinkBox*/
.quickLinkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  height: 80px;
  height: 35px;
  float: right;
  padding-right: 3%;
}
.quickLinkBox .link {
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quickLinkBox .link i {
  width: 20px;
  height: 20px;
  display: block;
  display: block;
}
.quickLinkBox .link .btnOpen {
  background: none;
  border: none;
  padding: 0 0.4em;
}
.quickLinkBox .link .linkListBox {
  display: none;
  position: absolute;
  background-color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 6;
  top: 80px;
  width: 100px;
}
.quickLinkBox .link .linkListBox li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.quickLinkBox .link .linkListBox li a {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #666;
  font-weight: 500;
  width: 100%;
  display: block;
  padding: 4px;
}
.quickLinkBox .link .linkListBox li:hover a, .quickLinkBox .link .linkListBox li.current a {
  background: #00abff;
  color: #fff;
}
@media screen and (max-width: 1180px) {
  .quickLinkBox {
    margin-right: 60px;
    margin-top: 20px;
  }
  .quickLinkBox .link .linkListBox {
    top: 70px;
  }
}
@media screen and (max-width: 340px) {
  .quickLinkBox {
    margin-right: 34px;
    margin-top: 3px;
  }
  .quickLinkBox .link .linkListBox {
    top: 40px;
  }
  .quickLinkBox .link .btnOpen {
    padding: 0 0.3em;
  }
  .quickLinkBox .link i {
    width: 16px;
    height: 16px;
  }
}
.quickLinkBox .link.lang .btnOpen {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.quickLinkBox .link.lang i {
  background: url("../png/iearth_w.png") 0 0 no-repeat;
  background-size: 100%;
}
.quickLinkBox .link.lang.open .linkListBox {
  max-height: 300px;
  overflow-y: auto;
  display: block;
}
.quickLinkBox .link.yt i {
  background: url("../png/youtube_w.png") 0 0 no-repeat;
  background-size: 100%;
}
.quickLinkBox .link.yt a {
  position: relative;
  padding: 0 0.4em;
}
.quickLinkBox .link.inquiryList i {
  background: url("../png/iinquiry_w.png") 0 0 no-repeat;
  background-size: 100%;
}
.quickLinkBox .link.inquiryList a {
  position: relative;
  padding: 0 0.4em;
}
.quickLinkBox .link.inquiryList span {
  position: absolute;
  top: -10px;
  right: 0em;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #00abff;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 20px;
  transition: all 0.25s ease 0s;
}
@media screen and (max-width: 1180px) {
  .quickLinkBox .link.inquiryList i {
    background: url("../png/iinquiry_w.png") 0 0 no-repeat;
    background-size: 100%;
  }
}
@media screen and (max-width: 340px) {
  .quickLinkBox .link.inquiryList a {
    padding: 0 0.2em;
  }
  .quickLinkBox .link.inquiryList span {
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
}
.quickLinkBox .link.serch {
  background: none;
}
.quickLinkBox .link.serch .btnOpen {
  cursor: pointer;
}
.quickLinkBox .link.serch i {
  background: url("../png/iserch_w.png") 0 0 no-repeat;
  background-size: 100%;
}
.quickLinkBox .link.serch .srBox {
  position: absolute;
  top: 0;
  z-index: 7;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0.3em 0.5em;
  border-radius: 3px;
  display: none;
  right: 40px;
  height: 30px;
}
.quickLinkBox .link.serch .srBox input {
  border: none;
  font-size: 16px;
  color: #333;
  width: 500px;
  max-width: calc(100% - 160px);
  border-bottom: 1px solid #999;
}
.quickLinkBox .link.serch .srBox .btnGoSerch {
  width: 24px;
  height: 35px;
}
@media screen and (max-width: 1180px) {
  .quickLinkBox .link.serch i {
    background: url("../png/iserch_w.png") 0 0 no-repeat;
    background-size: 100%;
  }
}
.quickLinkBox .link.serch.open .btnOpen {
  position: absolute;
  z-index: 10;
  padding: 0;
  right: 10%;
  top: 40px;
  background-color: #ebebeb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.quickLinkBox .link.serch.open i {
  background: url("../png/icancel_gy.png") 0 0 no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  margin: 0 auto;
}
.quickLinkBox .link.serch.open .srBox {
  position: absolute;
  border: none;
  z-index: 7;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  transition: all ease 0.35s;
  padding: 0.3em 0.5em;
  border-radius: 3px;
  display: none;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease 0s;
  top: 0;
  width: 100%;
  left: 0;
  height: 130px;
}
@media screen and (max-width: 800px) {
  .quickLinkBox .link.serch.open .btnOpen {
    right: 3%;
  }
}
@media screen and (max-width: 500px) {
  .quickLinkBox .link.serch.open .srBox {
    height: 80px;
    justify-content: normal;
    padding: 0.3em 3%;
  }
  .quickLinkBox .link.serch.open .srBox input {
    max-width: calc(100% - 90px);
  }
  .quickLinkBox .link.serch.open .btnOpen {
    top: 18px;
  }
}

/*headerMenuList*/
.headerMenuList {
  width: calc(100% - 90px);
}
.headerMenuList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.headerMenuList li.styleA, .headerMenuList li.styleB {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.headerMenuList li.styleA .link, .headerMenuList li.styleB .link {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #fff;
  padding-bottom: 4.5em;
  width: 100%;
}
.headerMenuList li.styleA .link::after, .headerMenuList li.styleB .link::after {
  content: "";
  height: 1px;
  width: 0;
  background-color: #00abff;
  position: absolute;
  left: 0;
  top: 25px;
  transition: all 0.5s ease 0s;
}
.headerMenuList li.styleA .link.current, .headerMenuList li.styleB .link.current {
  color: #00abff;
  font-weight: 500;
}
.headerMenuList li.styleA .navMore, .headerMenuList li.styleB .navMore {
  display: none;
  width: 40px;
  height: 50px;
  background: url(../png/iarrow_gy.png) center center no-repeat;
  right: 0;
  top: -5px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  transform: rotate(-90deg);
}
.headerMenuList li.styleA .navMore.btnOpen, .headerMenuList li.styleB .navMore.btnOpen {
  transform: rotate(0);
}
.headerMenuList li.styleA:hover .link, .headerMenuList li.styleB:hover .link {
  color: #00abff;
  font-weight: 500;
}
.headerMenuList li.styleA:hover .link::after, .headerMenuList li.styleB:hover .link::after {
  width: 100%;
}
.headerMenuList li.styleA:hover .link.current, .headerMenuList li.styleB:hover .link.current {
  color: #00abff;
  font-weight: 500;
}
.headerMenuList li.styleA .submenu {
  display: none;
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 1.35em);
  z-index: 5;
  width: 170px;
  box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.2);
}
.headerMenuList li.styleA .submenu li a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #000;
  display: block;
  background-color: #fff;
  padding: 0.5em;
}
.headerMenuList li.styleA .submenu li > .submenu {
  display: none;
  left: calc(50% + 150px);
  top: 0;
}
.headerMenuList li.styleA .submenu li:hover a {
  color: #00abff;
}
.headerMenuList li.styleA:hover .submenu {
  display: block;
}
.headerMenuList li.styleB {
  position: static;
}
.headerMenuList li.styleB .submenu {
  position: absolute;
  text-align: center;
  z-index: 5;
  box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.2);
  right: 0;
  width: 100%;
  max-width: 100%;
  padding: 2em 6%;
  top: 80px;
  background: #fff;
  display: none;
}
.headerMenuList li.styleB .submenu ul {
  display: block;
  text-align: left;
}

.headerMenuList li.styleB .submenu li a {
  color: #999;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

.headerMenuList li.styleB .submenu li a:hover {
  color: #00abff;
}

.headerMenuList li.styleB .submenu > li > a {
  min-height: 2.6em;
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #000;
  display: block;
  background-color: #fff;
  padding: 0.5em;
}

.headerMenuList li.styleB:hover .submenu {
  display: flex;
}
.headerMenuList li.styleB .submenu > li.sub-left {
  width: 20%;
}
.headerMenuList li.styleB .submenu > li.sub-left > a{
  display: flex;    
  align-items: center;    
}
.headerMenuList li.styleB .submenu > li.sub-left a img{
  display: block;
  width: 40%;   
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  margin-right: 5%;  
  max-width: 120px;    
}
.headerMenuList li.styleB .submenu > li.sub-left a span{
  display: block;
  width: 55%;      
}
.headerMenuList li.styleB .submenu > li.sub-left ul li{
  font-size: 12px;
  list-style: none;
  margin-bottom: 3px;    
}


.headerMenuList li.styleB .submenu > li.sub-right {
  width: 80%;
}
.headerMenuList li.styleB .submenu > li.sub-right ul{
  display: flex;
  flex-wrap: wrap;    
}
.headerMenuList li.styleB .submenu > li.sub-right ul li{
  width: 30%;  
  margin: 0 2% 30px 0;    
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;  
}
.headerMenuList li.styleB .submenu > li.sub-right ul li a{
  width: 100%;    
  display: flex; 
  align-items: center;
  justify-content:  flex-start;
}

.headerMenuList li.styleB .submenu > li.sub-right ul li span:nth-child(1){
  display: block;
  width: 35%;
  max-width: 120px;
  height: 80px;    
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);   
  margin-right: 5%;    
  position: relative; 
  z-index: 1;
  overflow: hidden;    
}
.headerMenuList li.styleB .submenu > li.sub-right ul li span:nth-child(1) img{
  position: absolute; 
  top: 50%; 
  left: 50%; 
  display: block; 
  width: 100%; 
  height: 100%; 
  object-fit:cover; 
  transform:translate(-50%,-50%);    
}
.headerMenuList li.styleB .submenu > li.sub-right ul li span:nth-child(2){
    display: block;
    width: 55%;
}
.headerMenuList li.styleB .submenu > li.sub-right ul li a:hover span{
  color: #00abff;
}

.submenu-title{font-size: 16px;color: #000;font-weight: 600;}

@media screen and (max-width: 1180px) {
  .headerMenuList {
    display: none;
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 69px;
    padding-top: 0;
  }
  .headerMenuList ul {
    flex-direction: column;
    transform: translateY(0);
    transition: all 1s ease 0s;
  }
  .headerMenuList li.styleA, .headerMenuList li.styleA:hover, .headerMenuList li.styleB, .headerMenuList li.styleB:hover {
    border: none;
    border-bottom: solid 1px #dbdbdb;
    position: relative;
  }
  .headerMenuList li.styleA .submenu, .headerMenuList li.styleA:hover .submenu, .headerMenuList li.styleB .submenu, .headerMenuList li.styleB:hover .submenu {
    position: relative;
    display: none;
    width: 100%;
    transform: translateX(0);
    top: 0;
    left: 0;
    text-align: left;
    box-shadow: none;
  }
  .headerMenuList li.styleA .submenu.open, .headerMenuList li.styleA:hover .submenu.open, .headerMenuList li.styleB .submenu.open, .headerMenuList li.styleB:hover .submenu.open {
    display: block;
    height: auto;
  }
  .headerMenuList li.styleA .link, .headerMenuList li.styleA:hover .link, .headerMenuList li.styleB .link, .headerMenuList li.styleB:hover .link {
    color: #000;
    font-weight: 700;
    min-height: 40px;
    display: inline-block;
    padding: 0.5em 50px 0 3%;
  }
  .headerMenuList li.styleA .link::after, .headerMenuList li.styleA:hover .link::after, .headerMenuList li.styleB .link::after, .headerMenuList li.styleB:hover .link::after {
    display: none;
  }
  .headerMenuList li.styleA .navMore, .headerMenuList li.styleA:hover .navMore, .headerMenuList li.styleB .navMore, .headerMenuList li.styleB:hover .navMore {
    display: inline-block;
    transition: all 0.3s ease 0s;
  }
  .headerMenuList li.styleA .submenu li a {
    font-weight: normal;
    padding-left: calc(3% + 0.5em);
    background-color: #f3f3f3;
  }
    
    
  .headerMenuList li.styleB .submenu {
    padding: 0;
  }
  .headerMenuList li.styleB .submenu ul {
    width: 100%;
  }
  .headerMenuList li.styleB .submenu > li {
    width: 100%;
    margin-bottom: 0;
  }
  .headerMenuList li.styleB .submenu > li > a {
    font-weight: normal;
    border-bottom: none;
    margin-bottom: 0;
    background-color: #f3f3f3;
  }
  .headerMenuList li.styleB .submenu li {
    padding-left: 0;
    background-color: #f3f3f3;
  }
  .headerMenuList li.styleB .submenu li a {
    padding-left: calc(3% + 0.5em);
    font-size: 16px;
    width: 100%;
  }
  .headerMenuList li.styleB .submenu li > ul > li a {
    padding-left: 2.4em;
    display: inline-block;
  }
    
    
  .headerMenuList li.styleB .submenu > li.sub-left {
      width: 100%;
      padding: 0.5em;
    }
    .headerMenuList li.styleB .submenu > li.sub-left a img{
      display: none;
    }
    .headerMenuList li.styleB .submenu > li.sub-left a span{
      display: block;
      width: 100%; 
      font-weight: 600;    
    }
    .headerMenuList li.styleB .submenu > li.sub-left ul li{
      margin-left: 20px;   
    }

    .headerMenuList li.styleB .submenu > li.sub-right {
      width: 100%;
      padding-bottom: 20px;
    }

    .headerMenuList li.styleB .submenu > li.sub-right ul li{
      width: 50%;  
      margin: 0;    
      padding: 0.5em;
      border: 0;    
    }
    .headerMenuList li.styleB .submenu > li.sub-right ul li a{
      width: 100%;    
    }
    .headerMenuList li.styleB .submenu > li.sub-right ul li img{
      display: none;  
    }
    .headerMenuList li.styleB .submenu > li.sub-right ul li span{
        display: block;
        width: 100%;
    }    
    .submenu-title{font-weight: 400;}
}
@media screen and (max-width: 768px) {
  .headerMenuList li.styleB .submenu > li.sub-right ul li{
	width: 100%;
  }
}
@media screen and (max-width: 340px) {
  .headerMenuList {
    top: 40px;
  }
}

header.s .logo {
  width: 260px;
  transition: all 0.25s ease 0s;
}
header.s .headerMenuList li .link {
  font-size: 17px;
  transition: all 0.25s ease 0s;
}

.headerMenuList.open {
  display: block;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  z-index: 50;
}


