@charset "utf-8";

/* Reset */
html,body{min-height:100%}
body{margin:0;background:#fff;}
body, table, input, textarea, select, button {font-family:  -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Pretendard';font-size:16px;font-weight: 400;
  line-height: 1.6; color:#666;}
body a{color:#555;}
.xe_width{max-width:1278px;margin:0 auto;padding:0 15px;position:relative;}
.clearBoth{position:relative;*zoom:1;}
.clearBoth:after{content:"";display:block;clear:both;}
@media (max-width: 1024px) {
  html {
    max-width: 640px !important;
    margin: 0 auto !important;
    background:#fff;
  }

}
/* Skin to content */
.skip{margin:0}
.skip a{display:block;text-align:center;line-height:0;height:0;width:0;overflow:hidden}
.skip a:active,
.skip a:focus{position:relative;height:auto;width:auto;line-height:25px;}
.round4{-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
a{text-decoration:none}

/* Layout */
.content img{max-width:100%;height:auto}
.door_a{color:#555;transition:all 0.3s ease-in-out;}
.door_a:hover,
.door_a:focus{color:#ee1a59}
/* Header */
.header{background: #fff;position:relative;top:0;left:0;width:100%;z-index:3;border-bottom: 1px solid rgb(0 0 0 / 12%);box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 9%);}
.header .xe_width{
  padding:0 15px;
}
.header .header_flex {
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.header .header_flex_top{
  height:100px;
  position: relative;
}
.header .header_flex_top .mobile_search{
  display: none;
}

/* 햄버거버튼 모바일 */
.header .header_flex_top .mobile_menu_btn {
  display: none;
}

.header h1{line-height:48px;font-size:28px;}
.header h1 a{display:inline-block;}
.header h1 img{vertical-align:middle;width:200px;}

@media(max-width:992px) {
  .header .header_flex_top {
    justify-content: center !important;
		height: 54px !important;
  }
  .header .header_flex_top h1 img {
    width: auto !important;
  }
  .header .header_flex_top .mobile_search {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  .header .header_flex_top .mobile_menu_btn {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 22px;
    line-height: 24px;
  }

    .header .header_flex_top .mobile_menu_btn i {
      font-size: 24px;
    }

  .header .header_flex_top .mobile_search i {
    font-size: 24px;
  }
}

/* 검색 */
.top_search {
  position: absolute; /* 절대 배치 */
  top: 50%; /* 세로 중앙 */
  left: 50%; /* 가로 중앙 */
  transform: translate(-50%, -50%); /* 중앙 정렬 */
  width: 280px;
  height: 48px;
  padding-left:45px;
  background: #ee1a59;
  border-radius: 12px;
}
.TopinputText{
  border:2px solid #ee1a59;
  outline:none;
  display:block;
  box-sizing: border-box;
  font-size:17px;
  width:100%;
  height:48px;
  padding:8px 8px 8px 8px;line-height:26px;color:#444;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
  border-radius: 10px;}
.TopinputText:hover,
.TopinputText:focus{border:2px solid #ee1a59;}
.Topsearch{
  position: absolute;
  left:6px;
  width:26px;
  padding:5px;
  top:50%;
  transform: translateY(-50%);
}
.wrap_login ul{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  gap:15px;
}
.wrap_login ul a{
  display:block;
  padding:5px;
  font-size:14px;
}
.wrap_login i{
  font-size:28px;
  display:block;
  text-align: center;
}
/* Menu */
.header_flex_bottom{
  border-top: 1px solid #e6e6e6;
}
.nav{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
}
.nav li{
  position: relative;
}
.nav li a.first_a{
  font-size:20px;
  line-height:30px;
  height:30px;
  padding:12px 25px;
  font-weight:600;
  display:block;
  color:#222;
}
.nav li a{
  color:#222;
  transition:all 0.3s ease-in-out;
}
.nav li.open > a,
.nav li a:hover{
  color:#ee1a59;
}
.dropdown-menu{
  margin:0;
  padding:0;
  list-style:none;
  background:#fff;
  border-radius: 8px;
  position: absolute;
  top: 100%;
  width: 240px;
  left: 50%;
  padding: 15px 20px;
  background: #fff;
  border-radius: 4px 4px 8px 8px;
  border: 1px solid rgb(0 0 0 / 12%);
  border-top: 0;
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 8%);
  transform: translate(-50%, 0px);
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 20px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.open .dropdown-menu{
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0px);
  border-radius: 0px 0px 8px 8px;
}
.nav ul li{
  line-height:20px;
  margin:15px 0;
  font-size:16px;
}
.header .header_flex_bottom .header_flex{
  justify-content: flex-start;
}
.total_menu_div{
  position: absolute;
  top: 100%;
  width: 970px;
  left: 0%;
  padding: 15px 0px;
  background: #fff;
  border-radius: 4px 4px 8px 8px;
  border: 1px solid rgb(0 0 0 / 12%);
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 8%);
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.openTotalMenu .total_menu_div{
  border-radius: 2px 2px 8px 8px;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.total_menu_a{
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  padding: 12px 25px;
  padding-left: 30px;
  font-weight: 600;
  display: block;
  color: #222;
}
.openTotalMenu .total_menu_a,
.total_menu_a:hover{
  color:#ee1a59;
}
.total_menu_a span{
  width: 16px;
  height: 2px;
  position: absolute;
  display: block;
  left: 4px;
  top: 50%;
  margin-top: -1px;
  background: #222;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.total_menu{
  position: relative;
}
.total_menu_a span::after,
.total_menu_a span::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  position: absolute;
  background: #222;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.total_menu_a span::after {
  top: -6px;
}

.total_menu_a span::before {
  top: 6px;
}
.openTotalMenu .total_menu_a span {
  background: none;
}

.total_menu_a .ri-play-fill {
  display: inline-block;
  transform: rotate(90deg);
  margin-left:5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.openTotalMenu .total_menu_a .ri-play-fill {
  transform: rotate(270deg);
}
.openTotalMenu .total_menu_a span,
.openTotalMenu .total_menu_a span::after,
.openTotalMenu .total_menu_a span::before,
.total_menu_a:hover span,
.total_menu_a:hover span::after,
.total_menu_a:hover span::before {
  background: #ee1a59;
}
.total_menu_ul,
.total_menu_ul ul{
  margin:0;
  padding:0;
  list-style: none;
}
.total_menu_ul{
  display:flex;
  justify-content: space-between;
  justify-content: flex-start;
}

.total_menu_ul > li{
  width:31%;
  box-sizing: border-box;
  padding:15px 30px;
  border-right:1px solid #e6e6e6;
}
.total_menu_ul > li:last-child{
  border:0;
}
.total_menu_ul > li:nth-child(2){
  width:38%;
}
.total_menu_ul > li:nth-child(2) ul{
  display:flex;
  flex-wrap: wrap;
  
}
.total_menu_ul > li:nth-child(2) ul li{
  width:50%;
}
.total_menu_ul > li > a{
  font-size:18px;
  font-weight:600;
  color:#222;
  display:block;
  padding:10px 0px;
  position: relative;
  overflow: hidden;
}
.total_menu_ul > li > a::after {
  content: ' ';
  background-color: #F6F6F6;
  height: 13px;
  margin-left:10px;
  position: absolute;
  width: 220px;
  top: 17px;
  z-index: -1;
  
}
.total_menu_ul ul li{
  margin:4px 0;
}
.total_menu_ul ul li a{
  color:#444;
  font-size:15px;
}
@media (max-width: 1024px) {
  .wrap_login,
  .header_flex_bottom{
    display: none; /* 특정 요소 숨기기 */
  }
  .top_search{
  position: relative;
  top:auto;
  left:auto;
  transform: translate(0%, 0%);
  }
  /* 추가 스타일 정의 */
}
@media (max-width: 620px) {
  .header h1 img {
  width: 155px;
  height:28px;
  }
  .header .header_flex_top{
  height:70px;
  }
  .TopinputText,
  .top_search{
  height:40px;
  }
  .top_search{
  width:calc(100% - 210px);
  padding-left:40px;
  }
  .Topsearch{
  width:20px;
  }
}
@media (max-width: 340px) {
  .top_search{
  width:calc(100% - 180px);
  padding-left:40px;
  }
  .header h1 img{
  width:120px;
  }
}
/* Main Tab */
.emptyContent .btnArea{
  display:none;
}
.emptyContent:after{
  content:"";
  display:block;
  clear:both;
}
.main_shop_search{
	margin: 30px 15px 15px;
}
.main_shop_search input{
	width: 100%;
  box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.05), 8px 8px 11px 0 rgba(0, 0, 0, 0.03), 17px 17px 15px 0 rgba(0, 0, 0, 0.02), 30px 31px 17px 0 rgba(0, 0, 0, 0.01), -10px -6px 17px 0 rgba(0, 0, 0, 0.03);
	border: solid 1px #e0e0e0;
	padding-left: 49px;
	height: 52px;
	background-image: url("../img/search.webp");
	background-repeat: no-repeat;
	background-position: left 15px center;
}
.main_shop_search input::placeholder{
		font-size: 18px;
		font-weight: 500;
		color: #9e9e9e;
}

.bh_layer {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--bh_color_bg_sub);
    z-index: 1001;
    overflow-x: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

/* Footer */
.footer{
  background:#fafafa;
  padding:40px 0 40px;
  border-top: 1px solid #e2e2e2;
  color:#555;
  font-size:14px;
}
.footer_right ul{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
}
.footer_right ul li a{
  padding:0 0px;
  margin:10px 0;
  display:block;
  line-height: 16px;
}
.footer_right ul li a::after {
  content: "|";
  color: #e0e0e0;
  vertical-align: text-top;
  font-size: 12px;
  padding: 0 9.5px;
  display:inline-block;
}
.footer_right ul li:last-child a::after{
  display:none;
}
.foot_infoA{
  margin-top:10px;
  line-height: 26px;
}
.foot_infoA span{
  display:inline-block;
  padding-right:15px;
}
.foot_infoB{
  margin-bottom:15px;
}
.footer .bh_color_gray_400{
  color:#111;
}
.info_btn{
  cursor: pointer;
  font-weight:bold;
}
.footer .mt-10 {
  margin:0;
  margin-top: 10px !important;
}
/* 본문 */
.body{position:relative;z-index:1;}


/* 아이패드2- */
@media screen and (max-width:768px){
.navbar-nav>li>.dropdown-menu{display:none !important;}
.widgetDW{width:100%;}
.widgetDW_1{border:0;}
.h2_widget{padding:0;}
.widgetDW h2 span{border:1px solid #ddd;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);box-shadow:0 1px 2px rgba(0,0,0,0.1);}
.widgetDW .in_widget{margin-bottom:20px;-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;background:#fff;border:1px solid #ddd;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);box-shadow:0 1px 2px rgba(0,0,0,0.1);padding:9px;margin-top:5px;}
.widgetGalleryDW li{max-height:100%}
.wrap_slides .in_caption { position:absolute; z-index:2;left:20px; top:auto; top:50%; }
.wrap_slides .in_caption .h1 {font-size:36px;line-height:42px;}
.wrap_slides .in_caption .h2 {font-size:16px;font-weight:bold;}

.footer_left,
.footer_right ul{display:none;}
.footer_right{float:none;width:100%}
.da-slide h2 {font-size:24px !important;margin:40px 0 0 20px; !important;}
.da-slide p{font-size:14px !important;}
}
@media screen and (max-width:600px){
.main_shop_search input {
  padding-left: 35px;
  height: 45px;
  background-position: left 10px center;
  background-size: 20px;
  font-size: 16px;
}
.main_shop_search input::placeholder{
  font-size:16px;
}
}
/* 안드로이드(진저+) landscape */
@media screen and (max-width:533px){
.footer_right .clearBoth{display:none;}
}

/* 아이폰4+ landscape */
@media screen and (max-width:480px){


}
/* 안드로이드(진저+), 아이폰4+ */
@media screen and (max-width:320px){

}
/* 구형 스마트폰 */
@media screen and (max-width:240px){

}


.flexed_bottom_menu {
  width: 100%;
  max-width:640px;
  position: fixed;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 99;
  border-top: 1px solid #e0e0e0;
  display:none;
}
.flexed_bottom_menu .no-gutters{
  display:flex;
  justify-content: space-between;
}
.flexed_bottom_menu .no-gutters .col{
  text-align: center;
  flex:1;
}
.flexed_bottom_menu a {
  padding: 5px 0 15px;
  text-align: center;
  height:50px;
  display:block;
}

.flexed_bottom_menu a i {
  font-size: 24px;
  color: #757575;
  margin-bottom: 5px;
}

.flexed_bottom_menu a p {
  font-size: 14px;
  font-weight: 500;
  color: #757575;
  margin:0;
}

.flexed_bottom_menu a.active i {
  color: #424242
}

.flexed_bottom_menu a.active p {
  color: #424242;
  font-weight: 600
}
@media screen and (max-width:1024px){
  .flexed_bottom_menu{
    display:block;
  }
  .footer{padding: 20px 0 90px;}
}
@media (max-width: 600px) {
  .flexed_bottom_menu a p {
      font-size:12px;
  }
}

/* 지역선택 */

ul, li {
  list-style: none !important;
}

.bh_modal_toggle {
  cursor: pointer;
}
.bh_modal {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  text-align: left;
}
.bh_modal.on {
  visibility: visible;
  opacity: 1;
}
.bh_modal.on .bh_modal_content {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.bh_modal .bh_modal_content {
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  height: auto;
  max-height: 100vh;
  margin: 15px;
  z-index: 0;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -webkit-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -moz-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -o-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.bh_modal .bh_modal_content .bh_modal_header {
  position: relative;
  height: auto;
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e0;
}
.bh_modal .bh_modal_content .bh_modal_header .bh_title {
  color: #424242;
  font-size: 21px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 0;
}
.bh_modal .bh_modal_content .bh_modal_header .bh_modal_close {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 12px 20px;
  color: #757575;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bh_modal .bh_modal_content .bh_modal_header .bh_modal_close:hover, .bh_modal .bh_modal_content .bh_modal_header .bh_modal_close:active {
  color: #424242;
}
.bh_modal .bh_modal_content .bh_modal_body {
  padding: 20px;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}
.bh_modal .bh_modal_dimmed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}


.bh_modal.region_popup {
    width: 100%;
    margin: 0 auto;
    transition: none;
    align-items: start;
}
.bh_modal.region_popup .bh_modal_content {
    transition: none;
    max-width: 640px;
    height: 100%;
    margin: 0 auto;
    background-color: transparent;
    background-color: #fff;
}
.bh_modal.region_popup .bh_modal_content .bh_modal_header {
    position: relative;
    z-index: 3;
    background-color: #fff;
}
.bh_modal.region_popup .bh_modal_content .bh_modal_header .bh_modal_close {
    display: inline-block;
    padding: 0;
    margin-right: 5px;
    position: unset;
    flex-grow: unset;
}
.bh_modal.region_popup .bh_modal_dimmed {
    background-color: transparent;
}
.bh_modal.region_popup .sido {
    float: left;
    position: relative;
    width: 30%;
    height: 100%;
    height: calc(100vh - 56.5px);
    padding: 0;
    overflow-y: scroll;
    border-right: 1px solid #ccc;
    z-index: 1;
    background-color: #f5f5f5;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 4px 0px, rgba(0, 0, 0, 0.12) 0px 0px 8px 0px;
    margin-top: 0;
}
.bh_modal.region_popup .sido li a {
    float: left;
    width: 100%;
    color:  #424242;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    background-color: #f5f5f5;
    padding: 13px 0;
}
.bh_modal.region_popup .sido li a.active {
    background-color: #fff;
}
.bh_modal.region_popup .gugun {
    float: left;
    width: 69%;
    height: 100%;
    padding: 0;
    margin: 0;
    height: calc(100vh - 56.5px);
    overflow-y: scroll;
}
.bh_modal.region_popup .gugun li {
    position: relative;
    border-bottom: 1px solid #fafafa;
}
.bh_modal.region_popup .gugun li a {
    display: block;
    padding: 13px 30px 13px 20px;
    color: #000;
    font-size: 16px;
    letter-spacing: -1px;
    border-radius: 0;
}
.bh_modal.region_popup .gugun li a + i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    color: #616161;
    font-size: 20px;
    text-align: right;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
    z-index: -1;
    padding: 9px 20px 9px 11px;
    padding-left: 0;
    padding-right: 0;
}
.bh_modal.region_popup .gugun li a.active {
    background-color: #fafafa;
    font-weight: bold;
}
.bh_modal.region_popup .gugun li a.active + i {
    color: #424242;
    font-weight: bold;
    z-index: 0;
}
