@charset "UTF-8";
/* mobile first */
* {
  box-sizing: border-box;
}
body {
  position: relative;
  line-height: 100%;
  font-family: "Noto Sans KR", sans-serif;
  color: #262626;
}
body.hidden {
  overflow: hidden;
}
/* 헤더 */
.header_2021 {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 11;
  background-color: #fff;
}
.header_2021.scrolling {
  box-shadow: rgba(149, 157, 165, 0.1) 0px 3px 6px;
}
.header_2021 .login_menu {
  display: none;
}
.global_header_2021 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background-color: #fff;
  top: 0;
}
.global_header_2021.hide {
  top: -50px;
  transition: top 0.1s;
}
.global_header_2021 .logo_box {
  display: block;
  width: 58px;
  height: 46px;
}
.global_header_2021 .logo_box > img {
  width: 58px;
  height: 46px;
}
.global_header_2021 .flex_end_align {
  display: flex;
  width: calc(100% - 89px);
  height: 44px;
}
.flex_end_align .search_link_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 46px);
  height: 100%;
  background-color: #f4f4f4;
  border-radius: 8px;
  cursor: pointer;
  padding: 0 12px 0 13px;
}
.flex_end_align .search_link_box > p {
  font-size: 15px;
  color: #8c8c8c;
  line-height: normal;
}
.flex_end_align .search_link_box > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
.search_link_box > span > img {
  width: 100%;
  height: 100%;
}
.flex_end_align .search_input_box {
  display: none;
}
.flex_end_align .pc_link_btns {
  display: none;
}
.flex_end_align .noti_link_box {
  position: relative;
  display: block;
  width: 46px;
  height: 44px;
  padding: 10px 7px 10px 15px;
}
.flex_end_align .noti_link_box > span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
.noti_link_box > span > img {
  width: 20px;
  height: 22px;
}

/* 메뉴 헤더 */
.menu_header_2021 {
  position: absolute;
  display: flex;
  align-items: center;
  padding-left: 15px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  width: 100%;
  height: 52px;
  background-color: #fff;
  z-index: 11;
  top: 50px;
}
.menu_header_2021.up {
  position: absolute;
  top: 0;
  transition: top 0.1s;
}
.menu_header_2021::-webkit-scrollbar {
  display: none;
}
.pc_all_menu_btn_box {
  display: none;
}
.menu_header_2021 > .divide_line {
  display: none;
}
.menu_header_2021 .menu_list {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.menu_header_2021 .menu_list > li {
  position: relative;
  display: flex;
  height: 100%;
  margin-right: 16px;
}
.menu_header_2021 .menu_list > li.hide_on_mobile {
  display: none;
}
.menu_header_2021 > li:last-child {
  margin-right: 12px;
}
.menu_header_2021 .menu_list > li > a {
  position: relative;
  display: inline-flex;
  height: 100%;
  align-items: center;
  font-size: 16px;
  color: #111111;
  box-sizing: border-box;
  padding-bottom: 3px;

  font-weight: 400;
  white-space: nowrap;
}
.menu_header_2021 .menu_list > li > a.on {
  font-weight: 700;
  border-bottom: 3px solid #111111;
  padding-bottom: 0;
}
.menu_header_2021 .menu_list > li > .new_dot {
  position: absolute;
  display: block;
  right: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fd4381;
}
.menu_header_2021 .popular_dropdown {
  display: none;
}

.detail_page_header_2021 {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background-color: #fff;
  z-index: 11;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 3px 6px;
}
.detail_page_header_2021 .detail_header_btns {
  height: 100%;
  display: flex;
  align-items: center;
}
.detail_header_btns .detail_header_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 100%;
}
.detail_header_btns .detail_header_btn > img {
  width: 100%;
  height: 24px;
}
.detail_header_btns .detail_header_btn.go_back_btn {
  justify-content: flex-start;
  margin-right: 16px;
}
.detail_header_btns .detail_header_btn.go_search_btn {
  justify-content: flex-end;
  margin-left: 16px;
}

.detail_page_header_2021 .detail_page_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.detail_page_header_2021 .detail_page_title > p {
  font-size: 16px;
  color: #111111;
}

/* 내용 들어갈 부분 */
.empty_container {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 55px;
  background-color: #fff;
}
.empty_container.detail_page {
  padding-bottom: 70px;
}
.empty_container .contents_wrapper {
  display: block;
  width: 100%;
  height: 200vh;
}
.empty_container .pic_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-color: cornflowerblue;
}
.empty_container .pic_box > p {
  position: absolute;
  top: 50%;
}
.empty_container .pic_box > img {
  width: 100%;
  height: 100%;
}

.footer_detail_btns {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 70px;
  background-color: #fcfcfc;
  align-items: center;
  border-top: 1px solid #dddddd;
  padding: 0 10px;
}
.footer_detail_btns .footer_detail_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.footer_detail_btns .footer_detail_btn.like_btn {
  width: 48px;
  background-color: #f5f5f5;
  margin-right: 6px;
}
.footer_detail_btns .footer_detail_btn.qna_btn,
.footer_detail_btns .footer_detail_btn.save_cart_btn,
.footer_detail_btns .footer_detail_btn.coupon_btn {
  width: calc(50% - 30px);
}
.footer_detail_btns .footer_detail_btn.qna_btn {
  background-color: #fd4381;
  margin-right: 6px;
}
.footer_detail_btns .footer_detail_btn.qna_btn.one_btn {
  width: 100%;
}
.footer_detail_btns .footer_detail_btn.save_cart_btn {
  background-color: #d1d1d1;
}
.footer_detail_btns .footer_detail_btn.save_cart_btn.on {
  background-color: #2f2f2f;
}
.footer_detail_btns .footer_detail_btn.coupon_btn {
  border: 1px solid #fd4381;
  background-color: #fff;
  color: #fd4381;
}
.footer_detail_btns .footer_detail_btn.coupon_btn > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
.footer_detail_btn.coupon_btn > span > img {
  width: 15px;
  height: 15px;
}
.footer_detail_btns.contents_event > .footer_detail_btn.qna_btn {
  width: 100%;
  margin-right: 0;
}

/* 푸터 */
.footer_2021 {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-bottom: 45px;
}
.footer_2021 .footer_nav {
  display: flex;
  width: 100%;
  height: 46px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding-left: 15px;
}
.footer_2021 .footer_nav > li {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 10px;
}
.footer_2021 .footer_nav > li.hide_on_mobile {
  display: none;
}
.footer_2021 .footer_nav > li > a {
  display: block;
  border-right: 1px solid #eaeaea;
  font-size: 13px;
  padding-right: 9px;
}
.footer_2021 .footer_nav > li:last-child > a {
  border-right: 0;
}
.footer_2021 .footer_info {
  position: relative;
  width: 100%;
  padding: 25px 0 0 13px;
}
.footer_2021 .footer_info .company_name {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #444444;
  margin-bottom: 10px;
}
.footer_2021 .footer_info .copyright_text {
  display: block;
  font-size: 10px;
  color: #aaaaaa;
}
.footer_2021 .footer_info .company_info_box {
  width: 100%;
  margin-bottom: 20px;
}
.footer_info .company_info_box > li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.footer_info .company_info_box > li .info_title {
  display: inline-block;
  font-size: 12px;
}
.footer_info .company_info_box > li .info_content {
  font-size: 12px;
  color: #767676;
}
.footer_info .company_info_box > li > div {
  display: inline-block;
  margin-right: 5px;
}
.footer_info .kcp_logo {
  position: absolute;
  top: 50px;
  right: 15px;
  width: 64px;
  height: 64px;
}
.footer_info .kcp_logo > img {
  width: 100%;
  height: 100%;
}
.footer_info .kcp_logo > span.hide_on_mobile {
  display: none;
}
.footer_logo_box .app_down_btn.hide_on_mobile {
  display: none;
}
.footer_2021 .footer_info .ifamily_logo {
  display: none;
}

/* 푸터 네비게이션 */
.bottom_nav_2021 {
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 55px;
  background-color: #fff;
  color: #111111;
  z-index: 12;
  overflow: hidden;
}
.bottom_nav_2021 .link_inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 5px;
  width: 20%;
  height: 100%;
  cursor: pointer;
}
.link_inner .bottom_nav_icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  /* padding-top: 3px; */
}
.link_inner .bottom_nav_icon > img {
  width: 100%;
  height: 100%;
}
.link_inner .bottom_nav_icon.menu > img.show {
  display: block;
}
.link_inner .bottom_nav_icon.menu {
  /* padding-top: 6px; */
}
.link_inner .bottom_nav_icon.menu > img {
  display: none;
  /* width: 18px;
  height: 14px; */
}
.link_inner .bottom_nav_icon.menu > img#menuCloseImg {
  /* width: 12px;
  height: 12px; */
}
/* 
.link_inner .bottom_nav_icon.search > img {
  width: 18px;
  height: 18px;
}
.link_inner .bottom_nav_icon.home > img,
.link_inner .bottom_nav_icon.cart > img {
  width: 18px;
  height: 20px;
}
.link_inner .bottom_nav_icon.mypage > img {
  width: 16px;
  height: 18px;
} */
.link_inner .inner_text {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #111111;
  margin-top: 3px;
}

/* 공통 뱃지 */
.flex_end_align .noti_link_box > span .badge,
.link_inner .bottom_nav_icon .badge,
.detail_header_btn .badge,
.link_btn > span .badge {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 15px;
  background-color: #fd4381;
  font-size: 10px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #fff;
  border-radius: 10px;
  padding-left: 0.5px;
}
.flex_end_align .noti_link_box .badge {
  top: -5px;
  right: -8px;
}
.link_inner .bottom_nav_icon .badge {
  top: -2px;
  right: -10px;
}
.detail_header_btn .badge {
  top: 8px;
  right: -10px;
}

/* 전체 메뉴 */
.all_menu {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: calc(100vh - 55px);
  transform: translateX(-100%);
  opacity: 0;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: 0.35s ease-in-out;
  z-index: 13;
}
.all_menu.show {
  opacity: 1;
  transform: translateX(0);
  transition: 0.35s ease-in-out;
}
.all_menu_wrapper {
  position: relative;
  width: 100%;
  padding: 15px 15px 50px 15px;
}
.all_menu_wrapper .menu_close_btn_box {
  display: none;
}
.all_menu_wrapper .banner_box {
  position: relative;
  width: 100%;
  /* height: 138px; */
  background-color: #fff;
  margin-bottom: 10px;
}
.all_menu_wrapper .banner_box .swiper-wrapper > a {
  display: block;
  width: 100%;
  height: 100%;
}
.all_menu_wrapper .banner_box .swiper-wrapper > a > img {
  width: 100%;
  height: 100%;
}
.all_menu .detail_menu {
  position: relative;
  width: 100%;
}
.all_menu .detail_menu .detail_menu_btn {
  width: 100%;
  height: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail_menu .detail_menu_btn > p {
  font-size: 16px;
  font-weight: 700;
  color: #262626;
}
.detail_menu .detail_menu_btn > span {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  background: url("../../../image/iwedding_plus/2021/new_header_footer/chevron_down_gray_x3.png")
    no-repeat;
  background-size: cover;
}
.detail_menu .detail_menu_btn.active > span {
  background: url("../../../image/iwedding_plus/2021/new_header_footer/chevron_up_x3.png")
    no-repeat;
  background-size: cover;
}
.detail_menu .detail_categories {
  width: 100%;
  max-height: 0;
  background-color: #f8f8f8;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.detail_menu .detail_categories.active {
  height: auto;
  /* max-height: 310px; */
  max-height: 338px;
  transition: max-height 0.5s ease-out;
}
.detail_categories > div {
  width: 50%;
  padding-top: 14px;
  padding-bottom: 14px;
}
.detail_categories .left_box {
  padding-left: 15px;
}
.detail_categories .right_box {
  padding-right: 15px;
}
.detail_categories > div > li {
  width: 100%;
  height: 28px;
}
.detail_categories > div > li > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #777777;
}
.all_menu .divide_line {
  width: 100%;
  height: 1px;
  background-color: #f1f1f1;
  margin: 17px 0 10px 0;
}
.all_menu .rsvcenter_menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 25px;
}
.all_menu .rsvcenter_menu > p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 46px;
  font-size: 16px;
  font-weight: 700;
  color: #262626;
}
.rsvcenter_item_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.rsvcenter_item_box .rsvcenter_item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
}
.rsvcenter_item_box .rsvcenter_item > span {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  z-index: 1;
}
.rsvcenter_item_box .rsvcenter_item:nth-child(1) {
  background: url("../../../image/iwedding_plus/2021/new_header_footer/rsvcenter_hall_bg.jpg")
    no-repeat;
}
.rsvcenter_item_box .rsvcenter_item:nth-child(2) {
  background: url("../../../image/iwedding_plus/2021/new_header_footer/rsvcenter_yebok_bg.jpg")
    no-repeat;
}
.rsvcenter_item_box .rsvcenter_item:nth-child(3) {
  background: url("../../../image/iwedding_plus/2021/new_header_footer/rsvcenter_yemul_bg.jpg")
    no-repeat;
}
.rsvcenter_item_box .rsvcenter_item:nth-child(4) {
  background: url("../../../image/iwedding_plus/2021/new_header_footer/rsvcenter_hanbok_bg.jpg")
    no-repeat;
}

.rsvcenter_item_box .rsvcenter_item .filter {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  position: absolute;
}

.all_menu .sdm_calc_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 66px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.all_menu .sdm_calc_menu > p {
  font-size: 16px;
  font-weight: 700;
  color: #262626;
}
.all_menu .sdm_calc_menu > span {
  font-size: 13px;
  color: #aaaaaa;
}
.all_menu .app_intro_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 46px;
}
.app_intro_box .install_app_box {
  display: flex;
  align-items: center;
}
.app_intro_box .install_app_box > span {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.app_intro_box .install_app_box > span > img {
  width: 100%;
  height: 100%;
}
.app_intro_box .install_app_box > p {
  font-size: 13px;
  font-weight: 700;
  color: #4866e4;
}
.app_intro_box .login_box {
  display: flex;
  align-items: center;
}
.app_intro_box .login_box .short_divide_line {
  width: 1px;
  height: 13px;
  background-color: #eaeaea;
  margin: 0 10px 0 8px;
}
.app_intro_box .login_box > a {
  font-size: 13px;
  line-height: 20px;
}

/* 알림센터 메뉴 (pc용) */
.noti_center {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  opacity: 0;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: 0.35s ease-in-out;
  z-index: 12;
}
.noti_center.show {
  opacity: 1;
  transform: translateX(0);
  transition: 0.35s ease-in-out;
}
.noti_center_wrapper {
  position: relative;
  width: 100%;
}
.noti_center_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 70px;
  padding: 0 15px 17px 15px;
  background-color: #fff;
}
.noti_center_header > p {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.noti_center_header > a {
  width: 35px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.noti_center_header > a > img {
  width: 15px;
  height: 15px;
}
.noti-contents {
  padding: 20px 15px;
  background-color: #fafafa;
}

/* 스크롤 탑 버튼 */
.scroll_top_btn {
  position: fixed;
  display: none;
  bottom: 75px;
  right: 15px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  cursor: pointer;
}
.scroll_top_btn > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.scroll_top_btn > a > img {
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
  z-index: 11;
}

.background_filter,
.background_filter_transparent {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 11;
}
.background_filter_transparent {
  background: rgba(0, 0, 0, 0);
}
.search_input_box .search_default_box {
  display: none;
}
.search_input_box .search_autocomplete_box {
  display: none;
}
@media all and (min-width: 1280px) {
  /* .header_2021 {
    border-bottom: 1px solid #ebebeb;
  }
  .header_2021 .login_menu {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 1280px;
    height: 30px;
    margin: 0 auto;
  }
  .login_menu > a {
    display: inline-block;
    font-size: 13px;
    color: #777777;
    margin-right: 20px;
  }
  .login_menu > a:last-child {
    margin-right: 0;
  }
  .login_menu.hide {
    display: none;
  }
  .global_header_2021 {
    width: 1280px;
    margin: 0 auto;
    padding: 0;
    height: 90px;
    align-items: center;
  }
  .global_header_2021 .logo_box {
    width: 88px;
    height: 70px;
  }
  .global_header_2021 .logo_box > img {
    width: 100%;
    height: 100%;
  }
  .global_header_2021 .logo_box.scrolling {
    margin-left: 55px;
  }
  .global_header_2021 .flex_end_align {
    width: auto;
    align-items: center;
  }
  .flex_end_align .search_link_box {
    display: none;
  }
  .flex_end_align .search_input_box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 460px;
    height: 50px;
    margin-right: 53px;
    background-color: #f4f4f4;
    border-radius: 8px;
    border: 1px solid #f4f4f4;
    padding: 14px 20px 14px 18px;
  }
  .flex_end_align .search_input_box.focus {
    border: 1px solid #262626;
  }
  .search_input_box .search_input {
    all: initial;
    width: calc(100% - 70px);
    font-size: 15px;
  }
  .search_input_box .input_btns {
    display: flex;
    align-items: center;
  }
  .search_input_box .input_btns > span {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .search_input_box .input_btns > .delete_btn {
    display: none;
    width: 20px;
    height: 20px;
  }
  .search_input_box .input_btns > .delete_btn > img {
    width: 100%;
    height: 100%;
  }
  .search_input_box .input_btns > .search_btn {
    width: 24px;
    height: 24px;
    margin-left: 14px;
  }
  .search_input_box .input_btns > .search_btn > img {
    width: 100%;
    height: 100%;
  }

  .search_input_box .search_default_box {
    position: absolute;
    left: 0;
    top: 48px;
    display: none;
    width: 460px;
    border: 1px solid #262626;
    border-radius: 8px;
    background-color: #fff;
    z-index: 12;
    padding: 0 26px 60px 26px;
  }
  .search_input_box .search_default_box.show {
    display: block;
  }
  .search_default_box .recent_term_box {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .search_default_box .search_box_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: 62px;
    padding-bottom: 4px;
  }
  .search_default_box .search_box_title > p {
    font-size: 18px;
    font-weight: 700;
  }
  .search_default_box .search_box_title > a {
    font-size: 13px;
    color: #8c8c8c;
  }
  .search_default_box .recent_terms,
  .search_default_box .recommend_terms {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 0 4px 0;
  }
  .search_default_box .recent_terms .recent_term {
    display: flex;
    align-items: center;
    max-width: 215px;
    height: 36px;
    padding: 0 10px;
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    cursor: pointer;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .recent_terms .recent_term > p {
    display: block;
    width: calc(100% - 15px);
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .recent_terms .recent_term > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin-left: 10px;
    z-index: 1;
  }
  .recent_terms .recent_term > span > svg {
    width: 100%;
    height: 100%;
  }
  .search_default_box .recommend_terms .recommend_term {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    padding: 0 15px;
    font-size: 14px;
    color: #4866e4;
    font-weight: 700;
    border: 1px solid rgba(0, 77, 220, 0.3);
    border-radius: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .search_default_box .recommend_package {
    position: relative;
    width: 100%;
    padding-top: 20px;
  }
  .recommend_package .recommend_slider {
    position: relative;
    width: 100%;
  }
  .recommend_slider .recommend_slide {
    display: block;
    position: relative;
    width: 128px;
  }
  .recommend_slider .recommend_slide > a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .recommend_slider .recommend_slide .pkg_img_box {
    position: relative;
    width: 100%;
    height: 128px;
    margin-bottom: 12px;
  }
  .recommend_slide .pkg_img_box > img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .recommend_slide .pkg_img_box > .pkg_zzim_btn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
  }
  .recommend_slide .pkg_text_box {
    display: block;
    margin-bottom: 5px;
  }
  .recommend_slide .pkg_text_box .pkg_company_name {
    display: block;
    line-height: 22px;
    font-size: 11px;
    color: #8c8c8c;
    margin-bottom: 2px;
  }
  .recommend_slide .pkg_text_box .pkg_title {
    display: -webkit-box;
    font-size: 12px;
    color: #111111;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 17px;
  }
  .recommend_slide .pkg_price_box > .pkg_prev_price {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #8c8c8c;
    margin-bottom: 1px;
    text-decoration: line-through;
  }
  .pkg_price_box .row_box {
    display: flex;
    align-items: center;
  }
  .pkg_price_box .row_box > .pkg_sale_per {
    font-size: 14px;
    font-weight: 700;
    color: #fd568e;
  }
  .pkg_price_box .row_box > .pkg_sale_price {
    font-size: 14px;
    font-weight: 700;
  }
  .recommend_slider_prev,
  .recommend_slider_next {
    position: absolute;
    top: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background-color: rgba(247, 247, 247, 0.75);
    z-index: 1;
  }
  .recommend_slider_prev {
    left: 0;
  }
  .recommend_slider_next {
    right: 0;
  }

  .search_input_box .search_autocomplete_box {
    position: absolute;
    left: 0;
    top: 48px;
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 360px;
    border: 1px solid #262626;
    border-radius: 8px;
    background-color: #fff;
    z-index: 12;
    padding: 10px 25px 0 27px;
  }
  .search_autocomplete_box .autocomplete_wrapper {
    display: block;
    width: 100%;
    height: 288px;
  }
  .autocomplete_wrapper .autocomplete_list {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .autocomplete_list > li {
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #f0f0f0;
  }
  .autocomplete_list > li:last-child {
    border-bottom: 0;
  }
  .autocomplete_list > li > a {
    display: flex;
    align-items: center;
    padding: 16.5px;
    width: 100%;
    height: 100%;
    font-size: 15px;
  }

  .search_autocomplete_box .close_ac_box {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 37px;
    border-top: 1px solid #f0f0f0;
  }
  .close_ac_box > a {
    display: flex;
    align-items: center;
  }
  .close_ac_box > a > p {
    font-size: 14px;
    font-weight: 700;
  }
  .close_ac_box > a > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin-left: 3px;
  }
  .close_ac_box > a > span > img {
    width: 100%;
    height: 100%;
  }

  .flex_end_align .pc_link_btns {
    display: flex;
    align-items: center;
  }
  .pc_link_btns .link_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-right: 25px;
  }
  .pc_link_btns .link_btn > span {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
  }
  .pc_link_btns .link_btn > span > img {
    width: 100%;
    height: 100%;
  }

  .flex_end_align .noti_link_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding: 0;
  }
  .flex_end_align .noti_link_box > span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
  }
  .flex_end_align .noti_link_box > span > img {
    width: 20px;
    height: 22px;
  }
  .flex_end_align .noti_link_box .badge {
    top: -5px;
    right: -8px;
  }
  .link_btn > span .badge {
    top: -6px;
    right: -9px;
  }
  .menu_header_2021 {
    position: relative;
    top: unset;
    width: 1280px;
    margin: 0 auto;
    height: 56px;
    padding-left: 0;
    overflow: visible;
  }
  .menu_header_2021.hide {
    display: none;
  }
  .pc_all_menu_btn_box {
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 155px;
    height: 100%;
    padding-right: 20px;
    margin-right: 20px;
  }
  .pc_all_menu_btn_box > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .pc_all_menu_btn_box > a > span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 24px;
    height: 24px;
  }
  .pc_all_menu_btn_box > a > span > img {
    width: 100%;
    height: 100%;
  }
  .pc_all_menu_btn_box > a > p {
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 3px;
  }
  .global_header_2021 .pc_all_menu_btn_box.scrolling {
    display: none;
    width: 24px;
    height: 24px;
    padding-right: 0;
    margin-right: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .global_header_2021 .pc_all_menu_btn_box.scrolling.show {
    display: flex;
  }
  .menu_header_2021 .divide_line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background-color: rgb(234, 234, 234);
  }
  .menu_header_2021 > .divide_line {
    position: relative;
    top: unset;
    transform: unset;
    display: block;
    margin: 0 20px;
  }
  .menu_header_2021 .pc_all_menu_btn_box > .divide_line {
    right: 0;
  }
  .menu_header_2021 > .divide_line.last {
    position: absolute;
    right: 258px;
    margin: 0;
  }
  .menu_header_2021 .menu_list > li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px 0 17px;
    margin-right: 0;
  }
  .menu_header_2021 .menu_list > li > a {
    font-weight: 500;
    font-size: 17px;
  }
  .menu_header_2021 .menu_list > li.hide_on_mobile {
    display: block;
  }
  .menu_header_2021 .menu_list > li > .new_dot {
    width: 6px;
    height: 6px;
    right: 7px;
    top: 17px;
  }
  .menu_header_2021 .popular_dropdown {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 255px;
    height: 44px;
  }
  .menu_header_2021 .popular_term_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
  }
  .popular_term_box .popular_term {
    height: 100%;
  }
  .popular_term_box .popular_term li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 210px;
    height: 100%;
    padding-left: 22.5px;
    overflow: hidden;
  }
  .popular_term li > p {
    position: relative;
    display: inline-block;
    width: calc(100% - 24px);
  }
  .popular_term li > p > span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
  }
  .popular_term li > p > span:first-child {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-right: 12px;
    padding-top: 1px;
  }
  .popular_term li > p > span:last-child {
    width: calc(100% - 34px);
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .popular_term li > span.up_down_icon {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 24px;
    height: 100%;
    padding-top: 2px;
  }
  .popular_term li > span.up_down_icon.new_icon {
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #fd4381;
  }
  .popular_term li > span.up_down_icon > img {
    width: 10px;
    height: 8px;
  }
  .popular_term li > span.up_down_icon.square_icon > img {
    width: 12px;
    height: 3px;
  }
  .popular_term_box .dropdown_btn,
  .down_header .dropdown_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    background-color: #f4f4f4;
    border-radius: 8px;
  }
  .popular_term_box .dropdown_btn > img,
  .down_header .dropdown_btn > img {
    width: 9px;
    height: 6px;
  }
  .down_header .dropdown_btn > img {
    transform: rotate(180deg);
  }
  .popular_dropdown_box {
    position: absolute;
    top: -8px;
    right: -21px;
    display: none;
    flex-direction: column;
    width: 297px;
    border: 1px solid #262626;
    border-radius: 8px;
    background-color: #fff;
    z-index: 12;
    padding: 6px 20px 20px 20px;
  }
  .popular_dropdown:hover .popular_dropdown_box {
    display: flex;
  }
  .popular_dropdown_box .down_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 44px;
    margin-bottom: 7px;
  }
  .down_header .down_header_text {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .down_header .down_header_text > p {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #111111;
    margin-right: 9.5px;
  }
  .down_header .down_header_text > span {
    font-size: 10px;
    color: #8c8c8c;
    padding-top: 1px;
  }
  .down_contents {
    position: relative;
    width: 100%;
  }
  .down_contents > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 44px;
    background-color: #f7f7fa;
    margin-bottom: 1px;
    padding-right: 19px;
    cursor: pointer;
  }
  .down_contents > li:hover {
    background-color: #eaeaf2;
  }
  .down_contents > li:last-child {
    margin-bottom: 0;
  }
  .down_contents > li > p {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 30px);
    height: 100%;
  }
  .down_contents > li > p > span {
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .down_contents > li > p > span:first-child {
    justify-content: center;
    width: 40px;
    height: 100%;
    font-weight: 700;
  }
  .down_contents > li > p > span:last-child {
    display: inline-block;
    width: calc(100% - 40px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .down_contents > li .term_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 100%;
  }
  .down_contents > li .term_icon > img {
    width: 10px;
    height: 8px;
  }
  .down_contents > li .term_icon.square_icon > img {
    width: 12px;
    height: 3px;
  }
  .down_contents > li .term_icon.new_term_icon {
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #fd4381;
  }

  .bottom_nav_2021 {
    display: none;
  } */

  /* 전체 메뉴 */
  .all_menu {
    width: 375px;
    height: 100vh;
  }
  .all_menu_wrapper .menu_close_btn_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
  }
  .menu_close_btn_box > p {
    display: block;
    font-size: 16px;
    font-weight: 700;
  }
  .menu_close_btn_box > a {
    width: 35px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu_close_btn_box > a > img {
    width: 24px;
    height: 24px;
  }
  .noti_center {
    width: 375px;
  }
  .empty_container {
    padding-bottom: 0;
  }

  /* 푸터 */
  .footer_2021 .footer_info .company_name.hide_on_pc {
    display: none;
  }

  .scroll_top_btn {
    right: 250px;
  }
}
