/* BASIC css start */
/* 161114 morenvy */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
img {
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
li {
  list-style: none;
}
img,
fieldset {
  border: none;
  vertical-align: top;
}
table {
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
th,
td {
  border: 0;
}

.cboth {
  clear: both;
  *zoom: 1;
}
.cboth:after {
  content: " ";
  display: block;
  clear: both;
}
.fleft {
  float: left;
}
.fright {
  float: right !important;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.top {
  caption-side: top;
}
.right {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.none {
  display: none;
}

.pdt5 {
  padding-top: 5px;
}
.pdt10 {
  padding-top: 10px;
}
.pdt15 {
  padding-top: 15px;
}
.pdt20 {
  padding-top: 20px;
}
.pdt30 {
  padding-top: 30px;
}
.pdt40 {
  padding-top: 40px;
}
.pdt50 {
  padding-top: 50px;
}
.pdt60 {
  padding-top: 60px;
}
.pdt80 {
  padding-top: 80px;
}
.pdt130 {
  padding-top: 130px;
}

.pdb10 {
  padding-bottom: 10px;
}
.pdb20 {
  padding-bottom: 20px;
}
.pdb15 {
  padding-bottom: 15px;
}
.pdb40 {
  padding-bottom: 40px;
}
.mrt20 {
  margin-top: 20px;
}

/* 공통레이아웃 */
#header,
#layerWrap,
#contentWrap,
#ftLink .link,
#footer {
  width: 100%;
}
#content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  float: unset !important;
}
#wrap {
}
#contentWrap {
  background-color: #fff;
  padding: 0;
}
body {
  min-width: 1100px;
}
a {
  selector-dummy: expression(this.hideFocus=true);
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
table,
input,
select,
textarea,
a {
}

/* 게시판 상단 리스트 숨김 */
.bbs-hd {
  display: none;
}

/* 상품리스트 (검색/상품리스트)  */
.prd-list {
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 25px;
}
.prd-list table td {
  border: 0;
  vertical-align: top;
  text-align: center;
  padding-bottom: 30px;
}
.prd-list table .tb-center {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.prd-list table .info {
  width: 100%;
  padding: 0px;
  text-align: left;
  background-color: #fff;
  display: inline-block;
} 

/* 고객님 상품사이즈에 맞게 가로세로 픽셀 조절 */
.prd-list .thumb {
  width: 100%;
  height: unset;
  aspect-ratio: 3/4;
  font-size: 0;
  line-height: 0;
  border: none !important;

} 

/* 고객님 상품사이즈에 맞게 가로세로 픽셀 조절 */
.prd-list .thumb:hover {

}

.prd-list .thumb a,
.prd-list .thumb img {
  display: block;
  width: 100%;
  height: unset;
}

.prd-list .info {
  text-align: left;
}

.prd-list .dsc {
  margin-top: 15px;
  font-weight: normal;
  font-size: 12px;
  padding-bottom: 10px;
  margin-bottom: 6px;
  color: #222;
  word-break: break-all;
  border: none;
}
.prd-list .subname {
  margin-top: 5px;
  font-weight: normal;
  font-size: 11px;
  color: #888;
  word-break: break-all;
}
.prd-list .consumer {
  margin-top: 5px;
  color: #888;
  font-size: 12px;
  text-decoration: line-through;
}
.prd-list .price {
  margin-top: 3px;
  font-weight: bold;
  color: #333;
  font-size: 12px;
}
.prd-list .icon {
  margin-top: 5px;
}
.prd-list .icon img {
  padding-right: 2px;
}
.prd-list .closeup {
  margin-top: 7px;
}

/* 롤오버 */
a img.menuon {
  display: none;
}
a img.menuoff {
  display: inline;
}
a:hover img.menuon {
  display: inline;
}
a:hover img.menuoff {
  display: none;
}

/* 하단 페이징 */
.paging {
  padding: 100px 0 150px;
}

/* 상단 */
#header {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 10000000;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
}

#header > div {
  padding: 1.5rem 0;
}

#header .section {
  width: 100%;
  height: 30px;
  background-color: #2c1a02;
}
#header .section .section_box {
  width: 1100px;
  margin: 0 auto;
}
#header .section .section_box .inner1 li {
  float: left;
}
#header .section .section_box .inner1 li a {
  color: #cecbc6;
  font-size: 11px;
  display: block;
  line-height: 30px;
  background: url("/design/bfo365days/0698citybrown/top_menu_bg.gif") no-repeat
    top left;
  padding: 0 8px;
}
#header .section .section_box .inner1 li a:hover {
  color: #fff;
  text-decoration: none;
}
#header .section .section_box .inner1 li:first-child a {
  background: none;
}
#header .section .section_box .inner2 {
  float: right;
  padding: 0;
  height: 30px;
}
#header .section .section_box .inner2 li {
  float: left;
}
#header .section .section_box .inner2 li a {
  color: #cecbc6;
  font-size: 11px;
  display: block;
  line-height: 30px;
  background: url("/design/bfo365days/0698citybrown/top_menu_bg.gif") no-repeat
    top left;
  padding: 0 8px;
}
#header .section .section_box .inner2 li a:hover {
  color: #fff;
  text-decoration: none;
}
#header .section .section_box .inner2 li:first-child a {
  background: none;
}
#header .section .section_box .inner2 .btn_search a {
  background: url("");
  padding: 0;
  vertical-align: top;
}

#header .section2 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#header .section2 .top_menu {
  gap: 2em;
  font-size: clamp(13px, 2vw, 16px);
}

.board_list {
  position: relative;
  max-width: 120px;
  width: 100%;
  padding: 1.5rem 15px;
}
.board_list_box {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 50px;
  right: 50%;
  transform: translateX(50%);
}
.board_list .board_list_box ul {
  padding: 15px 0 0;
  width: 100%;
}
.board_list .board_list_box ul li {
  padding: 1rem 0;
}
.board_list:hover .board_list_box {
  opacity: 1;
  visibility: visible;
  font-size: 1.4rem;
}
.board_list:hover .board_list_box ul li {
  width: 100%;
}
.board_list:hover .board_list_box ul li:hover {
  background-color: rgb(255, 255, 255, 0.4);
  width: 100%;
}

#header .section2 .mouse_hover {
  background-color: #f5f5f5;
  color: #111 !important;
  display: block;
}

#search_box {
  display: none;
  padding: 0px;
}
#search_box .MS_search_word {
  height: 74px;
  width: 760px;
  border: 5px solid #a89d89;
  line-height: 74px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 0 10px;
  color: #555;
  float: left;
}
#search_box .btn-sch {
  float: left;
  cursor: pointer;
}
#search_box .mintroClose {
  margin: 0 0 0 20px;
  cursor: pointer;
}

/* 서브타이틀 */
.sub_img_area {
  width: 100%;
  text-align: center;
  background-image: url("/design/bfo365days/0698citybrown/sub_header_bg.jpg");
  background-position: top center;
  height: 104px;
  background-color: #707073;
  border-top: 0px solid #dedede;
  border-bottom: 1px solid #dedede;
  clear: both;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.sub_title {
  width: 259px;
  height: 50px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  font-family: "Oswald", "Open Sans", sans-serif;
  letter-spacing: 4px;
  font-weight: 300;
  line-height: 50px;
}
.title_top_space {
  height: 27px;
  clear: both;
}
.sub_navi {
  padding-top: 15px;
  padding-bottom: 65px;
  font-size: 11px;
  float: right;
  color: #555;
}
.top_company,
.top_product,
.top_customer {
  display: none;
}

@media (max-width: 1024px) {
}

@media (min-width: 1025px) {
  .top_logo img {
    width: 150px;
  }
  .board_list_box {
    background: rgba(255, 255, 255, 0.9);
    color: #333;
  }
}


/* aside menu */
.aside_open,
.aside_close,
.aside_dim,
#aside_menu {
  display: none;
}

@media (max-width: 1024px) {
  body {
    min-width: 320px;
  }

  #header {
    height: 64px;
    justify-content: center;
  }

  #header > div {
    padding: 0;
  }

  #header .section2 {
    display: none;
  }

  .top_logo img {
    width: 130px;
  }

  .aside_open {
    display: flex !important;
    position: absolute;
    left: 20px;
    top: 50%;
    width: 28px;
    height: 22px;
    transform: translateY(-50%);
    flex-direction: column;
    justify-content: space-between;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    z-index: 10000001;
  }

  .aside_open span {
    display: block;
    width: 100%;
    height: 2px;
    background: #111;
  }

  .aside_dim {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 10000000;
  }

  #aside_menu {
    display: block;
    position: fixed;
    top: 0;
    left: -82%;
    width: 82%;
    max-width: 360px;
    min-width: 280px;
    height: 100vh;
    background: #fff;
    transition: 0.3s;
    z-index: 10000001;
    overflow-y: auto;
    padding: 24px 22px 60px;
    box-sizing: border-box;
  }

  body.aside_on {
    overflow: hidden;
  }

  body.aside_on .aside_dim {
    opacity: 1;
    visibility: visible;
  }

  body.aside_on #aside_menu {
    left: 0;
  }

  .aside_close {
    display: block;
    position: absolute;
    top: 16px;
    right: 18px;
    background: none;
    border: 0;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
  }

  .aside_logo {
    padding: 0 0 30px;
    text-align: center;
  }

  .aside_logo img {
    width: 130px;
  }

  .aside_nav > li {
    border-bottom: 1px solid #eee;
  }

  .aside_nav > li > a {
    display: block;
    padding: 17px 0;
    color: #111;
    font-size: 17px;
    font-weight: bold;
  }

  .aside_nav > li > ul {
    padding: 0 0 14px 12px;
    align-items: flex-start;
  }

  .aside_nav > li > ul > li > a {
    display: block;
    padding: 8px 0;
    color: #666;
    font-size: 14px;
  }
}

@media (max-width: 768px) and (min-width: 320px) {
  #header {
    height: 58px;
  }

  .aside_open {
    display: flex !important;
    left: 16px;
    width: 24px;
    height: 19px;
  }
  
  .aside_open span {
    display: block !important;
    width: 100% !important;
    height: 2px !important;
    background: #000 !important;
    opacity: 1 !important;
}

  .top_logo img {
    width: 115px;
  }

  #aside_menu {
    width: 86%;
    left: -86%;
    padding: 50px 18px 50px;
  }

  .aside_logo img {
    width: 115px;
  }

  .aside_nav > li > a {
    font-size: 16px;
    padding: 15px 0;
  }

  .aside_nav > li > ul > li > a {
    font-size: 13px;
  }
}

.aside_open span {
  visibility: visible !important;
}
/* BASIC css end */

