/* BASIC css start */
#content {width: 100% !important; max-width: unset !important; color: #121212 !important;}
#contentWrap {background-color: unset !important;}
#contentWrapper {background: #FAFAFA; margin-top: 140px; }

.main_ban_area {margin:40px auto;border:1px solid #dededf;}
.main_ban_area ul {border-top:1px solid #dededf;}
.main_ban_area ul:first-child {border:0;}
.main_ban_area .line {border-right:1px solid #dededf;}
.main_ban_area .section1 li {float:left;text-align:left;color:#888888;font-size:12px;line-height:20px;}
.main_ban_area .section1 li p {color:#000;font-size:18px;font-weight:bold;margin-bottom:16px;}
.main_ban_area .section1 li.text {margin:60px 0 20px 60px;}
.main_ban_area .section2 {background-color:#fafafa;}
.main_ban_area .section2 li {float:left;text-align:left;color:#888888;font-size:12px;line-height:20px;}
.main_ban_area .section2 li p {color:#000;font-size:18px;font-weight:bold;margin-bottom:20px;}
.main_ban_area .section2 li.text {display:block;margin:40px 0 20px 60px;}
.main_ban_area .section3 li {float:left;text-align:center;color:#888888;font-size:11px;line-height:20px;border-left:1px solid #dededf;font-family:dotum;width:24.8%;padding:25px 0;}
.main_ban_area .section3 li:first-child {border:0;}
.main_ban_area .section3 li p {color:#000;font-size:20px;font-family:Arial;font-weight:bold;margin-bottom:15px;}
.main_ban_area .section3 li.text {display:block;margin:40px 0 20px 60px;}
.main_ban_area .section4 li {float:left;text-align:center;color:#888888;font-size:11px;line-height:20px;height:290px;}
.main_ban_area .section4 li:first-child + li {width:365px;height:290px;border-left:1px solid #dededf;vertical-align:middle;}
.main_ban_area .section4 li p {font-size:16px;color:#222;margin-bottom:20px;}
.main_ban_area .section4 li span {color:#222;font-size:12px;}


.top_shopping {display:none;}
.top_company {display:block !important;}




/*리뉴얼*/

#content .title {width:calc(100% - 150px); margin: 0 auto 150px; padding: 100px 0 50px; display: flex; gap: 30px;}
#content .title img {width: 170px;}
#content .title .brand_title {color: #121212; display: flex; flex-direction: column; gap:20px;}
#content .title .brand_title h1 {font-size: 36px; color: #121212;}
#content .title .brand_title .sub {font-size: 20px;}

#content .section {display: grid; grid-template-columns: 1fr 1fr; justify-items: center; padding-bottom: 200px; gap: 10px; margin: 0 auto;}
#content .section .logo_BFO{width: 100%; display: flex; justify-content: center;}
#content .section .logo_BFO img {width: 100%;}
#content .section:nth-child(2) .logo_BFO img {
  width: 75%;
}
#content .section .text-wrap {padding: 50px; max-width: 800px;}
#content .section .text-wrap .title { font-size: 36px;margin: 0 0 40px; padding: 0 }
#content .section .text-wrap .desc { font-size: 18px; color: #6e6e6e; letter-spacing: 0.1px; line-height: 150%; }

/* brand page responsive */
@media (max-width: 1024px) {
  #contentWrapper {
    margin-top: 64px;
  }

  #content .title {
    width: calc(100% - 80px);
    margin: 0 auto 90px;
    padding: 80px 0 30px;
    gap: 24px;
  }

  #content .title img {
    width: 140px;
  }

  #content .title .brand_title h1 {
    font-size: 32px;
  }

  #content .title .brand_title .sub {
    font-size: 17px;
    line-height: 1.6;
  }

  #content .section {
    grid-template-columns: 1fr;
    padding-bottom: 120px;
    gap: 36px;
  }

  #content .section .logo_BFO {
    order: 1;
  }

  #content .section .text-wrap {
    order: 2;
    width: calc(100% - 80px);
    max-width: 760px;
    padding: 0;
    box-sizing: border-box;
  }

  #content .section .logo_BFO img {
    width: calc(100% - 80px);
    max-width: 760px;
  }

  #content .section:nth-child(2) .logo_BFO img {
    width: calc(100% - 80px);
    max-width: 560px;
  }

  #content .section .text-wrap .title {
    font-size: 30px;
    margin: 0 0 28px;
  }

  #content .section .text-wrap .desc {
    font-size: 16px;
    line-height: 1.7;
  }
}

@media (max-width: 768px) and (min-width: 320px) {
  #contentWrapper {
    margin-top: 58px;
  }

  #content .title {
    width: calc(100% - 40px);
    margin: 0 auto 70px;
    padding: 60px 0 20px;
    flex-direction: column;
    gap: 22px;
    text-align: center;
    align-items: center;
  }

  #content .title img {
    width: 120px;
  }

  #content .title .brand_title {
    gap: 16px;
  }

  #content .title .brand_title h1 {
    font-size: 28px;
  }

  #content .title .brand_title .sub {
    font-size: 15px;
    line-height: 1.7;
  }

  #content .section {
    padding-bottom: 90px;
    gap: 28px;
  }

  #content .section .logo_BFO img,
  #content .section:nth-child(2) .logo_BFO img {
    width: calc(100% - 40px);
    max-width: 100%;
  }

  #content .section .text-wrap {
    width: calc(100% - 40px);
  }

  #content .section .text-wrap .title {
    font-size: 24px;
    margin: 0 0 22px;
  }

  #content .section .text-wrap .desc {
    font-size: 14px;
    line-height: 1.8;
    word-break: keep-all;
  }
  
  #content .title {
    width: calc(100% - 36px);
    margin-bottom: 60px;
    padding: 50px 0 20px;
  }

  #content .title .logo_wrap img {
    width: 130px;
  }

  #content .title .brand_title h1 {
    font-size: 28px;
  }

  #content .title .brand_title .sub {
    font-size: 15px;
    line-height: 1.8;
  }

  #content .section {
    width: calc(100% - 36px);
    gap: 26px;
    padding-bottom: 80px;
  }

  #content .section .logo_BFO img,
  #content .section:nth-child(2) .logo_BFO img {
    width: 100%;
    max-width: 100%;
  }

  #content .section .text-wrap .title {
    font-size: 23px;
    margin-bottom: 20px;
  }

  #content .section .text-wrap .desc {
    font-size: 14px;
    line-height: 1.85;
  }
}

/* brand page visual fix */
#content .title {
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto 110px;
  padding: 90px 0 40px;
  gap: 28px;
}

#content .title .logo_wrap img {
  width: 160px;
}

#content .title .brand_title h1 {
  font-size: 34px;
  font-weight: 500;
}

#content .title .brand_title .sub {
  font-size: 18px;
  line-height: 1.7;
  word-break: keep-all;
}

#content .section {
  max-width: 1440px;
  width: calc(100% - 80px);
  align-items: center;
  padding-bottom: 160px;
}

#content .section .logo_BFO img {
  max-width: 520px;
  width: 100%;
}

#content .section:nth-child(2) .logo_BFO img {
  max-width: 520px;
  width: 100%;
}

#content .section .text-wrap {
  padding: 40px;
}

#content .section .text-wrap .title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
}

#content .section .text-wrap .desc {
  font-size: 17px;
  line-height: 1.8;
  word-break: keep-all;
}

/* tablet */
@media (max-width: 1024px) {
  #content .title {
    margin-bottom: 80px;
    padding-top: 70px;
  }

  #content .section {
    width: calc(100% - 60px);
    padding-bottom: 110px;
  }

  #content .section .logo_BFO img,
  #content .section:nth-child(2) .logo_BFO img {
    max-width: 620px;
  }

  #content .section .text-wrap {
    width: 100%;
    padding: 0;
  }

  #content .section .text-wrap .title {
    font-size: 28px;
  }

  #content .section .text-wrap .desc {
    font-size: 16px;
  }
}

/* BASIC css end */

