@charset "utf-8";
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  border: none;
}
input[type="submit"], input[type="button"] {
  cursor: pointer;
}
/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
/*table {
	border-collapse:collapse;
	border-spacing:0;
}*/
fieldset, img {
  border: 0;
  padding: 0;
  margin: 0;
}
address, caption, cite, code, dfn, em, /*strong,*/ th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
  padding-left: 0;
}
caption, th {
  text-align: left;
}
/*h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}*/
q:before, q:after {}
abbr, acronym {
  border: 0;
}
* {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
/*==================================================================================*/
/*開頭設定*/
body {
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  line-height: 1.71;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'palt'1;
  font-feature-settings: 'palt'1;
	background-color: #15390b;
	max-width: 1920px; margin: 0 auto;
}
a {
  text-decoration: none !important;
  color: #837e64;
  transition: all 0.6s ease 0s;
}
a:hover {
  color: #000;
}
.web_img {
  display: block !important;
}
.photo_img {
  display: none !important;
}
.w_100 {
  max-width: 1160px;
  margin: 0 auto;
}
.w_100w {
  max-width: 1400px;
  margin: 0 auto;
}
.w_100s {
  width: 1200px;
  margin: 0 auto;
	max-width: 80vw;
}
.w_all {
  width: 100%;
  overflow: hidden;
}
.tit_p {
  font-family: 'Lato', sans-serif;
}
.tit_p2 {
  font-family: 'Noto2', serif;
}
h1, h2, h3, h4 {
  font-weight: normal;
}
.tt_bg {
  width: 100%;
  height: 20px;
  background-color: #050426;
}
.bg_img {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: -1;
  padding: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/*MENU*/
.language {position:fixed;right: 10px;top: 5px;font-size: 13px;color: #FFF;}
.language a {color: #FFF;}
header {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 800;
  transition: all 0.5s ease 0s;
	background-color: #5d9743;
 
}
.logo {
	background-color: #FFF;
	position: relative;
	height: 80px;
	padding: 0 40px;
	display: flex; justify-content: center; align-items: center;
}
.logo:before { position: absolute;right: -49px;top: 0; content: "";width: 0;
height: 0;
border-style: solid;
border-width: 80px 50px 0 0;
border-color: #ffffff transparent transparent transparent;
  }
.logo img {
	
	height: 50px;
  transition: all 0.5s ease 0s;
	
}

/*選單*/
.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.menu ul {
  float: right;
}
.menu li {
  float: left;
  position: relative;
  width: 150px;
  height: 45px;
  overflow: hidden;
}
.menu li a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}
.menu li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 5px;
  bottom: 0;
  right: 0;
  background-color: #cd2c23;
  transition: all 0.3s ease 0s;
}
.menu li:hover:before {
  width: 100%;
}
.menu_st {
  width: 150px;
  height: 100px;
  color: #FFF;
  transform: translateY(0%);
}
.menu li:hover .menu_st {
  animation: at01 0.5s normal forwards;
}
.menu_st p {
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
}
.navbar {padding-top: 30px;padding-right: 80px;}
@keyframes at01 {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}
#open_menu { width: 60px; height: 60px; position: fixed; right: 5px; top: 20px; color: #FFF; z-index: 905; display: none;}
#open_menu i { font-size: 35px;}
/*選單手機板*/
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	#open_menu { display: block;}
	#navbar.on { display: block;}
	#navbar { display: none;}
  .web_img {
    display: none !important;
  }
  .photo_img {
    display: block !important;
  }
  .logo {
    padding: 0px;
  }
  
	.navbar { width: 100%; position: fixed; left: 0; right: 0 ; top: 45px; }
	.menu ul { float: none; width: 100%; position: fixed; left: 0; right: 0 ; top: 80px; background-color:rgba(0,0,0,0.8);height: 100vh;z-index: 906;} 
	.menu li { float: none; width: 100%; border-bottom: 1px solid #333;}
	
	
  .menu_st {
    width: 90px;
  }
  .menu_st p {
    font-size: 10px;
  }
  .bg_img {
    background-size: auto 100%;
  }
}
/*==============================================================
               形象圖 輪播
==============================================================*/
.photo_box {
  width: 100%;
}
.pho_box {
  width: 100%;
  position: relative;
  /*overflow: hidden;*/
	padding-bottom: 100px;
	background-color: #5d9743;
}
.pho_txt {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pho_01, .pho_02 {
  width: 40%;
}
.pho_02 {margin-top: 200px;margin-left: 2%;}
.pho_01 {
  text-align: right;
  font-size: 30px;
  line-height: 56px;
  color: #FFF;
	text-shadow: 0 0 5px #000 ;
}
.pho_02 img {
  width: 80% !important;
}
.owl-item.active .pho_01 {
  animation: fadeInDown 1s normal forwards;
}
.owl-item.active .pho_02 {
  animation: fadeInUp 1s normal forwards;
}
/*輪播按鈕*/
.int_photo0 {
  position: relative;
}
.int_photo0 .owl-nav {
  font-size: 50px;
}
.int_photo0 .owl-prev {
  position: absolute;
  left: 0;
  top: -30px;
  bottom: 0;
  width: 5vw;
  transition: all 0.5s ease 0s;
  opacity: 0.5;
  z-index: 20;
}
.int_photo0 .owl-prev:hover {
  background-color: transparent !important;
  opacity: 1;
}
.int_photo0 .owl-next {
  position: absolute;
  right: 0;
  top: -30px;
  bottom: 0;
  width: 5vw;
  transition: all 0.5s ease 0s;
  opacity: 0.5;
  z-index: 20;
}
.int_photo0 .owl-next:hover {
  background-color: transparent !important;
  opacity: 1;
}
.int_photo0 .owl-dots {}

@media screen and (max-width:1024px) {
	.pho_box {padding-bottom: 20%;}
  .pho_txt {
    width: 100vw;
    height: 100%;
    top: auto;
    right: 0;
	  display:flow-root;
  }
	.pho_01, .pho_02{ width:90%; margin: 0 auto;}
	.pho_01 { font-size: 4vw;padding-top: 20%; text-align: center;}
  .int_photo0 .owl-dots {
    display: none;
  }
}
.content {
	background-color: #5d9743;overflow: hidden;width: 100%;
}
@media screen and (max-width:760px) {
	.pho_box {padding-bottom: 20%;}
  .pho_txt {
    width: 100vw;
    height: 100%;
    top: auto;
    right: 0;
	  display:flow-root;
  }
	.pho_01, .pho_02{ width:90%; margin: 0 auto;}
	.pho_01 { font-size: 18px;line-height: 25px; padding-top: 25%;padding-bottom: 10px; text-align: center;}
	.pho_02 img {width: 70% !important;}
  .int_photo0 .owl-dots {
    display: none;
  }
}
/*==============================================================
                介紹01 
==============================================================*/
.abo_box {position: relative;max-width: 1460px;width: 100%; margin: 0 auto;aspect-ratio:20 / 13;}
.abo_a1, .abo_a2  {position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 100%;z-index: 2;}
.abo_a3 {position: absolute;left: 5%;top: 40%; font-size: 18px; color: #fffd35;width: 33%;z-index: 3;}
.abo_bg { position: absolute; right: -8%;z-index: 1;width: 100%;}
@media screen and (max-width:1025px) {
	.abo_a3 {top: 30%;font-size: 2vw; }
	
	
}
/*==============================================================
                介紹 02 03
==============================================================*/
.abo_box2 {background: url("../images/bg_02.png") center center no-repeat;color: #FFF;min-height:500px;display: flex; align-items: center; justify-content: center;}
.abo_box2_in {display: flex; justify-content: center; align-items: center;height: 50vh; max-height: 600px; }
.abo_b1, .abo_b2 {width: 50%;}
.abo_tit {display: flex; justify-content: flex-start; align-items:center;font-size: 28px;padding-bottom: 20px;}
.abo_tit p {position: relative;}
.abo_tit p:before {
  content: "";
  position: absolute;
  left: 0;
  width: 120px;
  height: 5px;
  bottom: 0;
  right: 0;
  background-color: #457e2b;
	border-radius: 5px;
}
.abo_tit4 p:before { background-color: #efe54d;}
.abo_b2 {}
.abo_tit i img{width: 70px;margin-right: 10px;}
.abo_text {font-size: 16px;padding-left: 80px;margin-right: 30px;text-align: justify;}
.abo_box2_in .abo_b1 {padding-bottom: 50px;}
.abo_b2_img {width: 90%;}
.abo_box3_in {flex-direction:row-reverse;}

.abo_box3 {background: url("../images/bg_03.png") center center no-repeat; color: #FFF;min-height: 600px; display: flex; align-items: center; justify-content: center; }
@media screen and (max-width:760px) {
	.abo_box2 {background: url("../images/bg_02b.png") center center no-repeat;background-size: 100%; margin-bottom: 20px;min-height: inherit;}
	.abo_box2_in {display: flow-root;height: auto;}
	.abo_b2, .abo_b1 {width: 100%;}
	.abo_tit {padding-left: 10px;font-size: 4.5vw;}
	.abo_tit i img{width: 40px;}
	.abo_text {font-size: 2vw;margin: 0;width: 50%;}
	.abo_b2_img {width: 50%; margin: 0 auto;}
	.abo_b1 {padding-top: 20px;}
	.abo_box2_in .abo_b1 {padding-bottom: 10px;}
	.abo_box3 {background: url("../images/bg_03b.png") center center no-repeat; background-size: 100%; min-height: inherit; }
	.abo_box3_in {}
}
/*==============================================================
                標題 04
==============================================================*/
.tit_box02 {background: url("../images/tit_02.png") left center no-repeat; }
.tit_box02_in { background: url("../images/bg_04.png") right center no-repeat;padding: 150px 0;}
.abo_c1 {padding-left: 12.5%;}
.abo_c1 img {width: 50%;}
.abo_c1 p {padding-left: 10%; color: #FFF;font-size: 38px;}
@media screen and (max-width:1024px) {
	.tit_box02 {background: url("../images/tit_02.png") left center no-repeat;background-size: 150px;}
	.tit_box02_in {padding: 40px 0;background-size: 150px;}
	.abo_c1 {padding-left: 10%;}
	.abo_c1 p {font-size: 5vw;}
	.tit_box02 {background: url("../images/tit_02.png") left top no-repeat; background-size: 20%;}
}
/*==============================================================
                介紹 05 標題 06
==============================================================*/
.page_05 { background: url("../images/bg_06.png") center bottom no-repeat; }
.abo_box6 {background: url("../images/bg_05.png") center center no-repeat;color: #FFF;min-height: 500px; display: flex; align-items: center; justify-content: center; }
.abo_box6_in {background: url("../images/img_a5-4.png") center center no-repeat;width: 100%;}
.abo_box6_in.web_jp {background: url("../images/img_a5-4_jp.png") center center no-repeat;width: 100%;}
.abo_b6_img {margin: 5px 0;}
.abo_b3 {width: 40%;margin-right: 10%;}
.abo_b4 {width: 40%;}
@media screen and (max-width:1366px) {
	.abo_box6_in {background-position: 100%;}
	.page_05 {background-position: 70%;}
	
}
@media screen and (max-width:1024px) {
	.abo_box6_in {background-position: 80%;}
	.page_05 {background-position:center;}
	
}
@media screen and (max-width:760px) {
	.abo_b3 {width: 100%;}
	.abo_box6 {background: url("../images/bg_05b.png") left top  no-repeat;background-size: 100%;margin-bottom: 60px;min-height:inherit;}
	.abo_box6_in {background: url("../images/img_a5-4b.png") right bottom no-repeat; background-size: 50%;}
	.abo_box6_in.web_jp {background: url("../images/img_a5-4b_jp.png") right bottom no-repeat; background-size: 50%;}
	.abo_b4 {margin-left: 10%;}
	
	
}
/*==============================================================
                介紹 07 08
==============================================================*/
.abo_box7 { color: #FFF;margin-left: -50px;min-height: 500px; display: flex; align-items: center; justify-content: center; }
.abo_box7_in {display: flex; justify-content:flex-start; align-items: center;height: 50vh; max-height: 600px;background: url("../images/bg_09.png") left bottom no-repeat; }
.abo_b7 {width: 33%;aspect-ratio:1 / 1; background-color: #12210e; border: 15px solid #3c6f2a; border-radius: 50%;display: flex;justify-content: center; align-items: flex-start;padding: 40px;position: relative;z-index: 2;margin-left: 10px; }

.abo_b7_in {}
.abo_b7 .abo_tit { display: flow-root; text-align: center;padding-left: 20px}
.abo_b7 .abo_tit p {text-align: left;}
.abo_b7 .abo_text {padding-left: 20px;}
.abo_d1 {width: 40%;position: relative;}
.abo_d2 { }
.abo_d3 {position: absolute;bottom: -100px;left:50%; display: flex;align-items: flex-start;height: 270px;width: 100%;}
.abo_d1-1 {margin-left: 10px;}
.abo_box8 {color: #FFF; margin: 50px -10% 50px 0 ;min-height: 500px; display: flex; align-items: center; justify-content: center; }
.abo_box8_in {display: flex; justify-content:flex-end; align-items: center;height: 50vh; max-height: 600px;background: url("../images/bg_10.png") right bottom no-repeat; }
.abo_b8 {width: 33%;aspect-ratio:1 / 1; background-color: #15390b; border: 15px solid #8ab952; border-radius: 50%;display: flex;justify-content: center; align-items: flex-start;padding: 40px;position: relative;z-index: 2;margin: 0 50px 50px 0 ;}
.abo_d4 {width: 50%;position: relative;margin-right: 10%;}


/*==============================================================
                tit 09
==============================================================*/
.tit_box09 {background: url("../images/tit_03.png") left top no-repeat;}
.tit_box09_in { background: url("../images/tit_04.png ") right center no-repeat; background-size:contain; padding:0 0 120px 0;}
.abo_e1 {padding-left: 15%;}
.abo_e1 img {max-width: 70%;}
.abo_e1 p {padding-left: 20%; color: #FFF;font-size: 38px;}
@media screen and (max-width:1366px) {
	.tit_box09_in { background: url("../images/tit_04b.png ") right center no-repeat; background-size:contain; }
	.tit_box09 {background: url("../images/tit_03b.png") left top no-repeat;background-size:contain;}
}
@media screen and (max-width:1024px) {
	
	.abo_d4 {margin-right: 5%;}
	.tit_box09, .tit_box09_in {background-size: 260px auto;padding-bottom: 0;}
	.tit_box09_in { background: url("../images/tit_04b.png ") right top no-repeat; background-size:contain; }
	.tit_box09 {background: url("../images/tit_03b.png") left bottom no-repeat;background-size:contain;}
	
}
@media screen and (max-width:760px) {
	.abo_box7, .abo_box8 {min-height: inherit;}
	.abo_box7_in, .abo_box8_in{display: flow-root; position: relative; height: auto; }
	.abo_d1, .abo_d4 {position: absolute; z-index: 10;}
	.abo_d1 {width: 50%;bottom:70px;left: 20% ; }
	.abo_d4 {width: 70%;bottom:40px;left: 10% ; }
	.abo_b7 {width: 70%; margin: 0 auto;text-align: center;}
	.abo_d3 {bottom: -200px;}
	.tit_box09_in { background: url("../images/tit_04b.png ") right top no-repeat; background-size:20%; padding-top: 50px;}
	.tit_box09 {background: url("../images/tit_03b.png") left bottom no-repeat;background-size:20%;}
	
	.abo_e1 p {font-size: 5vw;}
	.abo_e1 {padding-left: 10px;}
	.abo_b7 .abo_text {text-align: center;width: 80%; margin: 0 auto;}
	.abo_b7 .abo_tit p  {text-align: center;}
	.abo_b7 .abo_tit p:before {left: 0; right: 0; margin: 0 auto;}
	
}
/*==============================================================
                介紹 10
==============================================================*/
.abo_box10 {background: url("../images/bg_11-1.png") center center no-repeat; background-size: cover; width: 100%; color: #FFF;}
.abo_box11_in {background: url("../images/bg_07.png") top right no-repeat; }
.abo_box10_in {display: flex; justify-content: center; align-items: center; flex-direction: row-reverse;}
.abo_f1, .abo_f2  {width: 40%; margin: 20px 5%;}
.abo_f1 {}
.abo_f1-1 {text-align: center;}
.abo_f1-1 img {height: 250px;}
.abo_box11 {background: url( "../images/bg_11-2.png") center center no-repeat;background-size: cover;width: 100%;color: #FFF;}
.abo_box11 .abo_box10_in { flex-direction:row;}
.abo_f1-5 {margin-left: 20%;}

/*==============================================================
                下載 app
==============================================================*/
.app_box { background: url("../images/bg_12.png") center bottom no-repeat #8ab952;padding:40px 0;}
.app_box_in {display: flex; justify-content: center; align-items: center;}
.app_tit {width: 40%; margin-right: 5%;}
.app_tit p {text-align: right;color: #FFf;font-size: 38px; padding-top:5px;padding-right: 20px;}
.app_text {width: 60%;display: flex; justify-content: center; align-items: center;}
.app_btn {width: 180px; border-radius: 10px; color: #FFF;display: flex; justify-content: center; align-items: center;margin: 0 10px;position: relative; padding: 10px 0;}
.app_btn a {position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%;}
.icon_ap {background: url("../images/icon_ap.png") left center no-repeat #000; background-size:auto 30px;}
.icon_ad {background: url("../images/icon_ad.png") left center no-repeat #000;background-size: auto 30px;}
.app_btn_box {display: flex;}
@media screen and (max-width:760px) {
	.abo_box10 {background: url("../images/bg_11-1b.png") center center no-repeat; background-size: cover; width: 100%; }
	.abo_box11 {background: url( "../images/bg_11-2b.png") center center no-repeat;background-size: cover;width: 100%;}
	
	.abo_box11_in {background: url();}
	.app_box_in, .app_btn_box, .abo_box10_in {display: flow-root;}
	.app_tit, .app_text {width: 80%; margin: 0 auto;text-align: center;}
	.app_text {align-items: flex-start;}
	.app_one {width: 150px;margin: 0 auto;}
	.app_btn {margin: 5px auto;}
	.app_tit p {padding-bottom: 10px; padding-right: 0;text-align: center;font-size:5vw;}
	.app_btn_box {margin-left: 3%;}
	
	.abo_f1, .abo_f2 {width: 90%;margin: 20px auto;}
	.abo_f1-1 img {height: 180px;}
	.abo_f1-5 {margin: 20px auto;}
}

/*==============================================================
                機能介紹 
==============================================================*/
/*左右圖文*/
.text_RL {
  max-width: 80vw;
  margin: 0 auto;
  padding-bottom: 60px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.text_RL.txt_ron {
  flex-direction: row-reverse;
}
.txt_R, .txt_L {
  width: 49%;
}
.txt_L2 {
  align-items: flex-start;
}

.txt_cc {
  text-align: center;
}


@keyframes at02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width:760px) {
  
}

/*==============================================================
   DOWNLOAD APP
==============================================================*/
.dol_box {
  background: url("../images/dl_bg.jpg")  bottom no-repeat;
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-size: 100% auto;
}
.dol_box_in {
  width: 100%;
}
.tit2 {
  text-align: center;
  width: 100%;
}
.tit2 p {
  font-size: 20px;
  color: #468f74;
  font-weight: bold;
}
.tit2 h2 {
  font-size: 25px;
  font-weight: bold;
}
.dl_one {
  width: 100%;
  text-align: center;
  padding-top: 80px;
}
.dl_one span {
  background-color: #000;
  color: #FFF;
  padding: 5px 40px;
}
/*上架樣式*/
.dl_two { display: flex; justify-content: center;  width: 1200px; margin: 0 auto; max-width: 80vw; padding-top: 80px;}
.dl_one2 { width:40%; padding: 0 2.5%;display: flex;justify-content: space-around; align-items: stretch; }
.btn_icon { width: 20%;}
.dl_btn { width: 75%;}
.dl_btn_in { display: flex; justify-content: space-around;}
.dl_btn h3 {font-size: 20px; padding-left: 8px; padding-bottom: 20px;}
.dl_btn a { width: 45%; background-color: #000; color: #FFF; border-radius: 5px; text-align: center; font-size: 15px; padding: 3px 0;}
.dl_btn span { width: 250px;}

.btn_01 { font-size: 15px; color: #FFF; background-color: #000; border-radius: 5px; padding: 5px 20px;}
@media screen and (max-width:760px) {
	.dol_box {
		 background-size:auto 100% ; height: auto; padding: 40px 0; align-items: center;
	}
	.dl_two { display: flow-root; padding-top: 40px;}
	.dl_one2 { width: 100%; margin-bottom: 40px; }
	.dl_btn_in { display: flow-root;}
	.dl_btn a { width: 100%; margin-bottom: 10px; display: block;}
	.btn_icon { display: flex; align-items:flex-end;}
	
}

/*==============================================================
                客戶實績
==============================================================*/
#close_menu {color: #FFF;width: 100%;padding-bottom: 20px; text-align: right;}
.case_box {position: fixed;left: -100%; right: 0;top: 80px;bottom: 0; background-color: #5d9743;width: 100%;height: 100vh; overflow: auto;z-index: 1000;transition: all 0.5s ease 0s;}
.case_box.on {left: 0%; }

.tit_img { height: 150px;overflow: hidden;}
.case {padding: 150px 0;}
.case ul {display: flex; flex-wrap: wrap;justify-content: flex-start; align-items: stretch;}
.case ul li {width: 24%;margin: 20px 0.5%;;} 
.case_one {position: relative;}
.case_one a {position: absolute; left: 0; right: 0; top: 0; bottom: 0; width:100%; height: 100%; z-index: 50;}
.case_tit {margin: 10px 0;font-size: 18px;color: #FFF;text-align: center;}
.case_img {display: flex; justify-content: center; align-items: center;height: 150px; border: 1px solid rgba(255,255,255,0.5);}
.case_img img {transition: all 0.5s ease 0s;transform: scale(0.9);max-height: 150px;}
.case ul li:hover .case_img img  {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);}

@media screen and (max-width:760px) {
	.case_box {width: 100%;height: 100vh; overflow: auto;}
	.case {padding: 20px 0;}
	.case ul {width: 80%; margin: 0 auto;}
	.case ul li {width: 48%;}
	.case_tit {font-size: 15px;}
	#close_menu {background-color: #5d9743;
	width: 50px;
    height: 50px;
    position: fixed;
    right: -100px;
    top: 25px;
    color: #FFF;
		align-items: center;justify-content: center;
		margin: 0;padding: 0;
		display: none;
		transition: all 0.5s ease 0s;
		
	}
	#close_menu.on {display: flex; right: 10px;}
	
}

/*==============================================================
              版權
==============================================================*/

footer {
  width: 100%;
  clear: both;
  background-color: #202020;
	color: #FFF;
}
.foot_box {
  padding: 40px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
	font-size: 15px;
}
.logo3 {
	width: 300px;
}
/*右邊推播*/
.push_list { text-align: center;}
.push_list li { display: inline-block; font-size: 25px; margin: 0 10px;}
.push_list li a { color: #FFFF;}
.push_list li a:hover { color: #dee9a9;}	
@media screen and (max-width:760px) {
	.foot_box { display: flow-root; width: 80vw; margin: 0 auto;}
	.logo3 { padding-bottom: 20px;}
	.push_list { margin: 40px 0; border-top: 1px solid #666;}
	.push_list i {font-size: 50px;}
}
/*==============================================================
              gotop / loading動畫
==============================================================*/
#gotop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #FFF;
}

.at_loading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1500;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: #FF3D00;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}