@charset "UTF-8";

/* Section/Article */

section.special,
article.special {
  text-align: center;
}

/* Header */

#page-wrapper {
  padding-top: 3em;
  background-color: #fff;
}

body.landing #page-wrapper {
  padding-top: 0;
}

/* Banner */

#banner {
  background-color: #666;
  background-image: url("/images/banner5_3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 14em 0 12em 0;
  text-align: center;
}

#banner :last-child {
  margin-bottom: 0;
}

#banner h2,
#banner h3,
#banner h4,
#banner h5,
#banner h6 {
  color: #fff;
}

#banner h2 {
  font-size: 52px;
  line-height: 1.35em;
  margin: 0 0 0.5em 0;
  padding: 0;
}

#banner h2::after {
  margin: 0 auto;
  content: "";
  display: block;
  width: 1em;
  padding-top: 0.5em;
  border-bottom: 2px solid #9f9f9f;
}

#banner p {
  font-size: 1em;
  margin-bottom: 1.75em;
}

/* Banner > Page Route*/

#banner .subnav {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  color: #bbb;
}

#banner .subnav strong {
  color: #fff;
}

.fa-chevron-right {
  padding: 0 10px;
}

/* Tap */

.taps_wrap {
  width: 100%;
  height: 80px;
  line-height: 80px;
  margin: -40px auto 0;
  border: 1px solid #ddd;
  z-index: 3;
  position: relative;
  font-weight: 300;
  box-sizing: border-box;
  background: #FFF;
}

.taps_wrap .home {
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 80px;
  border-right: 1px solid #ddd;
}

.taps_wrap .home a {
  text-align: center;
}

.taps_wrap .home a {
  display: block;
  width: 100%;
  height: 100%;
}

.taps_wrap .dep_box {
  text-align: center;
}

.taps_wrap .dep_box ul li {
  position: relative;
  display: inline-block;
  color: #444444;
  padding: 0 40px;
}

.taps_wrap .dep_box ul li:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #DDD;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

.taps_wrap .dep_box ul li:first-child::before {
  display: none;
}

.taps_wrap .dep_box ul li a {
  color: #686868;
  transition: 0.3s;
}

.taps_wrap .dep_box ul li a:hover {
  font-weight: 500;
  color: #434F50;
}

.taps_wrap .dep_box ul li a.on {
  font-weight: 500;
  border-bottom: 2px solid #434F50;
  color: #434F50;
  padding-bottom: 2px;
}

@media screen and (max-width: 480px) {
  .taps_wrap .dep_box {
    padding-left: 70px;
  }
  .taps_wrap .dep_box ul li {
    padding: 0 15px;
  }
}

@media screen and (max-width: 390px) {
  .taps_wrap .home {
    display: none;
  }
  .taps_wrap .dep_box {
    padding-left: 0;
  }
  .taps_wrap .dep_box ul li {
    padding: 0 15px;
  }
}

/* Main */

#main {
  padding: 6em 0;
}

/* Map */

#map {
  margin-top: 70px;
}

#map::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 480px) {
  #map {
    margin-top: 0;
  }
}

#map .btn {
  width: 100%;
  margin-top: -8px;
}

#map .btn ul {
  width: 100%;
}

#map .btn ul li {
  width: 50%;
  float: left;
  text-align: center;
  padding: 20px 0;
  margin: 10px 0 0 0;
}

#map .btn ul li:first-child {
  background-color: #19ce60;
}

#map .btn ul li:last-child {
  background-color: #0071d7;
}

#map .btn ul li a {
  width: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 1.2em;
}

#map .btn ul li a span {
  font-weight: 600;
}

#direction {
  padding-top: 80px;
}

#direction .cont {
  width: 100%;
  padding: 4em 0;
  border-bottom: 1px solid #e1e1e1;
}

#direction .cont:first-child {
  border-top: 2px solid #e1e1e1;
}

#direction .cont:last-child {
  border-bottom: 2px solid #e1e1e1;
}

#direction .cont .icon {
  float: left;
  margin-right: 40px;
}

/* #direction .cont:nth-child(2) .icon {
  margin-top: 30px;
} */

#direction .cont .txt {
  padding-left: 160px;
}

#direction .cont .txt h2 {
  font-size: 1.6em;
  font-weight: 500;
  color: #2f2f2f;
}

@media screen and (max-width: 1680px) {
  #direction .cont:nth-child(1) .icon {
    margin-top: -10px;
  }

  #direction .cont:nth-child(2) .icon {
    margin-top: 20px;
  }

  #direction .cont:nth-child(3) .icon {
    margin-top: -10px;
  }
}

@media screen and (max-width: 1280px) {
  #direction .cont:nth-child(1) .icon {
    margin-top: -20px;
  }

  #direction .cont:nth-child(2) .icon {
    margin-top: 5px;
  }

  #direction .cont:nth-child(3) .icon {
    margin-top: -20px;
  }
}

@media screen and (max-width: 980px) {
  #direction .cont:nth-child(1) .icon {
    margin-top: -20px;
  }

  #direction .cont:nth-child(2) .icon {
    margin-top: 5px;
  }

  #direction .cont:nth-child(3) .icon {
    margin-top: -30px;
  }
}

@media screen and (max-width: 840px) {
}

@media screen and (max-width: 736px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 360px) {
}

/* Wide */

@media screen and (max-width: 1680px) {
  /* Basic */

  body,
  input,
  select,
  textarea {
    font-size: 13pt;
  }
}

/* Normal */

@media screen and (max-width: 1280px) {
  /* Basic */

  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }

  /* Header */

  .dropotron.level-0 {
    font-size: 1em;
  }

  /* Banner */

  #banner {
    background-attachment: scroll;
  }
}

/* Narrow */

@media screen and (max-width: 980px) {
  /* Basic */

  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }
}

@media screen and (max-width: 840px) {
  /* Basic */

  html,
  body {
    overflow-x: hidden;
  }

  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }

  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }

  /* Section/Article */

  header br {
    display: none;
  }

  /* Header */

  #page-wrapper {
    padding-top: 0;
  }

  #page-wrapper {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-bottom: 1px;
  }
}

/* Mobile */

@media screen and (max-width: 736px) {
  /* Basic */

  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }

  h2 {
    font-size: 1.75em;
    line-height: 1.35em;
    letter-spacing: -0.025em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1em;
  }

  /* Banner */

  #banner h2 {
    font-size: 2.25em;
  }

  #banner p {
    font-size: 1.25em;
  }

  /* Main */

  #main {
    padding: 4em 0 4em 0;
  }

  body.landing #main {
    margin-top: 0;
  }
}

/* Mobile (Portrait) */

@media screen and (max-width: 480px) {
  /* Basic */

  html,
  body {
    min-width: 320px;
  }

  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }
}
