@charset "UTF-8";
#Container.container_brand {
  background: unset;
}

#Container .contents_header {
  height: auto;
}

#Footer_Wrap {
  position: unset;
}

#Container.container_brand {
  padding-bottom: 50px;
}

#Container .contents_header h2 {
  margin: 60px auto 20px;
  font-size: 40px;
  font-weight: 600;
  color: #333;
  text-align: center;
}

.inner {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

/* 고정 탭바 */
.nav {
  width: 100%;
  background: #ffffff;
  padding: 20px 0;
}
.nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  display: block;
  opacity: 1;
  -webkit-box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.062745098);
          box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.062745098);
}
.nav .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.nav .inner a {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: none !important;
  padding: 8px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #CCCCCC;
  border-radius: 30px;
}
.nav .inner a > span {
  display: block;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav .inner a.active {
  border-color: #0079C1;
}
.nav .inner a.active > span {
  color: #0079C1;
  z-index: 30;
}

.brand_box_wrap.dongwon {
  margin-top: 60px;
}

.section {
  padding-top: 80px;
}
.section h3 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 600;
  color: #222;
  text-align: left;
  letter-spacing: -0.8px;
  line-height: 1;
}
.section h3 span {
  font-size: 20px;
  font-weight: 400;
  color: #444444;
  text-align: left;
  display: inline-block;
  margin-left: 14px;
}
.section .brand_box_wrap {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}

.bn_btn {
  display: block;
  width: 1200px;
  margin: 0 auto 50px;
}
.bn_btn.mobile {
  display: none;
}

@media (min-width: 768px) {
  .nav .inner a:hover span {
    color: #0079C1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media (max-width: 768px) {
  #Container .contents_header h2 {
    margin: 10.4166666667vw auto 4.1666666667vw;
    font-size: 7.8125vw;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 11.71875vw;
  }
  .inner {
    width: 100%;
    padding: 0 6.25vw;
  }
  .nav {
    width: 100%;
    background: #ffffff;
    padding: 2.6041666667vw 0;
  }
  .nav.fixed {
    position: fixed;
    top: 17.1875vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 300;
    display: block;
    opacity: 1;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.0980392157);
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.0980392157);
  }
  .nav .inner {
    -webkit-column-gap: 1.3020833333vw;
       -moz-column-gap: 1.3020833333vw;
            column-gap: 1.3020833333vw;
    padding: 0.5208333333vw 2.6041666667vw;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .nav .inner a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 1.5625vw 4.6875vw;
  }
  .nav .inner a > span {
    font-size: 3.6458333333vw;
    font-weight: 400;
    color: #222;
    text-align: center;
    line-height: 5.46875vw;
  }
  .nav .inner a.active > span {
    color: #0079C1;
    z-index: 30;
  }
  .brand_box_wrap.dongwon {
    margin-top: 7.8125vw;
  }
  .section {
    padding-top: 13.0208333333vw;
    overflow: hidden;
    margin-bottom: 0;
  }
  .section h3 {
    margin-bottom: 4.1666666667vw;
    font-size: 5.2083333333vw;
    font-weight: 500;
    color: #222;
    text-align: left;
    line-height: 7.8125vw;
  }
  .section h3 span {
    all: unset;
    font-size: 3.6458333333vw;
    font-weight: 400;
    color: #444444;
    text-align: left;
    line-height: 5.46875vw;
    display: block;
  }
  .section .brand_box_wrap {
    width: 100%;
    gap: 4.6875vw;
  }
  #Container.container_brand {
    padding-bottom: 10.4166666667vw;
  }
  .bn_btn {
    display: none;
  }
  .bn_btn.mobile {
    display: block;
    width: 100%;
    text-align: center;
  }
  .bn_btn.mobile img {
    width: 87.5vw;
  }
}