@charset "utf-8";
/* CSS Document */
body, dl, dt, dd, td, th, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	word-wrap:break-word;
	/* word-wrap:break-word; */
}
html,body {
	font-family: 'Public Sans','Noto Sans SC', sans-serif;
	font-size: 14px;
	width: 100%;
	height: 100%;
	-ms-overflow-style: scrollbar;
  background-image: url('../images/news_bg.png');
  background-position: center center;
  background-repeat: repeat;
  color: #FFF;
}
a:link {
	color:#FFF;
	text-decoration: none;
}
a:visited {
	color:#FFF;
	text-decoration: none;
}
a:hover {
	color:#FFF;
	text-decoration: none;
}
a:active {
	color:#FFF;
	text-decoration: none;
}
@-ms-viewport {
  width: device-width;
}
.ml2 span {
  opacity: 0;
  display: inline-block;
}
/* 三欄式自動調幅版面--------------------------------------------- */


#header {
  width: 100%;
	position:fixed;
	z-index:5001;
  top:0%;
  left: 0%;
  padding: 0;
  overflow: hidden;
}
#header2 {
  width: 100%;
	position:absolute;
	z-index:5001;
  top:0%;
  left: 0%;
  padding: 0;
  overflow: hidden;
}

.header_bg {
  position: absolute;
  background: rgba(16, 54, 41, 0.9);
  height: 100%;
  width: 100%;
  top:-100%;
  z-index: 0;
  transition: all 0.3s;
}
.header_bg.active {
  top: 0%;
}

  .header_logo {
    position: fixed;
    z-index:5004;
    width: 48px;
    top: 24px;
    left: 32px;
  }
  .header_logo2 {
    position: absolute;
    z-index:5005;
    width: 48px;
    top: 24px;
    left: 32px;
  }

  .header {
    width: 100%;
    padding: 45px 30px;
    margin: auto;
    text-align:center;
    position: relative;
    z-index: 2;
  }

  .menu {
    width: 100%;
    margin: auto;
    text-align: right;
    position: relative;
    display: none;
  }

  .menu > ul {
    margin: auto;
    list-style: none;
  }

  .menu > ul > li {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 160px;
    height: 155px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 2px;
    text-align: center;
    background: rgba(161, 201, 144, 0);
    padding: 50px 0;
    transition:all 0.5s
  }
  .menu > ul > li:hover {
    background: rgba(161, 201, 144, 0.2);
  }

  .menu > ul > li:first-child {
    margin-left: 0px;
  }

  .menu > ul > li a {
    color: #FFF;
  }
  
  .menu > ul > li a:hover {
    color: #FFF;
  }
  

.menu > ul > li:hover .menu_list {
  opacity: 1;
  visibility: visible;
}




.menu2 {
  width: 100%;
  margin: auto;
  text-align: right;
  position: relative;
  display: none;
}

.menu2 > ul {
  margin: auto;
  list-style: none;
}

.menu2 > ul > li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 160px;
  height: 160px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2px;
  text-align: center;
  background: rgba(161, 201, 144, 0);
  padding: 50px 0;
  transition:all 0.5s
}
.menu2 > ul > li:hover {
  background: rgba(161, 201, 144, 0.2);
}

.menu2 > ul > li:first-child {
  margin-left: 0px;
}

.menu2 > ul > li a {
  color: #003D28;
}

.menu2 > ul > li a:hover {
  color: #FFF;
}


.menu2 > ul > li:hover .menu_list {
  opacity: 1;
  visibility: visible;
}


.menu_en {
  font-family: "Public Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 2px;
  text-align: center;
}


@media only screen and (min-width: 768px) {

  .header {
    height: 130px;
    padding: 32px 42px;
  }
  .header_logo {
    width: 56px;
    top: 40px;
    left: 40px;
  }
  .header_logo img {
    width: 83px;
  }
  .header_logo2 {
    width: 56px;
    top: 40px;
    left: 40px;
  }
  .header_logo2 img {
    width: 83px;
  }
  .menu {
    display: none;
  }
  .menu2 {
    display: none;
  }
}


@media only screen and (min-width: 1140px) {

  .header {
    height: 160px;
    padding: 10px 20px;
  }
  .header_logo {
    width: 68px;
    top: 43px;
    left: 96px;
  }
  .header_logo2 {
    width: 68px;
    top: 43px;
    left: 96px;
  }
  .menu {
    display: block;
  }
  .menu > ul > li {
    width: 150px;
    height: 150px;
    font-size: 20px;
    margin-left: 0px;
  }
  .menu2 {
    display: block;
  }
  .menu2 > ul > li {
    width: 160px;
    height: 155px;
    font-size: 20px;
    margin-left: 0px;
  }
}




.header_small_menu {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  left: 100%;
  z-index: 5002;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #003D28;
  display: flex;
  justify-items: center;
  align-items: center;
  padding-bottom: 30px;
}

.header_small_open {
  position: fixed;
  top: 30px;
  right: 24px;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 5003;
}
.header_small_close {
  position: fixed;
  top: 30px;
  right: 24px;
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 5003;
}

.header_small_open.active .header_small_menu {
  margin-left: 0;
  transform: 0.6s;
}

.header_small_menu_list {
  width: 100%;
  color: #262626;
}

.header_small_menu_list > ul {
  padding: 128px 30px;
  list-style: none;
}

.header_small_menu_list > ul > li {
  padding: 16px 0;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
}

.header_small_menu_list > ul > li a {
  color: #FFF;
}

.header_small_menu_list > ul > li a:hover {
  color: #FFF;
}
.header_small_block {
  width: 100%;
  margin: auto;
  position: relative;
  padding: 0 40px;
}
.header_small_1 {
  width: 50%;
  float: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 1px;
  text-align: left;
  padding-left: 9px; 
}
.header_small_2 {
  float: right;
  width: 50%;
  font-size: 11px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: right;
  padding-right: 10px;
  padding-top: 0px;
}
.header_menu_footer {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.header_list_menu  {
  width: 100%;
  list-style: none;
}
.header_list_menu > li {
  width: 100%;
  border-bottom: 1px solid;
  border-color: rgba(255,255,255,0.4);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 20px;
  overflow: hidden;
  padding-bottom: 12px;
}
.header_list_menu > li span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2px;
  letter-spacing: 1px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .header_small_menu {
    display: flex;
    padding-bottom: 80px;
  }
  .header_small_open {
    display: block;
    top: 43px;
    right: 40px;
    width: 50px;
    height: 50px;
  }
  .header_small_close {
    display: none;
    top: 43px;
    right: 40px;
    width: 50px;
    height: 50px;
  }
  .header_small_menu_list > ul {
    padding: 156px 42px 60px 42px;
  }
  .header_small_menu_list > ul > li {
    padding: 20px 0;
    font-size: 20px;
  }
  .header_small_block {
    width: 100%;
    margin: auto;
    position: relative;
    padding: 0 96px;
  }
  .header_small_1 {
    position: relative;
    width: 50%;
    float: left;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 1px;
  }
  .header_small_2 {
    position: relative;
    float: right;
    width: 50%;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 1px;
    padding-top: 5px;
  }
  .header_menu_footer {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    text-align: center;
  }
  .header_list_menu > li {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 2px;
    margin-top: 32px;
    padding-bottom: 24px;
  }
  .header_list_menu > li span {
    font-size: 16px;
    line-height: 1.2px;
    letter-spacing: 0.06em;
  }
}
@media only screen and (min-width: 1140px) {
  .header_small_open {
    display: none;
  }
  .header_small_menu {
    display: none;
  }
}


.icon {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	width: 100%; 
  height: 100%;
	fill: none;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
  cursor: pointer;
}

.icon { stroke: #fff; opacity: 1; }




.banner1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: relative;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner2 {
  width: 100%;
  overflow: hidden;
  display: none;
  position: relative;
}
.banner3 {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
.banner_about_word {
  position: absolute;
  width: 171px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-items: center;
  top: 0;
  left: 8%;
  z-index: 5;
}
.banner_about_title1 {
  font-family: 'Noto Serif TC';
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 12px;
  text-align: left;
  margin-top: 8px;
}
.banner_about_title2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  text-align: left;
  margin-top: 20px;
  opacity: 0;
}
.banner_about_title3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  text-align: left;
  margin-top: 12px;
  opacity: 0;
  text-align:justify;
  text-justify: distribute;
}

@media only screen and (min-width: 768px) {
  .banner1 {
    width: 100%;
    overflow: hidden;
    display: none;
  }
  .banner2 {
    width: 100%;
    overflow: hidden;
    display: block;
  }
  .banner3 {
    width: 100%;
    overflow: hidden;
    display: none;
  }
  .banner_about_word {
    position: absolute;
    width: 100%;
    top: 0;
    left: 6%;
  }
  .banner_about_title1 {
    font-size: 40px;
    letter-spacing: 12px;
    margin-top: 4px;
  }
  .banner_about_title2 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 64px;
  }
  .banner_about_title3 {
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 12px;
  }
}

@media only screen and (min-width: 1280px) {

  .banner1 {
    width: 100%;
    overflow: hidden;
    display: block;
  }
  .banner2 {
    width: 100%;
    overflow: hidden;
    display: none;
  }
  .banner3 {
    width: 100%;
    overflow: hidden;
    display: none;
  }
  .banner_about_word {
    position: absolute;
    top: 0;
    left: 13.5%;
  }
  .banner_about_title1 {
    font-size: 64px;
    letter-spacing: 18px;
    margin-top: 8px;
  }
  .banner_about_title2 {
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 90px;
  }
  .banner_about_title3 {
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 40px;
  }
}




#content {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
}

.containergo {
  background-position: top center;
  background-repeat: repeat;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.content_title1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: left;
}
.content_title1 a {
  color: #A1C990;
}
.content_title2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 4px;
  text-align: left;
  margin-top: 12px;
}

.content {
  width:100%;
  max-width:1280px;
  padding: 0 30px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .content_title1 {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .content_title2 {
    font-size: 28px;
    letter-spacing: 4px;
    margin-top: 16px;
  }
  .content {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .content_title1 {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .content_title2 {
    font-size: 40px;
    letter-spacing: 4px;
    margin-top: 16px;
  }
  .content {
    padding: 0 40px;
  }
}







.about_memo1 {
  position: relative;
  width: 100%;
  height: 500px;
  margin: auto;
  background-color:#ECF1EB;
  text-align: right;
  z-index: 2;
}
.about_memo2 {
  position: relative;
  width: 100%;
  height: 339px;
  margin: auto;
  text-align: right;
  z-index: 1;
}
.about_memo3 {
  position: relative;
  width: 100%;
  margin: auto;
  text-align: right;
  z-index: 1;
  overflow: hidden;
  padding-bottom:100px;
}
  .about_memo3_1 {
    position: relative;
    width: 100%;
    height: 308px;
    margin: auto;
    background-color:#ECF1EB;
    text-align: right;
    z-index: 2;
  }
  .about_memo3_2 {
    position: relative;
    width: 100%;
    margin: auto;
    text-align: right;
    z-index: 3;
  }
  .about_memo3_3 {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    text-align: center;
  }

.about_memo4 {
  position: relative;
  width: 100%;
  height: auto;
  background-color:#ECF1EB;
  text-align: center;
  padding-bottom: 32px;
}
  .about_memo4_1 {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
  }

.about_memo1_title1{
  position: absolute;
  width: 300px;
  left: 50%;
  bottom: 10px;
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-left: -150px;
  color: #fff;
}

.about_memo1_title2 {
  font-family: 'Noto Serif TC';
  width: 300px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.2em;
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -150px;
  color: #003D28;
}

.about_memo2_title1 {
  position: absolute;
  left: 50%;
  width: 310px;
  top: 30px;
  font-size: 14px;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 1px;
  text-align: justify;
  text-justify: auto;
  color: #252525;
  margin-left: -155px;
}

.about_memo3_title1 {
  width: 100%;
  margin: auto;
  max-width: 1140px;
  font-size: 14px;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 1px;
  text-align: center;
  padding: 40px 32px 0 32px;
  text-align: justify;
  text-justify: auto;
}

.about_memo4_title1 {
  position: absolute;
  width: 300px;
  left: 50%;
  top: -12px;
  font-family: 'Noto Serif TC';
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  margin-left: -150px;
  color: #003D28;
  z-index: 6;
}

.about_memo4_title2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  text-align: justify;
  text-justify: distribute;
  color: #252525;
  padding: 0 32px;
  padding-top: 37px;
}

.about_pic1 {
  position: absolute;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-items: center;
  left: 0;
  top: 40px;
  z-index: 9;
}

.about_pic2 {
  position: absolute;
  width: 100%;
  left: 0;
  top: -90px;
  z-index: 10;
  padding: 0 32px;
}

.about_clear {
  height: 80px;
  clear: both;
}
.about_clear2 {
  height: 32px;
  clear: both;
}
.about_clear3 {
  height: 0;
  clear: both;
}

.video_index {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video_index iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .about_memo1 {
    height: 128px;
    text-align: right;
    z-index: 2;
  }
  .about_memo2 {
    height: 392px;
    text-align: right;
    z-index: 1;
  }
  .about_memo3 {
    text-align: right;
    z-index: 1;
  }
    .about_memo3_1 {
      height: 416px;
      text-align: right;
      z-index: 2;
    }
    .about_memo3_2 {
      text-align: right;
      z-index: 3;
    }
  
  .about_memo4 {
    position: relative;
    height: 640px;
    padding-bottom: 0;
  }

  .about_memo1_title1{
    position: absolute;
    width: auto;
    right: 0;
    bottom: 0;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: 0.1em;
    text-align: right;
  }
  
  .about_memo1_title2 {
    width: auto;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 0.2em;
    left: 45%;
    bottom: -20px;
    margin-left: 0;
  }
  
  .about_memo2_title1 {
    left: 45%;
    width: 50%;
    top: 60px;
    font-size: 16px;
    line-height: 32px;
    line-height: 2;
    letter-spacing: 2px;
    margin-left: 0;
  }
  
  .about_memo3_title1 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 2px;
    padding: 80px 40px 0 40px;
  }
  
  .about_memo4_title1 {
    position: absolute;
    width: 500px;
    left: 50%;
    top: -25px;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-left: -250px;
    z-index: 6;
  }
  
  .about_memo4_title2 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.2em;
    padding: 46px 40px 0 40px;
  }
  
  .about_pic1 {
    position: absolute;
    width: 38%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-items: center;
    left: 0;
    top: 0;
    z-index: 9;
  }
  
  .about_pic2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: -180px;
    z-index: 10;
    padding: 0 40px;
  }
  
  .about_clear {
    height: 80px;
  }
  .about_clear2 {
    height: 32px;
  }
  .about_clear3 {
    height: 0;
  }
  .video_index {
    position: relative;
    width: calc(100% - 80px);
    margin: auto;
    height: 0;
    padding-bottom: 56.25%;
  }
  
  .video_index iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 1140px) {
  .about_memo1 {
    height: 408px;
    text-align: right;
    z-index: 2;
  }
  .about_memo2 {
    height: 692px;
    text-align: right;
    z-index: 1;
  }
  .about_memo3 {
    text-align: right;
    z-index: 1;
  }
    .about_memo3_1 {
      height: 408px;
      text-align: right;
      z-index: 2;
    }
    .about_memo3_2 {
      text-align: right;
      z-index: 3;
    }
  
  .about_memo4 {
    position: relative;
    height: 914px;
  }
  
  .about_memo1_title1{
    right: 0;
    bottom: 0;
    font-size: 148px;
    line-height: 109px;
    letter-spacing: 16px;
    text-align: right;
  }
  
  .about_memo1_title2 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: 8px;
    left: 45%;
    bottom: -20px;
  }
  
  .about_memo2_title1 {
    left: 45%;
    width: 776px;
    top: 100px;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 3px;
  }
  
  .about_memo3_title1 {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 3px;
    padding: 96px 0px 0px 0px;
  }
  
  .about_memo4_title1 {
    position: absolute;
    width: 1140px;
    left: 50%;
    top: -25px;
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-left: -560px;
    z-index: 6;
  }
  
  .about_memo4_title2 {
    font-size: 18px;
    line-height: 2.2;
    letter-spacing: 0.2em;
    padding: 46px 0px 0px 0px;
    text-align: center;
  }
  
  .about_pic1 {
    position: absolute;
    width: 38%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-items: center;
    left: 0;
    top: 0;
    z-index: 9;
  }
  
  .about_pic2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: -160px;
    z-index: 10;
    padding: 0;
  }
  
  .about_clear {
    height: 80px;
  }
  .about_clear2 {
    height: 32px;
  }
  .about_clear3 {
    height: 0;
  }
  .video_index {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  
  .video_index iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}




/* 門市據點 */
.store_banner {
  width: 100%;
  position: relative;
  margin-top: 90px;
  display: none;
}
.store_banner2 {
  width: 100%;
  position: relative;
  margin-top: 90px;
  display: block;
}
.store_content {
 width: 100%;
 overflow: hidden;
 background-image: url('../images/store_bg.png');
 background-position: center center;
 background-repeat: no-repeat;
 background-attachment: fixed;
}
.store_block {
  width: 100%;
  position: relative;
  max-width: 1220px;
  overflow: hidden;
  margin: auto;
  padding: 48px 32px 48px 32px;
  background: none;
  display: flex;
  flex-wrap: wrap;
}
.search_bar {
  position: relative;
  width: 100%;
  padding: 24px 32px;
  border-radius: 32px;
  border:1px solid #003D28;
  overflow: hidden;
}
.search_1 {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 2px;
  color: #003D28;
  line-height: 20px;
}
.search_2 {
  width: 100%;
  height: 47px;
  float: left;
  border-radius: 20px;
  border:1px solid #003D28;
  margin-left: 0px;
  padding: 0 24px;
  margin-top: 60px;
}
.search_3 {
  width: 100%;
  height: 47px;
  float: left;
  border-radius: 20px;
  border:1px solid #003D28;
  margin-left: 0px;
  padding: 0 24px;
  margin-top: 20px;
}
.search_select {
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 2px;
  color: #003D28;
  background: none;
  -webkit-appearance: menulist;
}
.search_4 {
  position: absolute;
  right: 24px;
  top: 24px;
  background: none;
  border: 0;
}
.store_list {
  width: 100%;
  border-radius: 32px;
  padding: 24px;
  background: none;
  transition: all 0.5s;
  margin: 20px 0;
  position: relative;
  color: #003D28;
  cursor: pointer;
}
.store_list:hover {
  background: #003D28;
}
.store_list:hover .store_title1,.store_list:hover .store_title2 {
  color: #FFF;
}
.store_title1 {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 4px;
  text-align: left;
  color: #003D28;
  position: relative;
}
.store_title2 {
  font-size: 16px;
  font-weight: 350;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #003D28;
}
.store_map {
  position: absolute;
  top: 4px;
  right: 0px;
}
.store_map2 {
  position: absolute;
  top: 4px;
  right: 0px;
  display: none;
}
.store_clear {
  height: 40px;
  clear: both;
}

*,*:focus,*:hover{
  outline:none;
}

@media only screen and (min-width: 768px) {
  .store_banner {
    display: none;
    margin-top: 130px;
  }
  .store_banner2 {
    display: block;
    margin-top: 130px;
  }
  .store_block {
    padding: 120px 40px 144px 40px;
  }
  .search_bar {
    padding: 40px 48px;
    border-radius: 32px;
  }
  .search_1 {
    width: 100%;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.6;
    padding-bottom: 20px;
  }
  .search_2 {
    width: 40%;
    height: 56px;
    border-radius: 20px;
    margin-left: 0;
    padding: 0 34px;
    margin-top: 0px;
  }
  .search_3 {
    width: 40%;
    height: 56px;
    border-radius: 20px;
    margin-left: 34px;
    padding: 0 34px;
    margin-top: 0px;
  }
  .search_select {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .search_4 {
    right: 48px;
    top: 90px;
  }
  
  .store_list {
    width: 48%;
    border-radius: 32px;
    padding: 32px;
    margin: 20px 1%;
  }
  .store_title1 {
    font-size: 24px;
    letter-spacing: 4px;
  }
  .store_title2 {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .store_map {
    top: 4px;
    right: 0px;
  }
  .store_clear {
    height: 20px;
  }
}
@media only screen and (min-width: 1220px) {
  .store_banner {
    display: block;
    margin-top: 160px;
  }
  .store_banner2 {
    display: none;
    margin-top: 160px;
  }
  .store_block {
    padding: 120px 0 144px 0;
  }
  .search_bar {
    padding: 40px 48px;
    border-radius: 32px;
  }
  .search_1 {
    width: 120px;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 56px;
    padding-bottom: 0px;
  }
  .search_2 {
    width: 420px;
    height: 56px;
    border-radius: 20px;
    margin-left: 20px;
    padding: 0 34px;
  }
  .search_3 {
    width: 420px;
    height: 56px;
    border-radius: 20px;
    margin-left: 34px;
    padding: 0 34px;
  }
  .search_select {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .search_4 {
    right: 48px;
    top: 40px;
  }
  
  .store_list {
    width: 31.3333%;
    border-radius: 32px;
    padding: 48px;
    margin: 20px 1%;
  }
  .store_title1 {
    font-size: 24px;
    letter-spacing: 4px;
  }
  .store_title2 {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .store_map {
    top: 4px;
    right: 0px;
  }
  .store_clear {
    height: 40px;
  }
}















/* 最新消息 */


.news_banner {
  width: 100%;
  margin-top: 48px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100%;
  transition: all 0.5s ease-out;
}
.news_banner:hover {
  background-size: 130%;
}
.news_word {
  position: relative;
  overflow: hidden;
}
.news_word2 {
  margin-top: 24px;
  position: relative;
  overflow: hidden;
}
.news_list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.news_list ul li {
  width: 46%;
  margin: 60px 2% 0 2%;
}

.news_title1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: 3px;
  text-align: left;
  color:#FFF;
  margin-top: 24px;
}
.news_title2 {
  font-size: 14px;
  font-weight: 350;
  line-height: 2.1;
  letter-spacing: 3px;
  margin-top: 4px;
  color:#CCC;
}
.news_date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: left;
  margin-top: 12px;
  color: #A1C990;
}
.news_title1_1 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 3px;
  text-align: left;
  color:#FFF;
}
.news_title1_2 {
  font-size: 14px;
  font-weight: 350;
  line-height: 2.1;
  letter-spacing: 2px;
  margin-top: 4px;
  color:#CCC;
  min-height: 60px;
}
.news_title1_3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: left;
  margin-top: 12px;
  color: #A1C990;
}
.news_more {
  width: 97px;
  position: absolute;
  bottom: 0;
  right: 0;
  color:#FFF;
  cursor: pointer;
}
.news_more2 {
  width: 97px;
  float: right;
  margin-top: 20px;
  display: block;
}

.news_pic1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100%;
  transition: all 0.5s ease-out;
}
.news_pic1:hover {
  background-size: 130%;
}
.news_memo {
  font-size: 14px;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 1px;
}
.news_memo a {
  color: #A1C990;
}

.news_line {
  border-top: 1px solid #CCC;
  height: 40px;
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  font-weight: 350;
  line-height: 32px;
  letter-spacing: 1px;
  text-align: right;
  padding: 4px 0;
  display: flex;
  align-items: center;
  justify-items: center;
}
.news_line img {
  width: 16px;
}

.news_back {
  width: 94px;
  float: left;
  cursor: pointer;
}
.news_next {
  width: 94px;
  float: right;
  cursor: pointer;
}

.news_clear {
  width: 100%;
  height: 136px;
  clear: both;
}
.news_clear2 {
  width: 100%;
  height: 60px;
  clear: both;
}
.news_clear3 {
  width: 100%;
  height: 24px;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .news_banner {
    margin-top: 72px;
  }
  .news_word2 {
    margin-top: 24px;
  }
  .news_list ul li {
    width: 46%;
    margin: 80px 2% 0 2%;
  }
  
  .news_title1 {
    font-size: 24px;
    line-height: 1.46;
    letter-spacing: 3px;
    margin-top: 40px;
  }
  .news_title2 {
    font-size: 16px;
    line-height: 2.1;
    letter-spacing: 3px;
    margin-top: 12px;
  }
  .news_date {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-top: 22px;
  }
  .news_title1_1 {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 3px;
  }
  .news_title1_2 {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 3px;
    margin-top: 18px;
    min-height: 70px;
  }
  .news_title1_3 {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-top: 18px;
  }
  .news_more {
    width: 133px;
    bottom: 0;
    right: 0;
  }
  .news_more2 {
    display: none;
  }
  .news_memo {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 3px;
  }
  .news_line {
    height: 64px;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 3px;
    text-align: right;
    padding: 12px 0;
    display: flex;
    align-items: right;
  }
  .news_line img {
    width: 20px;
  }
  .news_clear {
    width: 100%;
    height: 168px;
  }
  .news_clear2 {
    width: 100%;
    height: 80px;
  }
  .news_clear3 {
    width: 100%;
    height: 40px;
  }
  .news_back {
    width: 129px;
  }
  .news_next {
    width: 129px;
  }
}

@media only screen and (min-width: 1200px) {
  .news_banner {
    margin-top: 96px;
  }
  .news_word2 {
    margin-top: 24px;
  }
  .news_list ul li {
    width: 30%;
    margin: 96px 1.667% 0 1.667%;
  }
  
  .news_title1 {
    font-size: 28px;
    line-height: 1.46;
    letter-spacing: 3px;
    margin-top: 40px;
  }
  .news_title2 {
    font-size: 18px;
    line-height: 2.1;
    letter-spacing: 3px;
    margin-top: 18px;
  }
  .news_date {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-top: 22px;
  }
  .news_title1_1 {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 3px;
  }
  .news_title1_2 {
    font-size: 18px;
    line-height: 2.1;
    letter-spacing: 3px;
    margin-top: 18px;
    min-height: 80px;
  }
  .news_title1_3 {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-top: 22px;
  }
  .news_more {
    width: 155px;
    bottom: 0;
    right: 0;
  }
  .news_memo {
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 3px;
  }
  .news_line {
    height: 64px;
    font-size: 18px;
    letter-spacing: 3px;
    text-align: right;
    padding: 12px 0;
  }
  .news_line div {
    float: right;
    text-align: right;
  }
  .news_line img {
    width: 25px;
  }
  .news_clear {
    width: 100%;
    height: 235px;
  }
  .news_clear2 {
    width: 100%;
    height: 96px;
  }
  .news_clear3 {
    width: 100%;
    height: 40px;
  }
  .news_back {
    width: 150px;
  }
  .news_next {
    width: 150px;
  }
}




/* 檢驗報告 */

.report_clear {
  height: 48px;
  clear: both;
}
.report_1 {
  width: 100%;
  float: left;
  cursor: pointer;
}
.report_2 {
  width: 100%;
  float: right;
  cursor: pointer;
  margin-top: 64px;
}
.report_pic1 {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transition: all 0.5s ease-out;
}
.report_pic1:hover {
  background-size: 130%;
}
.report_title1 {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
}

.report_list {
  width: 46%;
  height: 96px;
  margin: 0 2% 30px 2%;
  float: left;
  border: 1px solid #FFF;
  border-radius: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.report_list span {
  margin-left: 2px;
}
.report_icon {
  text-align: center;
  width: 22px;
  display: none;
  margin: auto;
  margin-top: 10px;
}
.report_list:hover {
  border-color: #A1C990;
  color: #A1C990;
}
.report_list:hover .report_icon {
  display: block;
}
.lightboxOverlay {
  width: 100%;
}




@media only screen and (min-width: 768px) {
  .report_clear {
    height: 72px;
  }
  .report_1 {
    width: 48%;
  }
  .report_2 {
    width: 48%;
    margin-top: 0;
  }
  .report_title1 {
    margin-top: 32px;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
  .report_list {
    width: 31.3333%;
    height: 112px;
    margin: 0 1% 40px 1%;
    border-radius: 20px;
    font-size: 16px;
    letter-spacing: 2px;
  }
}

@media only screen and (min-width: 1220px) {
  .report_clear {
    height: 145px;
  }
  .report_1 {
    width: 48%;
  }
  .report_2 {
    width: 48%;
  }
  .report_title1 {
    margin-top: 48px;
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
  .report_list {
    width: 23%;
    height: 128px;
    margin: 0 1% 60px 1%;
    border-radius: 20px;
    font-size: 18px;
    letter-spacing: 2px;
  }
}





/* 菜單 */

.menu_clear {
  height: 48px;
  clear: both;
}
.menu_1 {
  width: 100%;
  float: left;
  cursor: pointer;
}
.menu_2 {
  width: 100%;
  float: right;
  cursor: pointer;
  margin-top: 64px;
}
.menu_pic1 {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transition: all 0.5s ease-out;
  border-radius: 50%;
}
.menu_pic1:hover {
  background-size: 130%;
}
.menu_title1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 20px;
}
.menu_title2 {
  font-size: 14px;
  font-weight: 100;
  line-height: 1.3;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 8px;
  font-family: 'Public Sans'
}

.menu_list {
  width: 92%;
  margin: 0 4% 48px 4%;
  float: left;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.menu_list span {
  margin-left: 2px;
}
.menu_icon {
  text-align: center;
  width: 22px;
  display: none;
  margin: auto;
  margin-top: 10px;
}
.menu_list:hover {
  border-color: #A1C990;
  color: #A1C990;
}
.menu_list:hover .menu_icon {
  display: block;
}
.lightboxOverlay {
  width: 100%;
}




@media only screen and (min-width: 768px) {
  .menu_clear {
    height: 72px;
  }
  .menu_1 {
    width: 48%;
  }
  .menu_2 {
    width: 48%;
    margin-top: 0;
  }
  .menu_title1 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
  .menu_title2 {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 8px;
  }
  .menu_list {
    width: 44%;
    margin: 0 3% 40px 3%;
    font-size: 16px;
    letter-spacing: 2px;
  }
}

@media only screen and (min-width: 1220px) {
  .menu_clear {
    height: 145px;
  }
  .menu_1 {
    width: 48%;
  }
  .menu_2 {
    width: 48%;
  }
  .menu_title1 {
    margin-top: 24px;
    font-size: 22px;
    line-height: 1.4;
  }
  .menu_title2 {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 12px;
  }
  .menu_list {
    width: 29%;
    margin: 0 2.166% 112px 2.166%;
    font-size: 18px;
    letter-spacing: 2px;
  }
}



/* 菜單內頁 */

.content_menu {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.menu_in_1_pic1 {
  width: 100%;
  height: 100%;
  display: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.menu_in_1_pic2 {
  width: 100%;
  height: 100%;
  display: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.menu_in_1_pic3 {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.menu_in_1 {
  position: relative;
  width: calc(100% - 96px);
  height: 100%;
  overflow: hidden;
  float: left;

}
.menu_in_2 {
  position: relative;
  width: 96px;
  height: 100%;
  overflow: hidden;
  float: right;
  background-position: center center;
  background-repeat:repeat;
  background-image: url('../images/report_bg.png');
}


.menu_in_all {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  display: flex;
  justify-items: center;
  align-items: center;
  background-position: center center;
  background-repeat:repeat;
  background-image: url('../images/report_bg.png');
}

.menu_in_block {
  max-width: 610px;
  height: 100%;
  margin: auto;
  display: none;
  justify-items: center;
  align-items: center;
}
.menu_in_block2 {
  position: absolute;
  bottom: 96px;
  left: 50%;
  width: 610px;
  margin-left: -305px;
  display: none;
}

.menu_in_block3 {
  width: 100%;
  height: 100%;
  position: relative;
}

.menu_in_block4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-items: center;
  align-items: center;
}

.menu_in_block5 {
  position: absolute;
  bottom: 30px;
  left: 0%;
  width: 100%;
  margin-left: 0;
  display: block;
  padding: 0 20px;
}

.menu_in_title1 {
  font-size: 12px;
  font-weight: 100;
  line-height: 19px;
  letter-spacing: 4px;
  text-align: center;
  color: #FFF;
}
.menu_in_line {
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
}
.menu_in_title2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: 6px;
  text-align: center;
  color: #FFF;
  margin-top: 12px;
}
.menu_in_title3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 10px;
  margin: auto;
  text-align: center;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  margin-top: 150px;
}
.menu_in_arrow {
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -12px;
  width: 24px;
  display: block;
}
.menu_in_list {
  width: 100%;
  display: flex;
  justify-items: center;
  align-items: center;
}
.menu_in_list > ul {
  display: table;
  list-style: none;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  margin: 0 auto;
}
.menu_in_list > ul > li {
  font-size: 14px;
  font-weight: 350;
  letter-spacing: 10px;
  padding: 0 6px;
  color: #FFF;
  vertical-align: top;
}
.menu_in_clear {
  height: 64px;
  clear: both;
}
.menu_in_prev {
  position: absolute;
  left: 0px;
  bottom:10px;
  display: flex;
  justify-items: center;
  align-items: center;
  cursor: pointer;
  width: 100px;
}
.menu_in_prev img {
  width: 24px;
}
.menu_in_next {
  position: absolute;
  right: 0px;
  bottom: 10px;
  display: flex;
  justify-items: center;
  align-items: center;
  cursor: pointer;
  width: 100px;
}
.menu_in_next img {
  width: 24px;
}
.menu_in_menu {
  position: absolute;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  bottom: 0;
  cursor: pointer;
}
.menu_in_menu svg {
  width: 100px;
}
.img_c1 {
  display: none;
}
.img_c2 {
  display: none;
}


@media only screen and (min-width: 768px) {
  .menu_in_1_pic1 {
    display: none;
  }
  .menu_in_1_pic2 {
    display: block;
  }
  .menu_in_1_pic3 {
    display: none;
  }
  .menu_in_1 {
    width: calc(100% - 136px);
  }
  .menu_in_2 {
    width: 136px;
  }
  .menu_in_block {
    max-width: 610px;
    height: 100%;
    display: none;
  }
  .menu_in_block2 {
    position: absolute;
    bottom: 96px;
    left: 50%;
    width: 610px;
    margin-left: -305px;
    display: none;
  }
  .menu_in_block4 {
    height: 100%;
    display: flex;
  }
  .menu_in_block5 {
    position: absolute;
    bottom: 96px;
    left: 50%;
    width: 610px;
    margin-left: -305px;
    display: block;
  }
  .menu_in_title1 {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 4px;
  }
  .menu_in_title2 {
    font-size: 24px;
    line-height: 41px;
    letter-spacing: 6px;
    margin-top: 24px;
    padding: 0;
  }
  .menu_in_title3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 10px;
    margin: auto;
    text-align: center;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    margin-top: 300px;
  }
  .menu_in_arrow {
    position: absolute;
    left: 50%;
    bottom: 90px;
    margin-left: -16px;
    width: 32px;
    display: block;
  }
  .menu_in_list > ul > li {
    font-size: 18px;
    letter-spacing: 14px;
    padding: 0 13px;
  }
  .menu_in_clear {
    height: 104px;
  }
  .menu_in_prev {
    position: absolute;
    left: 0;
    bottom:4px;
    width: 150px;
  }
  .menu_in_prev img {
    width: 32px;
  }
  .menu_in_next {
    position: absolute;
    right: 0;
    bottom: 4px;
    width: 150px;
  }
  .menu_in_next img {
    width: 32px;
  }
  .menu_in_menu {
    position: absolute;
    width: 125px;
    left: 50%;
    margin-left: -74.5px;
    bottom: 0;
  }
  .menu_in_menu svg {
    width: 159px;
  }
}
@media only screen and (min-width: 1220px) {
  .menu_in_1_pic1 {
    display: block;
  }
  .menu_in_1_pic2 {
    display: none;
  }
  .menu_in_1_pic3 {
    display: none;
  }
  .menu_in_1 {
    width: 45%;
  }
  .menu_in_2 {
    width: 55%;
  }
  .menu_in_block {
    height: 100%;
    display: flex;
  }
  .menu_in_block2 {
    position: absolute;
    bottom: 96px;
    left: 50%;
    width: 610px;
    margin-left: -305px;
    display: block;
  }
  .menu_in_block4 {
    display: none;
  }
  .menu_in_block5 {
    display: none;
  }
  .menu_in_title1 {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 6px;
  }
  .menu_in_title2 {
    font-size: 28px;
    line-height: 41px;
    letter-spacing: 6px;
    margin-top: 24px;
  }
  .menu_in_arrow {
    display: none;
  }
  .menu_in_list > ul > li {
    font-size: 20px;
    letter-spacing: 14px;
    padding: 0 13px;
  }
  .menu_in_clear {
    height: 104px;
  }
  .menu_in_prev {
    position: absolute;
    left: 0;
    bottom:4px;
    width: 150px;
  }
  .menu_in_prev img {
    width: 40px;
  }
  .menu_in_next {
    position: absolute;
    right: 0;
    bottom: 4px;
    width: 150px;
  }
  .menu_in_next img {
    width: 40px;
  }
  .menu_in_menu {
    position: absolute;
    width: 125px;
    left: 50%;
    margin-left: -74.5px;
    bottom: 0;
  }
  .menu_in_menu svg {
    width: 159px;
  }
  .menu_in_all {
    display: none;
  }
  
}



/* 加盟資訊 */

.time {
  font-family: 'Chakra Petch';
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 4px;
  text-align: left;
  color: #003D28;
}

.time span {
  font-family: 'Noto Sans TC';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

.contact_banner1 {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact_banner2 {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact_banner3 {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact_banner_word {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin-left: 0;
  padding-left: 32px;
  display: flex;
  justify-items: center;
  align-items: center;
}
.contact_banner_title1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3px;
  text-align: left;
  color: #003D28;
  padding-bottom: 30px;
}
.contact_banner_title2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 3px;
  text-align: left;
  color: #003D28;
  padding-top: 34px;
}
.contact_menu {
  width: 100%;
  height: 140px;
  background: #FFF url('../images/subtab_menu.png');
  background-position: center center;
  background-repeat: repeat;
}
.contact_menu_block {
  width: 100%;
  height: 140px;
  margin: auto;
  padding: 0 40px;
}
.contact_menu1 {
  position: relative;
  width: 50%;
  height: 70px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 8px;
  padding: 22px 0 22px 8px;
  background: none;
  color: #003D28;
  float: left;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
}
.contact_menu2 {
  width: 25%;
  height: 88px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 8px;
  padding: 22px 0 0 8px;
  background: none;
  color: #003D28;
  float: left;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
  display: block;
}
.contact_menu1:hover {
  background: #003D28;
  color: #FFF;

}
.contact_menu1.active {
  background: #003D28;
  color: #FFF;
}
.contact_menu1_left {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background-color: #2c684f;
  display: none;
}

.contact_menu1:hover .contact_menu1_left {
  display: block;
}
.contact_menu1.active .contact_menu1_left {
  display: block;
}
.contact_menu2:hover {
  background: #003D28;
  color: #FFF;
}
.contact_menu2.active {
  background: #003D28;
  color: #FFF;
}
.contact_bg {
  position: relative;
  width: 100%;
  background-color: #FFF;
}
.contact_bg2 {
  position: relative;
  width: 100%;
  background-color: #003D28;
}
.contact_bg3 {
  position: relative;
  width: 100%;
  background-color: #ECF1EB;
}
.contact_block {
  position: relative;
  width: 100%;
  max-width: 1220px;
  height: 370px;
  margin: auto;
  padding: 64px 32px 0 32px;
  z-index: 1;
}
.contact_block2 {
  position: relative;
  width: 100%;
  height: 180px;
  max-width: 1220px;
  margin: auto;
  z-index: 2;
}
.contact_block3 {
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin: auto;
  z-index: 3;
  padding: 91px 32px 48px 32px;
}
.contact_block4 {
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin: auto;
  padding: 48px 32px 202px 32px;
}
.contact_block5 {
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin: auto;
  padding: 91px 32px 123px 32px;
}
.contact_block6 {
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin: auto;
  padding: 90px 32px 186px 32px;
}
.contact_block7 {
  position: relative;
  width: 100%;
  max-width: 1220px;
  height: 166px;
  margin: auto;
}
.contact_1 {
  position: relative;
  background: #003D28;
  padding: 32px;
  height: 400px;
  width: 100%;
}
.contact_12 {
  width: 100%;
}
.contact_title1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 4px;
  padding-left: 4px;
  text-align: center;
  color:#252525;
}
.contact_title2 {
  font-size: 14px;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.18em;
  text-align: center;
  color:#252525;
  margin-top: 28px;
}
.contact_title2_2 {
  margin-top: 20px;
}
.contact_title3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 4px;
  text-align: left;
  color:#252525;
}
.contact_cycle_block {
  position: absolute;
  width: 102%;
  left: -1%;
  top: -170px;
  z-index: 3;
  padding: 0 32px;
}
.contact_cycle {
  position: relative;
  width: 29.03%;
  border-radius: 45%;
  border: 2px solid #003D28;
  background-color: #FFFFFF;
  float: left;
  background: #FFF;
  margin: 0 2%;
  margin-top: 16px;
  color: #003D28;
  transition: all 0.3s;
}
.contact_cycle:hover {
  color: #FFF;
  background-color: #A1C990;
  border: 2px solid #FFF;
}
.contact_cycle_title1 {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  display: flex;
  justify-items: center;
  align-items: center;
  text-align: center;
  top: 0;
  left: 50%;
  margin-left: -20px;
}
.contact_line {
  border-bottom: 1px solid #003D28;
  padding-bottom: 8px;
  padding-left: 12px;
}
.contact_no_block {
  position: absolute;
  left: 20px;
  top: -50px;
}
.contact_no_title1 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-align: center;
  margin-left: 14px;
}
.contact_no_title2 {
  font-size: 70px;
  font-weight: 700;
  font-family: 'Public Sans';
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-align: center;
  -webkit-text-stroke: 1px #003D28;
  color: #FFF;
}

.contact_pic1 {
  position: absolute;
  width: calc(100% - 64px);
  top: -50%;
  left: 32px;
}
.contact_pic2 {
  position: absolute;
  width:calc(100% - 76px);
  right: 38px;
  top: 80%;
}

.contact_in_prev {
  position: absolute;
  left: 32px;
  bottom: 24px;
  display: flex;
  justify-items: center;
  align-items: center;
  cursor: pointer;
  width: 100px;
}
.contact_in_prev img {
  width: 24px;
}
.contact_in_next {
  position: absolute;
  right: 32px;
  bottom: 24px;
  display: flex;
  justify-items: center;
  align-items: center;
  cursor: pointer;
  width: 100px;
}
.contact_in_next img {
  width: 24px;
}



@media only screen and (min-width: 768px) {
  .time {
    font-size: 40px;
    letter-spacing: 4px;
  }
  .time span {
    font-size: 16px;
    letter-spacing: 0.2em;
  }
  .contact_banner1 {
    display: none;
  }
  .contact_banner2 {
    display: block;
  }
  .contact_banner3 {
    display: none;
  }
  .contact_banner_word {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin-left: 0;
    padding-left: 40px;
  }
  .contact_banner_title1 {
    font-size: 24px;
    letter-spacing: 2px;
    padding-bottom: 35px;
  }
  .contact_banner_title2 {
    font-size: 32px;
    letter-spacing: 2px;
    padding-top: 32px;
  }
  .contact_menu {
    height: 75px;
  }

  .contact_menu_block {
    width: 100%;
    height: 75px;
    padding: 0 40px;
  }
  .contact_menu1 {
    width: 25%;
    height: 75px;
    font-size: 20px;
    letter-spacing: 12px;
    padding-left: 12px;
    transition: all 0.5s;
    padding-top: 22px;
    display: block;
  }
  .contact_menu1:hover .contact_menu1_left {
    display: none;
  }
  .contact_menu1.active .contact_menu1_left {
    display: none;
  }
  .contact_menu2 {
    display: none;
  }

  .contact_block {
    height: 500px;
    max-width: 768px;
    padding: 72px 120px 0 120px;
  }
  .contact_block2 {
    height: 300px;
    max-width: 768px;
  }
  .contact_block3 {
    max-width: 768px;
    padding: 115px 80px 80px 80px;
  }
  .contact_block4 {
    max-width: 768px;
    padding: 64px 80px 220px 80px;
  }
  .contact_block5 {
    max-width: 768px;
    padding: 115px 80px 159px 80px;
  }
  .contact_block6 {
    max-width: 768px;
    padding: 120px 80px 92px 80px;
  }
  .contact_block7 {
    max-width: 768px;
    height: 192px;
  }
  .contact_1 {
    padding: 80px 64px;
    height: 650px;
    display: block;
    justify-items: center;
    align-items: center;
    width: 100%;
  }
  .contact_12 {
    width: 100%;
  }
  .contact_title1 {
    font-size: 30px;
    letter-spacing: 12px;
    padding-left: 12px;
  }
  .contact_title2 {
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 48px;
  }
  .contact_title2_2 {
    margin-top: 28px;
  }
  .contact_title3 {
    font-size: 28px;
    letter-spacing: 8px;
  }
  .contact_cycle_block {
    position: absolute;
    width: 101%;
    left: -0.5%;
    top: -42px;
    z-index: 3;
    padding: 0 80px;
  }
  .contact_cycle {
    width: 15.533%;
    border-radius: 45%;
    float: left;
    margin: 0 0.5%;
    border-width: 2px;
  }
  .contact_cycle_title1 {
    font-size: 18px;
    letter-spacing: 2px;
    top: 0;
    left: 50%;
    margin-left: -18px;
  }

  .contact_line {
    padding-bottom: 8px;
    padding-left: 12px;
  }
  .contact_no_block {
    position: absolute;
    left: 70px;
    top: -60px;
  }
  .contact_no_title1 {
    font-size: 14px;
    letter-spacing: 0.12em;
    margin-left: 14px;
  }
  .contact_no_title2 {
    font-size: 80px;
    letter-spacing: 0.06em;
  }
  
  .contact_pic1 {
    position: absolute;
    width: calc(100% - 160px);
    top: -60%;
    left: 80px; 
  }
  .contact_pic2 {
    position: absolute;
    width: calc(100% - 80px);
    right: 40px;
    top: 55%;
  }

  
  .contact_in_prev {
    position: absolute;
    left: 80px;
    bottom: 40px;
    width: 150px;
  }
  .contact_in_prev img {
    width: 32px;
  }
  .contact_in_next {
    position: absolute;
    right: 80px;
    bottom: 40px;
    width: 150px;
  }
  .contact_in_next img {
    width: 32px;
  }
}

@media only screen and (min-width: 1220px) {
  .time {
    font-size: 80px;
    letter-spacing: 4px;
  }
  .time span {
    font-size: 20px;
    letter-spacing: 0.2em;
  }
  .contact_banner1 {
    display: block;
  }
  .contact_banner2 {
    display: none;
  }
  .contact_banner3 {
    display: none;
  }
  .contact_banner_word {
    position: absolute;
    width: 1220px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -610px;
    padding-left: 0px;
  }
  .contact_banner_title1 {
    font-size: 32px;
    letter-spacing: 2px;
    padding-bottom: 44px;
  }
  .contact_banner_title2 {
    font-size: 32px;
    letter-spacing: 2px;
    padding-top: 40px;
  }
  .contact_menu {
    height: 86px;
  }

  .contact_menu_block {
    width: 1220px;
    height: 89px;
    padding: 0;
  }
  .contact_menu1 {
    width: 25%;
    height: 85px;
    font-size: 20px;
    letter-spacing: 12px;
    transition: all 0.5s;
    padding-top: 28px;
    padding-left: 12px;
  }

  .contact_block {
    max-width: 1220px;
    height: 740px;
    padding: 144px 0 0 0;
  }
  .contact_block2 {
    max-width: 1220px;
    height: 520px;
  }
  .contact_block3 {
    max-width: 1220px;
    padding: 173px 0 112px 0;
  }
  .contact_block4 {
    max-width: 1220px;
    padding: 64px 0 180px 0;
  }
  .contact_block5 {
    max-width: 1220px;
    padding: 173px 0 237px 0;
  }
  .contact_block6 {
    max-width: 1220px;
    padding: 180px 0 140px 0;
  }
  .contact_block7 {
    max-width: 1220px;
    height: 328px;
  }
  .contact_1 {
    padding: 64px;
    height: 550px;
    width: 1156px;
    display: flex;
    justify-items: center;
    align-items: center;
  }
  .contact_12 {
    width: 50%;
  }
  .contact_title1 {
    font-size: 48px;
    letter-spacing: 12px;
    padding-left: 12px;
  }
  .contact_title2 {
    font-size: 20px;
    letter-spacing: 0.18em;
    margin-top: 48px;
  }
  .contact_title2_2 {
    margin-top: 32px;
  }
  .contact_title2_3 {
    margin-top: 28px;
  }
  .contact_title3 {
    font-size: 42px;
    letter-spacing: 8px;
  }
  .contact_cycle_block {
    position: absolute;
    width: calc(100% + 40px);
    left: -20px;
    top: -80px;
    z-index: 3;
    padding: 0;
  }
  .contact_cycle {
    width: 165px;
    position: relative;
    border-radius: 45%;
    float: left;
    margin: 0 20px;
    border-width: 2px;
  }
  .contact_cycle_title1 {
    font-size: 32px;
    letter-spacing: 2px;
    margin-left: -32px;
  }
  .contact_line {
    padding-bottom: 8px;
    padding-left: 12px;
  }
  .contact_no_block {
    position: absolute;
    left: 0;
    top: -90px;
  }
  .contact_no_title1 {
    font-size: 18px;
    letter-spacing: 0.12em;
    margin-left: 14px;
  }
  .contact_no_title2 {
    font-size: 100px;
    letter-spacing: 0.06em;
  }
  
  .contact_pic1 {
    position: absolute;
    width:100%;
    top: -60%;
    left: 0;
  }
  .contact_pic2 {
    position: absolute;
    width:45%;
    right: -64px;
    top: 64px;
  }


  .contact_in_prev {
    position: absolute;
    left: 0;
    bottom:60px;
    width: 150px;
  }
  .contact_in_prev img {
    width: 40px;
  }
  .contact_in_next {
    position: absolute;
    right: 0;
    bottom: 60px;
    width: 150px;
  }
  .contact_in_next img {
    width: 40px;
  }
}

.contact_all_block {
  width: 100%;
  max-width: 1220px;
  margin: auto;
  position: relative;
}







/* 加盟2 */

.contact2_block {
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 64px 40px 84px 40px;
}
.contact2_line {
  position: relative;
  width: 100%;
  height: 48px;
  background-color: #ECF1EB;
  border-radius: 20px;
  padding-left: 60px;
  transition: all 0.3s;
  cursor: pointer;
  color: #252525;
}

.contact2_line:hover  {
  background-color: #FFF;
  color: #4D4D4D;
}
.contact2_line:hover .contact2_cycle  {
  background-color: #A1C990;
}

.contact2_cycle {
  width: 56px;
  height: 56px;
  position: absolute;
  top: -4px;
  left: 0;
  background-color: #003D28;
  color: #FFF;
  line-height: 1.2;
  text-align: center;
  border-radius: 24px;
  display: flex;
  justify-items: center;
  align-items: center;
}
.contact2_cycle_title1 {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.contact2_cycle_en {
  font-weight: 400;
  font-size: 12px;
  zoom: 0.6;
  letter-spacing: 2px;
}

.contact2_title1 {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 2px;
  text-align: left;
  padding: 13px 13px 13px 10px;
}
.contact2_clear {
  height: 32px;
  clear: both;
}


@media only screen and (min-width: 768px) {
  .contact2_block {
    padding: 72px 80px 152px 80px;
  }
  .contact2_line {
    height: 88px;
    border-radius: 36px;
    padding-left: 60px;
  }
  .contact2_cycle {
    width: 108px;
    height: 108px;
    position: absolute;
    top: -10px;
    left: 0;
    line-height: 1.2;
    border-radius: 52px;
  }
  .contact2_cycle_title1 {
    font-size: 32px;
    letter-spacing: 2px;
  }
  .contact2_cycle_en {
    font-size: 14px;
    zoom: 1;
    letter-spacing: 2px;
  }
  
  .contact2_title1 {
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 2px;
    padding: 24px 24px 24px 100px;
  }
  .contact2_clear {
    height: 48px;
  }
}
@media only screen and (min-width: 1220px) {
  .contact2_block {
    padding: 144px 0 232px 0;
  }
  .contact2_line {
    height: 96px;
    border-radius: 42px;
    padding-left: 60px;
  }
  .contact2_cycle {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -12px;
    left: 0;
    line-height: 1.2;
    border-radius: 52px;
  }
  .contact2_cycle_title1 {
    font-size: 32px;
    letter-spacing: 2px;
  }
  .contact2_cycle_en {
    font-size: 16px;
    zoom: 1;
    letter-spacing: 2px;
  }
  
  .contact2_title1 {
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 4px;
    padding: 24px 24px 24px 120px;
  }
  .contact2_clear {
    height: 64px;
  }
}
/* 加盟3 */

.contact3_block {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 64px 32px 84px 32px;
}
.contact3_block2 {
  width: 100%;
  border-radius: 24px;
  border: 1px solid #003D28;
  padding: 48px 32px;
  overflow: hidden;
}
.contact3_title1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 2px;
  text-align: center;
  color: #003D28;
}
.contact3_title2 {
  position: relative;
  width: 30px;
  float: left;
  text-align: left;
  color: #003D28;
}
.contact3_title3 {
  width: calc(100% - 30px);
  float: left;
  font-size: 15px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: 2px;
  text-align: left;
  color: #003D28;
}
.contact3_chk {
  height: 14px;
  width: 14px;
  border-radius: 2px;
  border: 1px solid #003D28;
  background: none;
}
.contact3_clear {
  height: 32px;
  clear: both;
}
.contact3_clear2 {
  height: 20px;
  clear: both;
}



@media only screen and (min-width: 768px) {
  .contact3_block {
    padding: 72px 80px 152px 80px;
  }
  .contact3_block2 {
    border-radius: 40px;
    padding: 64px 80px;;
  }
  .contact3_title1 {
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 2px;
    text-align: center;
  }
  .contact3_title2 {
    width: 50px;
  }
  .contact3_title3 {
    width: calc(100% - 50px);
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
    text-align: left;
  }
  .contact3_chk {
    height: 18px;
    width: 18px;
    border-radius: 2px;
  }
  .contact3_clear {
    height: 48px;
  }
  .contact3_clear2 {
    height: 28px;
  } 
}
@media only screen and (min-width: 1220px) {
  .contact3_block {
    padding: 144px 0 208px 0;
  }
  .contact3_block2 {
    border-radius: 64px;
    padding: 120px 160px;;
  }
  .contact3_title1 {
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 2px;
    text-align: left;
  }
  .contact3_title2 {
    width: 60px;
  }
  .contact3_title3 {
    width: calc(100% - 60px);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    text-align: left;
  }
  .contact3_chk {
    height: 22px;
    width: 22px;
    border-radius: 2px;
  }
  .contact3_clear {
    height: 64px;
  }
  .contact3_clear2 {
    height: 28px;
  }
}







.contact4_block {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 64px 32px 84px 32px;
}
.contact4_block2 {
  width: 100%;
  border-radius: 24px;
  border: 1px solid #003D28;
  padding: 48px 32px;
  overflow: hidden;
}
.contact4_title1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 2px;
  text-align: center;
  color: #003D28;
}
.contact4_title2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 2px;
  text-align: left;
}
.contact4_1 {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 2px;
  text-align: left;
  float: left;
}
.contact4_2 {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 2px;
  text-align: left;
  float: right;
  margin-top: 20px;
}
.contact4_3 {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 2px;
  text-align: left;
}
.contact4_clear {
  height: 32px;
  clear: both;
}
.contact4_clear2 {
  height: 20px;
  clear: both;
}
.contact4_clear3 {
  height: 20px;
  clear: both;
}
.contact4_clear4 {
  height: 48px;
  clear: both;
}
.contact4_clear5 {
  height: 48px;
  clear: both;
}
.contact4_input1 {
  width: 100%;
  height: 30px;
  background: none;
  border: 0;
  border-bottom: 1px solid #003D28;
}
.contact4_input2 {
  width: 60px;
  background: none;
  border: 0;
  border-bottom: 1px solid #003D28;
}
.contact4_input3 {
  width: 100px;
  background: none;
  border: 0;
  border-bottom: 1px solid #003D28;
}
.contact4_input4 {
  width: 100%;
  height: 48px;
  background: none;
  border: 0;
  border-bottom: 1px solid #003D28;
  text-align: center;
  margin-left: 0px;
  font-size: 18px;
  font-weight: 350;
  line-height: 48px;
  letter-spacing: 2px;
  float: none;
  margin-top: 10px;
}
.radio_1 {
  display: inline-block;
  margin-right: 10px;
}
.contact_chk {
  width: 160px;
  height: 50px;
}
.contact_button {
  position: relative;
  border: 0;
  float: right;
  clear: both;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 20px;
  width: 100%;
  height: 44px;
  background-color: #003D28;
  color: #FFF;
  margin-top: 48px;
  transition: all 0.3s;
}
.contact_button:hover {
  background: #A1C990;
  color: #A1C990;
}

.imgcode {
  float: none;
  text-align: center;
}

.img_c3 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
}
.contact_menu1_clear {
  clear: both;
  height: 5px;
  display: block;
}

.contact4_input4::placeholder { /* CSS 3 標準 */
  color: #003D28;
}
.contact4_input4::-webkit-input-placeholder { /* Chrome, Safari */
  color: #003D28;
}
.contact4_input4:-ms-input-placeholder { /* IE 10+ */
  color: #003D28;
}
.contact4_input4::-moz-placeholder { /* Firefox 19+ */
  color: #003D28;
}


@media only screen and (min-width: 768px) {
  .contact4_block {
    padding: 72px 80px 152px 80px;
  }
  .contact4_block2 {
    border-radius: 40px;
    padding: 64px 80px;;
  }
  .contact4_title1 {
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 2px;
    text-align: center;
  }
  .contact4_title2 {
    font-size: 20px;
    letter-spacing: 4px;
  }
  .contact4_1 {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 2px;
    text-align: left;
    float: left;
  }
  .contact4_2 {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 2px;
    text-align: left;
    float: right;
    margin-top: 24px;
  }
  .contact4_3 {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 2px;
    text-align: left;
  }
  .contact4_clear {
    height: 48px;
  }
  .contact4_clear2 {
    height: 28px;
  }
  .contact4_clear3 {
    height: 24px;
  }
  .contact4_clear4 {
    height: 64px;
  }
  .contact4_clear5 {
    height: 64px;
  }
  .contact4_input1 {
    height: 30px;
  }
  .contact4_input2 {
    height: 30px;
    width: 100px;
  }
  .contact4_input3 {
    width: 150px;
    height: 30px;
  }
  .contact4_input4 {
    width: 246px;
    height: 48px;;
    margin-left: 24px;
    font-size: 18px;
    line-height: 48px;
    letter-spacing: 2px;
    float: right;
    margin-top: 0;
  }
  .radio_1 {
    margin-right: 20px;
  }
  .contact_button {
    position: relative;
    border: 0;
    float: right;
    margin-top: 0;
    clear: both;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 20px;
    width: 100%;
    height: 44px;
    background-color: #003D28;
    color: #FFF;
    margin-top: 64px;
    transition: all 0.3s;
  }
  .contact_chk {
    width: 160px;
    height: 50px;
  }
  
  .imgcode {
    float: left;
    text-align: center;
  }
  
  .img_c3 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -9px;
  }
  .contact_menu1_clear {
    clear: both;
    height: 5px;
    display: none;
  }
}
@media only screen and (min-width: 1220px) {
  .contact4_block {
    padding: 144px 0 208px 0;
  }
  .contact4_block2 {
    border-radius: 64px;
    padding: 120px 160px;;
  }
  .contact4_title1 {
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 2px;
    text-align: left;
  }
  .contact4_title2 {
    font-size: 24px;
    letter-spacing: 4px;
    text-align: left;
  }
  .contact4_1 {
    width: 46%;
    font-size: 20px;
    letter-spacing: 2px;
    float: left;
  }
  .contact4_2 {
    width: 46%;
    font-size: 20px;
    letter-spacing: 2px;
    float: right;
    margin-top: 0px;
  }
  .contact4_3 {
    font-size: 20px;
    letter-spacing: 2px;
    text-align: left;
  }
  .contact4_clear {
    height: 64px;
  }
  .contact4_clear2 {
    height: 28px;
  }
  .contact4_clear3 {
    height: 32px;
  }
  .contact4_clear4 {
    height: 112px;
  }
  .contact4_clear5 {
    height: 112px;
  }
  .contact4_input1 {
    height: 30px;
  }
  .contact4_input2 {
    height: 30px;
    width: 100px;
  }
  .contact4_input3 {
    width: 200px;
    height: 30px;
  }
  .contact4_input4 {
    width: 246px;
    height: 48px;;
    margin-left: 24px;
    font-size: 18px;
    line-height: 48px;
    letter-spacing: 2px;
    float: left;
    margin-top: 0;
  }
  .radio_1 {
    margin-right: 30px;
  }
  .contact_button {
    position: relative;
    border: 0;
    float: right;
    margin-top: 0;
    clear: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 20px;
    width: 180px;
    height: 44px;
    background-color: #003D28;
    color: #FFF;
    transition: all 0.3s;
  }
  .contact_chk {
    width: 160px;
    height: 50px;
  }
  .img_c3 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -9px;
  }
  
  .imgcode {
    float: left;
    text-align: center;
  }
}











#footer {
  width: 100%;
  height: 390px;
  position: relative;
  background-image: url('../images/375_footer_bg.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 100px;
  overflow: hidden;
}
  .footer_block {
    width: 100%;
    max-width: 1220px;
    height: 100px;
    margin: auto;
    position: relative;
  }
  .footer_all {
    width: 100%;
    height: 100%;
  }
  .footer_1 {
    position: absolute;
    left: 20px;
    top: 60px;
  }
  .footer_2 {
    position: absolute;
    right: 20px;
    top: 60px;
  }
  .footer_menu {
    list-style: none;
    display: none;
  }
  .footer_menu > li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 53px;
  }
  .footer_menu > li span {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .footer_footer {
    position: absolute;
    width: 300px;
    text-align: center;
    left: 50%;
    top: 80px;
    margin-left: -150px;
    z-index: 6;
  }
  .footer_logo {
    width: 124px;
    text-align: center;
    margin: auto;
    padding-top: 20px;
  }
  .footer_share {
    width: 100px;
    padding-top: 32px;
    text-align: center;
    margin: auto;
    overflow: hidden;
  }
  .footer_icon {
    width: 24px;
    float: left;
  }
  .footer_copyright {
    text-align: center;
    margin: auto;
  }
  .footer_copyright_title1 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: center;
    zoom:0.8;
  }
  .footer_copyright_title2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 12px;
    zoom:0.8;
  }
  .footer_clear {
    height: 32px;
    clear: both;
  }
  .footer_clear2 {
    height: 0px;
    clear: both;
  }
  .footer_menu_bottom {
    padding-top: 8px;
  }
  
@media only screen and (min-width: 768px) {
  #footer {
    width: 100%;
    height: 526px;
    position: relative;
    background-image: url('../images/744_footer_bg.png');
  }
  .footer_menu {
    display: block;
  }
  .footer_1 {
    position: absolute;
    left: 0px;
    top: 46px;
  }
  .footer_2 {
    position: absolute;
    right: 0px;
    top: 46px;
  }
  .footer_footer {
    position: absolute;
    width: 480px;
    text-align: center;
    left: 50%;
    top: 135px;
    margin-left: -240px;
    z-index: 6;
  }
  .footer_menu > li {
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 44px;
  }
  .footer_menu > li span {
    font-size: 13px;
    letter-spacing: 0.06em;
  }
  .footer_logo {
    width: 104px;
    text-align: center;
    margin: auto;
    padding-top: 20px;
  }
  .footer_share {
    width: 124px;
    padding-top: 79px;
    text-align: center;
    margin: auto;
    overflow: hidden;
  }
  .footer_icon {
    width: 30px;
    float: left;
  }
  .footer_copyright {
    text-align: center;
    margin: auto;
  }
  .footer_copyright_title1 {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: center;
    zoom:1;
  }
  .footer_copyright_title2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 24px;
    zoom:1;
  }
  .footer_clear {
    height: 40px;
  }
  .footer_clear2 {
    height: 0px;
  }
  .footer_menu_bottom {
    padding-top: 8px;
  }
}

@media only screen and (min-width: 1140px) {
  #footer {
    width: 100%;
    height: 620px;
    position: relative;
    background-image: url('../images/1920_footer_bg.png');
  }
  .footer_1 {
    position: absolute;
    left: 20px;
    top: 59px;
  }
  .footer_2 {
    position: absolute;
    right: 20px;
    top: 59px;
  }
  .footer_footer {
    width: 500px;
    left: 50%;
    top: 165px;
    margin-left: -250px;
    z-index: 6;
  }
  .footer_menu > li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 53px;
  }
  .footer_menu > li span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2px;
    letter-spacing: 0.06em;
    text-align: center;
  }

  .footer_logo {
    width: 130px;
    text-align: center;
    padding-top: 20px;
  }
  .footer_share {
    width: 150px;
    margin: auto;
    padding-top: 90px;
    text-align: center;
  }
  .footer_icon {
    width: 35px;
    display: inline-block;
    text-align: center;
  }
  .footer_copyright_title1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: center;
  }
  .footer_copyright_title2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 22px;
  }
  .footer_clear {
    height: 30px;
  }

}


.owl-dots {
  position: absolute;
  width: 100%;
  bottom: 10px;
  z-index: 2000;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 10px;
}

.owl-theme .owl-dots .owl-dot span{
  background: #fff;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #27593C;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #27593C;
}

@media only screen and (min-width: 768px) {
.owl-dots {
  bottom: 50px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 16px;
}
}


.logo_svg .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear alternate infinite;
}

@keyframes dash {
  from {
    stroke-dashoffset: 822;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.contact3_title2_c {
  position: relative;
  display: block;
  width: 100%;
}

/* Hide the browser's default checkbox */
.contact3_title2_c input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.show-box {
  position: absolute;
  top: 6px;
  left: 0;
  height: 18px;
  width: 18px;
  background: none;
  border: 2px solid #003D28;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.contact3_title2_c:hover input ~ .show-box {
  background: none;
}

/* When the checkbox is checked, add a blue background */
.contact3_title2_c input:checked ~ .show-box {
  background: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.show-box:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.contact3_title2_c input:checked ~ .show-box:after {
  display: block;
}

/* Style the checkmark/indicator */
.contact3_title2_c .show-box:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #003D28;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}