/*--------------------------------------------------------------
## utility style
--------------------------------------------------------------*/
.bg-gray { background-color: #f6f6f6 !important;}
.bg-white { background-color: #fff !important;}

.flex { display: flex;}

.flex-justify-center { justify-content: center;}
.flex-justify-around { justify-content: space-around;}
.flex-justify-between { justify-content: space-between;}
.flex-justify-evenly { justify-content: space-evenly; }
.flex-align-center { align-items: center;}
.flex-align-stretch { align-items: stretch;}
.flex-align-start { align-items: flex-start;}
.flex-align-end { align-items: flex-end;}
.flex-wrap-wrap { flex-wrap: wrap; }
.flex-direction-column { flex-direction: column; }
.flex-none { flex: 0 0 auto; }


.text-size-tiny { font-size: 12px !important;}
.text-size-small { font-size: 14px !important;}
.text-size-medium {font-size: 18px !important;}
.text-size-large { font-size: 22px !important;}
.text-size-xl { font-size: 24px !important;}

.text-center { text-align:center; }
.text-left {text-align: left;}
.text-right {text-align: right;}

.text-bold {font-weight: bold;}

.text-light-gray { color: #999 }

.mt-none {margin-top: 0 !important;}
.mt-5x { margin-top: 20px !important;}
.mb-none {margin-bottom: 0 !important;}
.mb-3x { margin-bottom: 12px !important;}
.mb-5x { margin-bottom: 20px !important;}
.mb-8x { margin-bottom: 32px !important;}

.px-none {padding-left: 0 !important; padding-right: 0 !important;}

ul.list { 
  list-style: disc;
  padding-left: 36px;
}

ol.list { 
  list-style: auto;
  padding-left: 36px;
}

ul.list li,
ol.list li {margin-bottom: 12px;}

hr.hidden {
  visibility: hidden;
  clear:both;
}

.button { 
  padding: 12px 16px;
  min-width: 100px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
}
.button:hover { opacity: 0.8;}

.button-primary {
  background-color: #085b08;
  color: #fff;
}

.button-radius {border-radius: 8px 8px;}

.link:hover {opacity: 0.7;}

.clearfix {clear: both;}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after { clear: both;}
.row {
  margin-left: -16px;
  margin-right: -16px;
}
.col-xs-12,.col-xs-11,.col-xs-10,.col-xs-9,.col-xs-8,.col-xs-7,
.col-xs-6,.col-xs-5,.col-xs-4,.col-xs-3,.col-xs-2,.col-xs-1 {
  float: left;
}
.col-xs-12, .col-12 {width: 100%; }
.col-xs-11, .col-11 {width: 91.66666667%; }
.col-xs-10, .col-10 {width: 83.33333333%; }
.col-xs-9, .col-9 {width: 75%; }
.col-xs-8, .col-8 {width: 66.66666667%; }
.col-xs-7, .col-7 {width: 58.33333333%; }
.col-xs-6, .col-6 {width: 50%; }
.col-xs-5, .col-5 {width: 41.66666667%; }
.col-xs-4, .col-4 {width: 33.33333333%; }
.col-xs-3, .col-3 {width: 25%; }
.col-xs-2, .col-2 {width: 16.66666667%; }
.col-xs-1, .col-1 {width: 8.33333333%; }
.col-xs-offset-12 {margin-left: 100%; }
.col-xs-offset-11 {margin-left: 91.66666667%; }
.col-xs-offset-10 {margin-left: 83.33333333%; }
.col-xs-offset-9 {margin-left: 75%; }
.col-xs-offset-8 {margin-left: 66.66666667%; }
.col-xs-offset-7 {margin-left: 58.33333333%; }
.col-xs-offset-6 {margin-left: 50%; }
.col-xs-offset-5 {margin-left: 41.66666667%; }
.col-xs-offset-4 {margin-left: 33.33333333%; }
.col-xs-offset-3 {margin-left: 25%; }
.col-xs-offset-2 {margin-left: 16.66666667%; }
.col-xs-offset-1 {margin-left: 8.33333333%; }
.col-xs-offset-0 {margin-left: 0; }

@media screen and (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
    padding-right: 16px;
    padding-left: 16px;
  }
  .col-sm-12 {width: 100%; }
  .col-sm-11 {width: 91.66666667%; }
  .col-sm-10 {width: 83.33333333%; }
  .col-sm-9 {width: 75%; }
  .col-sm-8 {width: 66.66666667%; }
  .col-sm-7 {width: 58.33333333%; }
  .col-sm-6 {width: 50%; }
  .col-sm-5 {width: 41.66666667%; }
  .col-sm-4 {width: 33.33333333%; }
  .col-sm-3 {width: 25%; }
  .col-sm-2 {width: 16.66666667%; }
  .col-sm-1 {width: 8.33333333%; }
  .col-sm-offset-12 {margin-left: 100%; }
  .col-sm-offset-11 {margin-left: 91.66666667%; }
  .col-sm-offset-10 {margin-left: 83.33333333%; }
  .col-sm-offset-9 {margin-left: 75%; }
  .col-sm-offset-8 {margin-left: 66.66666667%; }
  .col-sm-offset-7 {margin-left: 58.33333333%; }
  .col-sm-offset-6 {margin-left: 50%; }
  .col-sm-offset-5 {margin-left: 41.66666667%; }
  .col-sm-offset-4 {margin-left: 33.33333333%; }
  .col-sm-offset-3 {margin-left: 25%; }
  .col-sm-offset-2 {margin-left: 16.66666667%; }
  .col-sm-offset-1 {margin-left: 8.33333333%; }
  .col-sm-offset-0 {margin-left: 0; }
}
@media screen and (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
    padding-right: 16px;
    padding-left: 16px;
  }
  .col-md-12 {width: 100%; }
  .col-md-11 {width: 91.66666667%; }
  .col-md-10 {width: 83.33333333%; }
  .col-md-9 {width: 75%; }
  .col-md-8 {width: 66.66666667%; }
  .col-md-7 {width: 58.33333333%; }
  .col-md-6 {width: 50%; }
  .col-md-5 { width: 41.66666667%;}
  .col-md-4 { width: 33.33333333%;}
  .col-md-3 { width: 25%;}
  .col-md-2 { width: 16.66666667%;}
  .col-md-1 {width: 8.33333333%;}
  .col-md-offset-12 {margin-left: 100%; }
  .col-md-offset-11 {margin-left: 91.66666667%; }
  .col-md-offset-10 {margin-left: 83.33333333%; }
  .col-md-offset-9 {margin-left: 75%; }
  .col-md-offset-8 {margin-left: 66.66666667%; }
  .col-md-offset-7 {margin-left: 58.33333333%; }
  .col-md-offset-6 {margin-left: 50%; }
  .col-md-offset-5 {margin-left: 41.66666667%; }
  .col-md-offset-4 {margin-left: 33.33333333%; }
  .col-md-offset-3 {margin-left: 25%; }
  .col-md-offset-2 {margin-left: 16.66666667%; }
  .col-md-offset-1 {margin-left: 8.33333333%; }
  .col-md-offset-0 {margin-left: 0; }
}

@media (max-width: 767px) {
  .hidden-xs { display: none !important; }
  .text-center-xs { text-align:center; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm { display: none !important; }
}
@media screen and (min-width: 992px) {
  .hidden-md { display: none !important;}
}


/*--------------------------------------------------------------
## page layout setting / component
--------------------------------------------------------------*/
#page-container #main-header #et-top-navigation {
  font-family: 微軟正黑體, sans-serif, 'Times New Roman',Georgia,"Times New Roman",serif;
  font-weight: normal;
}
#et_top_search {display: none;}

@media only screen and (min-width: 981px) {
  #top-menu-nav ul li a {
    display: block;
    padding-bottom: 25px !important;
  }
}

:is(#top-menu-nav, #mobile_menu) .menu-item-79 { background-color: #085b08;}
.et-fixed-header #top-menu-nav .menu-item-79 a,
:is(#top-menu-nav, #mobile_menu) .menu-item-79 a { color: #fff !important;}
#top-menu-nav .menu-item-79 a {padding: 15px 12px;}

#main-content .container-full {
  width: 100%;
  max-width: 100%;
}
#main-content .container-full:before {width: 0;}
body:not(.et-tb) #main-content .container-full ,
body:not(.et-tb-has-header) #main-content .container-full {
  padding-top: 0;
}

.page-section {
  padding: 40px 24px;
  overflow: hidden;
}

.page-eyecatch-heading {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  color: #404040;
}

.page-eyecatch-sub-heading { 
  font-size: 32px;
  font-weight: bold;
}
.section-content {
  max-width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}

.page-heading {
  color: #404040;
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-heading-underline {
  border-bottom: 2px solid #085b08;
}

.footer-wrap {
  background-color: #5d5551;
  color: #fff;
  overflow: hidden;
  padding: 48px 20px;
  font-size: 18px;
}

.footer-wrap .footer-container {
  max-width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}

.footer-wrap .footer-title {
  font-size: 28px;
  line-height: 1.5;
}
.footer-wrap .footer-description {font-size: 18px;}
.footer-wrap .footer-tel-box {
  background: url('https://www.conbutw.com/wp-content/themes/Divi/images/phone-white.png') 0 center no-repeat;
  background-size: 40px 40px;
  padding: 8px 30px 8px 50px;
}
.footer-wrap .footer-tel-box .tel {
  background-color: #f05014;
  font-size: 26px;
  font-weight: bold;
  padding: 8px 8px;
}

@media screen and (max-width: 767px) {
  .footer-wrap {font-size: 15px;}
  .footer-wrap .footer-title {font-size: 22px;}
  .footer-wrap .footer-description {font-size: 15px;}
  .footer-wrap .footer-tel-box {
    background-size: 30px 30px;
    padding: 4px 0 4px 40px;
  }
  .footer-wrap .footer-tel-box .tel {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
## index
--------------------------------------------------------------*/
.index-title {
  color: #404040;
  margin-bottom: 30px;
  line-height: 1.5;
}
.index-nav-list {
  text-align: center;
  margin-bottom: 20px;
}
.index-nav-item {border-right: 1px solid #ccc;}
.index-nav-item:last-child {border-right: 1px solid transparent;}

.index-nav-item .index-nav-link {
  display: block;
  color: #085b08;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 8px;
}

.index-nav-item .index-nav-link:hover {opacity: 0.7;}

.home-eyecatch-wrapper { position: relative;}
.home-eyecatch-wrapper .home-eyecatch-description {
  position: absolute;
  bottom: 70px;
  left: 50%;
  width: 60%;
  transform: translateX(-50%);
  will-change: transform;
  text-align: center;
  line-height: 2;
  color: #fff;
  font-size: 16px;
}

.home-eyecatch {
  background-image: url('https://www.conbutw.com/wp-content/themes/Divi/images/konbu_top_trimming.jpg');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  width: 100%;
  height: 585px;
  position: relative;
}

.home-eyecatch .home-eyecatch-text {
  color: #fff;
  width: 50%;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 100px;
  left: 50%;
  width: 60%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1023px) {
  .home-eyecatch {
    height: 200px;
    background-size: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-eyecatch .home-eyecatch-text {
    position: relative;
    top: auto;
    left: auto;
    transform: translateX(0);
  }

  .home-eyecatch-wrapper .home-eyecatch-description {
    position: relative;
    color: #222;
    bottom: auto;
    width: 100%;
    padding: 24px 24px;
    font-size: 12px; 
  }
}

@media screen and (max-width: 767px) {
  .home-eyecatch {
    background-position: center bottom;
    background-size: 100%;
    height: 110px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-eyecatch .home-eyecatch-text {
    position: relative;
    top: auto;
    left: auto;
    transform: translateX(0);
  }
  .home-eyecatch-wrapper .home-eyecatch-description { font-size: 12px; }

  .index-nav-item:nth-child(1),
  .index-nav-item:nth-child(2) { border-bottom: 1px solid #eee;}
}

