/*modify by pekey 20190604*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Setting Start-------------------------------*/

/*================*/
/*-- 浮動top鍵 --*/
/*================*/
.topBtn_area {
  position: fixed;
  right: 14px;
  bottom: 0px;
  z-index: 10;
  transform: scale(0.84);
  transition: 0.3s ease all;
}

.topBtn {
  position: fixed;
  bottom: -70px;
  right: 14px;
  z-index: 99;
  /*z-index:3;*/
}
.topBtn a {
  display: block;
  text-align: center;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  /* border: solid 2px #4c4944; */
  position: relative;
  text-decoration: none;
  transition: 0.3s ease all;
  border-radius: 100%;
  background: var(--primary_color);
  /* padding: 25px 0px 0px; */
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* .topBtn a:before {
				position:absolute;
				content:'';
				border-bottom: solid 12px #ffffff;
				border-left: solid 8px rgba(0,0,0,0);
				border-right: solid 8px rgba(0,0,0,0);
				top: 8px;
				left: 50%;
				transform: translateX(-50%);
			} */
.topBtn a svg {
  width: 20px;
  height: 16px;
  fill: #fff;
}
.topBtn a span {
  font-size: 0.9em;
  display: block;
  font-family: var(--foreign_font);
  padding-bottom: 5px;
}
/*hover*/
.topBtn a:hover {
  opacity: 0.5;
}

/*hover*/
.topBtn:hover .tab_description {
  display: block;
  transition: 0.3s ease all;
}

/*================*/
/*-- 浮動社群鍵 --*/
/*================*/

/*--浮動社群鍵---*/

.social_btn_area {
  position: fixed;
  right: 13px;
  bottom: 20px;
  transition: 0.3s ease all;
  z-index: 201;
  /* display:none; */
}

.social_btn {
  margin: 7px 0px;
  position: relative;
}
.social_btn a {
  display: block;
  transition: 0.3s ease all;
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background-color: #1974ec;
  border-radius: 50%;
  position: relative;
  /* box-shadow: 0px 0px 4px 1px rgb(255 255 255 / 0.8); */
}
.social_btn img {
  /* width: 65%; */
  width: 20px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/*標籤說明*/
.tab_description {
  display: none;
  position: absolute;
  left: -90px;
  top: 9px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px 10px;
  font-size: 13px;
  transition: 0.3s ease all;
}
/*hover*/
.social_btn:hover > .tab_description {
  display: block;
  transition: 0.3s ease all;
}

/*--右側浮動FB--*/
.fbBtn {
}
.fbBtn a {
  background-color: #1974ec;
}

/*--右側浮動youtube--*/
.YtBtn {
}
.YtBtn a {
  background-color: #fb031d;
}

/*--右側浮動Line--*/
.lineBtn {
  margin: 7px 0px;
  position: relative;
}
.lineBtn a {
  background: #00c001;
}

/*--右側浮動linkedInBtn--*/
.linkedInBtn {
}
.linkedInBtn a {
  background: #2764ac;
}

/*--右側浮動Twitter--*/
.twitterBtn {
}
.twitterBtn a {
  background: #34b3f7;
}

/*--右側浮動IG--*/
.igBtn {
}
.igBtn a {
  background-image: linear-gradient(
    45deg,
    #ffcd6c 0%,
    #ef5f4a 25%,
    #a335b4 50%,
    #505cd1 75%,
    #505cd1 75%,
    #9a37bb 100%
  );
}

/*--右側浮動dcard--*/
.dcardBtn {
}
.dcardBtn a {
  background: #0067a1;
}

/*--右側浮動podcast--*/
.podcastBtn {
}
.podcastBtn a {
  background: #8622c2;
}

@media (max-width: 990px) {
  /*-- 浮動top鍵 --*/
  .topBtn {
  }
  .topBtn a {
    width: 40px;
    height: 40px;
  }
  .topBtn a svg {
    /* top: 10px; */
    stroke-width: 2px;
    stroke-linecap: round;
    stroke: #fff;
    width: 25px;
    height: 25px;
  }
  .topBtn a span {
    display: none;
  }

  /*-- 浮動社群鍵 --*/
  .social_btn {
    margin: 3px 0px;
  }
  .social_btn a {
    width: 40px;
    height: 40px;
  }
}












/*/////////////////////////////////////////////////////////*/
/*-------版腳--------*/
/*/////////////////////////////////////////////////////////*/

.footer {
  padding: 0px;
  /* background-color: #252525; */
  color: #fff;
}

.footer_content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

/*----- 版腳footer_logo -----*/
.footer_logo {
  width: 170px;
  transition: 0.3s ease all;
  box-sizing: border-box;
}
.footer_logo a {
  display: block;
}
.footer_logo a img {
  width: 100%;
  height: auto;
}

/*----- 版腳主按鍵 navbar -----*/
.footer_navbar {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}
.footer_nav {
  box-sizing: border-box;
}
.footer_nav a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0 15px;
}

/*----- 版腳資訊 footer_information -----*/
ul.footer_information {
  padding: 0;
  margin: 0;
  display: block;
  list-style-type: none;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin: 0 -20px;
  font-size: 15px;
}
ul.footer_information li {
  padding: 0;
  margin: 0;
  display: block;
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 5px 20px;
}
ul.footer_information li i {
  padding-right: 5px;
}
ul.footer_information li span {
}
ul.footer_information li a {
  color: inherit;
  display: block;
  text-decoration: none;
}
ul.footer_information li a:hover {
  opacity: 0.7;
}

/*----- 版權宣告 -----*/
.copyright {
  color: #b3b3b3;
  font-family: var(--foreign_font);
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 0px;
}
.copyright a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/*----- 瀏覽器警示標語 -----*/
.browser_bg {
  color: #6c6c6c;
  /* text-align: center; */
  font-size: 12px;
  line-height: 16px;
}
.browser_bg a {
  color: inherit;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}


footer {
  background-color: #ffffff00 !important;
}

.footer {
  max-width: unset;
  margin: 0 auto;
}
.footer_wrap{
  max-width:84.375rem; /*1350*/
  margin: 0 auto;
}
.footer_wrap .container{
  padding: 0 15px;
  padding: 0;
}

/* row 部分 */
.footer_wrap .footer_listArea {
  display: flex;
  flex-wrap: wrap;
  /* padding: 80px 0px 40px; */
  padding-top:  clamp(2.5807rem, 4.1667vw, 5.0000rem); /* 最小值 41.29px、大小約 4.1667vw、最大值 80.00px */
  padding-bottom:clamp(1.2904rem, 2.0833vw, 2.5000rem); /* 最小值 20.65px、大小約 2.0833vw、最大值 40.00px */
  border-bottom: 1px solid #57595c;
  gap: clamp(2.5807rem, 4.1667vw, 5.0000rem); /*  最小值 41.29px、大小約 4.1667vw、最大值 80.00px */
  display: grid;
  grid-template-columns: repeat(4 , 1fr);
}

/* 區塊部分 */
.footer_listArea .footer_list {
  flex: 0 0 auto;
  /* width: 25%; */
  /* padding: 0 15px; */
  /* margin-bottom: 40px; */
}

/* 第一區塊 */
.footer_listArea .newsletter {
	display: flex;
	flex-direction: column;
	gap: clamp(0.6452rem, 1.0417vw, 1.2500rem); /* 最小值 10.32px、大小約 1.0417vw、最大值 20px */
}



/* 第一區塊 input 外框 */
.footer_listArea .newsletter .newsletter_input {
  
  position: relative;
  margin-bottom: 10px;
}

/* 第一區塊 input */
.footer_listArea .newsletter .newsletter_input input {
  
  outline: none;
  background-color: transparent;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 15px;
  color: #0a0e19; /* var(--tp-common-black) */
  border: 0;
  border-bottom: 1px solid #57595c;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0;
}

/* 第一區塊 button */
.footer_listArea .newsletter .newsletter_input button {
  border: none;
  
  position: absolute;
  right: 0;
  bottom: 13px;
  color: #57595c;
  background-color: unset;
}
/* 第一區塊 button */
.footer_listArea .newsletter .newsletter_input button i {

    font-size: 17px;
}

/* 第一區塊 input 外框 */
.footer_listArea .newsletter .checkbox_input {
  
  margin-bottom:clamp(1.2904rem, 2.0833vw, 2.5000rem); /*  最小值 20.65px、大小約 2.0833vw、最大值 40.00px */
}

/* 第一區塊 checkedbox input */
.footer_listArea .newsletter .checkbox_input input {
  
  margin-bottom: 10px;
}

/* 第一區塊 checkedbox label */
.footer_listArea .newsletter .checkbox_input label {
  
  font-size: 15px;
  color: #57595c;
  line-height: 1;
  /*font-family: "DM Sans", sans-serif;*/ /* var(--tp-font-body) */
}

.footer_icon{
  padding-top: 2px;
}

/* icon 樣式設定 */
.newsletter .footer_icon a {
  
  font-size: 20px;
  margin-right: 10px;
  color: #57595c;
}

/* 第二區塊 */
.footer_listArea .quick_links {
  margin: 0 0 50px 0;
  /* padding: 0 0 0 80px; */
  margin-bottom:  clamp(1.2904rem, 2.0833vw, 2.5000rem); /*   最小值 20.65px、大小約 2.0833vw、最大值 40.00px */
  display: flex;
  flex-direction: column;
  gap: clamp(0.6452rem, 1.0417vw, 1.2500rem); /* 字體 最小值 10.32px、大小約 1.0417vw、最大值 20.00px */
}

/* 第二區塊 ul */
.footer_listArea .quick_links ul {
  
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: clamp(0.9375rem, 0.8854vw, 1.0625rem); /* 字體 最小值 15.00px、大小約 0.8854vw、最大值 17.00px */
  font-weight: normal;
  color: #57595c; /*var(--tp-body-color)*/
  line-height: 1.6;
}
/* quick_links li */
.footer_listArea .quick_links ul li{
  /* margin-bottom: 5px; */
}

/* 第二區塊 li hover 效果 */
.footer_listArea .quick_links ul a {
  
  /* font-family: var(--foreign_font); */
  color: #57595c; /* var(--tp-theme-color) */
}
/* 第二區塊 li hover 效果 */
.footer_listArea .quick_links ul a:hover {
  
  color: var(--primary_color); /* var(--tp-theme-color) */
}

/* 第三區塊 */
.footer_listArea .contact_info {
  
  /* padding: 0 0 0 40px; */
  margin: 0 0 50px 0;
	margin: 0 0 0px 0;
	display: flex;
  flex-direction: column;
  gap: clamp(0.6452rem, 1.0417vw, 1.2500rem); /*  最小值 10.32px、大小約 1.0417vw、最大值 20.00px */
}


.contact_info_content{display: flex;flex-direction: column;gap: clamp(0.6452rem, 1.0417vw, 1.2500rem); /*  最小值 10.32px、大小約 1.0417vw、最大值 20.00px */}
/* 第三區塊 副標題 + 內容 */
.contact_info_content .contact_info_subtitle {
  
  /* margin: 0 0 20px 0; */
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* 第三區塊 副標題 span */
.contact_info_content .contact_info_subtitle span {
  
  color: #57595c;
  font-family: var(--foreign_font);
}

/* 第三區塊 副標題 h4 */
/* .contact_info_content .contact_info_subtitle h4 , */
.contact_info_content .contact_info_subtitle .info{
  font-size: clamp(1.1250rem, 1.5625vw, 1.8750rem); /* 字體 最小值 18.00px、大小約 1.5625vw、最大值 30.00px */
  margin: 0 0 0px 0;
  font-family: "Federo", sans-serif; /* var(--foreign_font) */
  font-family: var(--foreign_font);
  color: #0a0e1a; 
  font-weight:600;
}


/* .contact_info_content .contact_info_subtitle h4 a  */
.contact_info_content .contact_info_subtitle .info a{
  color: inherit; 
}
/* h4 hover */
/* .contact_info_content .contact_info_subtitle h4 a:hover */
.contact_info_content .contact_info_subtitle .info a:hover {
  color: var(--second_color); 
}

/* 第四區塊 */
.footer_listArea .footer_list4_box {
	display: flex;
	flex-direction: column;
	gap: clamp(0.6452rem, 1.0417vw, 1.2500rem); /*  最小值 10.32px、大小約 1.0417vw、最大值 20.00px */
}

/* 第四區塊 第一部分 */
.footer_list4_box .california {
}

/* 第四區塊 第二部分 */
.footer_list4_box .los_angels {
}

/* 兩個部分相同的地方 */
.footer_list4_box .california,
.footer_list4_box .los_angels {
  
  /* padding: 0 0 0 70px; */
  margin: 0 0 50px 0;
  margin: 0;
  /* margin-bottom: clamp(1.2904rem, 2.0833vw, 2.5000rem); */ /* 字體 最小值 20.65px、大小約 2.0833vw、最大值 40.00px */
  display: flex;
  flex-direction: column;
  display: flex;
  flex-direction: column;
  gap: clamp(0.6452rem, 1.0417vw, 1.2500rem); /* 字體 最小值 10.32px、大小約 1.0417vw、最大值 20.00px */
}

.footer_list4_box .california span,
.footer_list4_box .los_angels span {
  
  line-height: 28px;
  font-size: 17px;
  color: #57595c;
  font-family: var(--foreign_font);
}

/* @@@ 共用區 */
.footer_list_title {
  font-size: clamp(1.1250rem, 1.0417vw, 1.2500rem); /* 字體 最小值 18.00px、大小約 1.0417vw、最大值 20.00px */
  color: #0a0e1a;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}




/* 以下為footer下半部 */

/* 第二部分外框 row */
.footer_listArea2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: clamp(0.8065rem, 1.3021vw, 1.5625rem) 0; /* 最小值 12.90px、大小約 1.3021vw、最大值 25.00px */
  display: grid;
  grid-template-columns: 1fr clamp(3.8711rem, 6.2500vw, 7.5rem) 1fr; /*61.94px , 6.25vw , 120px*/
  gap: clamp(0.8065rem, 1.3021vw, 1.5625rem) ; /* 最小值 12.90px、大小約 1.3021vw、最大值 25.00px */
}

/* 以下為 footer 下方布局 */

/* 第二部分內容01 */
.footer_listArea2 .footer_copyright_list {
  /* flex: 0 0 auto; */
  /* width: 33.33333333%; */
}

/* 第二部分內容02 */
.footer_listArea2 .footer_icon_list {
  /* flex: 0 0 auto; */
  /* width: 33.33333333%; */
  /* display: flex; */
  /* justify-content: center; */
}

/* 第二部分內容03 */
.footer_listArea2 .footer_other_list {
  /* flex: 0 0 auto; */
  /* width: 33.33333333%; */
}

/* 以上為 footer 下方布局 */

/* 第一部分 */
.footer_listArea2 .footer_copyright_list .copyright p {
  /* margin: 0 0 30px 0; */
  font-size: clamp(0.6250rem, 0.8854vw, 1.0625rem); /* 字體 最小值 10.00px、大小約 0.8854vw、最大值 17.00px */
  color: #57595c;
  line-height: 1.6;
  font-weight: 400;
  /* font-family: var(--foreign_font); */
  font-family: var(--foreign_font);
  letter-spacing: 0;
}

/* 第一部分 */
.footer_listArea2 .footer_copyright_list .copyright p a {
  
  font-weight: 500;
  color: inherit;
}

/* 第二部分 icon */
.footer_listArea2 .footer_icon_list .footer_icon {
  max-width: clamp(3.8711rem, 6.2500vw, 7.5rem); /* 61.94px , 6.25vw , 120px */
  width: 100%;
}

/* 第二部分 icon (圖片) */
.footer_listArea2 .footer_icon_list .footer_icon a  {
  display: block;
  position: relative;
  /* padding-top: 32.3%; */  
}
/* 第二部分 icon (圖片) */
.footer_listArea2 .footer_icon_list .footer_icon a img {
  /* width:100%;
  height:auto;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  float: none;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: all 0.3s ease-out; */
 width: 100%;
 height: auto; 
}

.footer_listArea2 .footer_icon_list .footer_icon a:hover{
  opacity: 0.7;
}

/* 第二部分 其他內容 */
.footer_listArea2 .footer_other_list .footer_other {
  
  /* margin-bottom: 30px; */
}

/* 第二部分 其他內容 ul */
.footer_listArea2 .footer_other_list .footer_other ul {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
  
  padding: 0;
  /* margin: 0 0 15px 0; */
  gap:clamp(2.1291rem, 3.4375vw, 4.1250rem); /* 最小值 34.07px、大小約 3.4375vw、最大值 66.00px */
}


/* 第二部分 其他內容 li */
.footer_listArea2 .footer_other_list .footer_other ul li {
  position: relative;
  
  display: inline-block;
  /* padding-left: 33px;
  margin-left: 33px;
  font-family: var(--foreign_font); */
}
/* 第二部分 其他內容 li */
.footer_listArea2 .footer_other_list .footer_other ul li:first-of-type {
  /* margin-left: 0px;
  padding-left: 0px; */
}
/* 第二部分 其他內容 li */
.footer_listArea2 .footer_other_list .footer_other ul li a{
  transition: 0.3s ease all;
  color: #57595c;
  text-transform: uppercase;
  font-size: clamp(0.8125rem, 0.7813vw, 0.9375rem); /* 字體 最小值 13.00px、大小約 0.7813vw、最大值 15.00px */
}
.footer_listArea2 .footer_other_list .footer_other ul li a:hover{
  color: var(--primary_color);
}



/* 第二部分 li 加入 before 樣式，但第一個不要 */
.footer_listArea2 .footer_other_list .footer_other ul li:not(:first-child)::before {
  content: "";
  position: absolute;
  height: 13px;
  width: 1px;
  background-color: #b1b4ba;
  left: clamp(-2.0625rem, -1.7188vw, -1.0647rem); /*最小值 -17.03px、大小約 -1.7188vw、最大值 -33.00px */
  top: 50%;
  transform: translate(0 , -50%);
}









/* RWD xl */
@media (max-width: 1200px) {
  .footer {
  }

  .footer_wrap{
    width: 90%;
    max-width: clamp(calc(100% - 6.4518rem), calc(100% - 10.4167vw), calc(100% - 12.5000rem)); /* 最小值 103.23px、大小約 10.4167vw、最大值 200.00px */
  }


  /* 上下的 padding */
  .footer_wrap .footer_listArea {
    
    /* padding: 80px 0 40px; */
  }
  .footer_listArea .contact_info_content a{
    /* font-size: clamp(1.2132rem, 1.1458vw, 1.3750rem); */ /* 字體 最小值 19.41px、大小約 1.1458vw、最大值 22.00px */
  }

  /* 布局 開始 */

  /* 第二部分內容01 */
  .footer_listArea2 .footer_copyright_list {
  }

  /* 第二部分內容02 */
  .footer_wrap .footer_listArea2 .footer_icon_list {
    display: block;
  }

  /* 第二部分內容03 */
  .footer_wrap .footer_listArea2 .footer_other_list {
  }
  /* 布局 結束 */

  /* 第一部分 */
  .footer_listArea2 .footer_copyright_list .copyright p {
  }

  .footer_listArea2 .footer_other_list .footer_other ul {
  }


  /* 第二部分 icon (圖片) */
  .footer_listArea2 .footer_icon_list .footer_icon img {
    margin-left: 0;
  }

  /* 第二部分 icon */
  .footer_listArea2 .footer_icon_list .footer_icon {
  }
}



@media (max-width: 990px) {
  .footer {
    padding: 20px 0px;
  }

  .footer_wrap {
    max-width: 45rem; /*720px*/
    /* margin: 0 130px; */
  }

  .footer_wrap .footer_listArea {
    gap: clamp(1.2904rem, 2.0833vw, 2.5000rem); /* 最小值 20.65px、大小約 2.0833vw、最大值 40.00px */
    grid-template-columns: repeat(2, 1fr);
}

.footer_content {
  display: block;
  justify-content: unset;
}

/* 主按鍵 navbar */
.footer_navbar {
  display: none;
}



  /* 區塊部分 */
  .footer_listArea .footer_list {
  }

  /* 第三區塊 */
  .footer_listArea .contact_info {
    margin: 0;
    padding: 0;
  }

  /* 第二區塊 */
  .footer_listArea .quick_links {
    padding: 0;
    margin: 0;
  }
  

  /* 兩個部分相同的地方 */
  .footer_list4_box .california,
  .footer_list4_box .los_angels {
    padding: 0;
    margin: 0;
  }
}




@media (max-width: 768px) {

  .footer {
    padding: 0 ;
  }
  
  .footer_wrap {
    max-width: unset;
  }

  .footer_wrap .footer_listArea {
      /*gap: clamp(1.2904rem, 2.0833vw, 2.5000rem);*/ /* 最小值 20.65px、大小約 2.0833vw、最大值 40.00px */
      grid-template-columns: repeat(1, 1fr);
  }

    /* 版腳資訊 footer_information */
    ul.footer_information {
      display: block;
      margin: 0;
    }
    ul.footer_information li {
      padding: 5px 0px;
    }

  .footer_listArea{
    gap: 50px;
  }
  .footer_listArea .quick_links{
    margin-bottom: 0;
  }
  .footer_listArea .contact_info_content a {
    font-size: clamp(1.1250rem, 1.0417vw, 1.2500rem); /* 字體 最小值 18.00px、大小約 1.0417vw、最大值 20.00px */
}

  /* 區塊部分 */
  .footer_listArea .footer_list {
    flex: 0 0 auto;
    width: 100%;
  }

  

  .footer_listArea2 .footer_other_list .footer_other ul {
    gap:10px;
  } 


  /* 布局 開始 */

  .footer_listArea2{
    display: flex;
    flex-direction: column-reverse;
    align-items: unset;
    justify-content: unset;
  }

  /* 第二部分內容01 */
  .footer_listArea2 .footer_copyright_list {
    width: 100%;
  }

  /* 第二部分內容02 */
  .footer_wrap .footer_listArea2 .footer_icon_list {
    width: 100%;
  }

  /* 第二部分內容03 */
  .footer_wrap .footer_listArea2 .footer_other_list {
    width: 100%;
  }

.footer_listArea2 .footer_other_list .footer_other ul {
    justify-content: unset;
  }
}

