@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_2.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;
}

#main h2 {
  padding-bottom: 10px;
  font-size: 1.8em;
}

#main .image {
  float: left;
  padding: 0 100px 0 0;
}

.content1 {
  margin-top: 70px;
}

.content1::after {
  content: "";
  display: block;
  clear: both;
}

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

/* 전국 NETWORK */

.btn span {
  font-weight: 500;
  color: #0071d7;
}

.btn ul::after {
  content: "";
  display: block;
  clear: both;
}

.btn ul li span {
  color: #0071d7;
  margin-right: 10px;
}

.btn ul li {
  padding: 20px 0;
  font-size: 17px;
  color: #222;
  font-weight: 400;
  float: left;
}

.btn ul li:nth-child(2),
.btn ul li:nth-child(4),
.btn ul li:nth-child(6) {
  padding-left: 40px;
}

.btn ul li a {
  padding: 1em 4em;
  background-color: #ececec;
  color: #646464;
  margin-left: 20px;
  cursor: pointer;
}

.btn ul li a:hover {
  background-color: #0071d7;
  color: #fff;
  transition: 0.3s;
}

.txt {
  padding-top: 80px;
}

.txt p {
  color: #222;
}

.txt span {
  color: #0071d7;
  font-weight: 400;
}

@media screen and (max-width: 1680px) {
  .btn ul li:nth-child(2),
  .btn ul li:nth-child(4),
  .btn ul li:nth-child(6) {
    padding-left: 0;
  }

  .btn ul li a {
    padding: 1em 8em;
  }
}

@media screen and (max-width: 1280px) {
  #main .image {
    padding: 0 30px 0 0;
  }

  .btn ul li a {
    padding: 1em 6em;
  }
}

@media screen and (max-width: 980px) {
  #main .image {
    width: 100%;
    padding: 0 0 0 0;
    float: none;
  }

  .btn {
    margin-top: 60px;
  }

  .btn ul li:nth-child(2),
  .btn ul li:nth-child(4) {
    padding-left: 30px;
  }
}

@media screen and (max-width: 840px) {
  #main .image {
    padding: 0 0 0 0;
  }

  #main .image img {
    width: 100%;
  }

  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  .btn ul li:nth-child(2),
  .btn ul li:nth-child(4) {
    padding-left: 0;
  }
}

@media screen and (max-width: 736px) {
  .txt {
    padding-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .btn ul li a {
    padding: 1em 4.4em;
  }
}

@media screen and (max-width: 360px) {
  .btn ul li a {
    padding: 1em 3.6em;
  }
}

/* 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;
  }

  /* Banner */

  #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;
    }

    /* Main */

    #main > .box:first-child {
      margin-top: 0;
    }
  }
}
