@charset "UTF-8";
.point_color {
  color: #1fb25a !important;
}

.container_fix {
  width: 1080px;
}

.main_margin {
  margin: 95px 0;
}
@media (max-width: 991px) {
  .main_margin {
    margin: 70px 0 65px;
  }
}

@media (max-width: 991px) {
  .mob_margin .container_fix {
    margin: 0 0 0 15px;
    padding-left: 0;
  }
}

.display_none {
  display: none;
}

/******************************************
메인시작
*******************************************/
/*
탑 배너
html\page\top_top_banner.php
*/
#fs_topbanner #tp_1 {
  height: 41px;
  background: #1fb25a;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 38px;
}
@media (max-width: 991px) {
  #fs_topbanner #tp_1 {
    font-size: 12px;
    height: 35px;
    line-height: 34px;
  }
}
@media (max-width: 480px) {
  #fs_topbanner #tp_1 {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  #fs_topbanner #tp_1 {
    text-align: left;
    padding-left: 15px;
  }
}
#fs_topbanner #tp_1 .tp_reject {
  right: 2.60416%;
}
@media (max-width: 991px) {
  #fs_topbanner #tp_1 .tp_reject {
    right: 15px;
  }
  #fs_topbanner #tp_1 .tp_reject img {
    width: auto;
    height: 11px;
  }
}

/*
헤더 > 회원가입, 로그인, 고객센터
html\thema\Fivesense-basic\shop.head.php
*/
.at_lnb.display_pc .container_fix .right_lnb {
  padding-top: 12px;
}
.at_lnb.display_pc .container_fix .right_lnb ul li {
  padding: 0 12px;
  height: auto;
  line-height: 1;
}
.at_lnb.display_pc .container_fix .right_lnb ul li:first-child {
  padding: 0 12px 0 0;
}
.at_lnb.display_pc .container_fix .right_lnb ul li:last-child {
  padding: 0 0 0 12px;
}
.at_lnb.display_pc .container_fix .right_lnb ul li:after {
  background: #d0d0d0;
  height: 11px;
}
.at_lnb.display_pc .container_fix .right_lnb ul li a {
  color: #777;
}

/*
헤더 > 로고, 검색창, 배송지, 장바구니
html\thema\Fivesense-basic\shop.head.php
*/
.at-header .pc_header.display_pc {
  padding: 19px 0 12px 0;
}
.at-header .pc_header.display_pc .container_fix {
  display: flex;
  align-items: center;
}
.at-header .pc_header.display_pc .container_fix > div {
  display: block;
}
.at-header .pc_header.display_pc .container_fix > div.logo_box {
  width: auto;
}
.at-header .pc_header.display_pc .container_fix > div.search_box {
  width: auto;
  margin: auto;
}
.at-header .pc_header.display_pc .container_fix > div.search_box .form {
  width: 400px;
}
.at-header .pc_header.display_pc .container_fix > div.search_box .form .header_search input {
  border: 1px solid #1fb25a;
  border-radius: 5px;
  padding-left: 20px;
  height: 48px;
  line-height: 48px;
}
.at-header .pc_header.display_pc .container_fix > div.search_box .form .header_search button {
  right: 15px;
}
.at-header .pc_header.display_pc .container_fix > div.right_box {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.at-header .pc_header.display_pc .container_fix > div.right_box .marker_box {
  width: 22px;
}
.at-header .pc_header.display_pc .container_fix > div.right_box .marker_box .marker_icon {
  width: 22px;
  height: 27px;
}
.at-header .pc_header.display_pc .container_fix > div.right_box .marker_box .marker_msg .msg_add_text {
  font-size: 12px;
  color: #666;
  text-align: left;
  line-height: 1.5;
  margin-top: 10px;
}
.at-header .pc_header.display_pc .container_fix > div.right_box .cart_box {
  margin-left: 34px;
}
@media (max-width: 991px) {
  .at-header .m_header.display_mobile {
    padding: 25px 0 3px;
  }
  .at-header .m_header.display_mobile.active {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 21;
    background: #fff;
  }
  .at-header .m_header.display_mobile .container_fix {
    justify-content: space-between;
  }
  .at-header .m_header.display_mobile .container_fix .center_logo {
    flex-grow: unset;
    margin-top: -10px;
  }
  .at-header .m_header.display_mobile .container_fix .center_logo img {
    height: 19px;
  }
  .at-header .m_header.display_mobile .container_fix .right_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 10px;
  }
  .at-header .m_header.display_mobile .container_fix .right_wrap .search_box .header_search {
    position: relative;
    width: 100%;
  }
  .at-header .m_header.display_mobile .container_fix .right_wrap .search_box .header_search input {
    border: none;
    border-bottom: 1px solid #1fb25a;
    padding-left: 10px;
    width: 100%;
  }
  .at-header .m_header.display_mobile .container_fix .right_wrap .search_box .header_search button {
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 6px;
  }
  .at-header .m_header.display_mobile .container_fix .right_wrap .search_box .header_search button img {
    height: 18px;
  }
  .at-header .m_header.display_mobile .container_fix .right_wrap .mob_add {
    margin-left: 10px;
    margin-top: -13px;
  }
  .at-header .m_header.display_mobile .container_fix .right_wrap .mob_add .marker_box {
    width: 18px;
  }
  .at-header .m_header.display_mobile .container_fix .right_wrap .mob_add .marker_box .m_marker {
    width: 18px;
    height: 22px;
  }
  .at-header .m_header.display_mobile .container_fix .right_wrap .mob_add .marker_box .marker_msg .msg_add_text {
    color: #666;
    text-align: left;
    line-height: 1.5;
    font-size: 11px;
    margin-top: 15px;
  }
}

/*
헤더 > 메뉴, 주문배송안내
html\thema\Fivesense-basic\shop.head.php
html\thema\Fivesense-basic\menu.php
*/
.at-menu {
  border-top: none;
  border-bottom: none;
  box-shadow: 0px 5px 10px 0px rgba(61, 61, 61, 0.03);
}
@media (max-width: 991px) {
  .at-menu {
    box-shadow: none;
    border-bottom: 1px solid #e3e3e3;
  }
  .at-menu.active {
    top: 46px !important;
  }
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul {
  display: flex;
  align-items: center;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li:hover .menu-a {
  color: #1fb25a;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li:first-child {
  margin-right: 107px;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li:first-child:hover .menu-a {
  color: #333;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li:first-child .all_category_a {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li:first-child .all_category_a img {
  margin-top: -3px;
  margin-right: 7px;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li:first-child .all_category_a .all_category_text:after {
  display: none;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li:last-child {
  margin-left: auto;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li:last-child .menu-a {
  padding: 0;
  width: 110px;
  height: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  font-size: 13px;
  color: #777;
  text-align: center;
  line-height: 27px;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li .menu-a {
  font-size: 16px;
  padding: 0 33px;
  transition: all 0.5s;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li .menu-a span:after {
  display: none;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li .sub-1div {
  width: 150px;
  left: 0;
  top: 56px;
  transform: none;
  text-align: left;
  border: none;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li .sub-1div .sub-1dul .sub-1dli {
  position: static;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li .sub-1div .sub-1dul .sub-1dli.active {
  background: #e4efe8;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li .sub-1div .sub-1dul .sub-1dli .sub-1da {
  color: #333;
  border-bottom: none;
  padding: 9px 12px;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li .sub-1div .sub-1dul .sub-1dli .sub-1da:hover {
  background: #e4efe8;
  color: #333;
  border-bottom: none;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li .sub-1div .sub-1dul .sub-1dli .sub-2div {
  width: 150px;
  height: 100%;
  box-shadow: none;
  background: #e4efe8;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li .sub-1div .sub-1dul .sub-1dli .sub-2div .sub-2dul {
  width: 100%;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li .sub-1div .sub-1dul .sub-1dli .sub-2div .sub-2dul .sub-2dli:hover .sub-2da {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  background: #e4efe8;
  border-bottom: none;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li .sub-1div .sub-1dul .sub-1dli .sub-2div .sub-2dul .sub-2dli:hover .sub-2da:after {
  width: 100%;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li .sub-1div .sub-1dul .sub-1dli .sub-2div .sub-2dul .sub-2dli .sub-2da {
  font-size: 14px;
  color: #333;
  border-bottom: none;
  display: inline-block;
  padding: 0;
  margin: 9px 12px;
  position: relative;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li .sub-1div .sub-1dul .sub-1dli .sub-2div .sub-2dul .sub-2dli .sub-2da:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #6e7370;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: all 0.5s;
}
.at-menu .m-menu {
  overflow: visible !important;
}
.at-menu .m-menu .m-wrap .m-list .m-nav {
  margin: 0;
}
.at-menu .m-menu .m-wrap .m-list .m-nav ul li.active a {
  color: #1fb25a;
}
.at-menu .m-menu .m-wrap .m-list .m-nav ul li.active a:after {
  height: 1px;
}
.at-menu .m-menu .m-wrap .m-list .m-nav ul li:first-child a {
  padding-left: 15px;
}
.at-menu .m-menu .m-wrap .m-list .m-nav ul li a {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0;
  padding: 0 13.5px;
  line-height: 46.5px;
}

/*
헤더 > 카테고리 서브 메뉴
html\thema\Fivesense-basic\menu.php
*/
.at-menu .pc-menu .all_menu {
  display: block;
  top: 56px;
  width: 150px;
  border: none;
  display: none;
  border-bottom: 0;
  z-index: 100;
}
.at-menu .pc-menu .all_menu .container_fix {
  padding: 0;
}
.at-menu .pc-menu .all_menu .all_ul {
  padding: 0;
  overflow: visible;
  position: relative;
}
.at-menu .pc-menu .all_menu .all_ul .all_li {
  width: 100%;
  height: auto;
  margin-right: 0;
  text-align: left;
}
.at-menu .pc-menu .all_menu .all_ul .all_li:hover .all_a {
  background: #e4efe8;
  color: #333;
}
.at-menu .pc-menu .all_menu .all_ul .all_li .all_a {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  height: 40px;
  line-height: 38px;
  padding-left: 12px;
  transition: all 0.3s ease;
}
.at-menu .pc-menu .all_menu .all_ul .all_li .all_sub_div {
  position: absolute;
  width: 0;
  left: 149px;
  top: 0;
  background: #e4efe8;
  opacity: 0;
  transition: all 0.3s ease;
}
.at-menu .pc-menu .all_menu .all_ul .all_li .all_sub_div li {
  display: block;
  width: 100%;
}
.at-menu .pc-menu .all_menu .all_ul .all_li .all_sub_div li:hover a {
  color: #333;
  font-weight: 400;
}
.at-menu .pc-menu .all_menu .all_ul .all_li .all_sub_div li:hover a span:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  width: 100%;
  background: #222222;
  height: 1px;
}
.at-menu .pc-menu .all_menu .all_ul .all_li .all_sub_div li a {
  display: block;
  height: 40px;
  line-height: 38px;
  color: #333;
  font-size: 14px;
  transition: all 0.3s ease;
  text-align: left;
  padding: 0 0 0 12px;
}
.at-menu .pc-menu .all_menu .all_ul .all_li .all_sub_div li a span {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.at-menu .pc-menu .all_menu .all_ul .all_li .all_sub_div li a span:after {
  width: 0;
  content: "";
  transition: all 0.3s ease;
}

/*
윙 메뉴
html\thema\Fivesense-basic\wing.php
*/
.wing-wrap.container_fix {
  width: 100%;
}
.wing-wrap.container_fix .wing_custom.wing-right {
  width: 100px;
  top: 0;
  right: 50px;
}
.wing-wrap.container_fix .wing_custom.wing-right aside + aside {
  margin-top: 10px;
}
.wing-wrap.container_fix .wing_custom.wing-right aside.wing_mid ul li + li a {
  border-top: none;
}
.wing-wrap.container_fix .wing_custom.wing-right aside.wing_mid ul li a {
  display: block;
  width: 100px;
  height: 30px;
  font-size: 12px;
  color: #666;
  line-height: 26px;
  text-align: center;
  border: 1px solid #d8d8d8;
  background: #fff;
}
.wing-wrap.container_fix .wing_custom.wing-right aside.wing_bot#stv {
  width: 100px;
  border: 1px solid #d8d8d8;
}
.wing-wrap.container_fix .wing_custom.wing-right aside.wing_bot#stv #stv_list {
  width: 100px;
  padding: 0 14px;
}
.wing-wrap.container_fix .wing_custom.wing-right aside.wing_bot#stv #stv_list .wing_title {
  font-size: 12px;
  font-weight: 300;
  color: #666;
}
.wing-wrap.container_fix .wing_custom.wing-right aside.wing_bot#stv #stv_list #stv_ul .prd_img {
  border: none;
}
.wing-wrap.container_fix .wing_custom.wing-right aside.wing_bot#stv #stv_list .li_empty {
  color: #666;
}

/*
헤더 > 모바일 푸터 고정 메뉴
html\thema\Fivesense-basic\shop.tail.php
*/
.m_foot_box {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  padding: 6.5px 0 4.5px;
}
.m_foot_box .m_foot_list {
  display: flex;
  align-items: center;
}
.m_foot_box .m_foot_list li {
  width: 25%;
  text-align: center;
}
.m_foot_box .m_foot_list li img {
  height: 15px;
}
.m_foot_box .m_foot_list li p {
  font-size: 10px;
  color: #000;
  margin-top: 6px;
}

/*
메인 > 메인 공통 > 타이틀, 상품 슬라이더 위젯
html\thema\Fivesense-basic\main\main-shop-basic-wide.php
*/
.main_cont .top h2.title {
  font-size: 28px;
  font-weight: 500;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .main_cont .top h2.title {
    font-size: 20.5px;
    margin-bottom: 30px;
  }
}
.main_cont .top h2.title .arrow {
  font-family: "suit", sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-left: 5px;
}
.main_cont .top p.desc {
  font-size: 16px;
  color: #888;
  text-align: center;
  margin: -20px 0 40px;
}
@media (max-width: 768px) {
  .main_cont .top p.desc {
    font-size: 13px;
    margin: -15px 0 30px;
  }
}
.main_cont .bot .widget_box .item_slider {
  overflow: visible;
}
.main_cont .bot .widget_box .item_slider .item-list {
  border: none;
}
@media (max-width: 768px) {
  .main_cont .bot .widget_box .item_slider .item-list {
    margin-right: 15px !important;
  }
}
.main_cont .bot .widget_box .item_slider .item-list .item-image {
  position: relative;
}
.main_cont .bot .widget_box .item_slider .item-list .item-image .imgframe .img-wrap {
  padding-bottom: 100%;
}
.main_cont .bot .widget_box .item_slider .item-list .item-image .imgframe .img-wrap .item-icon {
  left: 10px;
}
.main_cont .bot .widget_box .item_slider .item-list .item-image .btn_cart {
  display: block;
  width: 45px;
  height: 45px;
  background: #b5b5b5;
  border-radius: 50%;
  transition: all 0.5s;
  position: absolute;
  right: 18px;
  bottom: 16px;
}
@media (max-width: 991px) {
  .main_cont .bot .widget_box .item_slider .item-list .item-image .btn_cart {
    width: 35px;
    height: 35px;
    right: 10px;
    bottom: 8px;
    text-align: center;
    line-height: 32px;
  }
  .main_cont .bot .widget_box .item_slider .item-list .item-image .btn_cart img {
    height: 15px;
  }
}
.main_cont .bot .widget_box .item_slider .item-list .item-image .btn_cart:hover {
  background: #1fb25a;
}
.main_cont .bot .widget_box .item_slider .item-list .is-item-content .item-content {
  height: auto !important;
  padding: 15px 0 0;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .main_cont .bot .widget_box .item_slider .item-list .is-item-content .item-content {
    margin-bottom: 15px;
  }
}
.main_cont .bot .widget_box .item_slider .item-list .is-item-content .item-content a strong {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.5;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .main_cont .bot .widget_box .item_slider .item-list .is-item-content .item-content a strong {
    font-size: 13.5px;
  }
}
.main_cont .bot .widget_box .item_slider .item-list .is-item-content .item-price {
  font-size: 16px;
  font-weight: 700;
  color: #1fb25a;
  padding: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .main_cont .bot .widget_box .item_slider .item-list .is-item-content .item-price {
    font-size: 15px;
  }
}
.main_cont .bot .widget_box .item_slider .item-list .is-item-content .item-price b {
  display: flex;
  align-items: center;
  color: #333;
}
.main_cont .bot .widget_box .item_slider .item-list .is-item-content .item-price b .discount_percent {
  color: #1fb25a;
}
@media (max-width: 768px) {
  .main_cont .bot .widget_box .item_slider .item-list .is-item-content .item-price b .discount_percent {
    font-size: 15px;
  }
}
.main_cont .bot .widget_box .item_slider .item-list .is-item-content .item-price b .item-cur-price {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  padding: 0 7px 0 11px;
  line-height: 1;
  height: auto;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .main_cont .bot .widget_box .item_slider .item-list .is-item-content .item-price b .item-cur-price {
    font-size: 13.5px;
  }
}
@media (max-width: 768px) {
  .main_cont .bot .widget_box .item_slider .item-list .is-item-content .item-price b .real_price {
    font-size: 15px;
  }
}
.main_cont .bot .widget_box .item_slider .item-list .is-item-content .item-info {
  border-top: 1px solid #ddd;
  background: #fff;
  margin-top: 17px;
  padding: 7px 0 0;
  text-align: left;
}
.main_cont .bot .widget_box .item_slider .item-list .is-item-content .item-info .item-star {
  font-size: 14px;
  margin-right: 2px;
}
@media (max-width: 768px) {
  .main_cont .bot .widget_box .item_slider .item-list .is-item-content .item-info .item-star {
    font-size: 12.5px;
  }
}
.main_cont .bot .widget_box .item_slider .item-list .is-item-content .item-info .item-star .star_icon {
  color: #ffb922;
  margin-right: 2px;
}
.main_cont .bot .widget_box .item_slider .item-list .is-item-content .item-info .item-star .item_star_num {
  color: #333;
  margin-right: 0;
}
.main_cont .bot .widget_box .item_slider .item-list .is-item-content .item-info .use_count {
  font-size: 14px;
  color: #666;
}
@media (max-width: 768px) {
  .main_cont .bot .widget_box .item_slider .item-list .is-item-content .item-info .use_count {
    font-size: 12.5px;
  }
}
.main_cont .bot .widget_box .item_slider .swiper_btn a {
  display: block;
  width: 54px;
  height: 54px;
  top: 30%;
  transition: all 0.3s;
  box-shadow: 0px 5px 5px 0px rgba(61, 61, 61, 0.05);
  border-radius: 50%;
}
.main_cont .bot .widget_box .item_slider .swiper_btn a:after {
  display: none;
}
.main_cont .bot .widget_box .item_slider .swiper_btn a.swiper-button-disabled {
  opacity: 0;
}
.main_cont .bot .widget_box .item_slider .swiper_btn a.swiper-button-disabled.swiper-button-next {
  opacity: 1;
}
.main_cont .bot .widget_box .item_slider .swiper_btn a.swiper-button-prev {
  left: -25px;
}
.main_cont .bot .widget_box .item_slider .swiper_btn a.swiper-button-next {
  right: -25px;
}

/*
메인 > main_cont01
html\thema\Fivesense-basic\main\main-shop-basic-wide.php
*/
.main_cont01 {
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  .main_cont01 {
    padding-bottom: 60px;
  }
}
.main_cont01 .item .img-wrap {
  padding-bottom: 19.843%;
}
@media (max-width: 991px) {
  .main_cont01 .item .img-wrap {
    padding-bottom: 82.57%;
  }
}
.main_cont01 .header_banner_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.main_cont01 .header_banner_btn .container_fix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_cont01 .header_banner_btn .container_fix .banner_btn {
  width: auto;
  opacity: 1;
}
.main_cont01 .header_banner_btn .container_fix .banner_btn.left {
  margin-left: -11.5%;
}
@media (max-width: 991px) {
  .main_cont01 .header_banner_btn .container_fix .banner_btn.left {
    margin-left: 0;
  }
}
.main_cont01 .header_banner_btn .container_fix .banner_btn.right {
  margin-right: -11.5%;
}
@media (max-width: 991px) {
  .main_cont01 .header_banner_btn .container_fix .banner_btn.right {
    margin-right: 0;
  }
}
.main_cont01 .header_banner_btn .container_fix .banner_btn .glyphicon {
  width: 54px;
  height: 54px;
}
@media (max-width: 991px) {
  .main_cont01 .header_banner_btn .container_fix .banner_btn .glyphicon {
    width: 35px;
    height: 35px;
  }
}

/*
메인 > main_cont02
html\thema\Fivesense-basic\main\main-shop-basic-wide.php
*/
.main_cont02 .top {
  text-align: right;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .main_cont02 .top {
    margin-bottom: 20px;
  }
}
.main_cont02 .top h2 {
  font-size: 18px;
  font-weight: 500;
  color: #222;
}
@media (max-width: 480px) {
  .main_cont02 .top h2 {
    font-size: 13px;
  }
}
.main_cont02 .top h2 .arrow {
  font-family: "suit", sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-left: 5px;
}
.main_cont02 .bot .content_table table {
  width: 100%;
  border-collapse: separate;
  border-radius: 20px;
  border: 1px solid #dcdcdc;
}
.main_cont02 .bot .content_table table tr th + th {
  border-left: 1px solid #dcdcdc;
}
.main_cont02 .bot .content_table table tr td {
  border-top: 1px solid #dcdcdc;
}
.main_cont02 .bot .content_table table tr td + td {
  border-left: 1px solid #dcdcdc;
}
.main_cont02 .bot .content_table table thead tr th {
  width: 33.33333%;
  height: 49px;
  text-align: center;
  background: #1fb25a;
}
.main_cont02 .bot .content_table table thead tr th:nth-of-type(1) {
  border-radius: 20px 0 0 0;
}
.main_cont02 .bot .content_table table thead tr th:nth-of-type(3) {
  border-radius: 0 20px 0 0;
}
.main_cont02 .bot .content_table table thead tr th span {
  display: inline-block;
}
.main_cont02 .bot .content_table table thead tr th span.title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.main_cont02 .bot .content_table table thead tr th span.mc02_icon {
  display: inline-block;
  width: 39px;
  height: 20px;
  border-radius: 9.5px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  margin-right: 5px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .main_cont02 .bot .content_table table thead tr th span.mc02_icon {
    font-size: 10.5px;
    width: 36.5px;
    height: 19px;
    line-height: 18.5px;
    border-radius: 9px;
    margin-right: 4px;
    vertical-align: unset;
  }
}
.main_cont02 .bot .content_table table thead tr th span.mc02_icon.wholesale_icon {
  background: #ffb922;
  color: #222;
}
.main_cont02 .bot .content_table table thead tr th span.mc02_icon.retail_icon {
  background: #232323;
  color: #fff;
}
.main_cont02 .bot .content_table table tbody tr td {
  width: 16.66666%;
  height: 39px;
  font-size: 16px;
  color: #222;
  text-align: center;
}
.main_cont02 .bot .content_table table tbody tr td.num {
  font-weight: 700;
}
.main_cont02 .bot .content_table table tbody tr td.num span {
  display: inline-block;
  margin-left: 3px;
}
.main_cont02 .bot .content_table table tbody tr td.num span.downwards {
  font-size: 14px;
  color: #235bf5;
}
.main_cont02 .bot .content_table table tbody tr td.num span.upwards {
  font-size: 14px;
  color: #f52359;
}
.main_cont02 .bot .m_content_table table {
  width: 100%;
  border-collapse: separate;
}
.main_cont02 .bot .m_content_table table.first thead tr th {
  border-radius: 15px 15px 0 0;
}
.main_cont02 .bot .m_content_table table.first tbody tr + tr td {
  border-bottom: none;
}
.main_cont02 .bot .m_content_table table.first tbody tr td {
  width: 50%;
}
.main_cont02 .bot .m_content_table table.first tbody tr td + td {
  border-left: none;
}
.main_cont02 .bot .m_content_table table.third tbody tr:last-child td {
  border-radius: 0 0 15px 15px;
}
.main_cont02 .bot .m_content_table table thead tr th {
  background: #1fb25a;
  font-size: 13.5px;
  font-weight: 600;
  color: #fff;
  height: 39px;
  text-align: center;
  line-height: 37px;
}
.main_cont02 .bot .m_content_table table thead tr th .mc02_icon {
  display: inline-block;
  width: 39px;
  height: 20px;
  border-radius: 9.5px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  margin-right: 5px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .main_cont02 .bot .m_content_table table thead tr th .mc02_icon {
    font-size: 10.5px;
    width: 36.5px;
    height: 19px;
    line-height: 18.5px;
    border-radius: 9px;
    margin-right: 4px;
    vertical-align: unset;
  }
}
.main_cont02 .bot .m_content_table table thead tr th .mc02_icon.wholesale_icon {
  background: #ffb922;
  color: #222;
}
.main_cont02 .bot .m_content_table table thead tr th .mc02_icon.retail_icon {
  background: #232323;
  color: #fff;
}
.main_cont02 .bot .m_content_table table tbody tr td {
  width: 100%;
  height: 39px;
  font-size: 13.5px;
  color: #222;
  text-align: center;
  border: 1px solid #dcdcdc;
  border-top: none;
}
.main_cont02 .bot .m_content_table table tbody tr td.num {
  font-weight: 700;
}
.main_cont02 .bot .m_content_table table tbody tr td.num span {
  display: inline-block;
  margin-left: 6px;
}
.main_cont02 .bot .m_content_table table tbody tr td.num span.downwards {
  font-size: 12.5px;
  color: #235bf5;
}
.main_cont02 .bot .m_content_table table tbody tr td.num span.upwards {
  font-size: 12.5px;
  color: #f52359;
}
.main_cont02 .bot .mc02_date {
  text-align: right;
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .main_cont02 .bot .mc02_date {
    font-size: 12px;
    margin-top: 18px;
  }
}

/*
메인 > main_cont05
html\thema\Fivesense-basic\main\main-shop-basic-wide.php
*/
.main_cont05 {
  padding: 95px 0 70px;
}
@media (max-width: 991px) {
  .main_cont05 {
    padding: 65px 0;
  }
}

/*
메인 > main_cont07
html\thema\Fivesense-basic\main\main-shop-basic-wide.php
*/
@media (max-width: 991px) {
  .main_cont07 .bot .container_fix:nth-of-type(2) {
    margin-left: 15px;
  }
  .main_cont07 .bot .container_fix:nth-of-type(2) .widget_box .widget_list li .more_btn {
    margin-right: 15px;
  }
}
.main_cont07 .bot .container_fix .tap_menu_box .mc07_tap_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .main_cont07 .bot .container_fix .tap_menu_box .mc07_tap_menu {
    margin-bottom: 30px;
  }
}
.main_cont07 .bot .container_fix .tap_menu_box .mc07_tap_menu li {
  padding: 0 22px;
  height: 40px;
  background: #f7f7f7;
  border-radius: 20px;
  line-height: 38px;
  font-size: 14px;
  color: #666;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  .main_cont07 .bot .container_fix .tap_menu_box .mc07_tap_menu li {
    display: table-cell;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .main_cont07 .bot .container_fix .tap_menu_box .mc07_tap_menu li {
    font-size: 12.5px;
    height: 38px;
    line-height: 36px;
    padding: 0 21.5px;
    border-radius: 19px;
  }
}
.main_cont07 .bot .container_fix .tap_menu_box .mc07_tap_menu li.active {
  background: #1fb25a;
  font-weight: 500;
  color: #fff;
}
.main_cont07 .bot .container_fix .tap_menu_box .mc07_tap_menu li + li {
  margin-left: 10px;
}
.main_cont07 .bot .widget_box .widget_list li {
  display: none;
}
.main_cont07 .bot .widget_box .widget_list li.active {
  display: block;
}
.main_cont07 .bot .widget_box .widget_list li .more_btn a {
  display: block;
  margin: 60px auto 0;
  font-size: 16px;
  color: #333;
  width: 500px;
  height: 55px;
  border: 1px solid #e1e1e1;
  text-align: center;
  line-height: 53px;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .main_cont07 .bot .widget_box .widget_list li .more_btn a {
    margin: 50px auto 0;
    width: 100%;
    height: 46px;
    font-size: 12.5px;
    line-height: 43px;
  }
}
.main_cont07 .bot .widget_box .widget_list li .more_btn a:hover {
  border-color: #1fb25a;
  color: #1fb25a;
}
.main_cont07 .bot .widget_box .widget_list li .more_btn a .arrow {
  font-family: "suit", sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-left: 5px;
}

/*
탑 버튼
html\thema\Fivesense-basic\shop.tail.php
*/
.at-go .go-btn .go_top {
  position: fixed;
  right: 55px;
  bottom: 33px;
  width: 52px;
  height: 52px;
  background: #ececec;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .at-go .go-btn .go_top {
    width: 41.5px;
    height: 41.5px;
    right: 15px;
    bottom: 60px;
    line-height: 35px;
  }
  .at-go .go-btn .go_top.active {
    bottom: 525px;
  }
  .at-go .go-btn .go_top img {
    height: 8px;
  }
}

/*
메인 > 푸터
html\thema\Fivesense-basic\shop.tail.php
*/
.fix_footer {
  margin-top: 0;
  border-top: 1px solid #e1e1e1;
  padding: 46px 0 53px;
}
@media (max-width: 991px) {
  .fix_footer {
    border-top: 1px solid #e3e3e3;
    padding: 40px 0 84px;
  }
}
.fix_footer .container_fix {
  display: flex;
  align-items: center;
  padding: 0;
}
@media (max-width: 991px) {
  .fix_footer .container_fix {
    flex-direction: column;
  }
}
.fix_footer .container_fix .ft_left {
  width: 47.22222%;
}
@media (max-width: 991px) {
  .fix_footer .container_fix .ft_left {
    width: 100%;
  }
}
.fix_footer .container_fix .ft_left .ft_service {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .fix_footer .container_fix .ft_left .ft_service {
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
  }
}
.fix_footer .container_fix .ft_left .ft_service .service_tit {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .fix_footer .container_fix .ft_left .ft_service .service_tit {
    font-size: 17.5px;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
.fix_footer .container_fix .ft_left .ft_service .main_text.tel {
  font-size: 30px;
  color: #333;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .fix_footer .container_fix .ft_left .ft_service .main_text.tel {
    font-size: 25px;
    margin-left: 15px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .fix_footer .container_fix .ft_left .ft_service .time_box {
    margin-left: 15px;
  }
}
.fix_footer .container_fix .ft_left .ft_service .time_box p {
  font-size: 15px;
  color: #666;
  margin: 0 0 10px 0;
  position: relative;
}
@media (max-width: 991px) {
  .fix_footer .container_fix .ft_left .ft_service .time_box p {
    font-size: 12.5px;
  }
}
.fix_footer .container_fix .ft_left .ft_service .time_box p:nth-of-type(2) {
  margin-left: 6px;
  padding-left: 10px;
}
.fix_footer .container_fix .ft_left .ft_service .time_box p:nth-of-type(2):after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: #c0c0c0;
}
@media (max-width: 991px) {
  .fix_footer .container_fix .ft_left .ft_service .time_box p:nth-of-type(2):after {
    height: 10px;
    margin-top: -5px;
  }
}
.fix_footer .container_fix .ft_left .ft_service .time_box p span {
  font-weight: 400;
}
@media (max-width: 991px) {
  .fix_footer .container_fix .ft_left .ft_service .time_box p span {
    margin-left: 0;
  }
}
.fix_footer .container_fix .ft_left .ft_service .time_box p span.time {
  margin-right: 0;
}
.fix_footer .container_fix .ft_right {
  width: 52.77778%;
}
@media (max-width: 991px) {
  .fix_footer .container_fix .ft_right {
    width: 100%;
  }
}
.fix_footer .container_fix .ft_right .fix_links_box {
  border: none;
  margin-bottom: 37px;
}
@media (max-width: 991px) {
  .fix_footer .container_fix .ft_right .fix_links_box {
    margin: 40px 0;
  }
}
.fix_footer .container_fix .ft_right .fix_links_box .fix_links {
  padding: 0;
}
.fix_footer .container_fix .ft_right .fix_links_box .fix_links li + li {
  margin-left: 11px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .fix_footer .container_fix .ft_right .fix_links_box .fix_links li + li {
    padding-left: 13px;
  }
}
.fix_footer .container_fix .ft_right .fix_links_box .fix_links li a {
  font-size: 15px;
  color: #333;
}
@media (max-width: 991px) {
  .fix_footer .container_fix .ft_right .fix_links_box .fix_links li a {
    font-size: 12.5px;
  }
}
.fix_footer .container_fix .ft_right .fix_links_box .fix_links li:after {
  display: none;
}
.fix_footer .container_fix .ft_right .fix_infos_box {
  padding: 0;
}
@media (max-width: 991px) {
  .fix_footer .container_fix .ft_right .fix_infos_box {
    padding-left: 15px;
  }
}
.fix_footer .container_fix .ft_right .fix_infos_box .ft_info .info_ul {
  margin-bottom: 10px;
}
.fix_footer .container_fix .ft_right .fix_infos_box .ft_info .info_ul li {
  font-size: 13px;
  color: #666;
}
@media (max-width: 991px) {
  .fix_footer .container_fix .ft_right .fix_infos_box .ft_info .info_ul li {
    font-size: 12px;
    letter-spacing: 0;
  }
  .fix_footer .container_fix .ft_right .fix_infos_box .ft_info .info_ul li + li {
    margin-top: 10px;
  }
  .fix_footer .container_fix .ft_right .fix_infos_box .ft_info .info_ul li.m_float {
    float: left;
  }
  .fix_footer .container_fix .ft_right .fix_infos_box .ft_info .info_ul li.m_float + li {
    display: inline-block;
    margin-top: 0;
    margin-left: 10px;
    padding-left: 10px;
  }
  .fix_footer .container_fix .ft_right .fix_infos_box .ft_info .info_ul li.m_float + li:after {
    display: block;
    top: 7px;
    height: 11px;
  }
}
.fix_footer .container_fix .ft_right .fix_infos_box .ft_info .info_ul li:after {
  background: #dadada;
}
.fix_footer .container_fix .ft_right .fix_infos_box .ft_info .info_ul li a {
  font-size: 13px;
  color: #666;
}
@media (max-width: 991px) {
  .fix_footer .container_fix .ft_right .fix_infos_box .ft_info .info_ul li a {
    font-size: 12px;
  }
}
.fix_footer .container_fix .ft_right .fix_infos_box .ft_info h4 {
  font-size: 13px;
  color: #666;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .fix_footer .container_fix .ft_right .fix_infos_box .ft_info h4 {
    margin-top: 35px;
    font-size: 11px;
  }
}

/******************************************
서브시작
*******************************************/
/******************************************
서브 페이지 타이틀
html\page\top_banner.php
*******************************************/
.sub_text.sub_text_custom {
  margin: 75px 0 60px;
}
@media (max-width: 991px) {
  .sub_text.sub_text_custom {
    margin: 62.5px 0 55px;
  }
}
.sub_text.sub_text_custom.ca_custom.ca_it_mb {
  display: block;
}
.sub_text.sub_text_custom .container_fix h1 {
  font-size: 27px;
  font-weight: 600;
  color: #222;
}
@media (max-width: 768px) {
  .sub_text.sub_text_custom .container_fix h1 {
    font-size: 21px;
  }
}

/******************************************
고객센터 탭 메뉴
html\page\top_banner.php
*******************************************/
.m06_sub_menu_box {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .m06_sub_menu_box {
    border-bottom: none;
    margin-top: -25px;
    margin-bottom: 35px;
  }
}
.m06_sub_menu_box .cate_ul .sub-slide .sub-1dul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m06_sub_menu_box .cate_ul .sub-slide .sub-1dul .sub-1dli {
  padding: 0 35px;
}
.m06_sub_menu_box .cate_ul .sub-slide .sub-1dul .sub-1dli.on .sub-1da {
  font-weight: 500;
  color: #222;
}
.m06_sub_menu_box .cate_ul .sub-slide .sub-1dul .sub-1dli.on .sub-1da:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -14px;
}
.m06_sub_menu_box .cate_ul .sub-slide .sub-1dul .sub-1dli .sub-1da {
  font-size: 16px;
  font-weight: 300;
  color: #555;
  line-height: 50px;
  position: relative;
}
.m06_sub_menu_box .m_sub_menu .dropdown .btn_drop {
  border-bottom: 1px solid #1fb25a;
  font-size: 13px;
  font-weight: 500;
  color: #1fb25a;
  padding: 12px 0;
}
.m06_sub_menu_box .m_sub_menu .dropdown .btn_drop .arrow {
  font-family: "suit", sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-left: 5px;
  transform: rotate(90deg);
  margin-left: 0;
  position: absolute;
  right: 5px;
  bottom: 11px;
}
.m06_sub_menu_box .m_sub_menu .dropdown .dropdown-menu {
  width: 100%;
  box-shadow: none;
  border-radius: 0;
  top: 42px;
}

/******************************************
게시판 공통 > 베이직
html\skin\board\board_basic
*******************************************/
.board_style.board_basic .notice_board ~ .list-page {
  margin: 0 0 100px !important;
}
@media (max-width: 991px) {
  .board_style.board_basic .notice_board ~ .list-page {
    margin: 0 0 10px !important;
  }
}
.board_style .list-page .pagination li a {
  border: 0 !important;
  font-size: 16px;
  color: #666666 !important;
  background: none !important;
}
@media (max-width: 991px) {
  .board_style .list-page .pagination li a {
    font-size: 12.5px;
  }
}
.board_style .list-page .pagination li.active a {
  background: none !important;
  border: none !important;
  color: #1fb25a !important;
}
.board_style .notice_board .div-head {
  background: none;
  border-top: 1px solid #252525;
  border-bottom-color: #d7d7d7;
  padding: 20px 0;
}
.board_style .notice_board .div-head > span {
  font-size: 16px;
  font-weight: 500;
}
.board_style .notice_board.list-board .list-body li {
  border-bottom-color: #d7d7d7;
}
.board_style .notice_board.list-board .list-body li .wr-notice_fix {
  width: 55px;
  line-height: 25px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: inline-block;
  background: #1fb25a;
  border-radius: 3px;
  margin-right: 0px !important;
}
.board_style .notice_board.list-board .list-body li b {
  color: #1fb25a;
  font-size: 15px;
}
.board_style .notice_board.list-board .list-body li > div {
  font-size: 14px;
  color: #222;
  padding: 22px 0;
}
.board_style .notice_board.list-board .list-body li > div.wr-subject {
  padding-left: 50px;
}
.board_style .notice_board.list-board .list-body li.bg-gray {
  background: #f9f9f9 !important;
}
.board_style .notice_board.list-board .list-body li.bg-gray .wr-date {
  visibility: hidden;
}
.board_style .notice_board.list-board .list-body li.bg-gray .wr-name {
  visibility: hidden;
}
.board_style .notice_board.list-board .list-body li.bg-gray .wr-hit {
  visibility: hidden;
}
.board_style .notice_board.list-board .list-body li.bg-gray > div {
  padding: 17px 0;
}
.board_style .notice_board.list-board .list-body li.bg-gray > div.wr-subject {
  padding-left: 50px;
}
.board_style .notice_board.list-board .list-body li.bg-gray > div a {
  color: #1fb25a;
  font-weight: 600;
  line-height: 1.4;
}
.board_style .notice_board.list-board .wr-secret {
  width: 11px;
  height: 14px;
  background: url(../../img/icon_secret.png) no-repeat center/cover;
  margin: 0 0 0 7px;
  vertical-align: top;
}
.board_style .sort_btn.btn {
  font-size: 13px;
  padding: 4px 11px;
}
.board_style .notice_board ~ .list-page {
  margin: 0px 0 -15px !important;
}
.board_style .notice_search_wrap {
  margin-bottom: 30px;
}
.board_style .notice_search_box {
  position: relative;
  display: table;
  margin-left: auto;
}
.board_style .notice_search_box input {
  width: 280px;
  height: 45px;
  border: 1px solid #d7d7d7;
  border-radius: 30px;
  font-size: 15px;
  color: #222;
  padding: 0px 55px 0 25px;
}
.board_style .notice_search_box input::placeholder {
  color: #888888;
}
.board_style .notice_search_box button {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  background: none;
  outline: 0;
  box-shadow: none;
  border: none;
}
@media (max-width: 991px) {
  .board_style .notice_search_box input {
    font-size: 13px;
    width: 220px;
    height: 40px;
    padding: 0 45px 0 20px;
  }
  .board_style .notice_search_box button {
    right: 20px;
  }
  .board_style .notice_search_box button img {
    width: 20px;
  }
  .board_style .notice_board.list-board .list-body li > div {
    padding: 10px 5px;
  }
  .board_style .notice_board.list-board .list-body li .wr-notice_fix {
    width: 50px;
    line-height: 23px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .board_style .notice_board.list-board .list-body li b {
    vertical-align: middle;
  }
  .board_style .notice_board.list-board .list-body li.bg-gray > div {
    padding: 10px 5px;
  }
  .board_style .notice_board.list-board .wr-secret {
    transform: scale(0.85);
    margin: -0.5px 0px 0px 4px;
  }
  .board_style .notice_board ~ .list-page {
    margin: 0 0 10px !important;
  }
  .board_style .sort_btn.btn {
    font-size: 13px;
    padding: 3px 10px;
  }
}

/******************************************
게시판 공통 > 갤러리
html\skin\board\board_basic
*******************************************/
.gallery_board .fix_gallery_content {
  margin-top: 17px;
}
.gallery_board .fix_gallery_content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  line-height: 1.2;
}
.gallery_board .fix_gallery_content .gallery_des {
  font-size: 16px;
  color: #777777;
  line-height: 1.2;
  margin-top: 10px;
}
.gallery_board ~ .list-page {
  margin: 15px 0 100px !important;
}
@media (max-width: 991px) {
  .gallery_board .fix_gallery_content {
    margin-top: 15px;
  }
  .gallery_board .fix_gallery_content h5 {
    font-size: 14px;
  }
  .gallery_board .fix_gallery_content .gallery_des {
    font-size: 13px;
    margin-top: 6px;
  }
  .gallery_board ~ .list-page {
    margin: 25px 0 10px !important;
  }
  .gallery_board .list-wrap .list-container.gallery_container.gallery_board {
    margin-right: -10px;
    margin-bottom: -10px;
  }
  .gallery_board .list-wrap .list-container.gallery_container.gallery_board .list-item {
    margin-right: 10px;
    margin-bottom: 25px;
  }
}

/******************************************
상품 리스트 > 상단 탭 메뉴
html\skin\apms\list\Miso-Basic4\category.skin.php
*******************************************/
.product_tap_custom.fix_category .list_category .list_category_ul {
  margin-bottom: 60px;
  border: 1px solid #dcdcdc;
  padding: 20px 60px;
  border-radius: 3px;
}
.product_tap_custom.fix_category .list_category .list_category_ul li {
  width: 24.94623%;
}
.product_tap_custom.fix_category .list_category .list_category_ul li.active a {
  border: none;
  color: #1fb25a;
}
.product_tap_custom.fix_category .list_category .list_category_ul li a {
  border: none;
  font-size: 15px;
  font-weight: 300;
  line-height: 50px;
  text-align: left;
}
.product_tap_custom.fix_category .list_category .dropdown {
  margin-top: 0;
}
.product_tap_custom.fix_category .list_category .dropdown .btn_drop {
  font-size: 13px;
  font-weight: 500;
  color: #1fb25a !important;
  padding: 12.5px 0;
  background: #fff;
  border: none;
  border-bottom: 1px solid #1fb25a;
  position: relative;
}
.product_tap_custom.fix_category .list_category .dropdown .btn_drop .arrow {
  font-family: "suit", sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-left: 5px;
  transform: rotate(90deg);
  margin-left: 0;
  position: absolute;
  right: 5px;
  bottom: 11px;
}
.product_tap_custom.fix_category .list_category .dropdown .dropdown-menu {
  width: 100%;
  box-shadow: none;
  border-radius: 0;
  top: 42px;
}

/******************************************
일반 상품 리스트 > 왼편 필터, 오른편 상품 리스트
html\skin\apms\list\Miso-Basic4
*******************************************/
.item_list_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .item_list_box {
    flex-direction: column;
    margin-top: 35px;
  }
}
.item_list_box .item_left_list_custom {
  width: 22.85714%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .item_list_box .item_left_list_custom {
    width: 100%;
    margin-bottom: 47px;
  }
}
.item_list_box .item_left_list_custom .left_list_wrap .left_list {
  padding: 19px 0;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
@media (max-width: 768px) {
  .item_list_box .item_left_list_custom .left_list_wrap .left_list {
    padding: 0;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }
}
.item_list_box .item_left_list_custom .left_list_wrap .left_list .categoryLabel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .item_list_box .item_left_list_custom .left_list_wrap .left_list .categoryLabel {
    padding: 17.5px 0 17.5px 15px;
  }
}
.item_list_box .item_left_list_custom .left_list_wrap .left_list .categoryLabel h2 {
  font-size: 15px;
  font-weight: 500;
  color: #222;
}
@media (max-width: 768px) {
  .item_list_box .item_left_list_custom .left_list_wrap .left_list .categoryLabel h2 {
    font-size: 13px;
  }
}
.item_list_box .item_left_list_custom .left_list_wrap .left_list .categoryLabel .arrow {
  font-family: "suit", sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  color: #999;
  transform: rotate(90deg);
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .item_list_box .item_left_list_custom .left_list_wrap .left_list .categoryLabel .arrow {
    font-size: 15px;
    color: #222;
    margin-left: 0;
    margin-right: 20px;
  }
}
.item_list_box .item_left_list_custom .left_list_wrap .left_list .categoryLabel + div .reset {
  font-size: 14px;
  font-weight: 300;
  color: #999;
}
@media (max-width: 768px) {
  .item_list_box .item_left_list_custom .left_list_wrap .left_list .categoryLabel + div .reset {
    font-size: 12.5px;
  }
}
@media (max-width: 768px) {
  .item_list_box .item_left_list_custom .left_list_wrap .left_list .inclusive_menu_wrap {
    display: none;
  }
}
.item_list_box .item_left_list_custom .left_list_wrap .left_list .inclusive_menu_wrap .inclusive_menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .item_list_box .item_left_list_custom .left_list_wrap .left_list .inclusive_menu_wrap .inclusive_menu {
    padding: 10px 15px 19px;
    border-top: 1px solid #e5e5e5;
  }
}
.item_list_box .item_left_list_custom .left_list_wrap .left_list .inclusive_menu_wrap .inclusive_menu li {
  margin-top: 5px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .item_list_box .item_left_list_custom .left_list_wrap .left_list .inclusive_menu_wrap .inclusive_menu li {
    margin-top: 10px;
    margin-right: 9.5px;
  }
}
.item_list_box .item_left_list_custom .left_list_wrap .left_list .inclusive_menu_wrap .inclusive_menu li.on button {
  background: #1fb25a;
  color: #fff;
}
.item_list_box .item_left_list_custom .left_list_wrap .left_list .inclusive_menu_wrap .inclusive_menu li.first button, .item_list_box .item_left_list_custom .left_list_wrap .left_list .inclusive_menu_wrap .inclusive_menu li.last button {
  padding: 5px 9px;
}
@media (max-width: 768px) {
  .item_list_box .item_left_list_custom .left_list_wrap .left_list .inclusive_menu_wrap .inclusive_menu li.first button, .item_list_box .item_left_list_custom .left_list_wrap .left_list .inclusive_menu_wrap .inclusive_menu li.last button {
    padding: 7px 12px;
  }
}
.item_list_box .item_left_list_custom .left_list_wrap .left_list .inclusive_menu_wrap .inclusive_menu li button {
  border: none;
  background: #eee;
  border-radius: 3px;
  padding: 5px 5.5px;
  font-size: 12px;
  font-weight: 500;
  color: #999;
}
@media (max-width: 768px) {
  .item_list_box .item_left_list_custom .left_list_wrap .left_list .inclusive_menu_wrap .inclusive_menu li button {
    font-size: 13px;
    border-radius: 1.5px;
    padding: 6.5px 7px;
  }
}
.item_list_box .item_left_list_custom .left_list_wrap .left_list .down_menu {
  padding-top: 28px;
}
@media (max-width: 768px) {
  .item_list_box .item_left_list_custom .left_list_wrap .left_list .down_menu {
    padding-top: 0;
    display: none;
  }
}
@media (max-width: 768px) {
  .item_list_box .item_left_list_custom .left_list_wrap .left_list .down_menu li {
    padding: 14.5px 15px;
    border-top: 1px solid #e5e5e5;
  }
}
.item_list_box .item_left_list_custom .left_list_wrap .left_list .down_menu li + li {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .item_list_box .item_left_list_custom .left_list_wrap .left_list .down_menu li + li {
    padding-top: 14.5px;
  }
}
.item_list_box .item_left_list_custom .left_list_wrap .left_list .down_menu li input[type=checkbox] {
  display: none;
}
.item_list_box .item_left_list_custom .left_list_wrap .left_list .down_menu li input[type=checkbox]:checked + label {
  color: #222;
}
.item_list_box .item_left_list_custom .left_list_wrap .left_list .down_menu li input[type=checkbox]:checked + label span {
  background: url("/img/checked_icon.png") no-repeat 100% 100%/cover;
}
@media (max-width: 768px) {
  .item_list_box .item_left_list_custom .left_list_wrap .left_list .down_menu li input[type=checkbox]:checked + label span {
    background: url("/img/mchecked_icon.png") no-repeat 100% 100%/cover;
  }
}
.item_list_box .item_left_list_custom .left_list_wrap .left_list .down_menu li label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .item_list_box .item_left_list_custom .left_list_wrap .left_list .down_menu li label {
    font-size: 12px;
    font-weight: 500;
    color: #222;
  }
}
.item_list_box .item_left_list_custom .left_list_wrap .left_list .down_menu li label .check_span {
  display: inline-block;
  background: url("/img/unchecked_icon.png") no-repeat 100% 100%/cover;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .item_list_box .item_left_list_custom .left_list_wrap .left_list .down_menu li label .check_span {
    background: url("/img/munchecked_icon.png") no-repeat 100% 100%/cover;
    width: 19.5px;
    height: 19.5px;
    margin-right: 8px;
  }
}
.item_list_box .item_left_list_custom .left_list_wrap .left_list .brand_more {
  margin-top: 18px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .item_list_box .item_left_list_custom .left_list_wrap .left_list .brand_more {
    margin: 3.5px 0 24px;
    display: none;
  }
}
.item_list_box .item_left_list_custom .left_list_wrap .left_list .brand_more .more_btn p {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .item_list_box .item_left_list_custom .left_list_wrap .left_list .brand_more .more_btn p {
    padding-top: 0;
    border: 1px solid #dcdcdc;
    width: 71.21212%;
    margin: 0 auto;
    height: 36px;
    font-size: 12px;
    font-weight: 400;
    color: #222;
    line-height: 34px;
  }
}
.item_list_box .item_left_list_custom .left_list_wrap .left_list.fir {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 28px 0;
}
@media (max-width: 768px) {
  .item_list_box .item_left_list_custom .left_list_wrap .left_list.fir {
    padding: 0 0 16.5px 0;
    border-left: none;
    border-right: none;
  }
  .item_list_box .item_left_list_custom .left_list_wrap .left_list.fir .categoryLabel {
    padding: 0;
  }
}
.item_list_box .item_list_right_custom {
  width: 74.66666%;
}
@media (max-width: 991px) {
  .item_list_box .item_list_right_custom {
    width: 100%;
  }
}
.item_list_box .item_list_right_custom .list_sort {
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .item_list_box .item_list_right_custom .list_sort {
    margin-bottom: 17px;
  }
}
.item_list_box .item_list_right_custom .list_sort .left_sort {
  font-size: 15px;
  font-weight: 500;
  color: #00000c;
}
@media (max-width: 768px) {
  .item_list_box .item_list_right_custom .list_sort .left_sort {
    font-size: 11.5px;
  }
}
.item_list_box .item_list_right_custom .list_sort .right_sort {
  margin-left: auto;
}
.item_list_box .item_list_right_custom .list_sort .right_sort a {
  font-size: 14px;
  font-weight: 300;
  color: #666;
  position: relative;
  padding: 0 10px;
}
.item_list_box .item_list_right_custom .list_sort .right_sort a.on {
  color: #1fb25a;
  font-weight: 400;
}
.item_list_box .item_list_right_custom .list_sort .right_sort a:last-child {
  padding-right: 0;
}
.item_list_box .item_list_right_custom .list_sort .right_sort a:last-child:after {
  display: none;
}
.item_list_box .item_list_right_custom .list_sort .right_sort a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #ddd;
  position: absolute;
  right: -1.5px;
  top: 5px;
}
.item_list_box .item_list_right_custom .list_sort .m_right_sort {
  margin-left: auto;
}
.item_list_box .item_list_right_custom .list_sort .m_right_sort .btn {
  font-size: 11.5px;
  color: #222 !important;
  background: transparent;
  border: none;
  position: relative;
  padding: 6px 15px 6px 0;
}
.item_list_box .item_list_right_custom .list_sort .m_right_sort .btn .arrow {
  font-family: "suit", sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-left: 5px;
  transform: rotate(90deg);
  margin-left: 0;
  position: absolute;
  right: 1px;
  top: 7px;
}
.item_list_box .item_list_right_custom .list_sort .m_right_sort .dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  left: -22px;
  min-width: 80px;
}
.item_list_box .item_list_right_custom .list_sort .m_right_sort .dropdown-menu li a {
  font-size: 11px;
  padding: 3px 10px;
}
@media (max-width: 768px) {
  .item_list_box .item_list_right_custom .item-wrap {
    margin-right: -10px !important;
    margin-bottom: -30px !important;
  }
}
@media (max-width: 768px) {
  .item_list_box .item_list_right_custom .item-wrap .item-row .item-list {
    margin-right: 10px !important;
    margin-bottom: 30px !important;
  }
}
.item_list_box .item_list_right_custom .item-wrap .item-row .item-list .item-image .imgframe .item-icon {
  left: 10px;
  top: 10px;
}
.item_list_box .item_list_right_custom .item-wrap .item-row .item-list .item-image .imgframe .btn_cart {
  display: block;
  width: 45px;
  height: 45px;
  background: #b5b5b5;
  border-radius: 50%;
  transition: all 0.5s;
  position: absolute;
  right: 18px;
  bottom: 16px;
}
@media (max-width: 991px) {
  .item_list_box .item_list_right_custom .item-wrap .item-row .item-list .item-image .imgframe .btn_cart {
    width: 35px;
    height: 35px;
    right: 10px;
    bottom: 8px;
    text-align: center;
    line-height: 32px;
  }
  .item_list_box .item_list_right_custom .item-wrap .item-row .item-list .item-image .imgframe .btn_cart img {
    height: 15px;
  }
}
.item_list_box .item_list_right_custom .item-wrap .item-row .item-list .item-image .imgframe .btn_cart:hover {
  background: #1fb25a;
}
.item_list_box .item_list_right_custom .item-wrap .item-row .item-list .is-item-content .item-content {
  padding: 15px 0 0;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .item_list_box .item_list_right_custom .item-wrap .item-row .item-list .is-item-content .item-content {
    padding: 17px 0 0;
    margin-bottom: 15px;
  }
}
.item_list_box .item_list_right_custom .item-wrap .item-row .item-list .is-item-content .item-content a strong {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.5;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .item_list_box .item_list_right_custom .item-wrap .item-row .item-list .is-item-content .item-content a strong {
    font-size: 12.5px;
  }
}
.item_list_box .item_list_right_custom .item-wrap .item-row .item-list .is-item-content .item-price {
  font-size: 16px;
  font-weight: 700;
  color: #1fb25a;
  padding: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .item_list_box .item_list_right_custom .item-wrap .item-row .item-list .is-item-content .item-price {
    font-size: 14px;
  }
}
.item_list_box .item_list_right_custom .item-wrap .item-row .item-list .is-item-content .item-price b {
  display: flex;
  align-items: center;
  color: #333;
}
.item_list_box .item_list_right_custom .item-wrap .item-row .item-list .is-item-content .item-price b .discount_percent {
  color: #1fb25a;
}
@media (max-width: 768px) {
  .item_list_box .item_list_right_custom .item-wrap .item-row .item-list .is-item-content .item-price b .discount_percent {
    font-size: 14px;
  }
}
.item_list_box .item_list_right_custom .item-wrap .item-row .item-list .is-item-content .item-price b .item-cur-price {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  padding: 0 7px 0 11px;
  line-height: 1;
  height: auto;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .item_list_box .item_list_right_custom .item-wrap .item-row .item-list .is-item-content .item-price b .item-cur-price {
    font-size: 12.5px;
    padding: 0 8px 0 12.5px;
  }
}
@media (max-width: 768px) {
  .item_list_box .item_list_right_custom .item-wrap .item-row .item-list .is-item-content .item-price b .real_price {
    font-size: 14px;
  }
}
.item_list_box .item_list_right_custom .item-wrap .item-row .item-list .is-item-content .item-info {
  display: block;
  border-top: 1px solid #ddd;
  background: #fff;
  margin-top: 12px;
  padding: 7px 0 0;
  text-align: left;
}
@media (max-width: 768px) {
  .item_list_box .item_list_right_custom .item-wrap .item-row .item-list .is-item-content .item-info {
    margin-top: 16px;
    padding: 7px 0 0;
  }
}
.item_list_box .item_list_right_custom .item-wrap .item-row .item-list .is-item-content .item-info .item-star {
  font-size: 14px;
  margin-right: 2px;
}
@media (max-width: 768px) {
  .item_list_box .item_list_right_custom .item-wrap .item-row .item-list .is-item-content .item-info .item-star {
    font-size: 12.5px;
  }
}
.item_list_box .item_list_right_custom .item-wrap .item-row .item-list .is-item-content .item-info .item-star .star_icon {
  color: #ffb922;
  margin-right: 2px;
}
.item_list_box .item_list_right_custom .item-wrap .item-row .item-list .is-item-content .item-info .item-star .item_star_num {
  color: #333;
  margin-right: 0;
}
.item_list_box .item_list_right_custom .item-wrap .item-row .item-list .is-item-content .item-info .use_count {
  font-size: 14px;
  color: #666;
}
@media (max-width: 768px) {
  .item_list_box .item_list_right_custom .item-wrap .item-row .item-list .is-item-content .item-info .use_count {
    font-size: 12.5px;
  }
}
@media (max-width: 768px) {
  .item_list_box .item_list_right_custom .list-page {
    margin: 40px 0 50px !important;
  }
}
.item_list_box .item_list_right_custom .list-page .pagination li a {
  font-size: 14px;
  font-weight: 300;
  margin: 0 10px;
}
@media (max-width: 768px) {
  .item_list_box .item_list_right_custom .list-page .pagination li a {
    font-size: 13px;
  }
}
.item_list_box .item_list_right_custom .list-page .pagination li.active a {
  color: #222 !important;
}

/******************************************
타입 상품 리스트
html\skin\apms\type\basic\type.skin.php
*******************************************/
@media (max-width: 991px) {
  .type_item_custom .list-wrap {
    margin-right: -10px !important;
    margin-bottom: -30px !important;
  }
}
@media (max-width: 991px) {
  .type_item_custom .list-wrap .item-row .item-list {
    margin-right: 10px !important;
    margin-bottom: 30px !important;
  }
}
.type_item_custom .list-wrap .item-row .item-list .item-image a .img-wrap .item-icon {
  left: 10px;
  top: 10px;
  z-index: 2;
}
.type_item_custom .list-wrap .item-row .item-list .item-image .btn_cart {
  display: block;
  width: 45px;
  height: 45px;
  background: #b5b5b5;
  border-radius: 50%;
  transition: all 0.5s;
  position: absolute;
  right: 18px;
  bottom: 16px;
}
@media (max-width: 991px) {
  .type_item_custom .list-wrap .item-row .item-list .item-image .btn_cart {
    width: 35px;
    height: 35px;
    right: 10px;
    bottom: 8px;
    text-align: center;
    line-height: 32px;
  }
  .type_item_custom .list-wrap .item-row .item-list .item-image .btn_cart img {
    height: 15px;
  }
}
.type_item_custom .list-wrap .item-row .item-list .item-image .btn_cart:hover {
  background: #1fb25a;
}
@media (max-width: 768px) {
  .type_item_custom .list-wrap .item-row .item-list .item-content {
    padding-top: 17px;
  }
}
.type_item_custom .list-wrap .item-row .item-list .item-content a strong {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.5;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .type_item_custom .list-wrap .item-row .item-list .item-content a strong {
    font-size: 12.5px;
  }
}
.type_item_custom .list-wrap .item-row .item-list .item_price_box {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .type_item_custom .list-wrap .item-row .item-list .item_price_box {
    margin-top: 12px;
  }
}
.type_item_custom .list-wrap .item-row .item-list .item_price_box .sale_cont {
  margin-right: 0;
}
.type_item_custom .list-wrap .item-row .item-list .item_price_box .sale_cont .percent {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #1fb25a;
  padding: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .type_item_custom .list-wrap .item-row .item-list .item_price_box .sale_cont .percent {
    font-size: 14px;
  }
}
.type_item_custom .list-wrap .item-row .item-list .item_price_box .sale_cont strike {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  padding: 0 7px 0 11px;
  line-height: 1;
  height: auto;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .type_item_custom .list-wrap .item-row .item-list .item_price_box .sale_cont strike {
    font-size: 13px;
    padding: 0 8px 0 12.5px;
  }
}
.type_item_custom .list-wrap .item-row .item-list .item_price_box h5 {
  font-weight: 600;
}
.type_item_custom .list-wrap .item-row .item-list .item_price_box h5 .real_price {
  font-size: 16px;
}
@media (max-width: 768px) {
  .type_item_custom .list-wrap .item-row .item-list .item_price_box h5 .real_price {
    font-size: 14px;
  }
}
.type_item_custom .list-wrap .item-row .item-list .item-info {
  display: block;
  border-top: 1px solid #ddd;
  background: #fff;
  margin-top: 10px;
  padding: 8px 0 0;
  text-align: left;
}
@media (max-width: 768px) {
  .type_item_custom .list-wrap .item-row .item-list .item-info {
    margin-top: 13px;
    padding: 9px 0 0;
  }
}
.type_item_custom .list-wrap .item-row .item-list .item-info .item-star {
  font-size: 14px;
  margin-right: 2px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .type_item_custom .list-wrap .item-row .item-list .item-info .item-star {
    font-size: 12.5px;
  }
}
.type_item_custom .list-wrap .item-row .item-list .item-info .item-star .star_icon {
  color: #ffb922;
  margin-right: 2px;
}
.type_item_custom .list-wrap .item-row .item-list .item-info .item-star .item_star_num {
  color: #333;
  margin-right: 0;
}
.type_item_custom .list-wrap .item-row .item-list .item-info .use_count {
  font-size: 14px;
  color: #666;
}
@media (max-width: 768px) {
  .type_item_custom .list-wrap .item-row .item-list .item-info .use_count {
    font-size: 12.5px;
  }
}

/******************************************
검색 상품 리스트
html\skin\apms\type\basic\type.skin.php
*******************************************/
@media (max-width: 991px) {
  .search_item_custom .item-wrap {
    margin-right: -10px !important;
    margin-bottom: -30px !important;
  }
}
@media (max-width: 991px) {
  .search_item_custom .item-wrap .item-row .item-list {
    margin-right: 10px !important;
    margin-bottom: 30px !important;
  }
}
.search_item_custom .item-wrap .item-row .item-list .item-image .imgframe .img-wrap a .item-icon {
  left: 10px;
  top: 10px;
  z-index: 2;
}
.search_item_custom .item-wrap .item-row .item-list .item-image .btn_cart {
  display: block;
  width: 45px;
  height: 45px;
  background: #b5b5b5;
  border-radius: 50%;
  transition: all 0.5s;
  position: absolute;
  right: 18px;
  bottom: 16px;
}
@media (max-width: 991px) {
  .search_item_custom .item-wrap .item-row .item-list .item-image .btn_cart {
    width: 35px;
    height: 35px;
    right: 10px;
    bottom: 8px;
    text-align: center;
    line-height: 32px;
  }
  .search_item_custom .item-wrap .item-row .item-list .item-image .btn_cart img {
    height: 15px;
  }
}
.search_item_custom .item-wrap .item-row .item-list .item-image .btn_cart:hover {
  background: #1fb25a;
}
@media (max-width: 768px) {
  .search_item_custom .item-wrap .item-row .item-list .item-content {
    padding-top: 17px;
  }
}
.search_item_custom .item-wrap .item-row .item-list .item-content a strong {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.5;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .search_item_custom .item-wrap .item-row .item-list .item-content a strong {
    font-size: 12.5px;
  }
}
.search_item_custom .item-wrap .item-row .item-list .item_price_box {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .search_item_custom .item-wrap .item-row .item-list .item_price_box {
    margin-top: 12px;
  }
}
.search_item_custom .item-wrap .item-row .item-list .item_price_box .sale_cont {
  margin-right: 0;
}
.search_item_custom .item-wrap .item-row .item-list .item_price_box .sale_cont .percent {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #1fb25a;
  padding: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .search_item_custom .item-wrap .item-row .item-list .item_price_box .sale_cont .percent {
    font-size: 14px;
  }
}
.search_item_custom .item-wrap .item-row .item-list .item_price_box .sale_cont strike {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  padding: 0 7px 0 11px;
  line-height: 1;
  height: auto;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .search_item_custom .item-wrap .item-row .item-list .item_price_box .sale_cont strike {
    font-size: 13px;
    padding: 0 8px 0 12.5px;
  }
}
.search_item_custom .item-wrap .item-row .item-list .item_price_box h5 {
  font-weight: 600;
}
.search_item_custom .item-wrap .item-row .item-list .item_price_box h5 .real_price {
  font-size: 16px;
}
@media (max-width: 768px) {
  .search_item_custom .item-wrap .item-row .item-list .item_price_box h5 .real_price {
    font-size: 14px;
  }
}
.search_item_custom .item-wrap .item-row .item-list .item-info {
  display: block;
  border-top: 1px solid #ddd;
  background: #fff;
  margin-top: 10px;
  padding: 8px 0 0;
  text-align: left;
}
@media (max-width: 768px) {
  .search_item_custom .item-wrap .item-row .item-list .item-info {
    margin-top: 13px;
    padding: 9px 0 0;
  }
}
.search_item_custom .item-wrap .item-row .item-list .item-info .item-star {
  font-size: 14px;
  margin-right: 2px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .search_item_custom .item-wrap .item-row .item-list .item-info .item-star {
    font-size: 12.5px;
  }
}
.search_item_custom .item-wrap .item-row .item-list .item-info .item-star .star_icon {
  color: #ffb922;
  margin-right: 2px;
}
.search_item_custom .item-wrap .item-row .item-list .item-info .item-star .item_star_num {
  color: #333;
  margin-right: 0;
}
.search_item_custom .item-wrap .item-row .item-list .item-info .use_count {
  font-size: 14px;
  color: #666;
}
@media (max-width: 768px) {
  .search_item_custom .item-wrap .item-row .item-list .item-info .use_count {
    font-size: 12.5px;
  }
}

/******************************************
상품 상세 페이지
html\skin\apms\item\Miso-Basic4
*******************************************/
.item_detail_custom.item_detail.item-wrap {
  /* 상품 상세 탭 및 컨텐츠 width 공통 클래스 */
  /* 상품 상세 페이지 메인 타이틀 */
  /* 상품 썸네일 및 상품 정보, 출하도체 등급현황 */
  /* 상품 상세 탭 */
  /* 구매 후기 섹션 */
  /* 문의 섹션 */
  /* 배송/반품/교환, 상품고시 섹션 */
}
.item_detail_custom.item_detail.item-wrap .link_con {
  margin-top: 40px;
}
.item_detail_custom.item_detail.item-wrap .link_con.tab-pane {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .link_con.tab-pane {
    margin-top: 30px;
  }
}
.item_detail_custom.item_detail.item-wrap .width_custom {
  width: 62.85714%;
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .width_custom {
    width: 100%;
  }
}
.item_detail_custom.item_detail.item-wrap .item_tt .item_name {
  font-size: 30px;
  font-weight: 600;
  color: #222;
  margin: -5px 0 60px;
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .item_tt .item_name {
    font-size: 20.5px;
    line-height: 1.5;
    margin: 57.5px 0 35px;
    text-align: center;
  }
}
.item_detail_custom.item_detail.item-wrap .item-head .row {
  justify-content: unset;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .img-container {
  width: 62.85714%;
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .item-head .row .img-container {
    width: 100%;
  }
}
.item_detail_custom.item_detail.item-wrap .item-head .row .img-container .thumb_big_wrap {
  height: 550px;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .item-head .row .img-container .thumb_big_wrap {
    flex-direction: column;
    height: 100%;
  }
}
.item_detail_custom.item_detail.item-wrap .item-head .row .img-container .thumb_big_wrap .big_wrap {
  width: 83.33333%;
  margin: 0;
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .item-head .row .img-container .thumb_big_wrap .big_wrap {
    width: 100%;
  }
}
.item_detail_custom.item_detail.item-wrap .item-head .row .img-container .thumb_big_wrap .big_wrap .btn_history_info {
  position: absolute;
  right: 38px;
  bottom: 28px;
  z-index: 10;
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .item-head .row .img-container .thumb_big_wrap .big_wrap .btn_history_info {
    right: 15px;
    bottom: 15px;
  }
}
.item_detail_custom.item_detail.item-wrap .item-head .row .img-container .thumb_big_wrap .big_wrap .btn_history_info a {
  display: block;
  width: 140px;
  height: 30px;
  background: #1fb25a;
  border-radius: 15px;
  text-align: center;
  line-height: 28px;
  font-size: 13px;
  color: #fff;
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .item-head .row .img-container .thumb_big_wrap .big_wrap .btn_history_info a {
    font-size: 12px;
    width: 125.5px;
    height: 27px;
    border-radius: 13px;
    line-height: 25px;
  }
}
.item_detail_custom.item_detail.item-wrap .item-head .row .img-container .thumb_big_wrap .big_wrap .btn_history_info a img {
  margin-top: -2px;
  margin-right: 2px;
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .item-head .row .img-container .thumb_big_wrap .big_wrap .btn_history_info a img {
    height: 15px;
  }
}
.item_detail_custom.item_detail.item-wrap .item-head .row .img-container .thumb_big_wrap .mySwiper {
  width: 13.63636%;
  height: 100%;
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .item-head .row .img-container .thumb_big_wrap .mySwiper {
    width: 100%;
    margin-top: 20px;
  }
}
.item_detail_custom.item_detail.item-wrap .item-head .row .img-container .thumb_big_wrap .mySwiper #sit_pvi_thumb {
  padding: 0;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .img-container .thumb_big_wrap .mySwiper #sit_pvi_thumb .swiper-slide.active img {
  border: 1px solid #1fb25a;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .img-container .thumb_big_wrap .mySwiper #sit_pvi_thumb .swiper-slide img {
  width: 100%;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .item-head .row .img-container .thumb_big_wrap .mySwiper #sit_pvi_thumb .swiper-slide img {
    height: 100%;
  }
}
.item_detail_custom.item_detail.item-wrap .item-head .row .img-container .thumb_big_wrap .mySwiper #sit_pvi_thumb .swiper-slide img:hover {
  border: 1px solid #1fb25a;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .img-container .grade_state .grade_state_list {
  width: 100%;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .img-container .grade_state .grade_state_list caption {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  text-align: left;
  margin: 50px 0 18px;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .img-container .grade_state .grade_state_list tbody {
  border: 1px solid #dcdcdc;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .img-container .grade_state .grade_state_list tbody tr {
  border-bottom: 1px solid #dcdcdc;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .img-container .grade_state .grade_state_list tbody tr th {
  width: 12.5%;
  text-align: center;
  background: #f5f5f5;
  font-size: 13px;
  font-weight: 300;
  color: #666;
  padding: 13px 0;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .img-container .grade_state .grade_state_list tbody tr td {
  width: 12.5%;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  color: #666;
  line-height: 1.4;
  padding: 15.5px 0;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container {
  width: 28.7619%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .item-head .row .form-container {
    width: 100%;
    margin-left: 0;
  }
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container.fixed {
  position: fixed;
  top: 65px !important;
  background-color: #fff;
  margin-left: 748px;
  max-width: 302px;
}
@media (max-width: 1100px) {
  .item_detail_custom.item_detail.item-wrap .item-head .row .form-container.fixed {
    margin-left: 68.55734%;
  }
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container.stay {
  position: absolute;
  margin-left: auto;
  right: 0;
  transform: translateY(-200px);
}
@media (max-width: 1100px) {
  .item_detail_custom.item_detail.item-wrap .item-head .row .form-container.stay {
    right: 15px;
  }
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text {
  padding-left: 0;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .option-line {
  border-color: #dcdcdc;
  margin: 10px 0 8px;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .option-line {
    margin: 13px 0 11px;
  }
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text #item_option .it_option .it_option_tt {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  width: 100px;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text #item_option .it_option .it_option_tt {
    font-size: 15px;
  }
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text #item_option .it_option .it_option_tt.bold {
  font-weight: 600;
  color: #222;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text #item_option .it_option .it_option_con {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text #item_option .it_option .it_option_con {
    font-size: 15px;
    font-weight: 300;
  }
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text #item_option .it_option .it_option_con.bold {
  font-weight: 600;
  color: #222;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text #item_option .it_option .it_option_con.bold.option_top {
  font-size: 16px;
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con:before {
    display: none;
  }
  .item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con .btn_payview {
    height: 13px;
    border-top: 1px solid #373737;
  }
  .item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con .btn_payview a {
    display: block;
  }
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con .pay_tab .option_sel .option_name {
  width: 100px;
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con .pay_tab .option_sel .option_name {
    width: 100%;
    text-align: left;
  }
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con .pay_tab .option_sel .option_name + li {
  width: calc(100% - 100px);
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con .pay_tab .option_sel .option_name + li {
    width: 100%;
  }
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con .pay_tab .option_sel .option_name + li select {
  border: 1px solid #dcdcdc;
  border-radius: 0 !important;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 12px;
  color: #999;
  background: url(../../img/icon_drop.png) no-repeat calc(100% - 5px) center;
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con .pay_tab .option_sel .option_name + li select {
    height: 35px;
    line-height: 33px;
    padding: 0 10px;
    font-size: 12px;
    width: 100%;
    border: 1px solid #eaeaea;
    border-radius: 5px !important;
    appearance: none;
    background: url(../../img/icon_drop.png) no-repeat calc(100% - 20px) center;
  }
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con .pay_tab .option_sel .option_name label {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con #it_sel_option #it_opt_added .list-group-item {
  background: #f5f5f5;
  border-color: #dcdcdc;
  border-radius: 0 !important;
  padding: 10px 20px 20px 20px !important;
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con #it_sel_option #it_opt_added .list-group-item {
    background: transparent;
  }
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con #it_sel_option #it_opt_added .list-group-item .row {
  flex-direction: column;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con #it_sel_option #it_opt_added .list-group-item .row .col_tit {
  width: 100%;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con #it_sel_option #it_opt_added .list-group-item .row .col_tit label .it_opt_subj {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con #it_sel_option #it_opt_added .list-group-item .row .col_tit label .item_add_info {
  font-size: 14px;
  color: #666;
  margin: 8px 0 20px;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con #it_sel_option #it_opt_added .list-group-item .row .col_count {
  width: 57.6923%;
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con #it_sel_option #it_opt_added .list-group-item .row .col_count {
    width: 100%;
  }
  .item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con #it_sel_option #it_opt_added .list-group-item .row .col_count input {
    text-align: center;
  }
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con .price-sum {
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  font-weight: 500;
  margin: 40px 0 5px;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con .price-sum b {
  margin-left: auto;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con .price-sum b #it_tot_price {
  font-size: 22px;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con .price-sum b .won {
  font-size: 22px;
  font-weight: 600;
  margin-left: 0;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con .item-form-footer {
    padding: 0;
  }
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con .item-form-footer .item-form-btn li {
  width: 50%;
  margin: 0;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con .item-form-footer .item-form-btn li input {
  line-height: 45px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con .item-form-footer .item-form-btn li input {
    font-size: 13px;
  }
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con .item-form-footer .item-form-btn li.btn_buy input {
  border-color: #1fb25a;
  border: 1px solid #1fb25a;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con .item-form-footer .item-form-btn li.btn_buy.no_delivery input {
  background-color: #999;
  border: 1px solid #999;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con .item-form-footer .item-form-btn li.btn_cart input {
  text-indent: 0;
  background: none;
  border: 1px solid #dcdcdc;
  color: #666;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .form-container .text .pay_con .item-form-footer .item-form-btn li.btn_cart.no_delivery input {
  background-color: #eee;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .m_grade_state {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .m_grade_state table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dcdcdc;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .m_grade_state table caption {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-align: left;
  margin: 55px 0 30px;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .m_grade_state table tbody tr th {
  width: 22.72727%;
  padding: 13px 0 13px 13px;
  border: 1px solid #dcdcdc;
  background: #f5f5f5;
  font-size: 13.5px;
  font-weight: 300;
  color: #666;
}
.item_detail_custom.item_detail.item-wrap .item-head .row .m_grade_state table tbody tr td {
  width: 27.27272%;
  padding: 13px 8px 13px 10px;
  border: 1px solid #dcdcdc;
  font-size: 13px;
  font-weight: 300;
  color: #666;
  line-height: 1.2;
}
.item_detail_custom.item_detail.item-wrap .item_detail_tab .tabs .tabs_box {
  height: 42px;
  line-height: 40px;
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .item_detail_tab .tabs .tabs_box {
    height: 36px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .item_detail_tab .tabs .tabs_box {
    overflow: visible !important;
  }
}
@media (max-width: 480px) {
  .item_detail_custom.item_detail.item-wrap .item_detail_tab .tabs .tabs_box {
    width: 100%;
    margin: 0 15px;
  }
}
.item_detail_custom.item_detail.item-wrap .item_detail_tab .tabs .tabs_box.fixed {
  width: 1050px;
}
.item_detail_custom.item_detail.item-wrap .item_detail_tab .tabs .tabs_box .nav-tabs {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .item_detail_custom.item_detail.item-wrap .item_detail_tab .tabs .tabs_box .nav-tabs {
    justify-content: unset;
  }
}
.item_detail_custom.item_detail.item-wrap .item_detail_tab .tabs .tabs_box .nav-tabs li {
  width: 20%;
}
.item_detail_custom.item_detail.item-wrap .item_detail_tab .tabs .tabs_box .nav-tabs li + li {
  margin-left: 0;
}
.item_detail_custom.item_detail.item-wrap .item_detail_tab .tabs .tabs_box .nav-tabs li.on span {
  font-weight: 500;
}
.item_detail_custom.item_detail.item-wrap .item_detail_tab .tabs .tabs_box .nav-tabs li.on span:after {
  height: 1px;
}
.item_detail_custom.item_detail.item-wrap .item_detail_tab .tabs .tabs_box .nav-tabs li span {
  font-size: 15px;
  font-weight: 400;
  line-height: 42px;
  color: #666;
  padding: 0;
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .item_detail_tab .tabs .tabs_box .nav-tabs li span {
    line-height: 36px;
    padding: 0 11.5px;
  }
}
@media (max-width: 480px) {
  .item_detail_custom.item_detail.item-wrap .item_detail_tab .tabs .tabs_box .nav-tabs li span {
    font-size: 12px;
    white-space: nowrap;
  }
}
.item_detail_custom.item_detail.item-wrap .fix_panel {
  margin-bottom: 40px;
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .review_banner {
  padding: 27px 0;
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .review_banner p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .review_banner p {
    font-size: 11px;
  }
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .review_banner .btn_write {
  padding: 0 51px;
  height: 35px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 17.5px;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .review_banner .btn_write {
    padding: 0 44.5px;
    height: 34px;
    font-size: 12px;
  }
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .review_banner .btn_write span {
  font-size: 14px;
  line-height: 35px;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .review_banner .btn_write span {
    font-size: 12px;
    font-weight: 400;
    line-height: 31px;
  }
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .fix_panel_head {
  font-size: 18px;
  padding-bottom: 26px;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .fix_panel_head {
    font-size: 17px;
  }
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .m-review-panel {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .m-review-panel .review-body .cnt-wrap {
    padding: 20px 0;
  }
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .m-review-panel .review-body .cnt-wrap .table-row .table_cell_star {
  padding: 42.5px 0;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .m-review-panel .review-body .cnt-wrap .table-row .table_cell_star {
    padding: 5px 0;
  }
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .m-review-panel .review-body .cnt-wrap .table-row .table_cell_star .grade_total {
  font-size: 14px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .m-review-panel .review-body .cnt-wrap .table-row .table_cell_star .grade_total {
    font-size: 10px;
  }
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .m-review-panel .review-body .cnt-wrap .table-row .table_cell_star .grade_star .fa {
  font-size: 22px;
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .m-review-panel .review-body .cnt-wrap .table-row .table_cell_star .grade_num {
  margin-left: 5px;
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .m-review-panel .review-body .cnt-wrap .table-row .table_cell_star .grade_num .grade span {
  font-size: 24px;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .m-review-panel .review-body .cnt-wrap .table-row .table_cell_star .grade_num .grade span {
    font-size: 27.5px;
  }
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .m-review-panel .review-body .item-simple-review {
  width: 50%;
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .m-review-panel .review-body .item-simple-review {
    width: 100%;
  }
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .m-review-panel .review-body .item-simple-review .simple_wrap {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .m-review-panel .review-body .item-simple-review .simple_wrap {
    margin-bottom: 10px;
  }
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .m-review-panel .review-body .item-simple-review .simple_wrap:last-child {
  margin-bottom: 0;
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .m-review-panel .review-body .item-simple-review .simple_wrap div {
  font-size: 14px;
  color: #666;
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .m-review-panel .review-body .item-simple-review .simple_wrap div:nth-of-type(1) {
  color: #222;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .m-review-panel .review-body .item-simple-review .simple_wrap div:nth-of-type(1) {
    font-size: 13px;
  }
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .m-review-panel .review-body .item-simple-review .simple_wrap div.center_icon {
  width: 100px;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .m-review-panel .review-body .item-simple-review .simple_wrap div {
    font-size: 12px;
  }
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .photo_review {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .photo_review {
    margin-bottom: 25px;
  }
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .photo_review ul {
  justify-content: unset;
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .photo_review ul li {
  width: 12.2%;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .photo_review ul li {
    width: 18.18%;
    margin-right: 2.27%;
  }
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .photo_review ul li.last_more_btn button {
  font-size: 12px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .photo_review ul li.last_more_btn button {
    font-size: 10px;
  }
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .list-board .board-list li {
  padding: 20px 0;
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .list-board .board-list li .it_review_tit {
  margin-bottom: 13px;
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .list-board .board-list li .it_review_tit .user {
  margin-left: 10px;
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .list-board .board-list li .it_review_tit .date {
  margin-left: 15px;
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .list-board .board-list li .thumb-box {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .list-board .board-list li .thumb-box {
    margin-top: 20px;
  }
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .list-board .board-list li .content-box .content_title {
  margin-bottom: 5px;
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .use-btn {
  margin: 0 0 10px;
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .use-btn .item-page {
  padding: 25px 0 0;
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .use-btn .item-page .pagination li a {
  font-size: 14px;
  font-weight: 300;
  margin: 0 10px;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .use-btn .item-page .pagination li a {
    font-size: 12px;
  }
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .use-btn .item-page .pagination li.active a {
  color: #222 !important;
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .use-btn .pull-right .btn-group .btn {
  border-radius: 17.5px !important;
  width: 110px;
  min-width: auto;
  height: 35px;
  line-height: 33px;
  padding: 0;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .use-btn .pull-right .btn-group .btn {
    border-radius: 15px !important;
    min-width: auto;
    height: 29.5px;
    line-height: 27.5px;
    width: 96.5px;
  }
}
.item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .use-btn .pull-right .btn-group .btn.btn_more {
  width: 90px;
  background: #fff;
  border: 1px solid #dcdcdc;
  color: #999;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .fix_panel .panel-body #itemuse .use-btn .pull-right .btn-group .btn.btn_more {
    width: 74px;
  }
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .qa_panel {
    margin-bottom: 40px !important;
  }
}
.item_detail_custom.item_detail.item-wrap .qa_panel .panel-heading .panel-title {
  font-size: 18px;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .qa_panel .panel-heading .panel-title {
    font-size: 17px;
  }
}
.item_detail_custom.item_detail.item-wrap .qa_panel .panel-body #itemqa .list-board .num {
  width: 8%;
}
.item_detail_custom.item_detail.item-wrap .qa_panel .panel-body #itemqa .list-board .name {
  width: 15%;
}
.item_detail_custom.item_detail.item-wrap .qa_panel .panel-body #itemqa .list-board .hit {
  width: 15%;
}
.item_detail_custom.item_detail.item-wrap .qa_panel .panel-body #itemqa .list-board .div-head {
  padding: 16.5px 0;
  border-top-width: 2px;
}
@media (max-width: 480px) {
  .item_detail_custom.item_detail.item-wrap .qa_panel .panel-body #itemqa .list-board .div-head {
    padding: 8.5px 0;
    border-top: 1px solid #252525;
  }
}
.item_detail_custom.item_detail.item-wrap .qa_panel .panel-body #itemqa .list-board .div-head span {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .item_detail_custom.item_detail.item-wrap .qa_panel .panel-body #itemqa .list-board .div-head span {
    font-size: 11px;
    font-weight: 500;
  }
}
.item_detail_custom.item_detail.item-wrap .qa_panel .panel-body #itemqa .list-board .board-list {
  margin-bottom: 10px;
}
.item_detail_custom.item_detail.item-wrap .qa_panel .panel-body #itemqa .list-board .board-list li a {
  padding: 18px 0;
}
@media (max-width: 480px) {
  .item_detail_custom.item_detail.item-wrap .qa_panel .panel-body #itemqa .list-board .board-list li a {
    padding: 10px 0;
  }
}
.item_detail_custom.item_detail.item-wrap .qa_panel .panel-body #itemqa .list-board .board-list li a div {
  font-size: 14px;
  color: #666;
}
@media (max-width: 480px) {
  .item_detail_custom.item_detail.item-wrap .qa_panel .panel-body #itemqa .list-board .board-list li a div {
    font-size: 10px;
  }
}
.item_detail_custom.item_detail.item-wrap .qa_panel .panel-body #itemqa .qa-btn .item-page {
  padding: 25px 0 0;
}
.item_detail_custom.item_detail.item-wrap .qa_panel .panel-body #itemqa .qa-btn .item-page .pagination li a {
  font-size: 14px;
  font-weight: 300;
  margin: 0 10px;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .qa_panel .panel-body #itemqa .qa-btn .item-page .pagination li a {
    font-size: 12px;
  }
}
.item_detail_custom.item_detail.item-wrap .qa_panel .panel-body #itemqa .qa-btn .item-page .pagination li.active a {
  color: #222 !important;
}
.item_detail_custom.item_detail.item-wrap .qa_panel .panel-body #itemqa .qa-btn .pull-right .btn-group .btn {
  border-radius: 17.5px !important;
  width: 110px;
  min-width: auto;
  height: 35px;
  line-height: 33px;
  padding: 0;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .qa_panel .panel-body #itemqa .qa-btn .pull-right .btn-group .btn {
    border-radius: 15px !important;
    width: 96.5px;
    min-width: auto;
    height: 29.5px;
    line-height: 27.5px;
  }
}
.item_detail_custom.item_detail.item-wrap .qa_panel .panel-body #itemqa .qa-btn .pull-right .btn-group .btn.btn_more {
  width: 90px;
  background: #fff;
  border: 1px solid #dcdcdc;
  color: #999;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .qa_panel .panel-body #itemqa .qa-btn .pull-right .btn-group .btn.btn_more {
    width: 52px;
  }
}
.item_detail_custom.item_detail.item-wrap .tab_etc {
  border-top: none;
  padding-top: 0;
}
.item_detail_custom.item_detail.item-wrap .tab_etc.summarize_custom {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .tab_etc.summarize_custom {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .tab_etc .item_delivery.delivery_bae .tbox-body, .item_detail_custom.item_detail.item-wrap .tab_etc .item_delivery.delivery_ch .tbox-body {
    padding: 25px 0;
  }
}
.item_detail_custom.item_detail.item-wrap .tab_etc .item_delivery .tbox-head {
  font-size: 18px;
  font-weight: 600;
  color: #222;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .tab_etc .item_delivery .tbox-head {
    font-size: 17px;
  }
}
.item_detail_custom.item_detail.item-wrap .tab_etc .item_delivery .item_table_tt {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .tab_etc .item_delivery .item_table_tt {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
.item_detail_custom.item_detail.item-wrap .tab_etc .item_delivery .tbox-body .it_detail {
  background: transparent;
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .tab_etc .item_delivery .tbox-body .it_detail {
    margin: 0;
    width: 100%;
    background: #fff;
  }
}
.item_detail_custom.item_detail.item-wrap .tab_etc .item_delivery .tbox-body .it_detail li {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .tab_etc .item_delivery .tbox-body .it_detail li {
    border-bottom: none;
  }
  .item_detail_custom.item_detail.item-wrap .tab_etc .item_delivery .tbox-body .it_detail li:last-child {
    border-bottom: 1px solid #dcdcdc;
  }
}
.item_detail_custom.item_detail.item-wrap .tab_etc .item_delivery .tbox-body .it_detail li:first-child {
  border-top: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .tab_etc .item_delivery .tbox-body .it_detail li:first-child {
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .tab_etc .item_delivery .tbox-body .it_detail li:after {
    left: 0;
    width: 100%;
    background: #dcdcdc;
  }
}
.item_detail_custom.item_detail.item-wrap .tab_etc .item_delivery .tbox-body .it_detail li .it_detail_tt {
  background: #f5f5f5;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .tab_etc .item_delivery .tbox-body .it_detail li .it_detail_tt {
    font-size: 11.5px;
    padding: 12px 15px;
  }
}
.item_detail_custom.item_detail.item-wrap .tab_etc .item_delivery .tbox-body .it_detail li .it_detail_con {
  color: #666;
}
@media (max-width: 768px) {
  .item_detail_custom.item_detail.item-wrap .tab_etc .item_delivery .tbox-body .it_detail li .it_detail_con {
    font-size: 11.5px;
    padding: 12px 15px;
  }
}
@media (max-width: 991px) {
  .item_detail_custom.item_detail.item-wrap .tab_etc .item_delivery.summarize_tap .tbox-body {
    display: block;
  }
}

/******************************************
육류 시세 변동표 > 상단 테이블
html\page\m05_01.php
*******************************************/
.m05_01_top_content .mc05_unit p {
  font-size: 15px;
  text-align: right;
  color: #555;
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .m05_01_top_content .mc05_unit p {
    font-size: 11.5px;
    margin-bottom: 15px;
  }
}
.m05_01_top_content .content_table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dcdcdc;
}
@media (max-width: 768px) {
  .m05_01_top_content .content_table table + table {
    margin-top: 30px;
  }
}
.m05_01_top_content .content_table table tr th {
  font-size: 15px;
  color: #555;
  text-align: center;
  height: 50px;
  border: 1px solid #dcdcdc;
  background: #f4f4f4;
}
@media (max-width: 768px) {
  .m05_01_top_content .content_table table tr th {
    font-size: 13.5px;
    height: 44px;
  }
}
.m05_01_top_content .content_table table tr th .m05_01_icon {
  display: inline-block;
  width: 39px;
  height: 20px;
  border-radius: 9.5px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  margin-right: 5px;
  vertical-align: top;
  margin-right: 1px;
}
@media (max-width: 768px) {
  .m05_01_top_content .content_table table tr th .m05_01_icon {
    font-size: 10.5px;
    width: 36.5px;
    height: 19px;
    line-height: 18.5px;
    border-radius: 9px;
    margin-right: 4px;
    vertical-align: unset;
    font-size: 12px;
    width: 37px;
    height: 18px;
    border-radius: 7.5px;
    line-height: 16px;
    margin-right: 2.5px;
  }
}
.m05_01_top_content .content_table table tr th .m05_01_icon.wholesale_icon {
  background: #ffb922;
  color: #222;
}
.m05_01_top_content .content_table table tr th .m05_01_icon.retail_icon {
  background: #232323;
  color: #fff;
}
.m05_01_top_content .content_table table tr td {
  font-size: 15px;
  color: #555;
  text-align: center;
  height: 50px;
  border: 1px solid #dcdcdc;
}
@media (max-width: 768px) {
  .m05_01_top_content .content_table table tr td {
    font-size: 13.5px;
    height: 40px;
  }
}
.m05_01_top_content .content_table table tr td:nth-of-type(1) {
  background: #f4f4f4;
}
@media (max-width: 768px) {
  .m05_01_top_content .content_table table tr td:nth-of-type(1) {
    width: 33.33333%;
  }
}
.m05_01_top_content .content_table table tr td.num span {
  display: inline-block;
  margin-left: 1px;
}
.m05_01_top_content .content_table table tr td.num span.downwards {
  font-size: 14px;
  color: #235bf5;
}
@media (max-width: 768px) {
  .m05_01_top_content .content_table table tr td.num span.downwards {
    font-size: 12.5px;
  }
}
.m05_01_top_content .content_table table tr td.num span.upwards {
  font-size: 14px;
  color: #f52359;
}
@media (max-width: 768px) {
  .m05_01_top_content .content_table table tr td.num span.upwards {
    font-size: 12.5px;
  }
}

.m05_01_bot_content .admin-graph .graph-box {
  margin: 80px 0;
}
@media (max-width: 480px) {
  .m05_01_bot_content .admin-graph .graph-box {
    margin: 62.5px 0 40px;
  }
}
.m05_01_bot_content .admin-graph .graph-box .date-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m05_01_bot_content .admin-graph .graph-box .date-title .date_btn.prev_btn {
  margin-right: 80px;
}
@media (max-width: 991px) {
  .m05_01_bot_content .admin-graph .graph-box .date-title .date_btn.prev_btn img {
    height: 11px;
    margin-top: -4px;
  }
}
@media (max-width: 480px) {
  .m05_01_bot_content .admin-graph .graph-box .date-title .date_btn.prev_btn {
    margin-right: 25px;
  }
}
.m05_01_bot_content .admin-graph .graph-box .date-title .date_btn.next_btn {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .m05_01_bot_content .admin-graph .graph-box .date-title .date_btn.next_btn img {
    height: 11px;
    margin-top: -4px;
  }
}
@media (max-width: 480px) {
  .m05_01_bot_content .admin-graph .graph-box .date-title .date_btn.next_btn {
    margin-right: 25px;
  }
}
.m05_01_bot_content .admin-graph .graph-box .date-title .date {
  font-size: 18px;
  font-weight: 400;
  color: #222;
}
@media (max-width: 480px) {
  .m05_01_bot_content .admin-graph .graph-box .date-title .date {
    font-size: 17.5px;
  }
}
.m05_01_bot_content .admin-graph .graph_legend {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .m05_01_bot_content .admin-graph .graph_legend {
    margin: 0 auto 6px;
    max-width: 350px;
  }
}
.m05_01_bot_content .admin-graph .graph_legend ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m05_01_bot_content .admin-graph .graph_legend ul li + li {
  margin-left: 37px;
}
.m05_01_bot_content .admin-graph .graph_legend ul li:nth-of-type(1) .legend_circle {
  background: #ffb922;
}
.m05_01_bot_content .admin-graph .graph_legend ul li:nth-of-type(2) .legend_circle {
  background: #235bf5;
}
.m05_01_bot_content .admin-graph .graph_legend ul li:nth-of-type(3) .legend_circle {
  background: #f52359;
}
.m05_01_bot_content .admin-graph .graph_legend ul li:nth-of-type(4) .legend_circle {
  background: #232323;
}
.m05_01_bot_content .admin-graph .graph_legend ul li .legend_circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: top;
}
@media (max-width: 480px) {
  .m05_01_bot_content .admin-graph .graph_legend ul li .legend_circle {
    width: 12px;
    height: 12px;
    margin-right: 3.5px;
    vertical-align: middle;
  }
}
.m05_01_bot_content .admin-graph .graph_legend ul li .legend_title {
  font-size: 15px;
  color: #555;
}
@media (max-width: 480px) {
  .m05_01_bot_content .admin-graph .graph_legend ul li .legend_title {
    font-size: 11.5px;
  }
}
.m05_01_bot_content .admin-graph .pms_graph_record {
  margin-bottom: 70px;
}
@media (max-width: 480px) {
  .m05_01_bot_content .admin-graph .pms_graph_record {
    margin-bottom: 55px;
  }
}

/******************************************
주문서 페이지
*******************************************/
@media (max-width: 991px) {
  .ordersheet_cont.delivery_cont .ordersheet_write .od_parcel_box {
    display: flex;
    gap: 10px;
  }
}
.ordersheet_cont.delivery_cont .ordersheet_write .od_parcel_box > span {
  position: relative;
  margin: 5px;
}
@media (max-width: 991px) {
  .ordersheet_cont.delivery_cont .ordersheet_write .od_parcel_box > span {
    width: calc(50% - 5px);
  }
}
.ordersheet_cont.delivery_cont .ordersheet_write .od_parcel_box > span:first-child {
  margin-left: 0;
}
.ordersheet_cont.delivery_cont .ordersheet_write .od_parcel_box > span input[type=radio] {
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.ordersheet_cont.delivery_cont .ordersheet_write .od_parcel_box > span input[type=radio] + label {
  display: inline-block;
  padding: 0 15px;
  text-align: center;
  position: relative;
  min-width: 180px;
  border: 1px solid #d6d6d6;
  height: 55px;
  line-height: 53px;
  border-radius: 5px;
  color: #222;
  font-size: 17px;
  font-weight: 400;
  cursor: pointer;
}
@media (max-width: 991px) {
  .ordersheet_cont.delivery_cont .ordersheet_write .od_parcel_box > span input[type=radio] + label {
    width: 100%;
    min-width: initial;
  }
}
@media (max-width: 480px) {
  .ordersheet_cont.delivery_cont .ordersheet_write .od_parcel_box > span input[type=radio] + label {
    height: 43px;
    line-height: 41px;
    font-size: 14px;
  }
}
.ordersheet_cont.delivery_cont .ordersheet_write .od_parcel_box > span input[type=radio]:checked + label {
  background: #1fb25a;
  border-color: #1fb25a;
  color: #fff;
  font-weight: 500;
}
.ordersheet_cont.delivery_cont .ordersheet_write .od_parcel_box > span.off input[type=radio] + label {
  background-color: #eee;
  color: #fff;
}
.ordersheet_cont.delivery_cont .ordersheet_write .od_parcel_box .direct_popup {
  width: 240px;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #1fb25a;
  z-index: 30;
  position: absolute;
  top: -135px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  display: block;
  border-radius: 14px;
  opacity: 0;
}
/* 231011 nyb 에니매이션 변경 */
.ordersheet_cont.delivery_cont .ordersheet_write .od_parcel_box .direct_popup{
	transform-origin: bottom;
	opacity: 1;
}
@media (max-width: 480px) {
  .ordersheet_cont.delivery_cont .ordersheet_write .od_parcel_box .direct_popup {
    width: 185px;
    padding: 15px;
    top: -100px;
  }
}
/* 231011 nyb 에니매이션 변경
.ordersheet_cont.delivery_cont .ordersheet_write .od_parcel_box .direct_popup.animation {
  animation: popup 2.1s 0.5s linear;
}
*/
@keyframes popup {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ordersheet_cont.delivery_cont .ordersheet_write .od_parcel_box .direct_popup::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  position: absolute;
  z-index: 10;
}
.ordersheet_cont.delivery_cont .ordersheet_write .od_parcel_box .direct_popup::after {
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #1fb25a;
  background: #fff;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%) rotate(135deg);
}
.ordersheet_cont.delivery_cont .ordersheet_write .od_parcel_box .direct_popup p {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}
@media (max-width: 480px) {
  .ordersheet_cont.delivery_cont .ordersheet_write .od_parcel_box .direct_popup p {
    font-size: 12px;
    line-height: 18px;
  }
}
.ordersheet_cont.delivery_cont .ordersheet_write #parcel_direct_box {
  padding: 25px 0;
  border: 1px solid #eeeeee;
  border-width: 1px 0;
  margin-bottom: 25px;
  margin-top: 30px;
  display: none;
}
.ordersheet_cont.delivery_cont .ordersheet_write #parcel_direct_box .ordersheet_write_input input {
  width: 100%;
}
.ordersheet_cont.delivery_cont .ordersheet_write #parcel_direct_box .ordersheet_write_input .radio_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ordersheet_cont.delivery_cont .ordersheet_write #parcel_direct_box .ordersheet_write_input .radio_wrap .radio_check label {
  width: auto;
}

.ui-datepicker select.ui-datepicker-year,
.ui-datepicker select.ui-datepicker-month {
  font-size: 15px !important;
}