/* quick_layer */
/* 230710 bp mod : s */
.quick_layer_wrap {
  width: 11.375em;
  max-width: 180px;
  height: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 50;
  background-color: #fff;
  border-left: 1px solid #d6d6d6;
}
.quick_layer_wrap .quick_tit {
  height: 3.125em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 1.375em;
  background: url(../img/common/quick_menu_titlebg.jpg) no-repeat center;
  color: #fff;
  font-size: 1.07em;
  line-height: 1.3em;
  text-align: center;
}
/*
.quick_layer_wrap .quick_layer.bottom_quick_layer{margin-top: 167px;}*/
.quick_layer_wrap .quick_menu_list li {
  height: 2.75em;
  line-height: 2.75em;
  border-bottom: 1px solid #d6d6d6;
  transition: all 0.3s;
}
.quick_layer_wrap .quick_menu_list li:hover {
  background-color: #fdf4f2;
}
.quick_layer_wrap .quick_menu_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick_layer_wrap .quick_menu_list .title {
  font-size: 1.1em;
}

.quick_layer_wrap .scroll_top .top_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  font-size: 1.125em;
  color: #d12f34;
}
.quick_layer_wrap .scroll_top .top_btn i {
  font-size: 1.33em;
}
.quick_layer_wrap .scroll_top:hover .top_btn {
  background-color: #d12f34;
  color: #fff;
  transition: all 0.2s;
}

.sns_link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 4.5em;
  overflow: auto;
}
.sns_link a {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  justify-content: center;
  text-align: center;
  line-height: 35px;
  color: white;
  font-size: 17px;
  background: #bd1c22;
  margin: 0 4px;
  border: 2px solid #bd1c22;
  transition: all 0.3s ease;
}
.sns_link a:hover {
  color: #bd1c22;
  background-color: white;
}

.quick_layer.top_quick_layer_main {
  height: 391px;
} /*우측퀵메뉴 높이:메인*/
.quick_layer.top_quick_layer {
  height: 369px;
} /*우측퀵메뉴 높이:공통*/
.quick_layer.top_quick_layer_temp {
  height: 273px;
}
.gnb2 {
  display: inline;
}

.bg_pink{
  background-color: #fcc;
}

@media screen and (max-width: 1750px) {
  .quick_layer_wrap {
    font-size: 16px;
  }
}
@media screen and (min-width: 1401px) {
  .header,
  .main_section,
  .main_search_wrap,
  .sub_cont_wrap:not(.sub_cont_wrap.board_wrap),
  .sign_wrap,
  .footer {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 1400px) {
  .quick_layer_wrap {
    display: none;
  }
}

@media (max-width: 1080px) {
  .gnb2 {
    display: none;
  }
}

/* 230710 bp mod : e */
