@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url(//fonts.googleapis.com/earlyaccess/kopubbatang.css);
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, etails, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit; }

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*$kcolor: #BFA470;*/
body {
  min-width: 360px;
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  word-break: keep-all;
  box-sizing: border-box;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
  body *, body *::before, body *::after {
    box-sizing: border-box; }

hr {
  display: block;
  border: 0;
  margin: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select, textarea {
  font-family: inherit;
  outline: none; }

a, button {
  color: #000;
  cursor: pointer;
  border: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  background: none; }
  a:hover, button:hover {
    color: #000; }

.container {
  display: block;
  width: 100%;
  max-width: 1300px;
  padding: 0 10px;
  margin: 0 auto; }
  @media (max-width: 1044px) {
    .container {
      padding: 0 15px; } }

.container-fluid {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px; }
  @media (max-width: 1044px) {
    .container-fluid {
      padding: 0 15px; } }

#header {
  background-color: #fff; }
  #header .container-fluid .logo > a img.white {
    display: none; }
  #header .container-fluid #gnb > ul > li > a {
    color: #333; }
  #header .container-fluid #gnb > ul > li.active > a {
    font-weight: 700; }
  #header .container-fluid #gnb > ul > li > div > ul {
    padding: 0 15px;
    border-radius: 0px 0px 12px 12px;
    background: #FFF;
    box-shadow: 0px 4px 9.9px 0px rgba(0, 0, 0, 0.14); }
    #header .container-fluid #gnb > ul > li > div > ul > li > a {
      color: #333;
      text-shadow: none; }

body {
  padding-top: 95px; }
  body.opened #header .container-fluid .logo > a img {
    display: none; }
    body.opened #header .container-fluid .logo > a img.white {
      display: block; }
  body.scrolled #header {
    box-shadow: 0px 4px 9.9px 0px rgba(0, 0, 0, 0.14); }
  body.scrolled.opened #header {
    box-shadow: none; }

/* breadcrumb */
.breadcrumb {
  overflow: hidden;
  background-color: #eee; }
  .breadcrumb .container > ol {
    font-size: 0; }
    .breadcrumb .container > ol > li {
      display: inline-block;
      font-size: 14px;
      color: #333;
      font-size: 12px;
      line-height: 36px;
      font-weight: 500;
      vertical-align: top; }
      .breadcrumb .container > ol > li > a {
        display: inline-block;
        vertical-align: top;
        width: 16px;
        height: 36px;
        background-image: url(/assets/images/sub/ico_home.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 12px auto; }
      .breadcrumb .container > ol > li:after {
        display: inline-block;
        vertical-align: top;
        content: '>';
        line-height: 36px;
        margin: 0 10px; }
      .breadcrumb .container > ol > li:last-child:after {
        display: none; }
  @media (max-width: 1044px) {
    .breadcrumb {
      text-align: center; }
      .breadcrumb .container > ol > li {
        font-size: 12px; } }

#content {
  overflow: hidden; }
  #content .container {
    max-width: 1042px; }

/* page-header */
.page-header {
  text-align: center;
  overflow: hidden; }
  .page-header .container {
    max-width: 1300px !important; }
    .page-header .container h3 {
      color: #eee;
      font-size: 180px;
      font-weight: 700;
      line-height: 127px;
      letter-spacing: -7.56px; }
      .page-header .container h3 span {
        position: relative;
        top: 30px;
        opacity: 0;
        display: inline-block;
        vertical-align: top; }
        .page-header .container h3 span:nth-of-type(1) {
          -webkit-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
          -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
          -webkit-transition-delay: 0s;
          transition-delay: 0s; }
        .page-header .container h3 span:nth-of-type(2) {
          -webkit-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
          -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
          -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s; }
        .page-header .container h3 span:nth-of-type(3) {
          -webkit-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
          -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
          -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }
        .page-header .container h3 span:nth-of-type(4) {
          -webkit-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
          -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
          -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; }
        .page-header .container h3 span:nth-of-type(5) {
          -webkit-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
          -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
          -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s; }
        .page-header .container h3 span:nth-of-type(6) {
          -webkit-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
          -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
          -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; }
        .page-header .container h3 span:nth-of-type(7) {
          -webkit-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
          -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
          -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s; }
        .page-header .container h3 span:nth-of-type(8) {
          -webkit-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
          -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
          -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s; }
        .page-header .container h3 span:nth-of-type(9) {
          -webkit-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
          -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
          -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s; }
        .page-header .container h3 span:nth-of-type(10) {
          -webkit-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
          -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
          -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s; }
        .page-header .container h3 span:nth-of-type(11) {
          -webkit-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
          -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
          -webkit-transition-delay: 1s;
          transition-delay: 1s; }
        .page-header .container h3 span:nth-of-type(12) {
          -webkit-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
          -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
          -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s; }
  .page-header.show .container h3 span {
    top: 0;
    opacity: 1; }
  @media (max-width: 1280px) {
    .page-header .container h3 {
      font-size: 120px;
      line-height: 86px;
      letter-spacing: -5px; } }
  @media (max-width: 1044px) {
    .page-header .container h3 {
      font-size: 80px;
      line-height: 56px;
      letter-spacing: -3px; } }
  @media (max-width: 768px) {
    .page-header .container h3 {
      font-size: 50px;
      line-height: 34px;
      letter-spacing: -2.3px; } }

/* section-header */
.section-header {
  padding: 120px 0 50px; }
  .section-header h3 {
    color: #333;
    font-size: 30px;
    font-weight: 700; }
  .section-header p {
    color: #959595;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.28px;
    margin-top: 15px; }
    .section-header p b {
      color: #333;
      font-weight: 700; }
  .section-header .tab-area {
    font-size: 0;
    margin-top: 20px; }
    .section-header .tab-area .snb > ul > li {
      display: inline-block;
      vertical-align: top;
      margin-right: 8px; }
      .section-header .tab-area .snb > ul > li > a {
        display: inline-block;
        vertical-align: top;
        color: #333;
        font-size: 14px;
        font-weight: 700;
        line-height: 28px;
        padding: 0 15px;
        border-radius: 36px;
        border: 1px solid #000;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
        -webkit-transition-delay: 0s;
        transition-delay: 0s; }
        .section-header .tab-area .snb > ul > li > a:hover {
          opacity: .7;
          color: #fff;
          background-color: #000; }
      .section-header .tab-area .snb > ul > li.active > a {
        color: #fff;
        background-color: #000; }
        .section-header .tab-area .snb > ul > li.active > a:hover {
          opacity: 1; }
      .section-header .tab-area .snb > ul > li:last-child {
        margin-right: 0; }
    .section-header .tab-area .lnb {
      margin-top: 25px; }
      .section-header .tab-area .lnb > ul {
        width: calc(100% + 14px);
        margin: 0 -7px; }
        .section-header .tab-area .lnb > ul > li {
          display: inline-block;
          vertical-align: top;
          padding: 0 7px;
          margin-bottom: 16px; }
          .section-header .tab-area .lnb > ul > li > a {
            display: inline-block;
            vertical-align: top;
            color: #333;
            font-size: 14px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: -0.42px;
            padding: 0 15px;
            -webkit-transition-property: all;
            transition-property: all;
            -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
            -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
            border-bottom: 1px solid #000; }
            .section-header .tab-area .lnb > ul > li > a:hover {
              opacity: .7; }
          .section-header .tab-area .lnb > ul > li.active > a {
            font-weight: 700; }
            .section-header .tab-area .lnb > ul > li.active > a:hover {
              opacity: 1; }
  @media (max-width: 1044px) {
    .section-header {
      text-align: center;
      padding: 80px 0 45px; }
      .section-header p {
        font-size: 14px;
        line-height: 22px; }
      .section-header .tab-area {
        margin-top: 30px; }
        .section-header .tab-area .lnb {
          margin-top: 45px; }
          .section-header .tab-area .lnb > ul > li > a {
            padding: 0 5px; } }

/* items */
.items > figure {
  display: none; }
.items .article-header {
  padding-bottom: 15px;
  border-bottom: 2px solid #D2D2D2; }
  .items .article-header h4 {
    font-size: 20px;
    color: #666;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.4px; }
    .items .article-header h4 b {
      color: #333; }
.items .article-content {
  padding-top: 25px; }
  .items .article-content .item-info {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .items .article-content .item-info > div {
      display: table-cell;
      vertical-align: top; }
      .items .article-content .item-info > div.item {
        padding-right: 20px; }
        .items .article-content .item-info > div.item figure img {
          display: block;
          width: 100%; }
      .items .article-content .item-info > div.details {
        padding-left: 20px; }
        .items .article-content .item-info > div.details h5 {
          font-size: 18px;
          font-weight: 700;
          line-height: 24px;
          letter-spacing: -0.36px; }
        .items .article-content .item-info > div.details p {
          font-size: 14px;
          font-weight: 400;
          line-height: 23px;
          letter-spacing: -0.28px;
          margin-top: 15px; }
        .items .article-content .item-info > div.details > dl {
          margin-top: 25px; }
          .items .article-content .item-info > div.details > dl > dt {
            color: #989898;
            font-size: 18px;
            font-weight: 700;
            line-height: 24px;
            letter-spacing: -0.36px; }
          .items .article-content .item-info > div.details > dl > dd {
            margin-top: 15px; }
            .items .article-content .item-info > div.details > dl > dd b {
              display: block;
              font-weight: 700;
              line-height: 24px; }
              .items .article-content .item-info > div.details > dl > dd b ~ b {
                margin-top: 10px; }
          .items .article-content .item-info > div.details > dl ~ dl {
            margin-top: 35px; }
  .items .article-content.space-0 {
    padding-top: 0; }
@media (max-width: 1044px) {
  .items > figure {
    display: block; }
    .items > figure img {
      display: block;
      width: 100%; }
  .items .article-header {
    margin-top: 40px;
    padding-bottom: 20px; }
  .items .article-content .item-info {
    display: block; }
    .items .article-content .item-info > div.item {
      display: none; }
    .items .article-content .item-info > div.details {
      width: 100%;
      padding: 0; } }

/* dott-list */
.dott-list > li {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.28px;
  padding-left: 20px; }
  .dott-list > li:before {
    position: absolute;
    top: 9px;
    left: 7px;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 50%;
    background-color: #333; }

/* table-wrap */
.table-wrap {
  margin-top: 30px; }
  .table-wrap > h5 {
    color: #989898;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.36px; }
  .table-wrap .table {
    table-layout: fixed;
    text-align: left;
    width: 100%;
    margin-top: 30px; }
    .table-wrap .table tbody tr th {
      width: 340px;
      height: 56px;
      font-size: 14px;
      color: #FFF;
      font-weight: 500;
      padding: 0 25px;
      letter-spacing: -0.9px;
      vertical-align: middle;
      text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.01);
      border-bottom: 1px solid #fff;
      background-color: #4A4A4A; }
    .table-wrap .table tbody tr td {
      color: #666;
      vertical-align: middle;
      font-size: 14px;
      font-weight: 500;
      line-height: 18px;
      padding: 0 25px;
      letter-spacing: -0.9px;
      text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.01);
      border-bottom: 1px solid #ECECEC; }
    .table-wrap .table.table-type2 {
      margin-top: 0; }
      .table-wrap .table.table-type2 thead tr th {
        height: 56px;
        font-size: 14px;
        color: #FFF;
        text-align: center;
        font-weight: 500;
        padding: 0 25px;
        letter-spacing: -0.9px;
        vertical-align: middle;
        text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.01);
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        background-color: #4A4A4A; }
        .table-wrap .table.table-type2 thead tr th:last-child {
          border-right: 0; }
      .table-wrap .table.table-type2 tbody tr th {
        color: #111;
        text-align: center;
        font-weight: 500;
        background-color: #ECECEC; }
      .table-wrap .table.table-type2 tbody tr td {
        text-align: center;
        border-right: 1px solid #E3E3E3;
        border-bottom: 1px solid #E3E3E3;
        background-color: #fff; }
        .table-wrap .table.table-type2 tbody tr td:last-child {
          border-right: 0; }
      .table-wrap .table.table-type2 tbody tr:nth-of-type(2) td {
        border-right: 0;
        background-color: #F7F7F7; }
  .table-wrap ~ .table-wrap {
    margin-top: 60px; }
  @media (max-width: 1044px) {
    .table-wrap .table {
      width: calc(100% + 30px);
      margin: 20px -15px 0; }
      .table-wrap .table tbody tr th {
        width: 130px;
        padding: 0 15px; }
      .table-wrap .table tbody tr td {
        padding: 0 15px; } }

/* genuine */
.genuine {
  padding-bottom: 100px; }
  .genuine .section-header {
    padding-bottom: 24px; }
  .genuine .section-content .goods-list > ul {
    display: table;
    width: 100%;
    text-align: center;
    table-layout: fixed; }
    .genuine .section-content .goods-list > ul > li {
      display: table-cell;
      vertical-align: top; }
      .genuine .section-content .goods-list > ul > li > figure img {
        display: block;
        width: 100%; }
      .genuine .section-content .goods-list > ul > li > figure figcaption {
        font-size: 15px;
        font-weight: 700;
        line-height: 60px;
        margin-top: 10px;
        border-radius: 7px;
        background: #F3F3F3; }
      .genuine .section-content .goods-list > ul > li:nth-of-type(1) {
        padding-right: 8px; }
      .genuine .section-content .goods-list > ul > li:nth-of-type(2) {
        padding-left: 8px; }
  @media (max-width: 1044px) {
    .genuine {
      padding-bottom: 100px; }
      .genuine .section-content .goods-list > ul {
        display: block; }
        .genuine .section-content .goods-list > ul > li {
          display: block;
          padding-left: 0 !important;
          padding-right: 0 !important; }
          .genuine .section-content .goods-list > ul > li ~ li {
            margin-top: 30px; } }

/* brand-list */
.brand-list {
  margin-top: 100px; }
  .brand-list > ul {
    display: flex;
    font-size: 0;
    flex-wrap: wrap;
    align-items: center; }
    .brand-list > ul > li {
      flex-basis: 16.66666666666667%;
      margin-bottom: 50px; }
      .brand-list > ul > li > figure img {
        display: block;
        margin: 0 auto;
        max-width: 100%; }
  .brand-list.type-2 {
    margin-top: 0; }
    .brand-list.type-2 > ul > li {
      margin-bottom: 0; }
  @media (max-width: 1044px) {
    .brand-list {
      margin-top: 60px; }
      .brand-list > ul > li {
        flex-basis: 25%; } }
  @media (max-width: 768px) {
    .brand-list > ul > li {
      flex-basis: 50%; } }

/* oem */
.oem {
  padding-bottom: 100px; }
  .oem .section-header {
    padding-bottom: 50px; }

/* battery */
.battery {
  text-align: center;
  padding-bottom: 100px; }
  .battery .container .section-header {
    padding-bottom: 100px; }
  .battery .container .section-content article .article-header {
    padding-bottom: 50px; }
    .battery .container .section-content article .article-header h4 {
      font-size: 25px;
      font-weight: 700; }
  .battery .container .section-content article .article-content > figure > img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
    .battery .container .section-content article .article-content > figure > img.visible-sm {
      display: none; }
  .battery .container .section-content article .article-content > ol {
    display: table;
    table-layout: fixed;
    width: calC(100% + 20px);
    margin: 0 -10px; }
    .battery .container .section-content article .article-content > ol > li {
      display: table-cell;
      vertical-align: top;
      padding: 0 10px; }
      .battery .container .section-content article .article-content > ol > li > figure img {
        display: block;
        max-width: 100%; }
  .battery .container .section-content article ~ article {
    margin-top: 20px; }
  .battery .container .section-content .recycle {
    margin-top: 90px; }
    .battery .container .section-content .recycle strong {
      display: block;
      color: #fff;
      font-size: 25px;
      font-weight: 500;
      text-align: center;
      line-height: 90px;
      border-radius: 60px;
      background-color: #000; }
      .battery .container .section-content .recycle strong span {
        display: inline-block;
        vertical-align: top;
        width: 142px;
        height: 90px;
        margin-right: 25px;
        background-image: url(/assets/images/img_logo.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 142px auto; }
    .battery .container .section-content .recycle > ul {
      font-size: 0;
      margin-top: 60px; }
      .battery .container .section-content .recycle > ul li {
        display: inline-block;
        vertical-align: top;
        margin: 0 -20px; }
        .battery .container .section-content .recycle > ul li .box {
          position: relative;
          display: inline-block; }
          .battery .container .section-content .recycle > ul li .box .circle {
            display: table;
            width: 294px;
            height: 294px;
            padding: 20px;
            border-radius: 50%;
            border: 2px solid #E7E7E7; }
            .battery .container .section-content .recycle > ul li .box .circle > div {
              display: table-cell;
              width: 100%;
              height: 100%;
              padding-top: 72px;
              text-align: center;
              border-radius: 50%;
              border: 2px solid #000; }
              .battery .container .section-content .recycle > ul li .box .circle > div img {
                display: block;
                max-width: 100%;
                margin: 0 auto; }
              .battery .container .section-content .recycle > ul li .box .circle > div b {
                display: block;
                font-size: 20px;
                font-weight: 700;
                line-height: 24px;
                margin-top: 30px;
                letter-spacing: -0.4px; }
          .battery .container .section-content .recycle > ul li .box dl {
            position: absolute;
            top: 50%;
            text-align: left;
            transform: translateY(-50%); }
            .battery .container .section-content .recycle > ul li .box dl > dt {
              font-size: 18px;
              font-weight: 700;
              line-height: 24px;
              letter-spacing: -0.36px; }
            .battery .container .section-content .recycle > ul li .box dl > dd {
              color: #959595;
              font-size: 14px;
              font-weight: 500;
              line-height: 16px;
              letter-spacing: -0.28px;
              margin-top: 10px; }
        .battery .container .section-content .recycle > ul li:nth-of-type(1) .box > dl {
          left: -190px;
          text-align: right; }
        .battery .container .section-content .recycle > ul li:nth-of-type(2) .box > dl {
          right: -190px; }
        .battery .container .section-content .recycle > ul li:nth-of-type(3) {
          width: 100%;
          margin-top: -80px; }
          .battery .container .section-content .recycle > ul li:nth-of-type(3) .box > dl {
            right: -210px; }
  @media (max-width: 1044px) {
    .battery .container .section-header {
      padding-bottom: 70px; }
    .battery .container .section-content article .article-header {
      padding-bottom: 30px; }
      .battery .container .section-content article .article-header h4 {
        line-height: 30px; }
    .battery .container .section-content article .article-content > figure > img {
      display: block;
      max-width: 100%;
      margin: 0 auto; }
      .battery .container .section-content article .article-content > figure > img.visible-lg {
        display: none; }
      .battery .container .section-content article .article-content > figure > img.visible-sm {
        display: block; }
    .battery .container .section-content article .article-content > ol {
      width: 100%;
      margin: 0; }
      .battery .container .section-content article .article-content > ol > li {
        padding: 0;
        display: block; }
        .battery .container .section-content article .article-content > ol > li > figure img {
          margin: 0 auto; }
        .battery .container .section-content article .article-content > ol > li ~ li {
          margin-top: 35px; }
    .battery .container .section-content article ~ article {
      margin-top: 15px; }
    .battery .container .section-content .recycle {
      margin-top: 100px; }
      .battery .container .section-content .recycle strong {
        width: calc(100% + 30px);
        margin: 0 -15px;
        border-radius: 0; }
      .battery .container .section-content .recycle > ul li {
        display: block;
        width: 100%;
        margin: 0 !important; }
        .battery .container .section-content .recycle > ul li .box dl {
          text-align: center !important;
          position: static;
          transform: none;
          margin-top: 30px; }
        .battery .container .section-content .recycle > ul li ~ li {
          padding-top: 40px; } }

/* solution */
.solution, .organize {
  padding-bottom: 150px; }
  @media (max-width: 1044px) {
    .solution, .organize {
      padding-bottom: 80px; } }

/* organize */
.organize .container .section-content .items .article-content .item-info .details > .dott-list {
  margin-top: 30px; }

/* organize-1, organize-2 */
.organize-1 .container .section-content .images-list, .organize-2 .container .section-content .images-list {
  margin-top: 60px; }
  .organize-1 .container .section-content .images-list > figure > img, .organize-2 .container .section-content .images-list > figure > img {
    display: block;
    width: 100%; }
    .organize-1 .container .section-content .images-list > figure > img ~ img, .organize-2 .container .section-content .images-list > figure > img ~ img {
      display: block;
      margin-top: 40px; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin-top: 55px; }
  .embed-responsive:before {
    display: block;
    content: '';
    padding-top: 56.25%; }
  .embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (max-width: 1044px) {
    .embed-responsive {
      width: calc(100% + 30px);
      margin: 35px -15px 0; } }

/* info-list */
.info-list {
  margin-top: 60px; }
  .info-list > dl > dt {
    color: #989898;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.36px; }
  .info-list > dl > dd {
    margin-top: 30px; }
    .info-list > dl > dd figure img {
      display: block;
      max-width: 100%;
      margin: 0 auto; }
  .info-list > dl ~ dl {
    margin-top: 60px; }
  @media (max-width: 1044px) {
    .info-list {
      margin-top: 30px; }
      .info-list > dl dd {
        margin-top: 20px; }
      .info-list > dl ~ dl {
        margin-top: 30px; } }

/* service */
.service {
  padding-bottom: 100px; }
  .service .btn-area {
    text-align: center;
    font-size: 0;
    margin-top: 40px; }
    .service .btn-area .btn-kakao {
      width: 360px;
      font-size: 18px;
      font-weight: 400;
      line-height: 48px;
      display: inline-block;
      border-radius: 7px;
      background: #FEE500; }
      .service .btn-area .btn-kakao:before {
        display: inline-block;
        vertical-align: top;
        width: 24px;
        height: 48px;
        content: '';
        margin-right: 10px;
        background-image: url(/assets/images/sub/ico_kakao.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: auto auto; }
    .service .btn-area.type-2 {
      position: fixed;
      top: 50%;
      right: 55px;
      margin: 0;
      transform: translateY(-50%); }
      .service .btn-area.type-2 .btn-kakao {
        width: 170px; }
  .service .section-header hr {
    display: block;
    width: 45px;
    height: 1px;
    border: 0;
    margin-top: 45px;
    background-color: #666; }
  .service .section-header p {
    margin-top: 0; }
  .service .container .section-content figure img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
    .service .container .section-content figure img ~ img {
      margin-top: 22px; }
  @media (max-width: 1044px) {
    .service {
      padding-bottom: 60px; }
      .service .btn-area.type-2 {
        width: 100%;
        top: auto;
        bottom: 0;
        right: auto;
        left: 0;
        z-index: 2;
        transform: none; }
        .service .btn-area.type-2 .btn-kakao {
          width: 100%;
          border-radius: 0; }
      .service .section-header hr {
        margin-top: 35px; }
      .service .container .section-content figure {
        width: calc(100% + 30px);
        margin: 30px -15px 0; }
        .service .container .section-content figure img ~ img {
          margin-top: 12px; }
        .service .container .section-content figure img.type-2 {
          width: calc(100% - 30px); } }

/* service-1 */
.service-1 {
  padding-bottom: 0 !important; }
  .service-1 .section-header {
    text-align: center; }
    .service-1 .section-header hr {
      margin: 45px auto 35px; }
  .service-1 .section-content > figure {
    font-size: 0; }
    .service-1 .section-content > figure img {
      display: block;
      width: 100%; }
      .service-1 .section-content > figure img.visible-sm {
        display: none; }
  @media (max-width: 1044px) {
    .service-1 .section-header hr {
      margin: 35px auto 20px; }
    .service-1 .section-content > figure img.visible-lg {
      display: none; }
    .service-1 .section-content > figure img.visible-sm {
      display: block; } }

.decimal > li b {
  display: block;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 50px; }
  .decimal > li b span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 30px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    border-radius: 50%;
    background-color: #000;
    transform: translateY(-50%); }
.decimal > li .dott-list {
  padding-left: 50px;
  margin-top: 12px; }
.decimal > li > figure {
  margin-top: 40px; }
.decimal > li ~ li {
  margin-top: 50px; }

@media (max-width: 1044px) {
  body.seervice-wrap {
    padding-bottom: 48px; } }

/* inquiry */
.inquiry {
  padding-bottom: 150px; }
  .inquiry .container .section-header {
    text-align: center;
    padding-bottom: 50px; }
  .inquiry .container .section-content .form-control {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.8px;
    color: #333;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #E9EBEE;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05); }
    .inquiry .container .section-content .form-control::-ms-input-placeholder {
      color: #D1D1D1; }
    .inquiry .container .section-content .form-control::placeholder {
      color: #D1D1D1; }
  .inquiry .container .section-content input.form-control {
    height: 48px; }
  .inquiry .container .section-content textarea.form-control {
    resize: none;
    height: 200px;
    padding: 15px; }
  .inquiry .container .section-content .form-area > ul {
    overflow: hidden;
    width: calc(100% + 16px);
    margin: 0 -8px; }
    .inquiry .container .section-content .form-area > ul > li {
      float: left;
      width: 50%;
      padding: 0 8px; }
      .inquiry .container .section-content .form-area > ul > li:last-child {
        width: 100%;
        margin-top: 14px; }
  .inquiry .container .section-content .privacy {
    margin-top: 14px;
    padding: 20px;
    border: 1px solid #DDD; }
    .inquiry .container .section-content .privacy > dl > dt {
      color: #222;
      font-size: 13px;
      font-weight: 600;
      line-height: 22.5px;
      letter-spacing: -0.75px; }
    .inquiry .container .section-content .privacy > dl > dd {
      margin-top: 10px; }
      .inquiry .container .section-content .privacy > dl > dd ol > li {
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
        letter-spacing: -0.65px; }
    .inquiry .container .section-content .privacy > label {
      display: inline-block;
      color: #333;
      font-size: 12px;
      font-weight: 300;
      line-height: 22.5px;
      letter-spacing: -0.75px;
      margin-top: 15px; }
      .inquiry .container .section-content .privacy > label input[type="checkbox"] {
        position: relative;
        top: 2px;
        margin: 0;
        margin-right: 3px; }
  .inquiry .container .section-content .btn-area {
    margin-top: 30px; }
    .inquiry .container .section-content .btn-area .btn-submit {
      display: block;
      width: 180px;
      color: #FFF;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: -0.8px;
      line-height: 48px;
      margin: 0 auto;
      border-radius: 4px;
      background-color: #000; }
  @media (max-width: 1044px) {
    .inquiry {
      padding-bottom: 60px; }
      .inquiry .container .section-content .form-area > ul {
        width: 100%;
        margin: 0; }
        .inquiry .container .section-content .form-area > ul > li {
          float: none;
          padding: 0;
          width: 100% !important; }
          .inquiry .container .section-content .form-area > ul > li ~ li {
            margin-top: 15px !important; }
      .inquiry .container .section-content .privacy {
        padding: 15px;
        margin-top: 15px; }
      .inquiry .container .section-content .btn-area .btn-submit {
        width: 100%; } }

/*# sourceMappingURL=sub.css.map */
